Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 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.

#266 fixed xpra v0.14.6-2 not working Nathan Rennie-Waldock Nathan Rennie-Waldock
Description

xpra isn't working in 0.12.20 Server is Ubuntu 12.04 64bit, client is Windows 7 64bit Both run WinSwitch? 0.12.20. Server's xpra is v0.14.6-2

Part of server log:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/xpra/server/server_core.py", line 434, in _process_hello
    proto.enable_compressor_from_caps(c)
  File "/usr/lib/python2.7/dist-packages/xpra/net/protocol.py", line 383, in enable_compressor_from_caps
    self.enable_nocompress()
AttributeError: 'Protocol' object has no attribute 'enable_nocompress'
2014-09-18 15:06:53,999 connection timedout: Protocol(SocketConnection(('127.0.0.1', 15063) - ('127.0.0.1', 50844)))
2014-09-18 15:06:54,799 Connection lost

I've downgraded xpra to 0.13.9-1 and that's working.

Note: See TracQuery for help on using queries.