File tree 1 file changed +6
-3
lines changed
profiles/liveimage-desktop-xfce/subprofiles/10-desktop-xfce
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,19 @@ command = "/usr/local/bin/live-intro"
13
13
user = "ewe"
14
14
EOF
15
15
16
- sudo -u ewe mkdir -p /home/ewe/.config/labwc
16
+ sudo -u ewe mkdir -p /home/ewe/.config/xfce4/ labwc
17
17
18
- sudo -u ewe cat << EOF >> /home/ewe/.config/labwc/autostart
18
+ sudo -u ewe cat << EOF >> /home/ewe/.config/xfce4/ labwc/autostart
19
19
activate-linux "Live Mode" "All changes will be lost after reboot" &
20
20
xfce4-terminal -e /usr/local/bin/live-intro &
21
21
xfconf-query -c xsettings -p /Net/IconThemeName -s Papirus &
22
22
for f in ~/Desktop/*.desktop; do chmod +x "\$ f"; gio set -t string "\$ f" metadata::xfce-exe-checksum "\$ (sha256sum "\$ f" | awk '{print \$ 1}')"; done
23
23
EOF
24
24
25
- sudo -u ewe cat << EOF >> /home/ewe/.config/labwc/environment
25
+ sudo -u ewe cp /usr/share/xfce4/labwc/labwc-environment \
26
+ /home/ewe/.config/xfce4/labwc/environment
27
+
28
+ sudo -u ewe cat << EOF >> /home/ewe/.config/xfce4/labwc/environment
26
29
# disable hw cursor (for VM)
27
30
WLR_NO_HARDWARE_CURSORS=1
28
31
# set gtk4 renderer (for VM)
You can’t perform that action at this time.
0 commit comments