Philippe734 / Simple.NFS.GUI

GUI tool for NFS for Linux. Set a machine as Client/Server in a local network easily with this front-end for NFS.
GNU General Public License v3.0
85 stars 10 forks source link

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

Closed kocoman1 closed 1 year ago

kocoman1 commented 4 years ago

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

LatverianDictator commented 4 years ago

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?

Philippe734 commented 4 years ago

23

Philippe734 commented 4 years ago

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 commented 1 year ago

Fixed with the latest release as AppImage