You are not logged in.
Hello, I have encountered this issue and found no solution or even any clue (except maybe a mention of fuse?):
I am unable to make icestudio, a node app, write any file at all unless started as root, either sudo <appimage> or sudo npm start from source.
It silently fails the write operation, and I am unable to even produce a log for it as it is *completely* unable to write.
System is standard Arch with KDE Plasma 6 wayland.
Offline
where is it trying to save the file?
Offline
where is it trying to save the file?
Doesnt matter, I have tried /tmp, ~/<path>, ~/path with 777 chmod, etc. It's just completly unable to write. It did manage to download stuffs in ~/.icestudio though, strangely.
Offline
how did you install icestudio?
Offline
how did you install icestudio?
Tried AUR package, manually downloading the appimage, and finally cloning the repository and doing the manual setup to be able to do npm start from there.
Last edited by Twen (2025-02-06 19:30:26)
Offline
mackin_cheese wrote:how did you install icestudio?
Tried AUR package, manually downloading the appimage, and finally cloning the repository and doing the manual setup to be able to do npm start from there.
so you compiled it outside of aur? what happened when you were trying to install via AUR?
Offline
It's a npm node app, there isnt a compilation stage.
The result was the same for all versions, as mentioned.
Last edited by Twen (2025-02-06 19:52:40)
Offline
This is incomplete actually, i removed gconf package from dependencies of the AUR package because i do not use gnome.
Note this shouldnt be a problem as the dependency hasnt existed for years for node apps.
Last edited by Twen (2025-02-06 19:59:26)
Offline
alright, try building it from the aur WITH the gconf dependency and see if that fixes the issue or not
Offline
alright, try building it from the aur WITH the gconf dependency and see if that fixes the issue or not
It doesnt build because I dont use gnome. Also see the pinned comment on the package: https://aur.archlinux.org/packages/gconf, it is also not a dependency of icestudio.
Offline
mackin_cheese wrote:alright, try building it from the aur WITH the gconf dependency and see if that fixes the issue or not
It doesnt build because I dont use gnome. Also see the pinned comment on the package: https://aur.archlinux.org/packages/gconf, it is also not a dependency of icestudio.
not sure where to go from here then, i was able to install it from the AUR (kept gconf as gnome is not needed as a runtime dependency, only as a make dependency which gets removed). and was able to open the software without setting it as a executable and was able to save.
Unable to replicate issue both with and without gconf in the mix.
Last edited by mackin_cheese (2025-02-06 20:17:14)
Offline
Yes, i suspect this is something with my system but I have no clue at all where to start to look...
I will try figuring how to get gconf to build and report if that made it work.
Offline
It was not gconf, still have the issue with it built and installed.
Offline
Do you see fuse errors in dmesg when this happens? There's a bug in the 6.13 kernel and the fuse layer, might want to opt for linux-lts for the time being if you rely on appimages/flatpak and what have you. https://gitlab.archlinux.org/archlinux/ … issues/110
Offline
Do you see fuse errors in dmesg when this happens? There's a bug in the 6.13 kernel and the fuse layer, might want to opt for linux-lts for the time being if you rely on appimages/flatpak and what have you. https://gitlab.archlinux.org/archlinux/ … issues/110
No errors. I am on 6.12.10, not quite up to date, should i try updating the system and see if it changes anything?
Offline
Nope, it will likely rather make matters worse, but maybe the changes in fuse have the reverse effect for you . These bugs shouldn't yet have been in 6.12.10... the ultimately underlying interaction is likely things trying to talk to the filesystem via xdg-portal framework. Speaking of which is xdg-desktop-portal-kde running and installed?
Offline
I updated it anyway (before the message) as there is no consequences (I also have the non-appimage version setup from source). No change.
xdg-desktop-portal-kde
6.2.5-1
Offline