Results 1 to 2 of 2

Thread: Set reserved icon for application

  1. #1
    Join Date
    May 2022
    Beans
    3

    Set reserved icon for application

    Is there anyway to set a reserved icon for .application file? like I have a file with this icon config:
    Code:
    Icon=telegram
    But is there anyway to set a second icon to be shown if the current icon pack doesn't have telegram icon? like this
    Code:
    Icon=telegram,/home/user/telegram.png
    but this doesn't work.
    Is there anyway to do this correctly?

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,743

    Re: Set reserved icon for application

    You can't have two options on that line. If you have a icon you want to use, you can specify it there by full path and file name. Otherwise, the OS starts looking in your chosen icon theme for a match. Your icon theme can name other themes to check with the Inherits= line found in an index.theme file located in the theme folder.

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
  •