I am running Plasma on a Orange PI 5 Plus and I cant execute a appimage in Dolphin. Only “Open with Disk Mounter” is shown as alternative and not Execute.
File is “Raspberry_Pi_Imager-1.9.0-aarch64.AppImage” and it is marked as “execute as a program”.
I have tryed to deal with confirmations, find a dolphin complement but nothing is working for me.
Operating System: Ubuntu 24.04
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.1
Kernel Version: 6.1.84-vendor-rk35xx (64-bit)
Graphics Platform: Wayland
Processors: 4 × ARM Cortex-A-55, 4 × ARM Cortex-A76
Memory: 15.6 GiB of RAM
Graphics Processor: Mali-G610
Product Name: Orange Pi 5 Plus
.img used to install:
“Armbian - unofficial_25.02.0 - trunk_Orangepi5-plus_noble_vendor _ 6.1.84_kde-neon-kisak _ desktop”
Try a command that will give some useful information. In the konsole type in and hit enter key changing the /path/to/ to the actual location of the file.
Forget dolphin run it from a .desktop file, here is the one I have for Etcher.
zeus@9600k:~$ cat .local/share/applications/balenaEtcher.desktop
[Desktop Entry]
Type=Application
Exec=env GTK_USE_PORTAL=1 /home/zeus/bin/balenaEtcher-1.18.11-x64.AppImage --no-sandbox %U
Icon=application-x-iso9660-appimage
Name=balenaEtcher
Comment=Create USB installation media from bootable ISOs
NoDisplay=false
StartupNotify=true
Terminal=false
Categories=Utility;
X-KDE-SubstituteUID=false
X-KDE-Username=
Could be the sandbox junk messing with you for the Etcher. Try my file in the same directory I have it in and see if it shows up in the Utilities menu to launch it, change the EXEC line to your location. You can do similar for the Pi_Imager just try changing the Exec line to the path you have it at and the Name of course. I am thinking both will now start up from the menu selections.
Could this be the libfuse2 issue with appimages on recent distros, ubuntu included? I know that this seems to been fixed in *buntu proper, but I wonder if it is still a thing on the Arm builds
Good to read it works for you with the .desktop file, I have no idea on the Dolphin I never use it. I use the Konqueror it allows to split the screen view with up and down panes allowing you to see the full file name, not the stupid split the screen side by side every other program does and waste all that space for file name display. Really Dolphin should start the .appimage if the executable bit is set on it but I have no ideas to try and find out why it is not working on the PI.
I know it is a workaround, but maybe trying Appimagelauncher might be helpful for the moment, at least until we can find out what is missing or different on your Arm build versus a normal x86_64 neon install.
I really need to dust off the build scripts I have and get Plasma on my ChromeOS tablet.
I read the link and decided to install libfuse2t64.
But apt said “libfuse2t64 is already the newest version (2.9.9-8.1build1)”
I found that article so, so actual, real, and as I am opinionated I decided to remove pkt by apt:
From apt: (some lines are in portuguese, but “undestandable”?!?!
sudo apt remove libfuse2t64
Lendo listas de pacotes… Pronto
Construindo árvore de dependências… Pronto
Lendo informação de estado… Pronto
Os seguintes pacotes foram instalados automaticamente e já não são necessários:
libboost-chrono1.83.0t64 libboost-program-options1.83.0 libfmt9
libspdlog1.12 libtinyxml2-10
Utilize ‘sudo apt autoremove’ para os remover.
Os pacotes a seguir serão REMOVIDOS:
cryfs encfs libfuse2t64 plasma-vault
to confirm…
Lets reintall:
sudo apt install libfuse2t64
Lendo listas de pacotes… Pronto
Construindo árvore de dependências… Pronto
Lendo informação de estado… Pronto
Os seguintes pacotes foram instalados automaticamente e já não são necessários:
libboost-chrono1.83.0t64 libboost-program-options1.83.0 libfmt9
libspdlog1.12 libtinyxml2-10
Utilize ‘sudo apt autoremove’ para os remover.
Os NOVOS pacotes a seguir serão instalados:
libfus e2t64
0 pacotes atualizados, 1 pacotes novos instalados, 0 a serem removidos e 2 não atualizados.
This time only libfuse2t64 were reinstalled, not cryfs, encfs and plasma-vault
and…
and…
and…
BINGO…
DOLPHIN is openning Rasp-imager for execution.
Thanks man…
Now I have 4 problems:
I run apt upgrade every day so libfuse2t64 was updated?!?!?!
or the problems are cryfs, encfs, plasma-vault…
Tomorrow I’ll look for the functions of these 3 pkts and decide if I reinstall them.