Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
fusermount3: failed to unmount /var/tmp/flatpak-cache-P7TR31/org.freedesktop.LinuxAudio.Plugins.TAP-YFZZ31: Operation not permitted
Although it I unmount manually it works fine?...
works equally as well after Flatpak exits but not during execution it seems.
Try running: "systemctl restart flatpak-system-helper.service" in the terminal without the "".
If that doesn't work: "flatpak --user repair"
There's been success with both commands but usually a total reboot shakes something loose.
This has definitely been persisting across reboots. Lost count at this point!
Restarted the service and verified it's running. Still seeing the same issues on the HDR Main update.
```
which fusermount
```
> This should return `/usr/bin/fusermount`
and
```
which fusermount3
```
> This should return `/usr/bin/fusermount3`
This is especially true if you so happen to have installed `podman` or `distrobox`, which also means you may have added `$HOME/.local/podman/bin` or `~/.local/podman/bin` to your Shell's path, which may also mean you may have gotten `/home/deck/.local/podman/bin/fusermount3` when you ran `which fusermount3`.
If that is the case, simply ensure `/usr/bin` is higher in priority over `$HOME/.local/podman/bin` or `~/.local/podman/bin` in your $PATH, then reload your Shell config or restart the Konsole app and try running `flatpak update` again. That should fix it.
Holy crap that was it! Thank you!