Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 230)

Ticket Resolution Summary Owner Reporter
#291 fixed When attempting to start an application on Fedora 24 using WindowSwitch 0.12.21 you are informed that xpra is not supported. jayce1996 jayce1996
Description

If you try to start an application on a Fedora 24 server using WindowSwitch? 0.12.21, you get the following error dialog:

You have requested an xpra session but this server does not support it.

Attempting to start an xpra session directly using: xpra start ssh:localhost:100 --start-child=xchat

actually produces an application.

xpra is installed in the same location that winswitch thinks it is.

#233 fixed distros without glib bindings - Attribute Error: 'module' object has no attribute 'threads_init' https://me.yahoo.com/a/msXW47MQzuezDUZYqMTw_BZuM5gRRrQ-#7be22
Description

When I install winswitch on Centos 6.4, I get the following error. Installation went fine, no issues. (Windows version worked fine too, no issues.) I'm assuming it needs something similar to the following added:

        try:
            glib.threads_init()
        except AttributeError:
            #old versions of glib may not have this method
            pass
        try:
            gobject.threads_init()
        except AttributeError:
            #old versions of gobject may not have this method
            pass

Here is the actual error message I'm getting:

$ winswitch_server
[DD] 2013/13/03 16:34:58.449676 main_loop.loop_init(False)
Traceback (most recent call last):
  File "/usr/bin/winswitch_server", line 5, in <module>
    server_wrapper.main()
  File "/usr/lib/python2.6/site-packages/winswitch/server/server_wrapper.py", line 50, in main
    from winswitch.server.controller import WinSwitchServer
  File "/usr/lib/python2.6/site-packages/winswitch/server/controller.py", line 20, in <module>
    reactor = loop_init(False)
  File "/usr/lib/python2.6/site-packages/winswitch/util/main_loop.py", line 21, in loop_init
    glib.threads_init()
AttributeError: 'module' object has no attribute 'threads_init'
#199 worksforme Ubuntu oneiric install fails Antoine Martin https://me.yahoo.com/a/708OzwlrvP1JZDZoeOWD1hyBB5M-#39cde
Description

Following the instructions on http://winswitch.org/downloads/debian-repository.html?dist_select=oneiric

I get this error:

W: Failed to fetch http://winswitch.org/dists/dists/oneiric/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

I think 'dists' is appearing somewhere it shouldn't (see the dists/dists) above.

Note: See TracQuery for help on using queries.