This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sparky_base [2015/07/12 23:12] pavroo created |
sparky_base [2016/05/08 00:30] (current) pavroo |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== How to SparkyLinux Base Edition ===== | ===== How to SparkyLinux Base Edition ===== | ||
+ | |||
+ | **Starting from SparkyLinux 4.3, the Openbox Base Edition changed its name to [[minimal|MinimalGUI]].** | ||
SparkyLinux "Base" Edition is a set of Sparky flavours which features a minimal set of applications and a lightweight window manager only. It's perfect choice if you would like to get fast desktop and install your own set of applications you like. | SparkyLinux "Base" Edition is a set of Sparky flavours which features a minimal set of applications and a lightweight window manager only. It's perfect choice if you would like to get fast desktop and install your own set of applications you like. | ||
Line 6: | Line 8: | ||
* Enlightenment | * Enlightenment | ||
- | * JWM (Joe's Window Manager) | + | * JWM (Joe's Window Manager) (as of Sparky 4.2 not under development any more) |
* Openbox | * Openbox | ||
**Important !** | **Important !** | ||
+ | |||
+ | As of Sparky 4.2 and newer does not need to change the settings any more (all set as default). | ||
Every version of Sparky "Base" has preinstalled two packages: 'lxpolkit' and 'lxsession-data'. | Every version of Sparky "Base" has preinstalled two packages: 'lxpolkit' and 'lxsession-data'. | ||
Line 17: | Line 21: | ||
sudo apt-get remove lxpolkit lxsession-data | sudo apt-get remove lxpolkit lxsession-data | ||
+ | |||
+ | Started from Sparky 4.1, the 'lxpolkit' (and 'lxsession') packages have been removed from all the Base Editions and replaced by 'policykit-1-gnome'. | ||
+ | |||
+ | To make changes manually, remove the 'lxpolkit' and 'lxsession-data' packages as above. | ||
+ | |||
+ | Make sure that you have installed (or install if not installed) package 'policykit-1-gnome': | ||
+ | |||
+ | sudo apt-get install policykit-1-gnome | ||
+ | |||
+ | Then edit via any text editor, the Openbox startup script, located in your home directory: | ||
+ | |||
+ | ~HOME/.config/openbox/autostart.sh | ||
+ | |||
+ | Remove the live: | ||
+ | |||
+ | /usr/bin/lxpolkit & | ||
+ | |||
+ | Add the new line: | ||
+ | |||
+ | /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & | ||
+ | |||
+ | Save the file, log out and log in back to take effects. | ||