scx
scx
Upstream participation request: https://github.com/flathub/flathub/pull/786 As for the AppData, I will try to push this upstream after review.
The gtk variant is here: https://github.com/flathub/flathub/pull/842 https://github.com/scx/flathub/tree/com.github.manisandro.gImageReader-gtk
First of all, thank you for the quick reply. > > 1. Replace png_set_gray_1_2_4_to_8 with png_set_expand_gray_1_2_4_to_8 > > Please do read actual code in png.c , particularly the lines 618-620....
@vanillajonathan > A [Snap](https://snapcraft.io/) package might also be of interest. Unfortunately, Snap is a little bit problematic in this particular case. For example, _Documentation_ doesn't work at all. Actually, we...
See also: https://github.com/flathub/org.freedesktop.appstream-glib/issues/6#issuecomment-532904944
I created the flatpak package for Moeditor. https://github.com/Moeditor/Moeditor/issues/187
@MaCroX95 I created the flatpak package for Gpick. https://github.com/scx/gpick-flatpak#gpick-flatpak I am in the process of submitting it to the Flathub repo. https://github.com/flathub/flathub/pull/729 See also: https://github.com/thezbyg/gpick/issues/162
> And i use gpick every day for front-end development and naming functionality is very convenient but its not working. It worked before (older versions of Linux) but for some...
@ZanderBrown If you would like to migrate to Qt 5.11, feel free to reuse my modules: https://github.com/scx/flathub/blob/6dda0c2b19205a0a2e1cc3bc777256c86a22fecf/python3-sip.yaml https://github.com/scx/flathub/blob/6dda0c2b19205a0a2e1cc3bc777256c86a22fecf/python3-qt5.yaml
Temporary patch ([gtk-sharp-profiler-startup.patch](https://github.com/scx/org.gnome.gbrainy/blob/ed2883a89cfd996c8e1e2a83ff23586c8971a0b6/gtk-sharp-profiler-startup.patch)): ``` diff -Naur gtk-sharp.org/gtk/gui-thread-check/profiler/gui-thread-check.c gtk-sharp/gtk/gui-thread-check/profiler/gui-thread-check.c --- gtk-sharp.org/gtk/gui-thread-check/profiler/gui-thread-check.c 2018-12-07 05:05:42.325500894 +0100 +++ gtk-sharp/gtk/gui-thread-check/profiler/gui-thread-check.c 2018-12-07 05:40:53.044438289 +0100 @@ -93,6 +93,6 @@ mono_profiler_install (NULL, NULL); mono_profiler_install_enter_leave (simple_method_enter, NULL); - mono_profiler_set_events...