Cool, thanks for the initiative.I am in the process of submitting them to the Flathub repo.
Possible solution for Linux distribution problems
Moderators: XnTriq, helmut, xnview
-
- Posts: 578
- Joined: Sat Sep 04, 2004 5:09 pm
Re: Possible solution for Linux distribution problems
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
-
- Posts: 10
- Joined: Sun Mar 03, 2019 3:59 pm
Re: Possible solution for Linux distribution problems
I've created another flatpak packages, this time for XnSketch and XnRetro.
https://github.com/scx/xnsketch-flatpak
https://github.com/scx/xnretro-flatpak
I am in the process of submitting them to the Flathub repo.
https://github.com/scx/flathub/tree/com.xnview.XnSketch
https://github.com/scx/flathub/tree/com.xnview.XnRetro
If you are ok with this, please leave a comment here:
https://github.com/flathub/flathub/pull/898
and here:
https://github.com/flathub/flathub/pull/899
https://github.com/scx/xnsketch-flatpak
https://github.com/scx/xnretro-flatpak
I am in the process of submitting them to the Flathub repo.
https://github.com/scx/flathub/tree/com.xnview.XnSketch
https://github.com/scx/flathub/tree/com.xnview.XnRetro
If you are ok with this, please leave a comment here:
https://github.com/flathub/flathub/pull/898
and here:
https://github.com/flathub/flathub/pull/899
You do not have the required permissions to view the files attached to this post.
-
- Posts: 578
- Joined: Sat Sep 04, 2004 5:09 pm
Re: Possible solution for Linux distribution problems
FYI: XnViewMP and XnConvert are now available on Flathub. Not up on the website yet, but can be installed already via console.
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
-
- Posts: 10
- Joined: Sun Mar 03, 2019 3:59 pm
Re: Possible solution for Linux distribution problems
The same applies to XnSketch and XnRetro as well.
https://github.com/flathub?q=xnview
Code: Select all
$ flatpak remote-ls | grep 'xnview'
com.xnview.XnConvert flathub
com.xnview.XnRetro flathub
com.xnview.XnSketch flathub
com.xnview.XnViewMP flathub
So, all you have to do is:
1. Install flatpak
https://flatpak.org/setup/
2. Add Flathub repo
http://docs.flatpak.org/en/latest/using ... d-a-remote
3. Install app you want
Code: Select all
flatpak install flathub com.xnview.XnViewMP
Code: Select all
flatpak install flathub com.xnview.XnConvert
Code: Select all
flatpak install flathub com.xnview.XnSketch
Code: Select all
flatpak install flathub com.xnview.XnRetro
-
- Posts: 578
- Joined: Sat Sep 04, 2004 5:09 pm
Re: Possible solution for Linux distribution problems
One thing I'm missing is a .desktop file on Gnome. I can't find the program on the activities view, I have to launch XnConvert via console.
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
-
- Posts: 10
- Joined: Sun Mar 03, 2019 3:59 pm
Re: Possible solution for Linux distribution problems
XnView MP, XnConvert, XnSketch and XnRetro are now officially available on Flathub.
https://flathub.org/apps/search/XnView
https://flathub.org/apps/details/com.xnview.XnViewMP
https://flathub.org/apps/details/com.xnview.XnConvert
https://flathub.org/apps/details/com.xnview.XnSketch
https://flathub.org/apps/details/com.xnview.XnRetro
https://flathub.org/apps/search/XnView
https://flathub.org/apps/details/com.xnview.XnViewMP
https://flathub.org/apps/details/com.xnview.XnConvert
https://flathub.org/apps/details/com.xnview.XnSketch
https://flathub.org/apps/details/com.xnview.XnRetro
Sorry, I forgot about renaming desktop file, so it was not exported on host. This issue has been fixed today.
You do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 44448
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 27
- Joined: Sun Feb 25, 2018 1:35 am
Re: Possible solution for Linux distribution problems
Wowww thanks a LOT for this (I had problems with XnRetro as it was 32bit and was never able to make it work properly)scx wrote: ↑Tue Mar 26, 2019 6:45 pm XnView MP, XnConvert, XnSketch and XnRetro are now officially available on Flathub.
https://flathub.org/apps/search/XnView
https://flathub.org/apps/details/com.xnview.XnViewMP
https://flathub.org/apps/details/com.xnview.XnConvert
https://flathub.org/apps/details/com.xnview.XnSketch
https://flathub.org/apps/details/com.xnview.XnRetro
Just installed the flatpak of it today and it works!
I have a question, is it normal that XnRetro opens as "Super User"?
In all case Thanks again as i can play now
-
- Posts: 10
- Joined: Sun Mar 03, 2019 3:59 pm
Re: Possible solution for Linux distribution problems
Yeah, there was a problem with missing dependencies. Fortunately, in Flatpak it is possible to bundle all necessary libraries. That's what I actually did.Patrice. wrote: ↑Tue Apr 02, 2019 3:47 amWowww thanks a LOT for this (I had problems with XnRetro as it was 32bit and was never able to make it work properly)scx wrote: ↑Tue Mar 26, 2019 6:45 pm XnView MP, XnConvert, XnSketch and XnRetro are now officially available on Flathub.
https://flathub.org/apps/search/XnView
https://flathub.org/apps/details/com.xnview.XnViewMP
https://flathub.org/apps/details/com.xnview.XnConvert
https://flathub.org/apps/details/com.xnview.XnSketch
https://flathub.org/apps/details/com.xnview.XnRetro
Just installed the flatpak of it today and it works!
In fact, it doesn't run as superuser. Unfortunately, this is a MATE/marco issue (other window managers may be affected as well).
https://github.com/scx/xnretro-flatpak# ... -superuser
https://github.com/mate-desktop/marco/i ... -346954512
https://github.com/flatpak/flatpak/issu ... -379269463
https://github.com/netblue30/firejail/i ... -341307300
You are welcome.
-
- Posts: 27
- Joined: Sun Feb 25, 2018 1:35 am
Re: Possible solution for Linux distribution problems
Thanks for your fast answer, I like MATE, so it's all OKscx wrote: ↑Tue Mar 26, 2019 6:45 pm
In fact, it doesn't run as superuser. Unfortunately, this is a MATE/marco issue (other window managers may be affected as well).
https://github.com/scx/xnretro-flatpak# ... -superuser
https://github.com/mate-desktop/marco/i ... -346954512
https://github.com/flatpak/flatpak/issu ... -379269463
https://github.com/netblue30/firejail/i ... -341307300
Thanks again, have a nice day.