Putting icons on desktop

Using applications, configuring, problems
Post Reply
Message
Author
ChpFrI
Posts: 8
Joined: Mon 28 Jan 2013, 05:50

Putting icons on desktop

#1 Post by ChpFrI »

Which and where R script files, inserting paths for .png or .jpg icon files, to create icon on desktop for apps. After installing latest Firefox and Seamonkey browsers into /usr/lib dir, both must be launched from inside a terminal prompt window. HOW2 launch from desktop? BTW Thanx L18L 8)

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#2 Post by Makoto »

You should be able to open the directory/folder with the program you're trying to run, in ROX-Filer (assuming the version of Puppy you're using uses ROX-Filer :) ) and drag the program's icon to the desktop.

That should create a shortcut to the program on the desktop (the program will stay where it was). You can right-click on the shortcut and use the options to change the shortcut's name and icon.
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#3 Post by tallboy »

Hi ChpFrl.
The application's run-file must be in the executable path, i.e. a '/bin' directory.
  1. You have downloaded the firefox directory to /usr/lib/firefox-(version).
  2. Open the directory, and drag the file 'firefox' to /usr/bin/ as a relative link (a.k.a. symlink).
  3. Drag the /usr/bin/firefox to the desktop, and give it an icon by right-clicking on the symbol on the desktop.
You can see what is in the path, by typing in a terminal window:

Code: Select all

# echo $PATH
Any directory in the path is suitable for an application's run-file.

tallboy

EDIT: I just updated from firefox v.17 to v.18, and the former was placed in /usr/lib/, while the latest installed in /usr/share.
True freedom is a live Puppy on a multisession CD/DVD.

Post Reply