You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use linuxdeploy and its Gtk plugin to build an AppImage on Ubuntu 20.04. Our package uses libgtksourceview-4-0 (which depends on libgtksourceview-4-common). While the gtksourceview library is installed automatically in the AppImage, the styles and language definitions are not:
I suggest that the Gtk plugin copies the (style and language defintion) files from /usr/share/gtksourceview-4/ and the files /usr/share/locale/*/LC_MESSAGES/gtksourceview-4.mo when the library is copied.