<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DylanVanAssche</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DylanVanAssche"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/DylanVanAssche"/>
	<updated>2026-05-05T21:31:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19561</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19561"/>
		<updated>2021-05-29T11:22:03Z</updated>

		<summary type="html">&lt;p&gt;DylanVanAssche: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Alpine Installation]]&lt;br /&gt;
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]&lt;br /&gt;
* [[Enable_Community_Repository#Using_community_repositories|Enabled &amp;quot;community&amp;quot; repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
&lt;br /&gt;
Install basic desktop system and gnome packages.&lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to, you can also install additional GNOME apps for a more complete GNOME experience with:&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Graphical login =&lt;br /&gt;
To start the GDM display manager and login with your user, you need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
= Enabling terminal apps =&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
If GNOME Terminal doesn&#039;t start, add the following to /etc/locale.conf: LANG=en_US.UTF-8 and reboot.&lt;br /&gt;
&lt;br /&gt;
If the on-screen keyboard shows up in GDM after installing other UIs such as Phosh, you need to disable it by opening the Accessibility menu (top right) when you are in the GDM login screen. You can disable the on-screen keyboard there. Or set &amp;lt;code&amp;gt;org.gnome.desktop.a11y.applications screen-keyboard-enabled&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; for the &amp;lt;code&amp;gt;gdm&amp;lt;/code&amp;gt; user with &amp;lt;code&amp;gt;dconf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>DylanVanAssche</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19560</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19560"/>
		<updated>2021-05-29T11:21:18Z</updated>

		<summary type="html">&lt;p&gt;DylanVanAssche: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Alpine Installation]]&lt;br /&gt;
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]&lt;br /&gt;
* [[Enable_Community_Repository#Using_community_repositories|Enabled &amp;quot;community&amp;quot; repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
&lt;br /&gt;
Install basic desktop system and gnome packages.&lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to, you can also install additional GNOME apps for a more complete GNOME experience with:&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Graphical login =&lt;br /&gt;
To start the GDM display manager and login with your user, you need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
= Enabling terminal apps =&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
If GNOME Terminal doesn&#039;t start, add the following to /etc/locale.conf: LANG=en_US.UTF-8 and reboot.&lt;br /&gt;
&lt;br /&gt;
If the on-screen keyboard shows up in GDM after installing other UIs such as Phosh, you need to disable it by opening the Accessibility menu (top right) when you are in the GDM login screen. You can disable the on-screen keyboard there.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>DylanVanAssche</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Edge&amp;diff=19557</id>
		<title>Edge</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Edge&amp;diff=19557"/>
		<updated>2021-05-26T05:31:07Z</updated>

		<summary type="html">&lt;p&gt;DylanVanAssche: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;edge&amp;quot; is the name given to the current [[Aports tree|development tree]] of Alpine Linux. It consists of a APK repository called &amp;quot;edge&amp;quot; and contains the latest build of all available Alpine Linux packages. Those packages are updated on a regular basis.&lt;br /&gt;
&lt;br /&gt;
{{Warning|&amp;quot;edge&amp;quot; is under constant development so be careful using it in production. It is possible that bugs in &amp;quot;edge&amp;quot; could cause data loss or could break your system.}}&lt;br /&gt;
&lt;br /&gt;
End users should not use &amp;quot;edge&amp;quot; as their main day-to-day workstation or as productive system. Because &amp;quot;edge&amp;quot; is a development branch, many changes are not heavily tested (or tested at all) and packages in &amp;quot;edge&amp;quot; can and sometimes do break without warning.&lt;br /&gt;
&lt;br /&gt;
However, testing &amp;quot;edge&amp;quot; is a very valuable activity which helps the Alpine Linux development to ensure that the quality of the stable releases is high. Testing &amp;quot;edge&amp;quot; is a great way to contribute to the Alpine Linux development.&lt;br /&gt;
&lt;br /&gt;
{{:Include:Upgrading_to_Edge}}&lt;br /&gt;
&lt;br /&gt;
{{Warning|Do not enable stable and edge repos at the same time! This can break your system! Either use edge or stable!.}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Alpine Linux in a chroot]]&lt;br /&gt;
* [http://bugs.alpinelinux.org/ Report Bugs]&lt;br /&gt;
&lt;br /&gt;
[[Category:Package Manager]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>DylanVanAssche</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19521</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19521"/>
		<updated>2021-05-21T14:57:55Z</updated>

		<summary type="html">&lt;p&gt;DylanVanAssche: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Alpine Installation]]&lt;br /&gt;
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]&lt;br /&gt;
* [[Enable_Community_Repository#Using_community_repositories|Enabled &amp;quot;community&amp;quot; repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
&lt;br /&gt;
Install basic desktop system and gnome packages.&lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to, you can also install additional GNOME apps for a more complete GNOME experience with:&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Graphical login =&lt;br /&gt;
To start the GDM display manager and login with your user, you need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
= Enabling terminal apps =&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
If GNOME Terminal doesn&#039;t start, add the following to /etc/locale.conf: LANG=en_US.UTF-8 and reboot.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>DylanVanAssche</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19520</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=19520"/>
		<updated>2021-05-21T14:57:02Z</updated>

		<summary type="html">&lt;p&gt;DylanVanAssche: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
&lt;br /&gt;
* [[Installation|Alpine Installation]]&lt;br /&gt;
* [[Setting_up_a_new_user#Creating_a_new_user|Create user accounts]]&lt;br /&gt;
* [[Alpine_setup_scripts#setup-xorg-base|Graphical base environment]]&lt;br /&gt;
* [[Enable_Community_Repository#Using_community_repositories|Enabled &amp;quot;community&amp;quot; repository]]&lt;br /&gt;
&lt;br /&gt;
= Installing packages =&lt;br /&gt;
&lt;br /&gt;
Install basic desktop system and gnome packages.&lt;br /&gt;
{{Cmd|# apk add gnome}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to, you can also install additional GNOME apps for a more complete GNOME experience with:&lt;br /&gt;
{{Cmd|# apk add gnome-apps}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Graphical login =&lt;br /&gt;
To start the GDM display manager and login with your user, you need a user other than root for this to succeed, since GDM will refuse starting if no user accounts (meaning accounts with a UID &amp;gt;= 1000) are available.&lt;br /&gt;
{{Cmd|rc-service gdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make gdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add gdm}}&lt;br /&gt;
&lt;br /&gt;
= Enabling terminal apps =&lt;br /&gt;
If you want to use the gnome-terminal/other terminal applications you will need to install bash. If you want a typical bash setup also enable bash completion:&lt;br /&gt;
{{cmd|# apk add bash}}&lt;br /&gt;
{{cmd|# apk add bash-completion}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/gdm/greeter.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If logging in from GDM returns to logging screen, try {{cmd|# apk add bash}} (bug report: #10953 sorry cannot link yet)&lt;br /&gt;
&lt;br /&gt;
If GNOME Terminal doesn&#039;t start, add the following to /etc/locale.conf: {{cmd|#LANG=en_US.UTF-8}} and reboot.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>DylanVanAssche</name></author>
	</entry>
</feed>