Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (172 - 174 of 230)

Ticket Resolution Summary Owner Reporter
#284 fixed [PATCH] Fix incorrect icons for some apps Nathan Rennie-Waldock
Description

Some apps are showing the incorrect icon in the applications menu. After a lot of debugging, I figured out icons with an extension will always be replaced by an icon found after it.

In my case, Thunderbird was getting the icon from my icon theme, rather than the package one which was found first.

It was caused by checking for the filename *with* extension as the key, rather than without which is how they're stored.

#297 fixed Repo is missing Ubuntu 17.04 packages Nathan Rennie-Waldock Nathan Rennie-Waldock
Description

Repo has xpra packages for 17.04, but not winswitch.

#229 fixed crash on shutdown ndbecker
Description
xpra-0.8.0-9.fc18.x86_64
winswitch-0.12.18-2.x86_64
applet.py:751:do_stop_server:AttributeError: ServerLineConnection instance has no attribute 'stop_server'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/winswitch/ui/dialog_util.py", line 119, in <lambda>
    dialog.connect('response', lambda dialog, response_id: ask_response_callback(dialog, response_id))
  File "/usr/lib/python2.7/site-packages/winswitch/ui/dialog_util.py", line 105, in ask_response_callback
    ok_callback()
  File "/usr/lib/python2.7/site-packages/winswitch/client/applet.py", line 746, in <lambda>
    None, lambda: self.do_stop_server(server))
  File "/usr/lib/python2.7/site-packages/winswitch/client/applet.py", line 751, in do_stop_server
    client.stop_server("User request")
AttributeError: ServerLineConnection instance has no attribute 'stop_server'

Local variables in innermost frame:
self: <winswitch.client.applet.WinSwitchApplet instance at 0x7ff10efdda70>
client: <winswitch.client.server_line_connection.ServerLineConnection instance at 0x25e1950>
server: <winswitch.objects.server_config.ServerConfig instance at 0x25eb638>
Note: See TracQuery for help on using queries.