LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-12-2007, 05:50 PM   #1
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Rep: Reputation: 16
Slackware + Wicd


Does anyone have Wicd working in Slackware 12.0? I have put all the files that come with it in their correct places and the Wicd item appears under the menu in KDE but clicking it does not open the application.

I have tried to activate the system tray icon but to no avail. Do I need to be disabling something or does it just not function properly in Slackware?
 
Old 09-12-2007, 06:12 PM   #2
cavalier
Member
 
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Blog Entries: 1

Rep: Reputation: 30
Have you tried running the executable from a terminal window? It might give you info about missing libraries or the like...
 
Old 09-12-2007, 09:10 PM   #3
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Original Poster
Rep: Reputation: 16
Okay I get this:
Code:
bash-3.1# ./tray.py
Traceback (most recent call last):
  File "./tray.py", line 5, in <module>
    import gtk
ImportError: No module named gtk
I installed everything with slack so it had gtk in it. This program is written in python.

Any ideas?
 
Old 02-25-2008, 06:44 PM   #4
nawcom
LQ Newbie
 
Registered: May 2004
Posts: 17

Rep: Reputation: 0
Question

let me know if you still need help. sounds like you didnt start up the wicd daemon "/opt/wicd/daemon.py" at boot time. if you use slackware you will also have to replace the networking.py with a modified one, for wicd is setup to use dhclient, while slackware uses dhcpcd to update the resol.conf realtime. oh wells, email me if you still need the help.
 
Old 02-25-2008, 08:31 PM   #5
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
Quote:
Originally Posted by sparker View Post
Okay I
I installed everything with slack so it had gtk in it.
You need pygtk and maybe dbus-python
Everything you need can be found at http://slackbuilds.org/repository/12.0/network/wicd/
 
Old 02-25-2008, 10:05 PM   #6
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
nawcom:

Did you get my mail about this? I saw your modified networking.py with dhcpcd in it, and I'd like to discuss it further with you. Please contact me -- rworkman AT slackware.com
 
Old 02-25-2008, 11:15 PM   #7
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Original Poster
Rep: Reputation: 16
Wow, old thread. I have stopped using a network manager completely and just stick to a simple shell script. But, thanks for the offer to help anyways.
 
Old 02-25-2008, 11:26 PM   #8
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
sparker:
I wish I'd seen this thread back in September.
You just might want to give it a try with nawcom's modified networking.py script - it's working well here, and I think that's going to part of a larger changeset going upstream to the wicd devs.
 
Old 02-26-2008, 10:38 AM   #9
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Original Poster
Rep: Reputation: 16
I'll probably set it up on my laptop, since I do move around quite a bit. It might be simpler than adding to my script.
 
Old 02-26-2008, 03:23 PM   #10
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
I have a similar problem with wicd, I started the daemon manually to make sure it works before adding it to the boot sequence when I try to start wicd from the command line I get :
Code:
/opt/wicd/gui.py
Missing GTK and gtk.glade. Aborting
I installed pygtk and dbus-python prior to compiling wicd, all of which I downloaded from slackbuilds.org I should already have GTK installed from the Slack install correct? What am I missing?

Thanks,
Eric
 
Old 02-26-2008, 09:02 PM   #11
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Original Poster
Rep: Reputation: 16
Did you do a full install? Otherwise, the only thing I can think of is you might need to upgrade to a newer version of gtk.

Last edited by sparker; 02-26-2008 at 09:04 PM.
 
Old 02-27-2008, 06:02 AM   #12
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
This is a brand new full installation of Slack 12. Installed a few days ago, downloaded about a week ago.
 
Old 02-27-2008, 04:50 PM   #13
sparker
Member
 
Registered: Aug 2007
Location: Canada
Distribution: OpenBSD 4.6, Debian Lenny
Posts: 64

Original Poster
Rep: Reputation: 16
Do you start the wicd service? /etc/rc.d/rc.wicd start

I have it working fine and the only thing I did was upgrade gtk from current, but that was for a different purpose.
 
Old 02-27-2008, 04:54 PM   #14
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
Yes I did start the service, I should have mentioned that. Does slack 12 ship with an older version of GTK? Why wouldn't wicd throw a build error if the GTK version was too old?
 
Old 02-27-2008, 06:19 PM   #15
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
I just built this yesterday and have no problem with it in a relatively stock Slack 12...
 
  


Reply

Tags
slackware, wicd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
trouble with wicd unisol Debian 1 08-20-2007 04:22 PM
LXer: Managing wireless connections seamlessly with wicd LXer Syndicated Linux News 1 07-31-2007 05:10 PM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration