MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
12.94k stars 1.21k forks source link

don't running application on ubunto 22.04.2 #444

Closed moein-keyvani-pur closed 3 months ago

moein-keyvani-pur commented 1 year ago

after downloading the latest version (2.19 ), then go to the directory and run ./launcher command to get this debug: 2023/03/16 15:26:46 exe: launcher exe dir: /home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray 2023/03/16 15:26:46 Running as launcher 2023/03/16 15:26:46 LD_LIBRARY_PATH=/home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray/usr/lib QT_PLUGIN_PATH=/home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray/usr/plugins ./nekoray so running ps -aux | grep nekoray command with no existing process related nekoray application therefore my first command not running nekoray app while the above log refers to this app is run

Hamedtbf commented 1 year ago

same here :( double click doesn't work same as terminal to run app and each version I've already tried has the same problem

masoud-mohajeri commented 1 year ago

same here :(

masoud-mohajeri commented 1 year ago

➜ nekoray sudo open ./launcher Warning: unknown mime-type for "./launcher" -- using "application/octet-stream" Error: no "view" mailcap rules found for type "application/octet-stream" No applications found for mimetype: application/x-executable .[50209:50209:0406/183752.693984:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. mkdir: cannot create directory '/run/user/0': Permission denied Authorization required, but no authorization protocol specified Error: cannot open display: :1 /usr/bin/open: 882: iceweasel: not found /usr/bin/open: 882: seamonkey: not found /usr/bin/open: 882: mozilla: not found /usr/bin/open: 882: epiphany: not found /usr/bin/open: 882: konqueror: not found mkdir: cannot create directory '/run/user/0': Permission denied [50408:50408:0406/183752.982991:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. mkdir: cannot create directory '/run/user/0': Permission denied [50504:50504:0406/183753.088212:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. [50666:50666:0406/183753.105259:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. /usr/bin/open: 882: www-browser: not found /usr/bin/open: 882: links2: not found /usr/bin/open: 882: elinks: not found /usr/bin/open: 882: links: not found /usr/bin/open: 882: lynx: not found /usr/bin/open: 882: w3m: not found xdg-open: no method available for opening './launcher'

rmd1433 commented 1 year ago

In linux mint 19.3 it does not start via appimage when you double click on it

ehsan-shahrestani commented 10 months ago

hi I have the same error as you. Did you find a way?

MrSaeid007 commented 5 months ago

Hi @arm64v8a

For running Nekoray, I think we need to install graphic version of Ubuntu. Can we use or have Nekoray in terminal Ubuntu like what did cloudflare developer for warp-cli?

Edris-Hosseini commented 4 months ago

Hi, In my case, after installing and running the packages below, the problem was solved!

sudo apt-get install libqt5network5
sudo apt-get install libqt5xml5
sudo apt-get install libqt5xml5
sudo apt-get install libqt5x11extras

Note that you can see the required packages, after running the ./nekoray command in the unzipped folder.

after downloading the latest version (2.19 ), then go to the directory and run ./launcher command to get this debug: 2023/03/16 15:26:46 exe: launcher exe dir: /home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray 2023/03/16 15:26:46 Running as launcher 2023/03/16 15:26:46 LD_LIBRARY_PATH=/home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray/usr/lib QT_PLUGIN_PATH=/home/moein/Downloads/nekoray-2.17-2023-02-25-linux64/nekoray/usr/plugins ./nekoray so running ps -aux | grep nekoray command with no existing process related nekoray application therefore my first command not running nekoray app while the above log refers to this app is run