Results 1 to 7 of 7

Thread: Change Icon

  1. #1
    Join Date
    Dec 2007
    Beans
    65

    Change Icon

    Running Ubuntu 12.04 64 bit with Gnome-Classic.

    I have a Link to a shell script on my desktop.

    I would like to change the icon but I see no option to do that. If I right click on it, I have 3 tabs

    Basic
    Permission
    OpenWith

    None of these tabs have an option to change Icon.

  2. #2
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Change Icon

    could you paste the shell script here for us to see please
    and thanks
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Change Icon

    Is the "link" a .desktop file? Look in more detail at what you've got with
    Code:
    ls Desktop
    Nautilus will show all .desktop files as desktop configuration files, and gives you no way to edit them as far as I can see. However, you can easily do so with command
    Code:
    gedit scriptname.desktop
    and in the text file that appears you can edit the line
    Code:
    Icon=/path/to/chosen/image.png
    to point to the icon you want to use.

  4. #4
    Join Date
    Sep 2009
    Location
    Freiburg/Germany
    Beans
    1,112
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Change Icon

    If your link is not a .desktop file you need to create one if you want to change the icon.

    If you don't want to edit .desktop files with a text editor Arronax gives you a easy to use GUI.
    ClassicMenu Indicator - classic GNOME menu for Unity
    Unsettings - configuration program for the Unity
    Privacy Indicator - easily switch privacy settings in Unity
    Arronax - create and modify app starters

  5. #5
    Join Date
    Dec 2007
    Beans
    65

    Re: Change Icon

    Its the Tor Browser Bundle Startup script.

    the original script is here:

    ~/TorBundle/start-tor-browser

    I clicked on that script and selected "Make Link"

    I then took that file it created "Link to start-tor-browser" and moved it to my desktop.


    Im not sure what type of script it is. Im not familiar enough yet to know this.

  6. #6
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Change Icon

    If it's just a link you should be able to click the image in the
    Basic tab where you were looking before.

    Bonus Tip of the Day:Dragging a file to the desktop with the middle mouse button gives you a popup where you can choose to...
    • Move Here
    • Copy Here
    • Link Here
    Attached Images Attached Images
    Last edited by stinkeye; September 22nd, 2012 at 03:11 AM.

  7. #7
    Join Date
    Dec 2007
    Beans
    65

    Re: Change Icon

    Quote Originally Posted by stinkeye View Post
    If it's just a link you should be able to click the image in the
    Basic tab where you were looking before.

    Bonus Tip of the Day:Dragging a file to the desktop with the middle mouse button gives you a popup where you can choose to...
    • Move Here
    • Copy Here
    • Link Here
    That worked thanks!
    Dont have a middle mouse button tho.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •