Tamaskan Posted May 3, 2016 Report Posted May 3, 2016 (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 May 3, 2016 by Tamaskan
Guest Ankur Sahu Posted May 4, 2016 Report Posted May 4, 2016 Hello @Tamaskan, Oops, They got overlook. Thanks for reporting.
marcoshalano Posted September 11, 2016 Report Posted September 11, 2016 Any news about this bug? Version 5.3.0 still have this files.
Anshu kumar Posted September 12, 2016 Report Posted September 12, 2016 Hi @marcoshalano, We apologize for the inconvenience. This issue has been fixed and will be available in next update.
Ryan-linux Posted February 14, 2017 Report Posted February 14, 2017 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
Recommended Posts