#436 mount bind /usr/share/sddm to /var and add fstab entry by default?
Closed: Duplicate by siosm. Opened by boredsquirrel.

I am not sure what the problem would be to have this by default. Is this the correct location?
Mounting that location in a writable one would mean KDE could work on implementing a selector where you can choose where SDDM themes are installed, or something similar.

sudo cp -r /usr/share/sddm /var
sudo cat >> /etc/fstab <<EOF
/var/sddm /usr/share/sddm none rbind 0 0
EOF

This would be pretty cool, but somewhat of a dirty solution as sddm should probably fix that?


There are already workarounds for this issue listed in https://pagure.io/fedora-kde/SIG/issue/282 and the correct path to a fix is also listed there. Let's not add yet another workaround.

Metadata Update from @siosm:
- Issue close_status updated to: Won't fix
- Issue status updated to: Closed (was: Open)

Metadata Update from @siosm:
- Issue status updated to: Open (was: Closed)

Metadata Update from @siosm:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

Metadata