Custom Query (230 matches)
Results (139 - 141 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#184 | fixed | read ~/.winswitch/client/xpra_options_defaults.conf before starting xpra | ||
Description |
It would be nice if the config file was read every time before xpra gets started; having a global default, and per-server overrides would be nice, too. Thank you very much! |
|||
#185 | fixed | xdg-open: shell script not compatible with /bin/sh [PATCH] | ||
Description |
/bin/sh => dash $ xdg-open http://google.at <flip214> /usr/lib/winswitch/bin-override/xdg-open: 17: [: 1: unexpected operator |
|||
#186 | fixed | config apply_changes triggers error in rdp_client_base | ||
Description |
as reported by @pmarek on irc: ConfigureAppletWindow.apply_changes() Traceback (most recent call last): File "winswitch/ui/config_common.py", line 621, in apply_changes self.do_apply_changes() File "winswitch/ui/config_applet.py", line 1014, in do_apply_changes self.applet.settings_modified() File "winswitch/client/applet.py", line 757, in settings_modified self.init_client_utils() File "winswitch/client/client_base.py", line 356, in init_client_utils self.client_utils[session_type] = constructor() File "winswitch/client/client_base.py", line 338, in rdp_common return RDPClientUtil(self.update_session_status, self.notify) File "winswitch/virt/rdp_client_util.py", line 18, in __init__ RDPClientBase.__init__(self, update_session_status, notify_callback) File "winswitch/virt/rdp_client_base.py", line 38, in __init__ ClientUtilBase.__init__(self, WINDOWS_TYPE, update_session_status, notify_callback) File "winswitch/virt/client_util_base.py", line 48, in __init__ self.options_defaults = self.load_options_defaults() File "winswitch/virt/client_util_base.py", line 58, in load_options_defaults props = self.get_options_defaults() File "winswitch/virt/rdp_client_base.py", line 373, in get_option props = self.get_options_defaults() File "winswitch/virt/rdp_client_base.py", line 373, in get_options_defaults d[KEYMAP] = self.get_default_keymap() File "winswitch/virt/rdp_client_base.py", line 85, in get_default_keymap if k in self.keymaps.keys(): AttributeError: RDPClientUtil instance has no attribute 'keymaps'
I cannot explain why ClientUtilBase.__init__(self, WINDOWS_TYPE, update_session_status, notify_callback) self.ignore_process_returncodes.append(2) #closing the window causes this returncode! if ENABLE_KEYMAP_OPTION: self.keymaps = self.find_all_keymaps() self.default_keymap = self.get_default_keymap()
( |
Note: See TracQuery
for help on using queries.