Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 230)

Ticket Resolution Summary Owner Reporter
#213 wontfix tests can't load dependent modules Antoine Martin onlyjob
Description

Many unit tests fail to load because they can't find their modules:

Traceback (most recent call last): 
  File "tests/window_xlib_test.py", line 8, in <module> 
    from winswitch.util.simple_logger import Logger 
ImportError: No module named winswitch.util.simple_logger 

Perhaps there is a more elegant way to fix that what I did in the attached patch, but it works for me.

Thanks.

#214 fixed RELEASE-NOTES is not shipped in the src.tar.bz2 Antoine Martin onlyjob
Description

Please ship RELEASE-NOTES in source archives.

(Current 'winswitch-0.12.14.src.tar.bz2' do not have 'RELEASE-NOTES' file.)

#215 fixed Wrong keyboard setting when resume NX session Antoine Martin Rogerio Bastos
Description

I'm using winswitch 0.12.14 in server and client-side, and NX protocol to open Desktop sessions. However, every time I resume a session the keyboard settings is not set and I need to execute the following command to fix:

$ setxkbmap -layout us -variant alt-intl -print | xkbcomp - $DISPLAY
Note: See TracQuery for help on using queries.