[haiku-bugs] Re: [Haiku] #10025: [PM] support for Desktop symlinks, similar to Deskbar menu symlinks

  • From: "Giova84" <trac@xxxxxxxxxxxx>
  • Date: Sat, 28 Sep 2013 23:33:00 -0000

#10025: [PM] support for Desktop symlinks, similar to Deskbar menu symlinks
------------------------------------+----------------------------
   Reporter:  ttcoder               |      Owner:  axeld
       Type:  enhancement           |     Status:  new
   Priority:  normal                |  Milestone:  R1
  Component:  Applications/Tracker  |    Version:  R1/Development
 Resolution:                        |   Keywords:
 Blocked By:                        |   Blocking:
Has a Patch:  0                     |   Platform:  All
------------------------------------+----------------------------

Comment (by Giova84):

 To let users to decide if have or not links on Desktop, i use the
 following post_install script:


 {{{
 #!/bin/sh
 question=$(alert "Do you want link "appname" on the Desktop?" "No, thanks"
 "Sure")
 if [ "$question" = "Sure" ]
 then
 ln -s /boot/common/apps/app_name/app_executable
 /boot/home/Desktop/app_link
 fi
 if [ "$question" = "No, thanks" ]
 then
 exit
 fi
 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/10025#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: