Custom Query (230 matches)
Results (49 - 51 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#209 | fixed | SVGZ application icons are not shown | ||
Description |
[EE] 2012/09/08 23:34:28 icon_util.load_pixmap_file(/usr/share/icons/mono/scalable/apps/abiword.svgz,48) [ee] 2012/09/08 23:34:28 Traceback (most recent call last): [ee] 2012/09/08 23:34:28 File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 71, in load_pixmap_file [ee] 2012/09/08 23:34:28 data = gtk_load_scaled_pixmap(filename, size_limit) [ee] 2012/09/08 23:34:28 File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 38, in gtk_load_scaled_pixmap [ee] 2012/09/08 23:34:28 pixbuf = gtk.gdk.pixbuf_new_from_file(filename) [ee] 2012/09/08 23:34:28 GError: Couldn't recognize the image file format for file '/usr/share/icons/mono/scalable/apps/abiword.svgz' [EE] 2012/09/08 23:34:30 icon_util.load_pixmap_file(/usr/share/icons/mono/scalable/apps/synaptic.svgz,48) [ee] 2012/09/08 23:34:30 Traceback (most recent call last): [ee] 2012/09/08 23:34:30 File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 71, in load_pixmap_file [ee] 2012/09/08 23:34:30 data = gtk_load_scaled_pixmap(filename, size_limit) [ee] 2012/09/08 23:34:30 File "/usr/lib/python2.7/dist-packages/winswitch/util/icon_util.py", line 38, in gtk_load_scaled_pixmap [ee] 2012/09/08 23:34:30 pixbuf = gtk.gdk.pixbuf_new_from_file(filename) [ee] 2012/09/08 23:34:30 GError: Couldn't recognize the image file format for file '/usr/share/icons/mono/scalable/apps/synaptic.svgz' The problem can be fixed with the attached patch. |
|||
#210 | fixed | .desktop files do not validate | ||
Description |
Two .desktop files have the following problems: * error: value "Network;TrayIcon" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character * error: value "TrayIcon" in key "Categories" in group "Desktop Entry" is a reserved category, so a "OnlyShowIn" key must be included * warning: key "Encoding" in group "Desktop Entry" is deprecated This can be fix by the attached patch. |
|||
#211 | invalid | SSH connection failure | ||
Description |
On Debian establishing SSH connection from Winswitch fails with the following error: EE] 2012/10/08 02:13:11 format_util.logerr(SSH-2.0-OpenSSH_6.0p1 Debian-2)arguments are missing quotes [EE] 2012/10/08 02:13:11 ProtocolHandler.handle_command(SSH-2.0-OpenSSH_6.0p1 Debian-2) command parsing failed [EE] 2012/10/08 02:13:11 format_util.logerr(Protocol mismatch.)arguments are missing quotes:Protocol mismatch. [EE] 2012/10/08 02:13:11 ProtocolHandler.handle_command(Protocol mismatch.) command parsing failed [EE] 2012/10/08 02:13:11 ServerReceiver.connectionLost([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.\n]) [EE] 2012/10/08 02:13:11 ServerReceiverConnectionFactory.clientConnectionLost(<twisted.internet.tcp.Connector instance at 0x4990f38>,[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.\n]) |
Note: See TracQuery
for help on using queries.