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

25th March 2012, 12:30 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40

|
|
|
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.
|

25th March 2012, 01:31 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: cannot run kcm-grub2
Use the command rpm -ql kcm-grub2 to see where all the files were installed to.
|

25th March 2012, 03:42 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40

|
|
|
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?
|

25th March 2012, 01:27 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
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.
|

25th March 2012, 06:39 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40

|
|
|
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.
|

26th March 2012, 12:14 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
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
|
|

26th March 2012, 02:03 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40

|
|
|
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.
|

26th March 2012, 09:01 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: UK
Posts: 4,347

|
|
|
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.
|

26th March 2012, 01:49 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Bandon, Oregon
Posts: 40

|
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:06 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|