Hello community,
here is the log from the commit of package kdebase4-workspace for
openSUSE:Factory checked in at 2013-10-17 14:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
and /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-workspace"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-10-14 09:28:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes
2013-10-17 17:39:30.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 15:47:40 UTC 2013 - [email protected]
+
+- Adjust kdm-sysconfig-values.diff to set default boot loader to
+ "Grub2" in kdm's kcm as well (bnc#845809)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdm-sysconfig-values.diff ++++++
--- /var/tmp/diff_new_pack.zVk4As/_old 2013-10-17 17:39:32.000000000 +0200
+++ /var/tmp/diff_new_pack.zVk4As/_new 2013-10-17 17:39:32.000000000 +0200
@@ -373,6 +373,26 @@
User: greeter
Instance: */true
Comment:
+--- kdm/kcm/kdm-shut.cpp 2013-06-28 19:10:44.000000000 +0200
++++ kdm/kcm/kdm-shut.cpp 2013-10-14 17:30:47.000000000 +0200
+@@ -194,7 +194,7 @@ void KDMSessionsWidget::load()
+ restart_lined->setUrl(configGrp.readEntry("RebootCmd", REBOOT_CMD));
+ shutdown_lined->setUrl(configGrp.readEntry("HaltCmd", HALT_CMD));
+
+- bm_combo->setCurrentId(configGrp.readEntry("BootManager", "None"));
++ bm_combo->setCurrentId(configGrp.readEntry("BootManager", "Grub2"));
+ }
+
+ void KDMSessionsWidget::defaults()
+@@ -205,7 +205,7 @@ void KDMSessionsWidget::defaults()
+ sdlcombo->setCurrentIndex(SdAll);
+ sdrcombo->setCurrentIndex(SdRoot);
+
+- bm_combo->setCurrentId("None");
++ bm_combo->setCurrentId("Grub2");
+ }
+
+ #include "kdm-shut.moc"
--- kdm/kfrontend/CMakeLists.txt 2013-09-02 21:03:58.633922387 +0200
+++ kdm/kfrontend/CMakeLists.txt 2013-09-03 21:25:59.043485577 +0200
@@ -114,3 +114,5 @@
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]