Debian This forum is for the discussion of Debian 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.
|
|
04-12-2008, 01:19 PM
|
#1
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
Fusion-icon issue on Sidux
When I try to run fusion-icon I get the error below:
Code:
[jongi:~#] fusion-icon
* Error: the "FusionIcon" module is missing. If you did not install fusion-icon to /usr,
you may need to add the appropriate site-packages directory to your PYTHONPATH
I installed using this guide.
I can run compiz using:
Code:
compiz --replace &
emerald --replace &
when I try to run ccsm I get the following:
Code:
[jongi:~#] ccsm
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
File "/usr/bin/ccsm", line 38, in <module>
import compizconfig
ImportError: No module named compizconfig
Last edited by Jongi; 04-12-2008 at 01:21 PM.
|
|
|
04-13-2008, 06:05 AM
|
#2
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Original Poster
Rep:
|
This may be a generalised python problem. I say this because when I try to run lottanzb I get
Code:
[jongi:~/programs/lottanzb#] lottanzb
INFO Starting LottaNZB 0.2 using Python 2.5.2.
INFO The LottaNZB configuration could not be loaded. Starting configuration assistant.
INFO Created the LottaNZB directory /home/jongi-sidux/.lottanzb/.
Traceback (most recent call last):
File "/usr/bin/lottanzb", line 8, in <module>
load_entry_point('lottanzb==0.2', 'gui_scripts', 'lottanzb')()
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/lottanzb.py", line 63, in run
Lotta()
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/lottanzb.py", line 48, in __init__
self.assistant = firstrun.Assistant(True)
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/firstrun.py", line 46, in __init__
self.showUsageHint()
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/firstrun.py", line 135, in showUsageHint
if Backend.isRunning():
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/backend.py", line 384, in isRunning
list = util.ProcessList()
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/util.py", line 315, in __init__
process = Process(int(f))
File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/util.py", line 283, in __init__
self.parent_pid = int(parent_pid)
ValueError: invalid literal for int() with base 10: 'S'
EDIT: The lottanzb issue was solved by apt-get install libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtk2.0-dev . It was only one of them that wasn't installed. Can't remember which.
Last edited by Jongi; 04-13-2008 at 09:18 AM.
|
|
|
04-13-2008, 09:55 AM
|
#3
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Original Poster
Rep:
|
As it turns out the reason for the original issue is simple, my python2.5 doesn't have FusionIcon
Code:
[root:~#] locate FusionIcon
/usr/lib/python2.4/site-packages/FusionIcon
/usr/lib/python2.4/site-packages/FusionIcon/__init__.py
/usr/lib/python2.4/site-packages/FusionIcon/data.py
/usr/lib/python2.4/site-packages/FusionIcon/environment.py
/usr/lib/python2.4/site-packages/FusionIcon/execute.py
/usr/lib/python2.4/site-packages/FusionIcon/interface.py
/usr/lib/python2.4/site-packages/FusionIcon/interface_gtk
/usr/lib/python2.4/site-packages/FusionIcon/interface_qt4
/usr/lib/python2.4/site-packages/FusionIcon/parser.py
/usr/lib/python2.4/site-packages/FusionIcon/start.py
/usr/lib/python2.4/site-packages/FusionIcon/util.py
/usr/lib/python2.4/site-packages/FusionIcon/interface_gtk/__init__.py
/usr/lib/python2.4/site-packages/FusionIcon/interface_gtk/main.py
/usr/lib/python2.4/site-packages/FusionIcon/interface_qt4/__init__.py
/usr/lib/python2.4/site-packages/FusionIcon/interface_qt4/main.py
I see my Fedora 8 64-bit install does have it. What do I need to install to have this in Sidux? Or else tell it to look for python2.4
EDIT: How do I find out what package provides FusionIcon?
Last edited by Jongi; 04-13-2008 at 10:08 AM.
|
|
|
04-13-2008, 12:12 PM
|
#4
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,905
|
compiz works just fine here using shame's repo.
|
|
|
04-16-2008, 06:14 PM
|
#5
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Original Poster
Rep:
|
If you read the op, I didn't say compiz doesn't work. I said that fusion-icon doesn't work. Can you at least provide me with your locate FusionIcon?
|
|
|
All times are GMT -5. The time now is 02:15 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
|
|