How to put a Google icon on my desktop?

Booting, installing, newbie
Post Reply
Message
Author
gozapper
Posts: 2
Joined: Fri 26 Aug 2011, 03:40

How to put a Google icon on my desktop?

#1 Post by gozapper »

how can I put Google icon on the desktop?

Tom

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

Welcome to the forum gozapper.

This should help: http://rhinoweb.us/howtocreateinternetshortcut.htm

Then for icons, maybe here: http://findicons.com/search/google

To prevent Opera from opening two tabs, add the "-activetab" line:

Code: Select all

#!/bin/sh

defaultbrowser -activetab http://www.google.com/
For FF, I'm guessing SeaMonkey too- leave it out.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#3 Post by Béèm »

gozapper,
You always have to report which puppy you use.
In this case it might be important to know which windows manager you use.
The answer may be different.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post by Semme »

Hi Tom, were you able to get those instructs going?

User avatar
borgbucolic
Posts: 16
Joined: Sat 20 Aug 2011, 19:56
Location: Washington State, USA

How I did it.

#5 Post by borgbucolic »

The way I put a book mark on the desktop...

I created an HTML (text) file and put it on the desktop. It can be named anything like MyLocation.html.

I placed the following HTML redirect code into the file.

<HEAD>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
</HEAD>

Change the URL to where you want to go, your bookmark.

The content="0; may be changed to the number of seconds you want the browser to wait before redirecting.

I changed the icon to something I liked and it worked fine for me.

I don't know how elegant this is, but it works.

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#6 Post by puppyluvr »

:D Hello,
Simple..
Open /root
Right click, choose "New" and "script"
Name it for your Browser, ie Firefox..

In it have:
#!/bin/sh
firefox www.google.com &
Save it.. Right click it and select "choose icon"
Go to /usr/local/lib/X11/pixmaps or /usr/lib/firefox/icons and select an icon..
Drop it on the desktop...
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

Post Reply