LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Knetworkmanager under Fedora 12 (https://www.linuxquestions.org/questions/linux-networking-3/knetworkmanager-under-fedora-12-a-810945/)

madsovenielsen 05-29-2010 12:20 PM

Knetworkmanager under Fedora 12
 
Hello all.

I am currently running Fedora 12 with KDE. networkmanager is installed. but its with the Gnome frontend, i have tried to install the KDE frontend, Knetworkmanager, its working 50% of the time. sometimes its the KDE frontend and sometimes its the GNOME frontend. i get no error messages. its working fine. but i wouldt like to only have the KDE one. which package do i have to uninstall ? or what file do i have to edit ?

/mads

aadelmar 05-30-2010 06:10 AM

you can tell to kde that this app must open just on kde
and same to gnome. sample:
for knetworkmanager
edit /usr/share/applications/kde4/knetworkmanager.desktop
and add this line
Code:

OnlyShowIn=KDE;
same for gnome application we must edit
/usr/share/applications/application.desktop
and add line in just like
Code:

OnlyShowIn=GNOME;

madsovenielsen 05-31-2010 09:39 AM

Thanks, but that did not work. im getting no error message and the GNOME frontend is working as before.
can i uninstall the GNOME frontend ? or is it the default ?

John VV 05-31-2010 11:49 PM

seeing as fedora is VERY Gnome centric
there is some of gnome installed with kde ( there is a kde spin release ) but this has "some" gnome files on it .
http://spins.fedoraproject.org/kde/
http://fedoraproject.org/en/get-fedora-all
http://fedoraproject.org/en/get-fedora-options
so
Quote:

can i uninstall the GNOME frontend ?
NO , if you try you will have a unbootable "door stop "

if you installed the default fedora + KDE then you have the FULL Gnome AND KDE desktops

rkski 06-01-2010 02:25 AM

why are you using networkmanager to begin with. You can install the wicd package which most find better.

Just:

Code:

#chkconfig --level 345 NetworkManager off
and install wicd.

Or, as I do, use the command line for wireless.



edit: I believe the package you want to remove is 'NetworkManager-gnome'


All times are GMT -5. The time now is 05:12 AM.