mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
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>
This commit is contained in:

committed by
Sam Lantinga

parent
bba066c44c
commit
6b38d250aa
@@ -176,11 +176,8 @@ static void quit_gtk(void)
|
|||||||
const char *appindicator_names[] = {
|
const char *appindicator_names[] = {
|
||||||
"libayatana-appindicator3.so",
|
"libayatana-appindicator3.so",
|
||||||
"libayatana-appindicator3.so.1",
|
"libayatana-appindicator3.so.1",
|
||||||
"libayatana-appindicator.so",
|
|
||||||
"libappindicator3.so",
|
"libappindicator3.so",
|
||||||
"libappindicator3.so.1",
|
"libappindicator3.so.1",
|
||||||
"libappindicator.so",
|
|
||||||
"libappindicator.so.1",
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user