Open thalskarth opened 5 days ago
I found related issues that might be helpful:
https://github.com/zen-browser/desktop/issues/2758
The suggested solution is to verify the AppImage file, set the QT_QPA_PLATFORM=wayland
environment variable, consider using gear lever
instead of appimagelauncher
, or install Zen using Flatpak. Additionally, installing the qtwayland5
package might be necessary for Ubuntu users.
https://github.com/zen-browser/desktop/issues/312
The suggested solution is to uninstall appimagelauncher
and use gear lever
as an AppImage manager.
https://github.com/zen-browser/desktop/issues/1670
The issue was resolved by removing appimagelauncher
, which was causing problems with extracting the AppImage. After its removal, the extraction worked fine.
To continue talking to Dosu, mention @dosu.
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]$
Captchas
What happened?
When i try to install the appimage via que script, it ends with an error:
If I download manually the appimage file, and run it gives the a similar error:
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