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

lutris don't start #73

Closed
malt1 opened this issue Jul 18, 2014 · 8 comments
Closed

lutris don't start #73

malt1 opened this issue Jul 18, 2014 · 8 comments

Comments

@malt1
Copy link
Contributor

malt1 commented Jul 18, 2014

After install lutris 0.3.4 from deb on Kubuntu 14.04 (linux 3.13.0-32) lutris don't start.

@Letiliel
Copy link
Contributor

Hi malt1, can you run it in a terminal and copy-paste the output here please ?

@strycore
Copy link
Member

Yes, please give the us the output of the crash, it's unlikely that lutris would crash on *ubuntu 14.04 unless you are missing some dependencies. This may be a packaging bug and I'd like to resolve it for Lutris 0.3.5

@malt1
Copy link
Contributor Author

malt1 commented Jul 19, 2014

of course, this is the terminal answer:
lutris
ERROR:root:Could not find any typelib for Gtk
Traceback (most recent call last):
File "/usr/bin/lutris", line 25, in
from gi.repository import Gtk
ImportError: cannot import name Gtk

do you need the file /usr/bin/lutris too?

@Letiliel
Copy link
Contributor

Ok, you need to install gir1.2-gtk-3.0
Command : sudo apt-get install gir1.2-gtk-3.0

Does it fix it ?

@malt1
Copy link
Contributor Author

malt1 commented Jul 19, 2014

not yet fix bug:
command lutris:
Traceback (most recent call last):
File "/usr/bin/lutris", line 34, in
from lutris.gui import dialogs
File "/usr/lib/pymodules/python2.7/lutris/gui/dialogs.py", line 6, in
from lutris.gui.widgets import DownloadProgressBox
File "/usr/lib/pymodules/python2.7/lutris/gui/widgets.py", line 10, in
from lutris import settings
File "/usr/lib/pymodules/python2.7/lutris/settings.py", line 4, in
from xdg import BaseDirectory
ImportError: No module named xdg

@Letiliel
Copy link
Contributor

Ha, I felt it wouldn't be the only missing dependency.
For this one : sudo apt-get install python-xdg
There may be more.

@malt1
Copy link
Contributor Author

malt1 commented Jul 19, 2014

It's work! great job!

@Letiliel
Copy link
Contributor

Good! And thanks for reporting, we will add these dependecies in v0.3.5.

@strycore : I leave that to you. ;)

@lutris lutris locked as resolved and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants