[PC-BSD Commits] r12261 - in pcbsd/current: mfsroot-overlay/root/.fluxbox src-qt4/pc-xgui/resources/conf/.fluxbox system-overlay/usr/share/skel/.fluxbox
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 24 11:23:41 PDT 2011
Author: kris
Date: 2011-08-24 11:23:41 -0700 (Wed, 24 Aug 2011)
New Revision: 12261
Added:
pcbsd/current/mfsroot-overlay/root/.fluxbox/startup
pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/startup
Modified:
pcbsd/current/mfsroot-overlay/root/.fluxbox/init
pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/init
pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/overlay
pcbsd/current/system-overlay/usr/share/skel/.fluxbox/overlay
pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup
Log:
Fix all the fluxbox defaults to run wallpaper in full-screen mode with "xv"
Modified: pcbsd/current/mfsroot-overlay/root/.fluxbox/init
===================================================================
--- pcbsd/current/mfsroot-overlay/root/.fluxbox/init 2011-08-24 18:09:35 UTC (rev 12260)
+++ pcbsd/current/mfsroot-overlay/root/.fluxbox/init 2011-08-24 18:23:41 UTC (rev 12261)
@@ -72,6 +72,7 @@
session.screen0.reversewheeling: false
session.screen0.titlebar.left:
session.screen0.titlebar.right:
+session.screen0.rootCommand: ~/.fluxbox/startup
session.configVersion: 1
session.tabsAttachArea: Window
session.menuFile: ~/.fluxbox/menu
Modified: pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/init
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/init 2011-08-24 18:09:35 UTC (rev 12260)
+++ pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/init 2011-08-24 18:23:41 UTC (rev 12261)
@@ -40,7 +40,7 @@
session.screen0.tab.width: 64
session.screen0.tab.height: 16
session.screen0.workspacewarping: true
-session.screen0.rootCommand: xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
+session.screen0.rootCommand: ~/.fluxbox/startup
session.screen0.menuMode: Delay
session.screen0.windowMenu:
session.screen0.resizeMode: Bottom
Modified: pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/overlay
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/overlay 2011-08-24 18:09:35 UTC (rev 12260)
+++ pcbsd/current/src-qt4/pc-xgui/resources/conf/.fluxbox/overlay 2011-08-24 18:23:41 UTC (rev 12261)
@@ -1,2 +1 @@
-background: aspect
-background.pixmap: /usr/local/share/wallpapers/pcbsd-default.jpg
+background: none
Modified: pcbsd/current/system-overlay/usr/share/skel/.fluxbox/overlay
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.fluxbox/overlay 2011-08-24 18:09:35 UTC (rev 12260)
+++ pcbsd/current/system-overlay/usr/share/skel/.fluxbox/overlay 2011-08-24 18:23:41 UTC (rev 12261)
@@ -1,2 +1 @@
-background: centered
-background.pixmap: /usr/local/share/wallpapers/pcbsd-default.jpg
+background: none
Modified: pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup 2011-08-24 18:09:35 UTC (rev 12260)
+++ pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup 2011-08-24 18:23:41 UTC (rev 12261)
@@ -4,6 +4,9 @@
#
# Lines starting with a '#' are ignored.
+# Set the wallpaper
+xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
+
# Change your keymap:
xmodmap "${HOME}/.Xmodmap"
More information about the Commits
mailing list