Skip to content

gis-driver: Use gnome-initial-setup app ID

Jeremy Bicha requested to merge (removed):appid into master

Use gnome-initial-setup app ID to match .desktop and service names.

Debian and Ubuntu include a patch to re-enable gnome-initial-setup's existing-user mode since GNOME Tour is not currently packaged for those distros.

After the port to GTK4, the Initial Setup app displays in GNOME Shell as org.gnome.InitialSetup with the generic app icon.

I am attaching a minimal patch that fixes this.

Alternatively, you could rename the .desktop (maybe the systemd user service too?) but it might be late to do that for GNOME 44.

Interestingly, this line of code was here for a long time. I believe there were ways to override the default GtkApplication name with GTK3; not sure how feasible that is with GTK4 and libadwaita.

Merge request reports