This is so I don't forget how I did something in previous Masonux releases. sed -i 's/OnlyShowIn/#OnlyShowIn/g' /etc/xdg/autostart/nm-applet.desktop
#comment out the OnlyShownIn line of
/etc/xdg/autostart/nm-applet.desktop to allow nm-applet to function
outside of gnome and xfce.sed -i 's/OnlyShowIn/#OnlyShowIn/g' /etc/xdg/autostart/gnome-power-manager.desktop
#comment out the OnlyShownIn line of
/etc/xdg/autostart/gnome-power-manager.desktop to allow
gnome-power-manager to function outside of gnome and xfce.mkdir /usr/share/backgrounds
#screen saver app requires that this directory exists or it returns
annoying error messages... this may no longer be needed in 9.10. |