|
Re: Desktop laucher on latest version of Fedora O/S
Hi wpshooter
You can do the following to provide creation of launchers on the desktop. When finished, right-click on the desktop and choose the Scripts option, then the Create Launcher sub-option:
Use Nautilus to navigate to home/.gnome2/nautilus-scripts
Right-click and choose Create New Document > Empty Document
Enter the following:
#!/bin/bash
gnome-desktop-item-edit --create-new `pwd`
Save as Create Launcher and close the file.
Right-click your new file, choose Properties, then Permissions, then tick the Execute box, and Close.
Now test your Launcher script as above.
Last edited by hieronymous; 3rd July 2012 at 10:45 AM.
Reason: typo(s)
|