SHA256
7
0
forked from pool/lxde-common

Accepting request 52115 from X11:lxde

Accepted submit request 52115 from user anubisg1

OBS-URL: https://build.opensuse.org/request/show/52115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxde-common?expand=0&rev=11
This commit is contained in:
Ruediger Oertel
2010-11-05 15:33:30 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -6,10 +6,10 @@ diff -uNr old-lxde-common-0.5.0//startlxde.in lxde-common-0.5.0/startlxde.in
# Ensure the existance of pcmanfm config file
PCMANFM_CONF_DIR="$XDG_CONFIG_HOME/pcmanfm"
-if [ ! -f "$PCMANFM_CONF_DIR/main.lxde" ]; then
+if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
+if [ ! -f "$PCMANFM_CONF_DIR/default/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR"
- cp @prefix@/share/lxde/pcmanfm/main.lxde "$PCMANFM_CONF_DIR/main.lxde"
+ cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/pcmanfm.conf"
+ cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf "$PCMANFM_CONF_DIR/default/pcmanfm.conf"
fi
# Ensure the existance of openbox config file

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 3 23:05:47 UTC 2010 - andrea@opensuse.org
- Fixed startlxde script to copy pcmanfm.conf in the proper
location bnc#651089
-------------------------------------------------------------------
Mon Jun 7 14:10:24 UTC 2010 - andrea@opensuse.org