Results 1 to 2 of 2

Thread: zotero launchers on unity icon changes every reboot

  1. #1
    Join Date
    Nov 2012
    Beans
    5

    zotero launchers on unity icon changes every reboot

    So, this is a wierd one... I have created a zotero launcher icon using this code and placed it in /usr.share/applications/

    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Type=Application
    Name=Zotero
    GenericName=Bibliography Reference Manager
    Icon=/home/kevin/.icons/default48.png
    Exec=/opt/Zotero_linux-x86_64/zotero %f
    Categories=Office
    Terminal=false

    I then search for it in the dash and add it to the launcher. However, everytime I reboot the computer, a different icon displays for a dictionary and when I search for Zotero in the Dash I get one with the same wrong icon and a different description of "Open-source reference manager".

    Any thoughts?

  2. #2
    Join Date
    Nov 2012
    Beans
    5

    Re: zotero launchers on unity icon changes every reboot

    figured it out. there was a duplicate icon in ~/.local/share/applications that took priority over the one in /usr/share/applications

Tags for this Thread

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
  •