Re: [CMake] Desktop icon not safe (missing +x ) on cmake deb file

2017-03-19 Thread Hendrik Sattler
Hi, Desktop files and icons do not need any execute permissions. They are only data files. The executable that the desktop file points to must be executable, though. To mount the NTFS partition as a user, use either pmount or your desktop mount utility. OTOH, you make your life unusual hard

Re: [CMake] Desktop icon not safe (missing +x ) on cmake deb file

2017-03-19 Thread Gonzalo Garramuño
El 19/03/2017 a las 15:13, Gonzalo Garramuño escribió: Hi, I had a program which I compile with cmake. This program was on an NTFS partition with permissions: defaults. This meant all files were owned by root with 777 permissions. This worked fine but it was not secure and created

[CMake] Desktop icon not safe (missing +x ) on cmake deb file

2017-03-19 Thread Gonzalo Garramuño
Hi, I had a program which I compile with cmake. This program was on an NTFS partition with permissions: defaults. This meant all files were owned by root with 777 permissions. This worked fine but it was not secure and created problems with the postrm/posinst scripts. Recently I tried