flathub / com.github.PintaProject.Pinta

https://flathub.org/apps/details/com.github.PintaProject.Pinta
2 stars 1 forks source link

Fix shared-modules #3

Closed scx closed 4 years ago

scx commented 4 years ago

Fix ibus for gtk+2.

(Pinta:3): Gtk-WARNING **: 14:31:58.272: /app/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: undefined symbol: ibus_input_context_set_client_commit_preedit

(Pinta:3): Gtk-WARNING **: 14:31:58.272: Loading IM context type 'ibus' failed
flathubbot commented 4 years ago

Started test build 6787

flathubbot commented 4 years ago

Build 6787 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/6509/com.github.PintaProject.Pinta.flatpakref
scx commented 4 years ago

See also: https://github.com/flathub/org.gimp.GIMP/commit/54d10d22cd62ae4a2eb6f13e4b5dc9c950ea98da

ibus from gnome runtime has 1.5.17 version. ibus-gtk2 from shared-modules has 1.5.20 version. This creates incompatibility. In order to fix that downgrade ibus-gtk2 from shared-modules (essentially revert latest commit from there).

scx commented 4 years ago

See also: https://github.com/flathub/shared-modules/issues/69