linuxdeploy-plugin-gtk icon indicating copy to clipboard operation
linuxdeploy-plugin-gtk copied to clipboard

Gtk+2/3 plugin for linuxdeploy. Bundles Gtk+ resources, GLib schemas, and a lot more.

Results 6 linuxdeploy-plugin-gtk issues
Sort by recently updated
recently updated
newest added

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...

Linuxdeploy is unable to deploy a GTK app that uses Webkit2. AFAICT, this is due to the fact that Webkit2 uses subprocesses to manage rendering and network behavior, and requires...

Hi! Thanks for all the work on this. As far as I can tell until now, it works flawlessly! Except, of course, hardcoding Adwaita (dark/light) is not so cool, as...

The gtk plugin has some dependencies which we should bundle, most notably patchelf and pkgconf. This way, we don't need to have users install random versions of the tools (mostly...

After upgrading version of GTK plugin(from c008df652946408f357f502bab67bfcf6f303b4e to 447f23f3420b2827f6bdfd3f86ff0cb4fce3cf90), I lost ability to open images. Steps to reproduce: - Download Appimages - Extract archive(contains few images) - [FF.zip](https://github.com/linuxdeploy/linuxdeploy-plugin-gtk/files/5797685/FF.zip) - Open...

I've recently spent a lot of time looking into AppImages and how to package them. I noticed that since this plugin has first been developed, the [excludelist](https://github.com/AppImageCommunity/pkg2appimage/blob/master/excludelist) has been changed....