Skip to content

Commit 6b38d25

Browse files
smcvslouken
authored andcommitted
tray: Don't try to use GTK 2 versions of libappindicator
We use GTK 3 functions in this file, so we cannot load a libappindicator whose SONAME indicates that it is using GTK 2. Signed-off-by: Simon McVittie <smcv@collabora.com>
1 parent bba066c commit 6b38d25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tray/unix/SDL_tray.c

-3
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,8 @@ static void quit_gtk(void)
176176
const char *appindicator_names[] = {
177177
"libayatana-appindicator3.so",
178178
"libayatana-appindicator3.so.1",
179-
"libayatana-appindicator.so",
180179
"libappindicator3.so",
181180
"libappindicator3.so.1",
182-
"libappindicator.so",
183-
"libappindicator.so.1",
184181
NULL
185182
};
186183

0 commit comments

Comments
 (0)