Simple.NFS.GUI icon indicating copy to clipboard operation
Simple.NFS.GUI copied to clipboard

How to set this app to use gambas3-gb-qt5 instead of gambas3-gb-qt4 for ubuntu 20.04?

Open kocoman1 opened this issue 5 years ago • 3 comments

How to set this app to use gambas3-gb-qt5 instead of gambas3-gb-qt4 for ubuntu 20.04?

kocoman1 avatar Jun 01 '20 13:06 kocoman1

Tried that on a new install of Linux Mint 20. Nada. Do not know how to code hence the tool and instructions were perfect for a noob like myself. Is there going to be a fix to make this work for Linux Mint 20?

LatverianDictator avatar Jul 22 '20 20:07 LatverianDictator

#23

Philippe734 avatar Nov 03 '20 17:11 Philippe734

I issued two releases with different GUI. Please, try it and tell for each what. Release with GTK3 GUI (works with Ubuntu 20.04):

sudo add-apt-repository ppa:gambas-team/gambas3 -y && sudo apt-get update && wget https://github.com/Philippe734/Simple.NFS.GUI/raw/master/Linux/1.0.16/simple-nfs-gui_1.0.16-0ubuntu1_all.deb -P ~ && sudo dpkg -i ~/simple-nfs-gui_1.0.16-0ubuntu1_all.deb && sudo apt-get install -fy && rm ~/simple-nfs-gui_1.0.16-0ubuntu1_all.deb && sudo -H Simple_NFS_GUI

Release with Qt5 GUI (I don't know were it works, tell me in an issue):

sudo add-apt-repository ppa:gambas-team/gambas3 -y && sudo apt-get update && wget https://github.com/Philippe734/Simple.NFS.GUI/raw/master/Linux/1.0.17/simple-nfs-gui_1.0.17-0ubuntu1_all.deb -P ~ && sudo dpkg -i ~/simple-nfs-gui_1.0.17-0ubuntu1_all.deb && sudo apt-get install -fy && rm ~/simple-nfs-gui_1.0.17-0ubuntu1_all.deb && sudo -H Simple_NFS_GUI

Philippe734 avatar Nov 03 '20 17:11 Philippe734

Fixed with the latest release as AppImage

Philippe734 avatar Feb 11 '23 07:02 Philippe734