Changes between Initial Version and Version 1 of Ticket #184, comment 1


Ignore:
Timestamp:
05/16/12 10:18:12 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #184, comment 1

    initial v1  
    33It'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".
    44
     5{{{
     6dpkg-query -L winswitch | xargs grep -i xpra_options_defaults
     7}}}
     8comes back empty, same for xpra and python-wimpiggy, so the file is just not used anymore?
    59
    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.
     10I think {{{./winswitch/virt/xpra_client_base.py}}}  {{{get_options_defaults()}}} should read the file.