<?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=Papang</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=Papang"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Papang"/>
	<updated>2026-04-30T06:43:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=30740</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=30740"/>
		<updated>2025-08-16T08:14:02Z</updated>

		<summary type="html">&lt;p&gt;Papang: Fix typo: engeneering -&amp;gt; engineering&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.gnome.org/ Gnome Desktop] aims to get things done with ease, comfort, and control.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
{{:Include:Desktop prerequisites}}&lt;br /&gt;
{{Tip|Except for the first two [[#Prerequisites|Prerequisites]], all the others are automatically handled by [[#Installation|setup-desktop]] script.}}&lt;br /&gt;
== Installation == &lt;br /&gt;
{{:Include:Setup-desktop}}&lt;br /&gt;
&lt;br /&gt;
When gnome is chosen, the above script enables community repository and additionally installs [[D-Bus]], [[eudev]], [[PipeWire|Pipewire]] and {{Pkg|gdm}} as [[Display manager|display manager]] .&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
To manage network through GUI, configure [[NetworkManager]]. You may need to [[Install]] necessary subpackages like {{Pkg|networkmanager-wifi}}. &lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
GNOME [https://apps.gnome.org/Software/ Software] can be used as GUI front end for [[Alpine Package Keeper]] and [[Flatpak|Flatpak]].&lt;br /&gt;
* [[Install]] the packages {{pkg|gnome-software-plugin-apk}} and {{pkg|gnome-software-plugin-flatpak}}, if not already installed. &lt;br /&gt;
* Ensure that {{ic|apk-polkit-server}} service from {{pkg|apk-polkit-rs}} package is running:{{cmd|# rc-update add apk-polkit-server default &amp;amp;&amp;amp; rc-service apk-polkit-server start}}&lt;br /&gt;
&lt;br /&gt;
== Updating GNOME packages ==&lt;br /&gt;
&lt;br /&gt;
Most GNOME apps and core systems follow a common versioning pattern, and have a similar release cadence. In order to reduce the workload on maintainers, the [https://gitlab.alpinelinux.org/pabloyoyoista/gnome-aports-utils gnome-aports-utils] project exists. It contains a series of scripts that can be used to detect changes on GNOME-related projects, and commit them. When doing major GNOME updates, and doing minor updates on many projects, these scripts can help warranty that no project is forgotten, and reduce the time needed to build and test the upgrades. &lt;br /&gt;
&lt;br /&gt;
We recommend everybody to &#039;&#039;&#039;use and contribute&#039;&#039;&#039; to that repository instead of pushing updates for every GNOME component individually.&lt;br /&gt;
&lt;br /&gt;
=== Major GNOME upgrade ===&lt;br /&gt;
&lt;br /&gt;
About every half year, GNOME publishes a new major release. These are announced at: https://release.gnome.org/calendar/ (note the dates are the tarball-due-dates and not the actual release drop).&lt;br /&gt;
&lt;br /&gt;
With this release the whole GNOME stack gets upgraded, this includes G-related libraries, the GNOME shell with mutter, [https://apps.gnome.org/ GNOME core apps] and other packages following the same schedule. The [https://matrix.to/#/%23release-team:gnome.org GNOME release engineering team] publishes dates for alpha, beta, release candidates and stable versions for every major version, most GNOME core packages follow their schedules, but not all of them. Announcements of the releng team are posted on the GNOME forum (https://discourse.gnome.org/tag/release-team) and Release Notes for each phase (with it&#039;s upgraded packages) are at: https://download.gnome.org/core/&lt;br /&gt;
&lt;br /&gt;
Therefore we should also upgrade along the dependency tree (glib -&amp;gt; gtk4 -&amp;gt; mutter -&amp;gt; gnome-shell -&amp;gt; other apps). Most important libraries are glib, gtk4, libadwaita. These are mostly already released in the alpha-phase and don&#039;t contain many breaking changed. To upgrade other GNOME core package to the latest version in a major version, you can use [https://gitlab.alpinelinux.org/pabloyoyoista/gnome-aports-utils gnome-aports-utils] or also check [https://download.gnome.org/sources/?C=M&amp;amp;O=D https://download.gnome.org/sources (sorted by date)] (thats where all GNOME core maintainers upload their tarballs).&lt;br /&gt;
&lt;br /&gt;
Also take a look at Gentoo&#039;s upgrading guide: https://wiki.gentoo.org/wiki/Project:GNOME/GNOME_Bumping_Guide&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
If you are unable to log in, check {{Path|/var/log/gdm/greeter.log}}, there may be info there from X that indicates failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
If GNOME Terminal doesn&#039;t start, add the following to /etc/profile.d/locale.sh: &amp;lt;code&amp;gt;LANG=en_US.UTF-8&amp;lt;/code&amp;gt; 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;
=== Slow applications or rendering issues ===&lt;br /&gt;
&lt;br /&gt;
Please note that some applications, i.e. Gnome Web (Epiphany), may require the installation of libraries related to hardware acceleration to work correctly. &lt;br /&gt;
&lt;br /&gt;
In quite some cases, this can be solved by installing &amp;lt;code&amp;gt;mesa-gles&amp;lt;/code&amp;gt; (OpenGL ES). Check if you you have issues loading the shared library &amp;lt;code&amp;gt;libGLESv2.so.2&amp;lt;/code&amp;gt;. If so, you can install it with:{{Cmd|# apk add mesa-gles}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.archlinux.org/title/GNOME GNOME - Archwiki]&lt;br /&gt;
* [https://wiki.gentoo.org/wiki/GNOME GNOME - Gentoo Wiki]&lt;br /&gt;
* [https://wiki.postmarketos.org/wiki/GNOME GNOME - PostmarketOS Wiki]&lt;br /&gt;
* [https://wiki.postmarketos.org/wiki/GNOME_apps Alpine linux packages available for Gnome]&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop Environments]]&lt;/div&gt;</summary>
		<author><name>Papang</name></author>
	</entry>
</feed>