Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th March 2012, 12:30 AM
gallicbear Offline
Registered User
 
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40
windows_7firefox
cannot run kcm-grub2

Does anyone have experience with kcm-grub2? I installed it 3 times already, under Fedora 16. It is nowhere to be found. The third time I downloaded it from the ksmanis repo. And the install process even said that that it had updated it. How can I run it? I would expect to see it among the applications. For instance I also installed gnumeric today and it put it under applications/office. There is no problem seeing it. But kcm-grub2 nowhere to be seen. Not even in the /bin directory. Any tips? Thanks in advance.
Reply With Quote
  #2  
Old 25th March 2012, 01:31 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: cannot run kcm-grub2

Use the command rpm -ql kcm-grub2 to see where all the files were installed to.
Reply With Quote
  #3  
Old 25th March 2012, 03:42 AM
gallicbear Offline
Registered User
 
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40
linuxfirefox
Re: cannot run kcm-grub2

Thank you, PabloTwo. I did that. Unfortunately, I didn't find an executable file. The README file didn't offer any explanation either. Weird program, and yet others like it from what I read. I also see screen shots online. How do people get it to work?
Reply With Quote
  #4  
Old 25th March 2012, 01:27 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: cannot run kcm-grub2

I don't use KDE, but I did download that rpm package and extracted it to have a look at it.
There is no direct executable. It is meant to run as a service:
Quote:
/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmgrub2.service
I don't know if KDE automatically launches that service at boot with that being in that location or not, or if you have to do something to activate it.

As far as a menu item, that's supposed to be controlled by the .desktop file:
Quote:
/usr/share/kde4/services/kcm_grub2.desktop
The two relevant entries in that file being:
Code:
Exec=kcmshell4 kcm_grub2
Categories=Qt;KDE;X-KDE-settings-system;
There are url links in the README file that might lead you better info on how this works.
Reply With Quote
  #5  
Old 25th March 2012, 06:39 PM
gallicbear Offline
Registered User
 
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40
linuxfirefox
Re: cannot run kcm-grub2

Thanks, PabloTwo, for going through the trouble of installing the program. And I appreciate the hint about this being a service. However, as much as I play with this 'desktop' file, nothing works. I do not get a gui editor onto the screen. And the websites do not explain that either. They just show the 'finished' product, but not how it gets launched.
Reply With Quote
  #6  
Old 26th March 2012, 12:14 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: cannot run kcm-grub2

Well, I didn't install it, I just extracted the rpm package contents to a directory in my home directory so I could see what was in the desktop file. If you did have a menu item for it, and clicked on it, what it would do would be to execute the command "kcmshell4 kcm_grub2". But it's my guess that the "org.kde.kcontrol.kcmgrub2.service" service would need to be running for that to have any effect.

As I say, I don't use KDE and I'm not familiar with the directory structure I'm seeing here. Maybe some other KDE use can tell you how you get that service started in KDE.
Quote:
/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmgrub2.service
Reply With Quote
  #7  
Old 26th March 2012, 02:03 AM
gallicbear Offline
Registered User
 
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40
linuxfirefox
Re: cannot run kcm-grub2

I understand, PabloTwo. Here is what I have done so far. I am in the directory where that service (org.kde.control.kcmgrub2) is located. Here is what I tried:

[root@bernie-fedora16 system-services]# ls
ca.desrt.dconf.service
com.redhat.abrt.service
fi.epitest.hostap.WPASupplicant.service
fi.w1.wpa_supplicant1.service
net.reactivated.Fprint.service
org.bluez.service
org.fedoraproject.Config.Firewall.service
org.fedoraproject.Setroubleshootd.service
org.fedoraproject.SetroubleshootFixit.service
org.freedesktop.Accounts.service
org.freedesktop.Avahi.service
org.freedesktop.ColorManager.service
org.freedesktop.ConsoleKit.service
org.freedesktop.hostname1.service
org.freedesktop.locale1.service
org.freedesktop.login1.service
org.freedesktop.ModemManager.service
org.freedesktop.NetworkManager.service
org.freedesktop.nm_dispatcher.service
org.freedesktop.PackageKit.service
org.freedesktop.PolicyKit1.service
org.freedesktop.RealtimeKit1.service
org.freedesktop.systemd1.service
org.freedesktop.timedate1.service
org.freedesktop.UDisks.service
org.freedesktop.UPower.service
org.gnome.GConf.Defaults.service
org.gnome.SettingsDaemon.DateTimeMechanism.service
org.kde.kcontrol.kcmgrub2.service
org.opensuse.CupsPkHelper.Mechanism.service
[root@bernie-fedora16 system-services]# systemctl status org.kde.kcontrol.kcmgrub2.service
org.kde.kcontrol.kcmgrub2.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
[root@bernie-fedora16 system-services]# systemctl enable org.kde.kcontrol.kcmgrub2.service
Failed to issue method call: No such file or directory
[root@bernie-fedora16 system-services]#

What am I doing wrong? This is puzzling.
Reply With Quote
  #8  
Old 26th March 2012, 09:01 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,347
linuxopera
Re: cannot run kcm-grub2

Hello gallicbear

You've probably seen this:

http://kde-apps.org/content/show.php...content=137886

where the screenshots show that it is supposed to be part of the KDE Control Centre when running (aka System Settings).

So I assume that something needs to tell the Control Centre to include it. I don't think it was ever intended to run as a self contained gui.

Somewhere on this forum I've seen something about the mechanism for adding/removing modules from Control Centre - I just can't find where.
Reply With Quote
  #9  
Old 26th March 2012, 01:49 PM
gallicbear Offline
Registered User
 
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40
windows_7firefox
Re: cannot run kcm-grub2

Thanks, bbfuller. No I wasn't aware of this, but it's starting to make sense. I appreciate the link and will go from there.
Reply With Quote
Reply

Tags
kcmgrub2, run

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Grub2, dev modifications from satndard grub2 install jakebpg Using Fedora 16 9th March 2012 08:39 AM
Grub2 cskanan Using Fedora 2 13th February 2012 07:27 AM
Grub2 Geval Using Fedora 2 16th November 2011 01:31 AM
[SOLVED] Help with GRUB2/MBR, Please sharp Using Fedora 0 26th July 2011 03:06 PM
Grub2 Help dhess31 Installation and Live Media 5 30th May 2010 05:06 PM


Current GMT-time: 17:06 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat