
GRUB2 Editor
Source (link to git-repo or to original if based on someone elses unmodified work): https://cgit.kde.org/kcm-grub2.git/
A KDE Control Module for configuring the GRUB2 bootloader.
Smoothly integrated in KDE System Settings, it is the central place for managing your GRUB2 configuration. Supports many GRUB2 configuration options, most notably:
* Manage default boot entry
* Manage boot timeout
* Manage boot resolutions
* Manage boot menu colors
* Manage boot menu theme
* Manage linux kernel arguments
* Save and update the configuration files of GRUB2
Extra features include:
* Recover GRUB2
* Remove old entries
* Create and preview GRUB2 splash images
Related Blog: http://ksmanis.wordpress.com/category/grub2-editor/
SourceForge Page: https://sourceforge.net/projects/kcm-grub2/
KDE-Apps.org Page: http://kde-apps.org/content/show.php?content=139643
KDE Extragear Page: https://projects.kde.org/projects/extragear/sysadmin/kcm-grub2
For installation instructions see the INSTALL file.
Release Announcement:
Version 0.6.4: http://ksmanis.wordpress.com/2013/10/12/grub2-editor-v0-6-4/
YAFU
9 years ago
Editing /usr/share/kde4/services/kcm_grub2.desktop, I put the launcher in:
X-KDE-System-Settings-Parent-Category=advanced-user-settings
Anyway I get the next messange:
$ kcmshell4 kcm_grub2
false
kcmshell4: symbol lookup error: /usr/lib/kde4/kcm_grub2.so: undefined symbol: _ZN9QListData11detach_growEPii
On Kubuntu 10.04, KDE 4.4.5
Thanks!
Report
artemisfowl2007
9 years ago
Report
YAFU
9 years ago
Report
artemisfowl2007
9 years ago
Report
YAFU
9 years ago
Qt version is 4.6.3.
Compiling sources works. Anyway I have to edit the file as I mentioned before, that the entry appears in Systemsettings in KDE 4.4.x.
Another thing: Have you already has a Spanish translation of this application, or know people working on it?
Thank you.
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
dependency problems prevent configuration of kcm_grub2:
kcm_grub2 depends on grub2; however:
Package grub2 is not installed.
dpkg: error processing kcm_grub2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
kcm_grub2
i have not grub2 i have grub-pc
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
so .... if you could fix dependencies ..
Report
artemisfowl2007
9 years ago
Report
artemisfowl2007
9 years ago
Perhaps I should update the dependencies. grub-common is the required dependency.
Report
nowardev
9 years ago
tested on natty btw you need to run
kbuildsycoca4
to get it into systemsettings
Report
nowardev
9 years ago
http://dl.dropbox.com/u/4127065/debian%20package/natty/kcm_grub2/kcm_grub2-0.2.0.deb
btw i have seen thsi
http://kde-apps.org/content/show.php/Grub2+Kcm?content=137886
isn't the same project ?
what's the difference?
Report
artemisfowl2007
9 years ago
It is another GRUB2 KCModule but it's written in Python and more simplified I would say.
I've been quite some time on this idea though (have read tons of GRUB2 documentation) and didn't want to waste all this effort, so I published this KCModule, along with the other one, owned by user kbios.
Report
nowardev
9 years ago
Report
nowardev
9 years ago
i believe i found a bug
see here
http://wstaw.org/m/2011/03/11/plasma-desktopXD1514.jpg
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
should be Ubuntu
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
Ubuntu: command not found
so i guess xD shoul be
`echo lsb_release -i -s 2> /dev/null || echo Debian`
Ubuntu
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
Ubuntu: command not found
so i guess xD shoul be
`echo lsb_release -i -s 2> /dev/null || echo Debian`
Ubuntu
Report
jmunin
9 years ago
p.d. please, .deb package soon!
Report
artemisfowl2007
9 years ago
Report
nowardev
9 years ago
SET(MAJOR_VERSION 0)
SET(MINOR_VERSION 2)
SET(PATCH_VERSION 0)
IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
INCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_SET_DESTDIR "on")
SET(CPACK_PACKAGING_INSTALL_PREFIX "/tmp")
SET(CPACK_GENERATOR "DEB")
SET(CPACK_PACKAGE_DESCRIPTION "kmc module for grub2")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Graphical method to edit grub2 via systemsettings")
SET(CPACK_PACKAGE_VENDOR "Vendor")
SET(CPACK_PACKAGE_CONTACT "Artemis Fowl")
SET(CPACK_PACKAGE_VERSION_MAJOR "${MAJOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_MINOR "${MINOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_PATCH "${PATCH_VERSION}")
SET(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${MAJOR_VERSION}.${MINOR_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "kdebase-runtime (>= 4:4.2.1), kdelibs5 (>= 4:4.2.1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libplasma3, libqt4-dbus (>= 4.5.0), libqtcore4 (>= 4.5.0), libqtgui4 (>= 4.5.0), libstdc++6 (>= 4.2.1)")
SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
SET(CPACK_DEBIAN_PACKAGE_SECTION "kde")
SET(CPACK_DEBIAN_ARCHITECTURE ${CMAKE_SYSTEM_PROCESSOR})
SET(CPACK_COMPONENTS_ALL Libraries ApplicationData)
INCLUDE(CPack)
ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
i get the debian package i can install it wiput problem (list of files:)
usr/
usr/share/
usr/share/polkit-1/
usr/share/polkit-1/actions/
usr/share/polkit-1/actions/org.kde.kcontrol.kcmgrub2.policy
usr/local/
usr/local/etc/
usr/local/etc/dbus-1/
usr/local/etc/dbus-1/system.d/
usr/local/etc/dbus-1/system.d/org.kde.kcontrol.kcmgrub2.conf
usr/local/lib/
usr/local/lib/kde4/
usr/local/lib/kde4/libexec/
usr/local/lib/kde4/libexec/kcmgrub2helper
usr/local/lib/kde4/kcm_grub2.so
usr/local/share/
usr/local/share/dbus-1/
usr/local/share/dbus-1/system-services/
i have checked if i have the files installed and i have ...
i run kbuildsycoca4
but then ,,,,
kcmshell4 --list | grep grub
gives nothing
ideas?
Report