Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run on a minimal installation (requirements)? #5

Closed
sm8ps opened this issue Jan 22, 2016 · 3 comments
Closed

How to run on a minimal installation (requirements)? #5

sm8ps opened this issue Jan 22, 2016 · 3 comments

Comments

@sm8ps
Copy link

sm8ps commented Jan 22, 2016

Thanks for this promising piece of software! I am excited to try it out on a minimalist installation (dCore, a Tiny Core off-spring) with LXDE/Openbox.

Though, I get the following error.

WM = Open
Traceback (most recent call last):
File "/usr/bin/x-tile", line 65, in
x = core.XTile(core.InfoModel())
File "/usr/share/x-tile/modules/core.py", line 265, in init
pixbuf = gtk.gdk.pixbuf_new_from_file(filepath)
glib.GError: Couldn't recognize the image file format for file '/usr/share/x-tile/glade/tile-vertically.svg'

So far, I have installed libgdk-pixbuf2.0-0, librsvg2-2, python-gconf, python-gtk2, python-rsvg. Do you see anything obvious that is missing?

@giuspen
Copy link
Owner

giuspen commented Jan 23, 2016

Try gtk2-engine-svg or search for gtk2 and svg in your package manager
On 22 Jan 2016 14:38, "sm8ps" notifications@github.com wrote:

Thanks for this promising piece of software! I am excited to try it out on
a minimalist installation (dCore, a Tiny Core off-spring) with LXDE/Openbox

Though, I get the following error

WM = Open
Traceback (most recent call last):
File "/usr/bin/x-tile", line 65, in
x = coreXTile(coreInfoModel())
File "/usr/share/x-tile/modules/corepy", line 265, in init
pixbuf = gtkgdkpixbuf_new_from_file(filepath)
glibGError: Couldn't recognize the image file format for file
'/usr/share/x-tile/glade/tile-verticallysvg'

So far, I have installed libgdk-pixbuf20-0, librsvg2-2, python-gconf,
python-gtk2, python-rsvg Do you see anything obvious that is missing?


Reply to this email directly or view it on GitHub
#5.

@sm8ps
Copy link
Author

sm8ps commented Jan 25, 2016

Thanks for your quick answer! I could only try it out today but found it not to work. However, I found the solution after much research. Maybe it can be helpful for future reference. The following works with packages from the Ubuntu repositories:

  1. I had to additionally install the packages python-gconf and python-rsvg with their dependencies.
  2. Before launching ''x-tile'', one has to issue ''sudo /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache''.
    After that, X-Tile runs beautifully on LXDE/Openbox. I am eager to fully get to try it out. Thanks a lot for yet another great piece of software after CherryTree!

@giuspen
Copy link
Owner

giuspen commented Nov 14, 2020

too old, open again if issues with latest

@giuspen giuspen closed this as completed Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants