Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f7eb8fb115cdf866034e244b92bc303eb8d244d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f7eb8fb115cdf866034e244b92bc303eb8d244d)
  • Date: Sat, 10 Jan 2009 13:21:45 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/dbus/FINAL | 12 ++++++++++++
utils/dbus/HISTORY | 4 +++-
2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 4f7eb8fb115cdf866034e244b92bc303eb8d244d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dbus: added notes about the non-DEish WMs

diff --git a/utils/dbus/FINAL b/utils/dbus/FINAL
new file mode 100755
index 0000000..ba61fd2
--- /dev/null
+++ b/utils/dbus/FINAL
@@ -0,0 +1,12 @@
+message "${PROBLEM_COLOR}\n" \
+ "WARNING: if you have a window manager that doesn't control D-Bus\n"
\
+ "correctly (it shouldn't cause it's a DE's (like XFCE) work, then\n"
\
+ "you have to write down the lines below somewhere at startup
stage\n" \
+ "of your window manager to use D-Bus' session address correctly\n" \
+ "(based on XFCE's xinitrc script):\n\n${MESSAGE_COLOR}" \
+ "if test x\"\$DBUS_SESSION_BUS_ADDRESS\" = x\"\"; then\n" \
+ " dbuslaunch=\`which dbus-launch\`\n" \
+ " if test x\"\$dbuslaunch\" != x\"\" -a x\"\$dbuslaunch\" !=
x\"no\"; then\n" \
+ " eval \`\$dbuslaunch --sh-syntax --exit-with-session\`\n" \
+ " fi\n" \
+ "fi${DEFAULT_COLOR}"
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index e860b97..494867a 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2009-01-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * FINAL: added, for the notes about the non-DEish WMs
+
2009-01-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.12

@@ -241,4 +244,3 @@

2004-05-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, HISTORY: created this spell, version 0.21
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f7eb8fb115cdf866034e244b92bc303eb8d244d), Vlad Glagolev, 01/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page