#624 consider hiding the composefs disk in dolphin
Opened by renner. Modified

Context:
https://fedoraproject.org/wiki/Changes/ComposefsAtomicCoreOSIoT
https://github.com/composefs/composefs/issues/420

This confuses new users as / now appears to be fully utilized and the fedora_fedora disk now points to /etc.
A quick and dirty way would be to set this:

~/.local/share/user-player.xbel

 </separator>
 <separator>
  <info>
   <metadata owner="http://www.kde.org">
    <UDI>/org/kde/fstab/overlay/</UDI>
    <isSystemItem>true</isSystemItem>
    <IsHidden>true</IsHidden>
   </metadata>
  </info>
 </separator>
 <separator>
  <info>
   <metadata owner="http://www.kde.org">

But there is probably a better way to achieve something like this.


Metadata Update from @siosm:
- Issue marked as blocking: #112
- Issue set to the milestone: Fedora Linux 43
- Issue tagged with: kinoite

I would prefer that we don't hide it but instead don't show the percentage used for read-only disk devices.

We should also hide the /etc entry and disallow un-mounting it as that would likely break the system.

I would prefer that we don't hide it but instead don't show the percentage used for read-only disk devices.

We should also hide the /etc entry and disallow un-mounting it as that would likely break the system.

fine by me as well

It's likely that this would need to happen in Dolphin's code or maybe a kf6 framework such as Solid.

Metadata Update from @siosm:
- Issue set to the milestone: Future Release (was: Fedora Linux 43)

Metadata