Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  kde networkmanager  (Read 2546 times)

Offline badkey

  • User
  • Posts: 16
kde networkmanager
« on: 2015/03/29, 16:10:07 »
Hi all,
a quite simple question - where does the kde networkmanager store the connection profile information? I would like to delete some profiles, I looked at right mouse menu as well as to the .kde folder. Nothing related...


Best
Jan-Mark

Offline ayla

  • User
  • Posts: 1.744
Re: kde networkmanager
« Reply #1 on: 2015/03/29, 16:48:14 »
You may have a look at /etc/NetworkManager/system-connections

greets
ayla

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: kde networkmanager
« Reply #2 on: 2015/03/29, 19:14:20 »
Hello badkey,
members of the netdev group can use the nmcli command.
user@sidbox:~$ nmcli connection show
NAME         UUID                                  TYPE             DEVICE
WLAN-Home    35ccfe07-f75e-467a-89e1-ac3d6ebe5e07  802-11-wireless  wlan0
LAN          131326a9-556c-40a2-a08d-3d552a2e7535  802-3-ethernet   eth0

user@sidbox:~$ nmcli con del WLAN-Home
user@sidbox:~$ nmcli c s
NAME  UUID                                  TYPE            DEVICE
LAN   131326a9-556c-40a2-a08d-3d552a2e7535  802-3-ethernet  eth0

In the second and third command i used short abbreviations of "connection delete" and "connection show",
but bash-completion knows about nmcli, so the long names are no hazzle.

greetings
musca
β€žEs irrt der Mensch, solang er strebt.β€œ  (Goethe, Faust)

Offline Lanzi

  • User
  • Posts: 1.777
Re: kde networkmanager
« Reply #3 on: 2015/03/31, 23:54:34 »
ANother question from me:
The old networkmanager ould save the passwords without using KDE-Wallet. I prefered this, since when I start my laptop I am always asked to open my wallet, and to keep it open, which I don't like!

Also Dropbox starts in standby when the internetconection is not established since the first seconds.

so my question: How do I start my kdenetworkmanager without KDE Wallet?

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: kde networkmanager
« Reply #4 on: 2015/04/01, 01:47:48 »
Quote from: Lanzi
ANother question from me:
The old networkmanager ould save the passwords without using KDE-Wallet. I prefered this, since when I start my laptop I am always asked to open my wallet, and to keep it open, which I don't like!

Also Dropbox starts in standby when the internetconection is not established since the first seconds.

so my question: How do I start my kdenetworkmanager without KDE Wallet?
setting a blank master password for the wallet manager

If that don't work try  (back it up first)

Delete this folder

Code: [Select]
.kde4/share/apps/kwallet/
This file

Code: [Select]
.kde4/share/config/kwalletrc           
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline ayla

  • User
  • Posts: 1.744
Re: kde networkmanager
« Reply #5 on: 2015/04/01, 02:28:08 »
I always do not choose to use kwallet in the second step of the kwallet dialog, which opens when storing the password the first time. Insteed I just tell it to go on (don't know exactly what the choices are any more). After that kwallet is not used and I have to give  the password one more time in the settings of my networkmanger/wireless device. I also have to choose "all users may connect to this network". Then networkmanager starts without asking for a password any more.