Include:Setup-desktop: Difference between revisions
Prabuanand (talk | contribs) m (reworded sentence) |
Prabuanand (talk | contribs) m (fixed grammar) |
||
Line 1: | Line 1: | ||
The Alpine Linux script for [[Alpine_setup_scripts#setup-desktop|setting up a desktop]] | The Alpine Linux script for quickly [[Alpine_setup_scripts#setup-desktop|setting up a desktop]] is:{{Cmd|# setup-desktop}} | ||
On running the above command, you will be prompted to select a desktop environment.{{Cmd|Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway', 'lxqt' or 'none') [none]}} | On running the above command, you will be prompted to select a desktop environment.{{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 necessary packages, {{pkg|firefox|repo=community}} browser and adds | Once you have chosen a desktop environment, this script installs the chosen desktop along with necessary packages, {{pkg|firefox|repo=community}} browser and adds necessary services to run on startup. You can reboot when complete, and the system will boot into a graphical login screen with the chosen desktop environment. To view the packages installed by the script: {{Codeline|$ cat /usr/sbin/setup-desktop}} |
Revision as of 09:31, 17 March 2025
The Alpine Linux script for quickly setting up a desktop is:
# 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 necessary services to run on startup. You can reboot when complete, and the system will boot into a graphical login screen with the chosen desktop environment. To view the packages installed by the script: $ cat /usr/sbin/setup-desktop