Include:Setup-desktop: Difference between revisions

From Alpine Linux
m (Due to usr merge, script location has moved since Alpine Linux v3.21)
m (modified the page to include lxqt as setup-desktop supports it since v3.21)
 
Line 12: Line 12:
On running the above command, you will be prompted to select a desktop environment.
On running the above command, you will be prompted to select a desktop environment.


{{Cmd|Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway' or 'none') [none]}}
{{Cmd|Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway', 'lxqt' or 'none') [none]}}


Once you have chosen a desktop environment, this script installs the chosen desktop along with all the necessary packages, {{pkg|firefox|repo=community}} browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc..   
Once you have chosen a desktop environment, this script installs the chosen desktop along with necessary packages, {{pkg|firefox|repo=community}} browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc..   


To view all the packages that are installed by the script for the chosen desktop you can issue the below command:
To view all the packages that are installed by the script for the chosen desktop you can issue the below command:


{{Cmd|# cat /usr/sbin/setup-desktop}}
{{Cmd|# cat /usr/sbin/setup-desktop}}

Latest revision as of 03:32, 10 December 2024

Note: Before installing any desktop,

Installation using setup-desktop

The Alpine Linux script for setting up a desktop quickly is setup-desktop.

# setup-desktop

On running the above command, you will be prompted to select a desktop environment.

Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway', 'lxqt' or 'none') [none]

Once you have chosen a desktop environment, this script installs the chosen desktop along with necessary packages, firefox browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc..

To view all the packages that are installed by the script for the chosen desktop you can issue the below command:

# cat /usr/sbin/setup-desktop