Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 230)

Ticket Resolution Summary Owner Reporter
#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 :(

#143 fixed Ubuntu packages are broken because of non-existing /usr/libexec or /usr/local/libexec dirs Antoine Martin blackhole123
Description

/usr/libexec and /usr/local/libexec do not (and should not, I suppose) exist under a standard Ubuntu install, and yet the packages contain references to them.

In particular, replacing them by /usr/lib/ and /usr/local/lib in

/usr/lib/python2.6/winswitch/utils/paths.py at lines 126 and 128 (+/- 1) is needed for the server to start.

#145 fixed gtk.AboutDialog() web url fails on win32 and osx Antoine Martin Antoine gmail
Description

AFAIK, the code is correct:

d = gtk.AboutDialog()
d.set_website("http://winswitch.org/")
d.set_website_label("winswitch.org")

But on those platforms, it comes up with an error...

Maybe now is the time to replace the whole thing with a custom dialog? Or at the very least, remove the URL for those platforms that cannot handle it!

Note: See TracQuery for help on using queries.