-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Appimage : Explanations for including/excluding libraries | ||
========================================================= | ||
|
||
|
||
GTK/Gnome | ||
--------- | ||
|
||
By default, in a Gnome session BeeRef pulls a couple of gtk/gdg libs. When opening a native Gnome/GTK file dialog, more gtk/gdl libs are loaded from the system, which might be incompatable. | ||
|
||
https://github.com/rbreu/beeref/discussions/103 | ||
|
||
Current workaround: Exclude the following libs:: | ||
|
||
"libgvfsdbus.so" | ||
"libcanberra-gtk-module.so" | ||
"libgvfscommon.so" | ||
"libcanberra-gtk3.so.0" | ||
"libgdk-3.so.0" | ||
"libgdk_pixbuf-2.0.so.0" | ||
"libgio-2.0.so.0" |