Please help us to understand.
When install xfce4 enviroment in F96 everything in stop to work even chmod +x the files but when id change the .xinitrc from a dpupbuster @josejp2424 anything works
why, idk well here is the diff file
Code: Select all
8,11c8,9
< export XDG_SESSION_TYPE=x11
<
< [ -f /etc/desktop_app ] && read -r desktop < /etc/desktop_app
< [ "$desktop" = "" ] && desktop=rox
---
> #[ -f /etc/desktop_app ] && read -r desktop < /etc/desktop_app
> #[ "$desktop" = "" ] && desktop=rox
14c12,13
<
---
> #kodi josejp2424
> #export KODI_HOME=/usr/share/kodi/
18c17
< #/sbin/pup_event_frontend_d &
---
> /sbin/pup_event_frontend_d &
20a20,27
> #w482 reshape background image if widescreen...
> #120708 need to reshape for PUPMODE=2 also...
> #[ $PUPMODE -eq 5 ] && /usr/sbin/background_reshape
> NEEDRESHAPE='yes'
> [ -f /usr/share/backgrounds_original/ORIGINAL-default.jpg ] && NEEDRESHAPE='no'
> [ -f /usr/share/backgrounds_original/ORIGINAL-default.png ] && NEEDRESHAPE='no'
> [ "$NEEDRESHAPE" = "yes" ] && /usr/sbin/background_reshape
>
44c51,55
< xhost +local: 2>/dev/null
---
> CURRENTWM="`cat /etc/windowmanager`"
> if [ "$CURRENTWM" = "startkde" ];then
> /sbin/pup_event_frontend_d & #130525
> exec startkde
> fi
74,85d84
< CURRENTWM="`cat /etc/windowmanager`"
< if [ "$CURRENTWM" = "startkde" ];then
< /sbin/pup_event_frontend_d & #130525
< exec startkde
< fi
< CURRENTWM="`cat /etc/windowmanager`"
< if [ "$CURRENTWM" = "startxfce4" ];then
< /sbin/pup_event_frontend_d & #130525
< exec startxfce4
< rox --pinboard=
< fi
<
102,103d100
<
<
128a126,134
> else
> ##Xorg has it's own fontpath settings in /etc/X11/xorg.conf...
> #if [ "`readlink /usr/bin/X`" != "Xorg" ];then
> # #xset fp+ /usr/lib/X11/fonts/Type1/
> # #xset fp+ /usr/lib/X11/fonts/TTF/
> # xset fp+ /usr/share/fonts/default/Type1/
> # xset fp+ /usr/share/fonts/default/TTF/
> #fi
> xset s 600 600 s blank
139c145
< /usr/sbin/fixPuppyPin /root/Choices/ROX-Filer/PuppyPin #v1.0.7
---
> #/usr/sbin/fixPuppyPin /root/Choices/ROX-Filer/PuppyPin #v1.0.7
141,157c147
< sleep 1 # let the dust settle
<
< case $desktop in
< pcmanfm) pcmanfm --desktop & ;;
< rox)
< if [ -f /root/Choices/ROX-Filer/PuppyPan1 ];then
< roxfiler -p /root/Choices/ROX-Filer/PuppyPin -r /root/Choices/ROX-Filer/PuppyPan1
< else
< roxfiler -p /root/Choices/ROX-Filer/PuppyPin
< fi
< ;;
< esac
<
< /sbin/pup_event_frontend_d & #130525 moved down.
<
< #v2.0.0
< /usr/sbin/delayedrun &
---
> #sleep 1 # let the dust settle
158a149,158
> #case $desktop in
> # pcmanfm) pcmanfm --desktop & ;;
> # rox)
> # if [ -f /root/Choices/ROX-Filer/PuppyPan1 ];then
> # roxfiler -p /root/Choices/ROX-Filer/PuppyPin -r /root/Choices/ROX-Filer/PuppyPan1
> # else
> # roxfiler -p /root/Choices/ROX-Filer/PuppyPin
> # fi
> # ;;
> #esac
163a164,176
> #v2.0.0
> glib-compile-schemas /usr/share/glib-2.0/schemas &
>
> CURRENTWM="`cat /etc/windowmanager`"
> if [ "$CURRENTWM" = "startxfce4" ];then
> # /sbin/pup_event_frontend_d & #130525
> /usr/sbin/delayedrun & #start-buster64 &
> exec startxfce4
> fi
>
> /usr/sbin/delayedrun & /sbin/pup_event_frontend_d & #130525 moved down.
>
>
Thanks