diff options
author | Will Thompson <wjt@endlessos.org> | 2023-03-03 11:04:52 +0000 |
---|---|---|
committer | Will Thompson <wjt@endlessos.org> | 2023-03-03 11:04:52 +0000 |
commit | 87e81b9c80dfb05f43fe62bb5dad62f707f3b824 (patch) | |
tree | 7316bf7b9814d0d61647c852b39980e75de74730 | |
parent | 86c8e4e3311a383670b9ae7adce5407859143d1e (diff) | |
download | gnome-initial-setup-87e81b9c80dfb05f43fe62bb5dad62f707f3b824.tar.gz |
Add StartupWMClass to .desktop file
Initial Setup's application ID is org.gnome.InitialSetup. This does not
match the desktop file name. It is too late in the current development
cycle to rename the desktop file to match.
Instead, allow the shell to associate the initial setup window with its
desktop file by specifying StartupWMClass.
See https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/179 and
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/186
for more background.
-rw-r--r-- | data/gnome-initial-setup.desktop.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/gnome-initial-setup.desktop.in.in b/data/gnome-initial-setup.desktop.in.in index e7aa666..c15fd6e 100644 --- a/data/gnome-initial-setup.desktop.in.in +++ b/data/gnome-initial-setup.desktop.in.in @@ -10,3 +10,4 @@ Categories=GNOME;GTK;System; OnlyShowIn=GNOME; NoDisplay=true X-GNOME-HiddenUnderSystemd=@systemd_hidden@ +StartupWMClass=org.gnome.InitialSetup |