MantisBT - Doomseeker
View Issue Details
0003240Doomseeker[All Projects] Bugpublic2017-09-01 15:122018-10-27 22:55
WubTheCaptain 
Blzut3 
normalminoralways
closedfixed 
x86_64 (really cross-platform)Debian GNU/Linuxbuster/sid
1.1 
1.21.2 
0003240: Doomseeker.desktop uses a non-standard shebang feature
The file media/Doomseeker.desktop in has "#!/usr/bin/env xdg-open" on line 1, which is not part of the Desktop Entry Specification. It can be safely omitted.

The inclusion of shebang triggers Lintian warnings (tags: unusual-interpreter, script-not-executable).

  1. wget'http://doomseeker.drdteam.org/files/doomseeker-1.1_src.tar.bz2 [^]' # Retrieves the source archive

  2. tar xvfj doomseeker-1.1_src.tar.bz2 # Extracts the archive

  3. cat media/Doomseeker.desktop # Prints the file to standard output

'https://standards.freedesktop.org/desktop-entry-spec/latest/ [^]'
No tags attached.
child of 0003246acknowledged  Debian packaging 
Issue History
2017-09-01 15:12WubTheCaptainNew Issue
2017-09-01 16:30ZalewaRelationship addedchild of 0003246
2017-10-09 01:31WubTheCaptainNote Added: 0018489
2017-10-09 01:31WubTheCaptainAssigned To => Blzut3
2017-10-09 01:31WubTheCaptainStatusnew => needs testing
2017-10-09 03:11Blzut3Target Version => 1.2
2017-10-09 03:56WubTheCaptainNote Edited: 0018489bug_revision_view_page.php?bugnote_id=18489#r11099
2017-10-09 05:30WubTheCaptainNote Added: 0018500
2017-10-09 05:30WubTheCaptainStatusneeds testing => resolved
2017-10-09 05:30WubTheCaptainFixed in Version => 1.2
2017-10-09 05:30WubTheCaptainResolutionopen => fixed
2017-10-09 05:30WubTheCaptainNote Edited: 0018500bug_revision_view_page.php?bugnote_id=18500#r11106
2017-10-09 05:31WubTheCaptainNote Edited: 0018500bug_revision_view_page.php?bugnote_id=18500#r11107
2018-10-27 22:55WubTheCaptainStatusresolved => closed

Notes
(0018489)
WubTheCaptain   
2017-10-09 01:31   
(edited on: 2017-10-09 03:56)
Blzut3 committed:'https://bitbucket.org/Doomseeker/doomseeker/commits/5e11eda408b05cfd5840f11fa547cf16f4213322 [^]'

See also 0003241.

(0018500)
WubTheCaptain   
2017-10-09 05:30   
(edited on: 2017-10-09 05:31)
Shebang removed and both Lintian warnings are gone too. Works fine under Xubuntu 16.04.03 LTS LiveCD.