Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f25878a347f315e6e222860b1b4a8758b21d987f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f25878a347f315e6e222860b1b4a8758b21d987f)
  • Date: Sat, 19 Aug 2006 12:21:43 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

kde-core/kdebase/FINAL | 12 +++++++++++-
kde-core/kdebase/HISTORY | 3 +++
2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit f25878a347f315e6e222860b1b4a8758b21d987f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

kdebase: FINAL: added pmount notice

diff --git a/kde-core/kdebase/FINAL b/kde-core/kdebase/FINAL
index 0e02115..94cabe4 100755
--- a/kde-core/kdebase/FINAL
+++ b/kde-core/kdebase/FINAL
@@ -5,4 +5,14 @@ if check_if_xorg_modular_libs qt-x11; th
message "ServerCmd to point to /usr/bin/X . If needed, set Xrdb, "
message "FailsafeClient and Session to point to correct paths (no X11R6/)."
message "$DEFAULT_COLOR"
-fi
+fi &&
+
+message '
+To get pmount working with hal on kde >= 3.5.4 a policy for the plugdev group
+has to be created in /etc/dbus-1/system.d/hal.conf:
+
+<policy group="plugdev">
+ <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
+ <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+</policy>
+'
diff --git a/kde-core/kdebase/HISTORY b/kde-core/kdebase/HISTORY
index 1022b28..9e019bf 100644
--- a/kde-core/kdebase/HISTORY
+++ b/kde-core/kdebase/HISTORY
@@ -1,3 +1,6 @@
+2006-08-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * FINAL: added pmount notice
+
2006-08-08 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Added depends xsetroot, xset for
xorg-modular (bugs #11556, 12957).




Archive powered by MHonArc 2.6.24.

Top of Page