The new Welcome screen app graphics look great Jerry! Nice work!
I made some more progress on the lite-tweaks issue. I was trying to figure out why the zRAM tweak no longer worked in LL7 and was thinking there was something with the script that couldn't be interpreted with the newer version of bash - WRONG!
The crux of the problem with lite-tweaks on LL7 is that the Whisker Menu tweak was commented out and somehow that threw a bug in the script that caused trouble with the zRAM portion of the script to exit with a 127 code. https://linuxconfig.org/how-to-fix-bash-...eturn-code
I.e. the lite-tweaks script (/usr/bin/lite-tweaks) from LL6.6 works fine in LL7! - except for the fact that the Whisker Menu tweak no longer functions properly. The reason the Whisker Tweak no longer works is because the path/file "$HOME/.config/xfce4/panel/whiskermenu-10.rc" no longer exists in LL7, and the Whisker Menu tweak script tries to replace the data on line 2 of that file with "recent=" (thereby deleting the "Recently Used" apps from the list.) The new version of Whisker menu apparently stores that data elsewhere or in a different way.
I went through the lite-tweaks script and deleted all of the references to the Whisker Menu tweak and now the zRAM tweak works fine in LL7.
Here's the revised lite-tweaks script with the references to the Whisker Menu statements removed. It works fine in LL7 and the zRAM tweak is back in it:
https://digitalhemi.com/files/apps/Linux...ite-tweaks
Scott
I made some more progress on the lite-tweaks issue. I was trying to figure out why the zRAM tweak no longer worked in LL7 and was thinking there was something with the script that couldn't be interpreted with the newer version of bash - WRONG!
The crux of the problem with lite-tweaks on LL7 is that the Whisker Menu tweak was commented out and somehow that threw a bug in the script that caused trouble with the zRAM portion of the script to exit with a 127 code. https://linuxconfig.org/how-to-fix-bash-...eturn-code
I.e. the lite-tweaks script (/usr/bin/lite-tweaks) from LL6.6 works fine in LL7! - except for the fact that the Whisker Menu tweak no longer functions properly. The reason the Whisker Tweak no longer works is because the path/file "$HOME/.config/xfce4/panel/whiskermenu-10.rc" no longer exists in LL7, and the Whisker Menu tweak script tries to replace the data on line 2 of that file with "recent=" (thereby deleting the "Recently Used" apps from the list.) The new version of Whisker menu apparently stores that data elsewhere or in a different way.
I went through the lite-tweaks script and deleted all of the references to the Whisker Menu tweak and now the zRAM tweak works fine in LL7.
Here's the revised lite-tweaks script with the references to the Whisker Menu statements removed. It works fine in LL7 and the zRAM tweak is back in it:
https://digitalhemi.com/files/apps/Linux...ite-tweaks
Scott