Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
03-05-2014, 12:48 PM
|
#1
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
terminator fails to run
Hi,
I'm trying to get terminator to run on a slackware64 13.37 multi-lib system. Using sbopkg terminator compiles fine, but when I try to run it I get:
Code:
ImportError: could not import bonobo.ui
Traceback (most recent call last):
File "/usr/bin/terminator", line 76, in <module>
TERMINATOR = Terminator()
File "/usr/lib64/python2.6/site-packages/terminatorlib/terminator.py", line 44, in __init__
self.prepare_attributes()
File "/usr/lib64/python2.6/site-packages/terminatorlib/terminator.py", line 67, in prepare_attributes
self.attempt_gnome_client()
File "/usr/lib64/python2.6/site-packages/terminatorlib/terminator.py", line 89, in attempt_gnome_client
self.gnome_client.connect_to_session_manager()
AttributeError: '__main__.GnomeClient' object has no attribute 'connect_to_session_manager'
I have reinstalled python, reinstalled libgnome, not sure what to do next.
Thanks for any help or ideas,
Brian
|
|
|
03-05-2014, 12:57 PM
|
#2
|
Senior Member
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077
|
did you re install libbonobo and the other deps for libgnome?
|
|
|
03-05-2014, 01:16 PM
|
#3
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639
Original Poster
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Yes I did.
(I don't really understand why libgnome should be involved at all. slackbuilds.org does not list it (or anything else, for that matter) has a requirement for building. I had just read somewhere that it might work.)
Brian
|
|
|
03-05-2014, 03:22 PM
|
#4
|
Senior Member
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077
|
I'm surprised the SlackBuild does not list libgnome as a dep. Looking through the source code of terminator, it looks like you need at least pygtk and gobject. I'm not sitting in front of my slackware box at this moment, but I'm pretty sure at least gobject or pygobject is not included by default.
To me this looks like one of "those" packages, like Miro and OpenShot and other apps that depend heavily upon Python+GTK. Have you installed
http://slackbuilds.org/repository/13.../gnome-python/
as well?
|
|
|
03-05-2014, 04:59 PM
|
#5
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Code:
ll /var/log/packages/ | grep -E "pygtk|gob|terminator"
-rw-r--r-- 1 root root 12K Feb 01 2014 1:09 PM gobject-introspection-1.32.1-x86_64-1
-rw-r--r-- 1 root root 9.9K Feb 01 2014 1:09 PM pygobject-2.28.6-x86_64-2
-rw-r--r-- 1 root root 35K Feb 01 2014 1:09 PM pygtk-2.24.0-x86_64-1
-rw-r--r-- 1 root root 18K Feb 03 2014 7:27 AM terminator-0.97-x86_64-1_SBo
is what I have installed here.
|
|
|
03-05-2014, 05:23 PM
|
#6
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639
Original Poster
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
@notKlaatu - Yes, I have gnome-python installed.
@Habitual - I have a full install which includes pygtk and pygobject. gobject-introspection is not in 13.37.
Brian
|
|
|
03-06-2014, 09:00 AM
|
#7
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
I don't think I needed that for the install. It was a rather loose search of installed pygtk|gob packages.
terminator (0.96) I take it?
|
|
|
03-06-2014, 09:06 AM
|
#8
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,815
|
Did you use SlackBuild script for 14.1 and use it on 13.37?
|
|
|
03-06-2014, 11:32 AM
|
#9
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Quote:
Originally Posted by willysr
Did you use SlackBuild script for 14.1 and use it on 13.37?
|
Been there, trashed that. ![Smilie](https://www.linuxquestions.org/questions/images/smilies/smile.gif)
|
|
|
03-07-2014, 06:01 PM
|
#10
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639
Original Poster
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
Yes, it is terminator 0.96. I used sbopkg, so I assume it uses the 13.37 script.
Brian
|
|
|
03-09-2014, 04:26 PM
|
#11
|
Senior Member
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077
|
From the error message, it looks like Python is having trouble loading bonobo.ui
I would do an `installpkg --reinstall --install-new` on libbonobo, libbonoboui, and anything else that uses it, to make sure those installs really installed and that the correct versions got installed in the first place. I would also check your sbopkg conf to make sure it is using the correct versions.
|
|
|
03-12-2014, 03:07 PM
|
#12
|
Senior Member
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639
Original Poster
Rep: ![Reputation: Disabled](https://www.linuxquestions.org/questions/images/reputation/reputation_off.gif)
|
I did reinstall these packages and have verified that sbopkg is pointing to the right mirror.
Brian
|
|
|
All times are GMT -5. The time now is 03:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|