[PC-BSD Commits] r7701 - in pcbsd/current/system-overlay: root usr/local/env usr/local/share/config/kdm usr/share/skel usr/share/skel/.fluxbox usr/share/skel/.kde4/share/config
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 4 05:33:42 PDT 2010
Author: kris
Date: 2010-10-04 05:33:42 -0700 (Mon, 04 Oct 2010)
New Revision: 7701
Modified:
pcbsd/current/system-overlay/root/.cshrc
pcbsd/current/system-overlay/root/.profile
pcbsd/current/system-overlay/root/.xprofile
pcbsd/current/system-overlay/usr/local/env/enable-ibus.sh
pcbsd/current/system-overlay/usr/local/share/config/kdm/Xreset
pcbsd/current/system-overlay/usr/local/share/config/kdm/Xsession
pcbsd/current/system-overlay/usr/local/share/config/kdm/Xstartup
pcbsd/current/system-overlay/usr/local/share/config/kdm/backgroundrc
pcbsd/current/system-overlay/usr/local/share/config/kdm/kdmrc
pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup
pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kde.notifyrc
pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kickoffrc
pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/lancelotrc
pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/plasma-desktop-appletsrc
pcbsd/current/system-overlay/usr/share/skel/.xprofile
pcbsd/current/system-overlay/usr/share/skel/dot.cshrc
pcbsd/current/system-overlay/usr/share/skel/dot.profile
Log:
Updated all our config files to use correct kde4 prefix now
Modified: pcbsd/current/system-overlay/root/.cshrc
===================================================================
--- pcbsd/current/system-overlay/root/.cshrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/root/.cshrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -15,7 +15,7 @@
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /Programs/bin /usr/local/sbin /usr/local/bin /usr/local/kde4/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
setenv CLICOLOR true
setenv EDITOR vi
Modified: pcbsd/current/system-overlay/root/.profile
===================================================================
--- pcbsd/current/system-overlay/root/.profile 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/root/.profile 2010-10-04 12:33:42 UTC (rev 7701)
@@ -6,7 +6,7 @@
#
# remove /usr/games and /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:$HOME/bin; export PATH
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
# Setting TERM is normally done through /etc/ttys. Do only override
# if you're sure that you'll never log in via telnet or xterm or a
Modified: pcbsd/current/system-overlay/root/.xprofile
===================================================================
--- pcbsd/current/system-overlay/root/.xprofile 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/root/.xprofile 2010-10-04 12:33:42 UTC (rev 7701)
@@ -1,2 +1,2 @@
# Setup some extra PATH variables
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:$HOME/bin; export PATH
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin::$HOME/bin; export PATH
Modified: pcbsd/current/system-overlay/usr/local/env/enable-ibus.sh
===================================================================
--- pcbsd/current/system-overlay/usr/local/env/enable-ibus.sh 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/env/enable-ibus.sh 2010-10-04 12:33:42 UTC (rev 7701)
@@ -7,7 +7,7 @@
##########################################################################
# Check kdm language
-KDMLANG="`cat /usr/local/kde4/share/config/kdm/kdmrc | grep '^Language=' | cut -d '=' -f 2 | cut -d '.' -f 1`"
+KDMLANG="`cat /usr/local/share/config/kdm/kdmrc | grep '^Language=' | cut -d '=' -f 2 | cut -d '.' -f 1`"
# Check if we are using a lang which needs ibus
case ${KDMLANG} in
Modified: pcbsd/current/system-overlay/usr/local/share/config/kdm/Xreset
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/config/kdm/Xreset 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/share/config/kdm/Xreset 2010-10-04 12:33:42 UTC (rev 7701)
@@ -7,4 +7,4 @@
#chown root /dev/console
#chmod 622 /dev/console
-#exec sessreg -d -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" -x /usr/local/kde4/share/config/kdm/Xservers $USER
+#exec sessreg -d -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" -x /usr/local/share/config/kdm/Xservers $USER
Modified: pcbsd/current/system-overlay/usr/local/share/config/kdm/Xsession
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/config/kdm/Xsession 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/share/config/kdm/Xsession 2010-10-04 12:33:42 UTC (rev 7701)
@@ -56,7 +56,7 @@
exec $HOME/.xsession
;;
default)
- exec /usr/local/kde4/bin/startkde
+ exec /usr/local/bin/startkde
;;
*)
eval exec "$session"
Modified: pcbsd/current/system-overlay/usr/local/share/config/kdm/Xstartup
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/config/kdm/Xstartup 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/share/config/kdm/Xstartup 2010-10-04 12:33:42 UTC (rev 7701)
@@ -10,6 +10,6 @@
#
#chown $USER /dev/console
-#exec sessreg -a -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" -x /usr/local/kde4/share/config/kdm/Xservers $USER
+#exec sessreg -a -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" -x /usr/local/share/config/kdm/Xservers $USER
# NOTE: The session is aborted if the last command returns non-zero.
Modified: pcbsd/current/system-overlay/usr/local/share/config/kdm/backgroundrc
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/config/kdm/backgroundrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/share/config/kdm/backgroundrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -13,6 +13,6 @@
Program=
ReverseBlending=false
UseSHM=false
-Wallpaper=/usr/local/kde4/share/wallpapers/Galileo/contents/images/1600x1200.png
+Wallpaper=/usr/local/share/wallpapers/Galileo/contents/images/1600x1200.png
WallpaperList=
WallpaperMode=Scaled
Modified: pcbsd/current/system-overlay/usr/local/share/config/kdm/kdmrc
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/config/kdm/kdmrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/local/share/config/kdm/kdmrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -116,10 +116,10 @@
#Port=177
# File with the private keys of X-terminals. Required for XDM authentication.
# Default is ""
-#KeyFile=/usr/local/kde4/share/config/kdm/kdmkeys
+#KeyFile=/usr/local/share/config/kdm/kdmkeys
# XDMCP access control file in the usual XDM-Xaccess format.
-# Default is "/usr/local/kde4/share/config/kdm/Xaccess"
-Xaccess=/usr/local/kde4/share/config/kdm/Xaccess
+# Default is "/usr/local/share/config/kdm/Xaccess"
+Xaccess=/usr/local/share/config/kdm/Xaccess
# Number of seconds to wait for display to respond after the user has
# selected a host from the chooser.
# Default is 15
@@ -136,7 +136,7 @@
# DirectQuery or BroadcastQuery requests.
# If empty, no program is invoked and "Willing to manage" is sent.
# Default is ""
-Willing=/usr/local/kde4/share/config/kdm/Xwilling
+Willing=/usr/local/share/config/kdm/Xwilling
[Shutdown]
# The command (subject to word splitting) to run to halt the system.
@@ -209,18 +209,18 @@
# A program to run before the greeter is shown. Can be used to start an
# xconsole or an alternative background generator. Subject to word splitting.
# Default is ""
-Setup=/usr/local/kde4/share/config/kdm/Xsetup
+Setup=/usr/local/share/config/kdm/Xsetup
# A program to run before a user session starts. Subject to word splitting.
# Default is ""
-Startup=/usr/local/kde4/share/config/kdm/Xstartup
+Startup=/usr/local/share/config/kdm/Xstartup
# A program to run after a user session exits. Subject to word splitting.
# Default is ""
-Reset=/usr/local/kde4/share/config/kdm/Xreset
+Reset=/usr/local/share/config/kdm/Xreset
# The program which is run as the user which logs in. It is supposed to
# interpret the session argument (see SessionsDirs) and start an appropriate
# session according to it. Subject to word splitting.
# Default is "/usr/local/bin/xterm -ls -T"
-Session=/usr/local/kde4/share/config/kdm/Xsession
+Session=/usr/local/share/config/kdm/Xsession
# The program to run if Session fails.
# Default is "/usr/local/bin/xterm"
#FailsafeClient=
@@ -278,8 +278,8 @@
#ScheduledSd=Optional
# The directories containing session type definitions in .desktop format,
# ordered by falling priority.
-# Default is "/usr/local/kde4/share/apps/kdm/sessions"
-SessionsDirs=/usr/local/kde4/share/config/kdm/sessions,/usr/local/kde4/share/apps/kdm/sessions
+# Default is "/usr/local/share/apps/kdm/sessions"
+SessionsDirs=/usr/local/share/config/kdm/sessions,/usr/local/share/apps/kdm/sessions
# The file (relative to $HOME) to redirect the session output to. The
# following character pairs are replaced:
# - %d -> current display
@@ -320,7 +320,7 @@
LogoArea=Logo
# The image to show when LogoArea=Logo.
# Default is ""
-LogoPixmap=/usr/local/kde4/share/apps/kdm/pics/kdelogo.png
+LogoPixmap=/usr/local/share/apps/kdm/pics/kdelogo.png
# The relative coordinates (X,Y in percent) of the center of the greeter.
# Default is "50,50"
GreeterPos=50,50
@@ -399,7 +399,7 @@
# Default is AdminOnly
FaceSource=UserOnly
# The directory containing the user images if FaceSource is not UserOnly.
-# Default is "/usr/local/kde4/share/apps/kdm/faces"
+# Default is "/usr/local/share/apps/kdm/faces"
#FaceDir=/usr/share/faces
# Specify, if/which user should be preselected for log in.
# "None" - do not preselect any user
@@ -420,8 +420,8 @@
# Default is true
UseBackground=true
# The configuration file to be used by krootimage.
-# Default is "/usr/local/kde4/share/config/kdm/backgroundrc"
-BackgroundCfg=/usr/local/kde4/share/config/kdm/backgroundrc
+# Default is "/usr/local/share/config/kdm/backgroundrc"
+BackgroundCfg=/usr/local/share/config/kdm/backgroundrc
# Hold the X-server grabbed the whole time the greeter is visible. This
# may be more secure, but it will disable any background and other
# X-clients started from the Setup script.
@@ -458,14 +458,14 @@
# as much as possible of the session that is going to be started (most
# probably).
# Default is ""
-Preloader=/usr/local/kde4/bin/preloadkde
+Preloader=/usr/local/bin/preloadkde
# Whether the greeter should be themed.
# Default is false
UseTheme=true
# The theme to use for the greeter. Can point to either a directory or an XML
# file.
# Default is ""
-Theme=/usr/local/kde4/share/apps/kdm/themes/hubble
+Theme=/usr/local/share/apps/kdm/themes/hubble
# Core config for local displays
[X-:*-Core]
Modified: pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.fluxbox/startup 2010-10-04 12:33:42 UTC (rev 7701)
@@ -1,6 +1,6 @@
-/usr/local/kde4/bin/kmix &
-/usr/local/kde4/bin/klipper &
-/PCBSD/SystemUpdater/bin/SystemUpdaterTray &
+/usr/local/bin/kmix &
+/usr/local/bin/klipper &
+/usr/local/bin/pc-systemupdatertray &
cd ${HOME}/.kde4/Autostart
for i in `ls *.desktop`
@@ -9,4 +9,4 @@
done
cd ${HOME}
-exec fluxbox
\ No newline at end of file
+exec fluxbox
Modified: pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kde.notifyrc
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kde.notifyrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kde.notifyrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -3,27 +3,27 @@
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-bell.ogg
+Sound=file:///usr/local/share/sounds/hubble-bell.ogg
[Event/Textcompletion: rotation]
Action=Sound
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-bell.ogg
+Sound=file:///usr/local/share/sounds/hubble-bell.ogg
[Event/Trash: emptied]
Action=Sound|Popup|Taskbar
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-emptytrash.ogg
+Sound=file:///usr/local/share/sounds/hubble-emptytrash.ogg
[Event/beep]
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-bell.ogg
+Sound=file:///usr/local/share/sounds/hubble-bell.ogg
[Event/cancellogout]
Action=Popup
@@ -37,73 +37,73 @@
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-error.ogg
+Sound=file:///usr/local/share/sounds/hubble-error.ogg
[Event/exitkde]
Action=Sound
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-logout.ogg
+Sound=file:///usr/local/share/sounds/hubble-logout.ogg
[Event/fatalerror]
Action=Sound|Popup
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-error.ogg
+Sound=file:///usr/local/share/sounds/hubble-error.ogg
[Event/messageCritical]
Action=Sound|Taskbar
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-criticalmessage.ogg
+Sound=file:///usr/local/share/sounds/hubble-criticalmessage.ogg
[Event/messageInformation]
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-infomessage.ogg
+Sound=file:///usr/local/share/sounds/hubble-infomessage.ogg
[Event/messageWarning]
Action=Sound|Taskbar
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-message.ogg
+Sound=file:///usr/local/share/sounds/hubble-message.ogg
[Event/messageboxQuestion]
Action=Sound|Taskbar
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-question.ogg
+Sound=file:///usr/local/share/sounds/hubble-question.ogg
[Event/notification]
Action=Sound
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-notification.ogg
+Sound=file:///usr/local/share/sounds/hubble-notification.ogg
[Event/startkde]
Action=Sound
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-login.ogg
+Sound=file:///usr/local/share/sounds/hubble-login.ogg
[Event/warning]
Action=Sound|Popup
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-error.ogg
+Sound=file:///usr/local/share/sounds/hubble-error.ogg
[Event/printerror]
Action=Sound|Popup
Execute=
KTTS=
Logfile=
-Sound=file:///usr/local/kde4/share/sounds/hubble-error.ogg
+Sound=file:///usr/local/share/sounds/hubble-error.ogg
Modified: pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kickoffrc
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kickoffrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/kickoffrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -1,3 +1,3 @@
[Favorites]
-FavoriteURLs=/usr/local/kde4/share/applications/kde4/dolphin.desktop,/usr/local/kde4/share/applications/kde4/konqbrowser.desktop,/usr/local/kde4/share/applications/kde4/KMail.desktop,/usr/local/kde4/share/applications/kde4/systemsettings.desktop,/usr/local/kde4/share/applications/kde4/portsconsole.desktop,/usr/local/kde4/share/applications/kde4/konsole.desktop
+FavoriteURLs=/usr/local/share/applications/kde4/dolphin.desktop,/usr/local/share/applications/kde4/konqbrowser.desktop,/usr/local/share/applications/kde4/KMail.desktop,/usr/local/share/applications/kde4/systemsettings.desktop,/usr/local/share/applications/kde4/portsconsole.desktop,/usr/local/share/applications/kde4/konsole.desktop
Modified: pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/lancelotrc
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/lancelotrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/lancelotrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -1,5 +1,5 @@
[Favorites]
-FavoriteURLs=/usr/local/kde4/share/applications/kde4/dolphin.desktop,/usr/local/kde4/share/applications/kde4/konqbrowser.desktop,/usr/local/kde4/share/applications/kde4/KMail.desktop,/usr/local/kde4/share/applications/kde4/systemsettings.desktop,/usr/local/kde4/share/applications/kde4/portsconsole.desktop,/usr/local/kde4/share/applications/kde4/konsole.desktop
+FavoriteURLs=/usr/local/share/applications/kde4/dolphin.desktop,/usr/local/share/applications/kde4/konqbrowser.desktop,/usr/local/share/applications/kde4/KMail.desktop,/usr/local/share/applications/kde4/systemsettings.desktop,/usr/local/share/applications/kde4/portsconsole.desktop,/usr/local/share/applications/kde4/konsole.desktop
[Main]
activationMethod=0
Modified: pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/plasma-desktop-appletsrc
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/plasma-desktop-appletsrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.kde4/share/config/plasma-desktop-appletsrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -13,9 +13,9 @@
[Containments][1][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble1.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble1.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -34,9 +34,9 @@
[Containments][11][Wallpaper][image]
slideTimer=10
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble6.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble6.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -221,9 +221,9 @@
[Containments][28][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble1.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble1.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -242,14 +242,14 @@
[Containments][29][Wallpaper][image]
slideTimer=10
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble6.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble6.svg
wallpapercolor=56,111,150
wallpaperposition=0
[Containments][3][Wallpaper][image]
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble7.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble7.svg
[Containments][30]
activity=
@@ -266,9 +266,9 @@
[Containments][30][Wallpaper][image]
slideTimer=10
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble6.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble6.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -287,9 +287,9 @@
[Containments][31][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -308,9 +308,9 @@
[Containments][32][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -329,9 +329,9 @@
[Containments][33][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -350,9 +350,9 @@
[Containments][34][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -371,9 +371,9 @@
[Containments][35][Wallpaper][image]
slideTimer=10
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble6.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble6.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -392,9 +392,9 @@
[Containments][36][Wallpaper][image]
slideTimer=10
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble5.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble5.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -413,9 +413,9 @@
[Containments][37][Wallpaper][image]
slideTimer=300
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
@@ -448,9 +448,9 @@
[Containments][49][Wallpaper][image]
slideTimer=600
-slidepaths=/usr/local/kde4/share/wallpapers/Hubble
+slidepaths=/usr/local/share/wallpapers/Hubble
userswallpapers=
-wallpaper=/usr/local/kde4/share/wallpapers/Hubble/hubble4.svg
+wallpaper=/usr/local/share/wallpapers/Hubble/hubble4.svg
wallpapercolor=56,111,150
wallpaperposition=0
Modified: pcbsd/current/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-10-04 12:33:42 UTC (rev 7701)
@@ -1,9 +1,9 @@
# Setup some extra PATH variables
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:$HOME/bin; export PATH
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
-XDG_DATA_DIRS="/share:/usr/share:/usr/local/share:/usr/local/kde4/share"
+XDG_DATA_DIRS="/share:/usr/share:/usr/local/share"
export XDG_DATA_DIRS
-XDG_CONFIG_DIRS="/usr/local/etc/xdg:/usr/local/kde4/etc/xdg"
+XDG_CONFIG_DIRS="/usr/local/etc/xdg"
export XDG_CONFIG_DIRS
Modified: pcbsd/current/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/dot.cshrc 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/dot.cshrc 2010-10-04 12:33:42 UTC (rev 7701)
@@ -15,7 +15,7 @@
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /Programs/bin /usr/local/sbin /usr/local/bin /usr/local/kde4/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
setenv CLICOLOR true
setenv EDITOR vi
Modified: pcbsd/current/system-overlay/usr/share/skel/dot.profile
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/dot.profile 2010-10-04 12:33:03 UTC (rev 7700)
+++ pcbsd/current/system-overlay/usr/share/skel/dot.profile 2010-10-04 12:33:42 UTC (rev 7701)
@@ -6,7 +6,7 @@
#
# remove /usr/games and /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin; export PATH
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:$HOME/bin:/usr/local/sbin:/usr/local/bin; export PATH
# Setting TERM is normally done through /etc/ttys. Do only override
# if you're sure that you'll never log in via telnet or xterm or a
More information about the Commits
mailing list