![]() |
2008-03-19
, 22:52
|
|
Posts: 475 |
Thanked: 771 times |
Joined on Dec 2007
@ Hamilton, Ontario, Canada
|
#92
|
![]() |
2008-03-19
, 23:15
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#93
|
# gtk-update-icon-cache /usr/share/icons/hicolor/ --force
![]() |
2008-03-19
, 23:29
|
|
Posts: 475 |
Thanked: 771 times |
Joined on Dec 2007
@ Hamilton, Ontario, Canada
|
#94
|
![]() |
2008-03-19
, 23:42
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#95
|
![]() |
2008-03-23
, 21:19
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#96
|
![]() |
2008-03-23
, 23:25
|
|
Posts: 475 |
Thanked: 771 times |
Joined on Dec 2007
@ Hamilton, Ontario, Canada
|
#97
|
browser --url=http://www.google.ca
![]() |
2008-03-24
, 02:24
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#98
|
As for bookmarks, try the command:
...Code:browser --url=http://www.google.ca
![]() |
2008-03-24
, 10:11
|
Posts: 161 |
Thanked: 99 times |
Joined on Jan 2008
|
#99
|
![]() |
2008-03-24
, 10:12
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#100
|
Sketch would even work in a pinch; draw the icon larger than life, rename the something.sketch.png to something.png, crop square 160x160, scale 25%, and you've got a 40x40 icon. Likewise for any other size... See below; no need to mess with croppage.
ImageMagick, of course, is a better way, but not everyone wants ~20 MB of stuff sitting around just to play with images.
However you make it, put the icon in /usr/share/icons/hicolor/nnxnn/apps/, where nn is the icon size. Then it should work, but doesn't until you:
They're sized for 26, 40, and 64 px. 64 px is also appropriate for bookmark icons, if you want to do them.
Last edited by Benson; 2008-03-19 at 23:43. Reason: left out hicolor in icon path, now added update command