diff options
| author | Elvis Angelaccio <[email protected]> | 2019-05-04 11:49:15 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-05-04 11:53:22 +0200 |
| commit | 9f1b6eb3f4275bbc9fd6b00a4127291bc9f16caf (patch) | |
| tree | 06888eef88cc2669224aaf4249acfaeda56aec5d /src/org.kde.dolphin.desktop | |
| parent | 14b805c17b34bb3eab13bbe4db03c60763c793e8 (diff) | |
Fix dolphin cannot be added as favourite in GNOME
The StartupWMClass entry is needed because gnome-shell gets confused by
the mismatch between the desktop file basename ('org.kde.dolphin') and
the WM_CLASS window property ('dolphin').
BUG: 407198
FIXED-IN: 19.04.1
Diffstat (limited to 'src/org.kde.dolphin.desktop')
| -rwxr-xr-x | src/org.kde.dolphin.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org.kde.dolphin.desktop b/src/org.kde.dolphin.desktop index c0ac84347..e5bfed010 100755 --- a/src/org.kde.dolphin.desktop +++ b/src/org.kde.dolphin.desktop @@ -97,3 +97,4 @@ Terminal=false MimeType=inode/directory; InitialPreference=10 X-DBUS-ServiceName=org.kde.dolphin +StartupWMClass=dolphin |
