https://bugs.kde.org/show_bug.cgi?id=3212

--- Comment #84 from Bill <zotsynszklargtk...@cazlq.com> ---
Update: I found a workaround which works in XFCE to unhide .bak/.old files in
Dolphin.
Create the file /usr/share/mime/packages/backup.xml with the following
contents:

<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
    <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info";
type="application/x-backup">
      <comment>Backups</comment>
      <generic-icon name="application/x-backup"/>
      <glob pattern="*~"/>
      <glob pattern="*%"/>
      <glob pattern="*.bak"/>
      <glob pattern="*.old"/>
      <glob pattern="*.sik"/>
      <icon name="application-x-trash"/>
    </mime-type>
</mime-info>

Then run:
sudo update-mime-database /usr/share/mime

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to