Changes between Initial Version and Version 1 of Ticket #184, comment 1
- Timestamp:
- 05/16/12 10:18:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #184, comment 1
initial v1 3 3 It's winswitch fault - on "normal" connecting from the menu the --no-keyboard-sync option is missing, but gets there (and works) when I chang the xpra configuration via the winswitch menu and say "reconnect". 4 4 5 {{{ 6 dpkg-query -L winswitch | xargs grep -i xpra_options_defaults 7 }}} 8 comes back empty, same for xpra and python-wimpiggy, so the file is just not used anymore? 5 9 6 "dpkg-query -L winswitch | xargs grep -i xpra_options_defaults" comes back empty, same for xpra and python-wimpiggy, so the file is just not used anymore? 7 8 I think ./winswitch/virt/xpra_client_base.py get_options_defaults() should read the file. 10 I think {{{./winswitch/virt/xpra_client_base.py}}} {{{get_options_defaults()}}} should read the file.