You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My system has been unable to launch the x-tile application with the command because of the apparent inability to determine the file type of one of the built-in SVG image files. I have, however, received success with the same via the file command with the respective image file. For outputs:
Output from x-tile:
WM = Openbox
libc.prctl not available, the process name will be python and not x-tile
Traceback (most recent call last):
File "/usr/bin/x-tile", line 72, in <module>
x = core.XTile(core.InfoModel())
File "/usr/share/x-tile/modules/core.py", line 308, in __init__
pixbuf = GdkPixbuf.Pixbuf.new_from_file(filepath)
gi.repository.GLib.GError: gdk-pixbuf-error-quark: Couldn’t recognize the image file format for file “/usr/share/x-tile/glade/tile-vertically.svg” (3)
My system has been unable to launch the
x-tile
application with the command because of the apparent inability to determine the file type of one of the built-in SVG image files. I have, however, received success with the same via thefile
command with the respective image file. For outputs:Output from
x-tile
:Output from
file
with the appropriate file:The text was updated successfully, but these errors were encountered: