Jump to content
Enpass Discussion Forum

Recommended Posts

Posted (edited)

Hello,

the Linux installer contains unnecessary .DS_Store files, which are created by the Finder on OS X to store icon position etc. You can find them using:

find ~/.local -name ".DS_Store"

I think you can't prevent Finder to create these files, but you could exclude those files from your VCS so they can't accidently be commited again.

Edited by Tamaskan
  • 4 months later...
  • 5 months later...
Posted

The bug is still in 5.4.1.

 

➜  apt-cache policy enpass
enpass:
  Installed: 5.4.1
  Candidate: 5.4.1
  Version table:
 *** 5.4.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
        100 /var/lib/dpkg/status
     5.4.0-4 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.3.0 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.2.1.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.2.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.2.0.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.2.0 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.0.5 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.0.4.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.0.4 500
        500 http://repo.sinew.in stable/main amd64 Packages
     5.0.2 500
        500 http://repo.sinew.in stable/main amd64 Packages
     4.6.1 500
        500 http://repo.sinew.in stable/main amd64 Packages
     4.6.0 500
        500 http://repo.sinew.in stable/main amd64 Packages


➜  ls -lh $(dpkg-query -L enpass |egrep 'DS_Store')
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/128x128/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/128x128/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/16x16/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/16x16/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/24x24/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/24x24/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/256x256/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/256x256/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/32x32/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/32x32/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/48x48/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/48x48/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/64x64/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/64x64/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/96x96/apps/.DS_Store
-rw-rw-r-- 1 root root 6.1K Apr 23  2015 /usr/share/icons/hicolor/96x96/.DS_Store


 

Guest
This topic is now closed to further replies.
×
×
  • Create New...