I’m attempting to install the Nextcloud client with “Virtual Files” support on SteamOS (Steam Deck) for dekstop-mode, but keep running into package conflicts. Here’s what I’ve tried so far:
Steps I’ve Tried:
-
Standard Client Installation Attempt:
- Disabled root partition’s read-only mode with:
sudo steamos-readonly disable
- Tried to install the client:
sudo pacman -S nextcloud-client
- Result: Encountered a conflict between
karchive
andkarchive5
, preventing installation.
- Disabled root partition’s read-only mode with:
-
Attempted
nextcloud-client-git
from AUR:- Same conflict appeared because
karchive5
is required by other KDE packages likekemoticons
,kfilemetadata5
, etc.
- Same conflict appeared because
-
Enabled Experimental Features for “Virtual Files”:
- Edited
nextcloud.cfg
to enable experimental options:- Opened
~/.config/Nextcloud/nextcloud.cfg
and added:[General] showExperimentalOptions=true
- Opened
- Restarted the Nextcloud client and enabled “Virtual Files” in the settings.
- Edited
-
Try to get nextcloud on the list of “online-services”:
- Installed
gvfs-goa
and try to installgvfs-dnssd
to enable it.
- Installed
Current Result:
After enabling “Virtual Files,” placeholders for files appear, but they all end with .nextcloud
and are not directly usable until downloaded manually.
Question:
Has anyone managed to resolve the karchive
vs. karchive5
conflict on SteamOS, or has another solution for properly enabling Virtual Files without the .nextcloud
extension?
Thanks in advance for any guidance!