Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 230)

Ticket Resolution Summary Owner Reporter
#139 duplicate keyboard mappings xmodmap vs setxkbmap vs whatever... Antoine Martin Antoine Martin
Description

The solution we have doesn't work in all cases:

  • xpra + UK keyboard mapping ends up wrong
  • win32 doesn't map properly either?
  • osx: we have to guess since the build does not use an X server..

etc. Figure out the best way to make it all work.

#137 fixed winswitch_command_wrapper does not launch application if winswitch is not running Antoine Martin Antoine Martin
Description
  • setup a launcher like this:
    Exec=winswitch_command_wrapper gcalctool
    
  • DO NOT RUN WINSWITCH
  • click the launcher
  • the program does not load

The wrapper is meant to detect that winswitch is not running (with a short socket timeout) then launch the app normally. Apparently it does not :(

#136 fixed reduce imports required for basic functions - speedup and will reduce logging Antoine Martin Antoine Martin
Description

Some commands barely use any features, yet they need to import tons of stuff. This makes them slow to start and produces lots of unnecessary debug messages to be printed.

Examples:

  • away/back: should not care about pygtk, icons, etc..
  • "--help" should not need to load pygst (which causes its own warning logging: ** Message: pygobject_register_sinkfunc is deprecated (GstObject))
  • winswitch_open should be fast and nimble
Note: See TracQuery for help on using queries.