Opened 17 years ago

Closed 14 years ago

#433 closed Defect (wontfix)

Added #!/bin/sh to binstall.sh to help Konqueror know it is a script and not a text file

Reported by: Joses Owned by: Eric Korpela
Priority: Trivial Milestone: Undetermined
Component: Client - Setup Version:
Keywords: Cc:

Description (last modified by Nicolas)

There are 3 things I noticed that help Linux KDE Konqueror realize that run_manager is a script and not a text file (if you click the link).

  1. the run_manager script needs to be marked as executable +x
  1. The text file needs to begin with $!/bin/sh
  1. The file appears to work if it ends in .sh

This diff file does #2 but not #3 since you probably have a lot of help-info referring to run_client and run_manager and not run_client.sh and run_manager.sh If you want to do #3 as well, I leave that to you depending on your experience.

KDE Konqueror referred to here would be including version 3.5.6 found in Mandriva 2007. Newer distros will/may likely have better knowledge and perhaps this diff file might not be necessary for them.

Attachments (1)

Makefile.am.diff (1.2 KB) - added by Joses 17 years ago.
sea/Makefile.am for binstall to add #!/bin/sh to scripts

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by Joses

Attachment: Makefile.am.diff added

sea/Makefile.am for binstall to add #!/bin/sh to scripts

comment:1 Changed 17 years ago by Nicolas

Description: modified (diff)
Keywords: binstall.sh removed

Reformatted to avoid ticket links on description.

comment:2 Changed 16 years ago by Joses

I explained the !bin/sh for Konqueror as step#6 on my HowTo? in case this doesn't get fixed in source ....to help users past this problem in the meantime. :-) http://www.joescat.com/boinc/index.html#OPEN

comment:3 Changed 15 years ago by romw

Owner: changed from romw to Eric Korpela

comment:4 Changed 14 years ago by Christian Beer

Resolution: wontfix
Status: newclosed

This stuff now moved to packages/generic/sea/Makefile.am and custom packages are available for several linux distribution. If the additions to binstall.sh are still needed, please reopen.

Note: See TracTickets for help on using tickets.