Warning: session_start(): open(/tmp/sess_cms6qrtflgc3g738gkm3p2j435, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Wicd Client KDE openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (32) .- Knowledge Base  . 

Wicd Client KDE

   0.3.1  

KDE Networking Tool

Score 90%
Wicd Client KDE
zoom


Version Control:  Link
Issue Tacker:  https://bugs.kde.org/
Downloads:  5290
Submitted:  Sep 9 2010
Updated:  Feb 7 2013

Description:

Wicd Client KDE is a Wicd client build on the KDE Development Platform.

Please report bugs on https://bugs.kde.org/

Wicd Client KDE is now a plasmoid! Don't forget to add it to your panel.




Changelog:

v0.3.1
------------------------------------------------
- Always hide password input
- Fix crash if the applet is started and the daemon is not running
- Fix KDE 4.5 build
- Fix arm build




LicenseGPL
Source(v0.3.1)
Send to a friend
Subscribe
Other  Content  from anthon38
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7 

-

 wicd-client-kde

 
 by Panko on: Sep 15 2010
 
Score 50%

Great app!
I have it working on Debian sid with kde4.5, (wicd-client-kde ver 0.1.1) compiled with

mkdir build ; cd build ; cmake ../ ; make ; su -c make install

Just with some issues:
*Doesn't remember window size & position.
*When try to use scripts button, it says "KAuth returned an error code: 7".
*Can't turn on notifications option in preferences.

Just waiting for new version and hope issues are fixed!

Thanks for your great work ;)


Reply to this

-

 Re: wicd-client-kde

 
 by anthon38 on: Sep 15 2010
 
Score 50%

Hi,
1- Probably my fault since the changelog seems misleading, but if you talk about not remembering the size when you quit the application, this is normal. Please see my answer to Musikolo at the bottom of page 2.
2- Hmm what I got from the doc is: "An error from D-Bus occurred." I'm not sure of where this might come from. Could you please try to recompile using
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
instead of cmake ../ ? (don't forget to reinstall after that)
3- That's because the notifications are not implemented yet.


Reply to this

-

 Re: Re: wicd-client-kde

 
 by Panko on: Sep 15 2010
 
Score 50%

Thanks for quick reply...

1.- Sorry about size & position, haven't read it... btw, solved with window properties ;)
2.- I'll try it...
3.- I've thinked that. I'll wait for it.

Btw, it's new app, I think those issues aren't annoying for me... cause I configured scripts searching in config files of wicd-client-gtk, and for notifications, used knemo.

Thanks again for your great work!


Reply to this

-

 Re: Re: Re: wicd-client-kde

 
 by Panko on: Sep 15 2010
 
Score 50%

Hi again...
Tried to compile with
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
just slightly changed... now, error of KAuth is '4' instead of '7' with 0.1.1 version & git version...


Reply to this

-

 Re: Re: Re: Re: wicd-client-kde

 
 by anthon38 on: Sep 16 2010
 
Score 50%

Hi,
error 4 is AuthorizationDenied. Does the error appears before or after KAuth prompts you for the root password?
Also, have you uninstalled everything before reinstalling?


Reply to this

-

 Re: Re: Re: Re: Re: wicd-client-kde

 
 by Panko on: Sep 16 2010
 
Score 50%

It never ask for a pass, that error appears on click at "scripts" button without asking password...
Yes, I've uninstalled everything and try with a fresh build and install with:

$cd [wicdclientkde-folder] && mkdir build && cd build
$cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
$make
$su -c make install

Used, as said, ver 0.1.1 and version from git (yesterday).
Btw, program runs good for las night and today without problems...

Trying a search by google makes me think it's a possible issue with policykit/polkit and kde4, like first versions in systemsettings with debian & kubuntu ¿? (I'm not a programmer, so I can't be more explicit... sorry).

If there's a way I can gather some debuf info and give it to you, tell me and I'll try.


Reply to this

-

 Re: Re: Re: Re: Re: Re: wicd-client-kde

 
 by anthon38 on: Sep 16 2010
 
Score 50%

Ok, let's try this:
You probably have the digital-clock plasmoid somewhere on your desktop. (If not, run "plasmoidviewer digital-clock")
- Right click > Adjust Date and Time
- Change something so that you can click the Apply button
- Click the button
Does it ask you for the password?



-

 Re: Re: Re: Re: Re: Re: wicd-client-kde

 
 by Panko on: Sep 16 2010
 
Score 50%

Yes, it ask me for root password, as the way it should be...

sorry for reply here, but page doesn't let me reply to your message... (maybe a limit for indent replies?)...



-

 Re: Re: Re: Re: Re: Re: wicd-client-kde

 
 by anthon38 on: Sep 16 2010
 
Score 50%

Could you please look at this page and see if it helps?
http://community.kde.org/KAuth_Troubleshooting
If not, please paste here the output of the "make install" command. Just the end, so that I can see what is installed and where.



-

 Re: Re: Re: Re: Re: Re: wicd-client-kde

 
 by Panko on: Sep 16 2010
 
Score 50%

Hi!

At this moment, don't know how or why (maybe a "remembered password" when do not ask for it?) it works as it should do, using last version of git, without recompile it or reinstalled it... Possibly it was that I restarted computer and, of course, be in a new session...

Compilation went fine, with any errors, in three versions I used: 0.1.1, git from 2 days ago, and git from today... btw here is process:
cmake: http://pastebin.ca/1942226
make: http://pastebin.ca/1942227

Sorry about any inconvenience as it's working now with no changes... and thanks for your patience...

& thanks for your good work and sharing!



-

 wicd- belkin usb wifi adapter

 
 by BluesKaj on: Sep 15 2010
 
Score 50%
BluesKajBluesKaj
retired

I've tried several times on kubuntu lucid to make this app work with a belkin usb adapter without resorting to ndiswrapper with poor results ... it just refuses to find the the router's address. Wicd is configured with wpa-psk but refuses to connect past the router to the internet.Wicd gui claims to be connected , but isn't.


BluesKaj
Reply to this

-

 Re: wicd- belkin usb wifi adapter

 
 by anthon38 on: Sep 16 2010
 
Score 50%

Hi,
does it work with the gtk client?


Reply to this

-

 Re: Re: wicd- belkin usb wifi adapter

 
 by BluesKaj on: Sep 16 2010
 
Score 50%
BluesKajBluesKaj
retired

It's available to gnome users and does use gtk libs. However, I don't know if wicd works with usb wifi adpters on pcs running gnome desktop.It may however work fine with built in wifi chips such as those on laptops. It used to work on my acer extensa 4630z laptop, but since network manager was fixed on ubuntu lucid I haven't needed to use wicd on my laptop.


Reply to this

-
.

 Great!

 
 by Eldarion on: Sep 16 2010
 
Score 50%

Thanks for developing this usefull app.

Currently i'm using wicd deamon and knemo to show me the useful info. Now if only wicd-client-kde had the option to customize the tooltip info (gateway, network, boardcast address, ...) i would probably using it. An interface trafic statistics would be great too (bytes received/send).

Keep the great work and thanks for sharing.


Running ArchLinux
Reply to this

-
.

 Add tooltip for buttons?

 
 by adaptee on: Sep 23 2010
 
Score 50%

Currently , the three buttons on the right-hand siet of each network do not provide tooltip.


Reply to this

-

 Hungarian translation

 
 by aszabo38 on: Sep 24 2010
 
Score 50%

Hi,

Great, it works on my slackware-13. I made a slackware package, http://www.dia-tech.net/linux/Slackware-13.1/wicd-client-kde/pkg/wicd-client-kde-0.2.0-i486-1SzA.tgz.

And I translated to Hungarian, the po file is here: http://www.dia-tech.net/linux/Slackware-13.1/wicd-client-kde/hu.po


Reply to this

-

 Re: Hungarian translation

 
 by anthon38 on: Sep 29 2010
 
Score 50%

Thank you!


Reply to this

-

 On Kubuntu 10.4 with KDE 4.5.1

 
 by GreyGeek on: Sep 25 2010
 
Score 50%
GreyGeekGreyGeek
Kubuntu Forums
Home

it works great!

Had to install kdelibs5-dev for the compile to work. Compiled it with qtcreator and just using the INSTALL instructions. Both worked great.

It now has replaced the gtk version.


"If Windows API becomes the default on Linux then what is the point of Linux?" -- Mark Shuttleworth
MONO is Windows API

Reply to this

goto page: prev   1  2  3  4  5  6  7 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team