zen-browser / desktop

🌀 Experience tranquillity while browsing the web without people tracking you!
https://zen-browser.app
Mozilla Public License 2.0
18.47k stars 451 forks source link

Can't install or run appimage on Fedora 41 #2911

Open thalskarth opened 5 days ago

thalskarth commented 5 days ago

Captchas

What happened?

When i try to install the appimage via que script, it ends with an error:

[~]$ bash <(curl https://updates.zen-browser.app/appimage.sh)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12498  100 12498    0     0  24193      0 --:--:-- --:--:-- --:--:-- 24174
[i] ╔════════════════════════════════════════════════════╗
[i] ║                                                    ║
[i] ║    (ノ◕ヮ◕)ノ*:・゚✧  Zen Browser Installer            ║
[i] ║                                                    ║
[i] ║    CPU: AVX2 Supported (Optimized Version)         ║
[i] ║    Status: Zen Browser Not Installed               ║
[i] ║    zsync: Not Installed (Needed for Updates)       ║
[i] ║                                                    ║
[i] ╚════════════════════════════════════════════════════╝
[i] 
[i] (★^O^★) What would you like to do?
[i]   1) Install
[i]   2) Uninstall
[i]   0) Exit
Enter your choice (0-3): 1
[i] 
[w] Auto detecting AVX2 support...
[w] Downloading Zen from https://github.com/zen-browser/desktop/releases/latest/download/zen-specific.AppImage
[i] 
[i] Installing Zen Browser...
##################################################################################################################################### 100.0%
[i] Install completed successfully!
/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
QSocketNotifier: Can only be used with threads started with QThread
This doesn't look like a squashfs image.
Failed to open squashfs image
[~]$

If I download manually the appimage file, and run it gives the a similar error:

[~]$ ./zen-specific.AppImage
/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
QSocketNotifier: Can only be used with threads started with QThread
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_shall_not_be_integrated : sqfs_open_image error: /home/sebastian/Descargas/zen-specific.AppImage
AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1)
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_is_terminal_app : sqfs_open_image error: /home/sebastian/Descargas/zen-specific.AppImage
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
execv error: No such file or directory
[~]$ 

Zen AppImage es the only one failing. I've arount other 7 appimages from other apps working fine.

Reproducible?

Version

1.0.1-a.19

What platform are you seeing the problem on?

Linux

Relevant log output

No response

dosubot[bot] commented 5 days ago

I found related issues that might be helpful:

To continue talking to Dosu, mention @dosu.

thalskarth commented 5 days ago

Remove the appimagelauncher. Installed Gear Lever as recomended in those issues, still don't working:

[~/Descargas]$ ./zen-specific.AppImage 
bash: ./zen-specific.AppImage: no se puede ejecutar: no se ha encontrado el fichero requerido
[~/Descargas]$ bash <(curl https://updates.zen-browser.app/appimage.sh)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12498  100 12498    0     0  79804      0 --:--:-- --:--:-- --:--:-- 80115
[i] ╔════════════════════════════════════════════════════╗
[i] ║                                                    ║
[i] ║    (ノ◕ヮ◕)ノ*:・゚✧  Zen Browser Installer            ║
[i] ║                                                    ║
[i] ║    CPU: AVX2 Supported (Optimized Version)         ║
[i] ║    Status: Zen Browser Not Installed               ║
[i] ║    zsync: Not Installed (Needed for Updates)       ║
[i] ║                                                    ║
[i] ╚════════════════════════════════════════════════════╝
[i] 
[i] (★^O^★) What would you like to do?
[i]   1) Install
[i]   2) Uninstall
[i]   0) Exit
Enter your choice (0-3): 1
[i] 
[w] Auto detecting AVX2 support...
[w] Downloading Zen from https://github.com/zen-browser/desktop/releases/latest/download/zen-specific.AppImage
[i] 
[i] Installing Zen Browser...
##################################################################################################################################### 100.0%
[i] Install completed successfully!
/dev/fd/63: línea 170: /tmp/ZenBrowser.AppImage: no se puede ejecutar: no se ha encontrado el fichero requerido
[~/Descargas]$