[PC-BSD Commits] r21661 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 26 15:57:44 PST 2013
Author: kenmoore
Date: 2013-02-26 23:57:44 +0000 (Tue, 26 Feb 2013)
New Revision: 21661
Modified:
pcbsd-projects/PCDM/PCDMd
pcbsd-projects/PCDM/pcdm.theme
Log:
Remove the sleep from the daemon between instances of the UI
Modified: pcbsd-projects/PCDM/PCDMd
===================================================================
--- pcbsd-projects/PCDM/PCDMd 2013-02-26 23:44:08 UTC (rev 21660)
+++ pcbsd-projects/PCDM/PCDMd 2013-02-26 23:57:44 UTC (rev 21661)
@@ -18,7 +18,6 @@
xinit /usr/local/bin/PCDM-session -AutoLogin -- :0
while [ 1 ]; do
# Always return to PCDM after a logout (prevent root shell opening)
- sleep 1 # wait 1 sec before opening up another one
xinit /usr/local/bin/PCDM-session -- :0
done
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-26 23:44:08 UTC (rev 21660)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-26 23:57:44 UTC (rev 21661)
@@ -71,7 +71,7 @@
# Desktop Environment Selector Buttons: QPushButton
# ----------
APP_STYLESHEET_START
-QToolBar{ background-color: rgba(253,253,255,150); }
+QToolBar{ background-color: rgba(253,253,255,100); }
QWindow{ background-color: white; color: black; }
QComboBox{font-size: 26px}
QToolButton{ background-color: transparent; border: none; }
More information about the Commits
mailing list