Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: can not launch on ubuntu 22.04 #1651

Open
CankingApp opened this issue Apr 21, 2022 · 1 comment
Open

Bug Report: can not launch on ubuntu 22.04 #1651

CankingApp opened this issue Apr 21, 2022 · 1 comment
Labels
Bugs Something isn't working

Comments

@CankingApp
Copy link

My ubuntu upgrade from 21.10 to 22.04 ,everything running well, but Qv2ray can not launch.

Inconceivable ,there is not any crash log find... please help!

@CankingApp CankingApp added the Bugs Something isn't working label Apr 21, 2022
@lijiajun3029
Copy link

  1. set it as exe.
    sudo a+x *.AppImage
  2. run
    ./*.AppImage
  3. check output log
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
  1. see the wiki of FUSE on AppImage
    AppImages require FUSE version 2 to run. Filesystem in Userspace (FUSE) is a system that lets non-root users mount filesystems.
  2. install FUSE on Unbuntu22.0.4
sudo add-apt-repository universe
sudo apt install libfuse2

note: see it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Something isn't working
Development

No branches or pull requests

2 participants