Discussion:
[bug #52727] [GWorkspace] Executable image/plist files
Yavor Doganov
2017-12-22 15:53:51 UTC
Permalink
URL:
<http://savannah.gnu.org/bugs/?52727>

Summary: [GWorkspace] Executable image/plist files
Project: GNUstep
Submitted by: yavor
Submitted on: Fri 22 Dec 2017 05:53:49 PM EET
Category: Application
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

Some files are executable while they shouldn't:

./GWMetadata/Preferences/MDIndexing.tiff
./GWMetadata/Preferences/Resources/Images/plainfiles.tiff
./GWMetadata/Preferences/Resources/Images/music.tiff
./GWMetadata/Preferences/Resources/Images/sources.tiff
./GWMetadata/Preferences/Resources/Images/documents.tiff
./GWMetadata/Preferences/Resources/Images/pdfdocs.tiff
./Apps_wrappers/coccinella.app/coccinella.tiff
./Apps_wrappers/coccinella.app/Resources/Info-gnustep.plist
./Apps_wrappers/opennx.app/Resources/Info-gnustep.plist
./Apps_wrappers/spdrs60.app/spdrs60_48.tiff
./Apps_wrappers/spdrs60.app/Resources/Info-gnustep.plist
./Apps_wrappers/xtrkcad.app/xtrkcad.tiff
./Apps_wrappers/xtrkcad.app/Resources/Info-gnustep.plist
./Apps_wrappers/qlandkartegt.app/qlandkartegt.tiff
./Apps_wrappers/qlandkartegt.app/Resources/Info-gnustep.plist
./Apps_wrappers/vi.app/vi.tiff




_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?52727>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Ivan Vučica
2017-12-31 20:29:41 UTC
Permalink
Update of bug #52727 (project gnustep):

Assigned to: None => ivucica

_______________________________________________________

Follow-up Comment #1:

$ find . -name '*.tiff' -exec chmod -x '{}' ';'
$ find . -name 'Info-gnustep.plist' -exec chmod -x '{}' ';'

Fixed in 8234b6e12c3ab9847e5a1783a03c743efab12c5d

_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?52727>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Ivan Vučica
2017-12-31 20:30:13 UTC
Permalink
Update of bug #52727 (project gnustep):

Open/Closed: Open => Closed


_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?52727>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/

Loading...