[SOLVED] Set icons for applications in XFCE

Hi,
I was wondering if I can specify the icons for applications. Currently my gVim is using a "general" icon when in the panel but has the right icon when I create a launcher. This is how it looks like. Any suggestions?
Thanks!
Last edited by dsdeiz (2011-01-10 00:50:57)

Hi,
Yep, I have a gvim.desktop in /usr/share/applications. What it contains is:
Type=Application
TryExec=gvim
Exec=gvim
Icon=gvim
Terminal=false
Type=Application
TryExec=gvim
Exec=gvim
Icon=gvim
Terminal=false
There is also gvim.png in /usr/share/pixmaps.

Similar Messages

  • I can't set shortcut for „Application windows"

    System Preferences → Exposé & Spaces → Exposé
    I can’t set shortcut for „Application windows” — first column with Fn key is OK, but the second column with mouse button doesn’t work. If I set „secondary mouse button” for „application windows”, it doesn’t work. But if I set „secondary mouse button” to „All windows”, it works! All mouse shortcuts for „All windows” or „Show desktop” work, but no mouse shortcut for „Application windows” work . The same with „Mouse button 3” and other buttons.
    Can you help me, please?

    Do you see the iTunes Library icon in the window? Click on it and the use the scroll bar to get to the tracks you want.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Globally setting icon for a file type

    I've been using LilyPond a lot recently. The .ly files it saves don't have their own icon, though, they just get the generic document icon. I know that I can manually set an icon for a single file using 'Get Info', but it's not practical now because I have so many .ly files. Is there a way I can tell OS X to use my own icon every time it sees a .ly file?
    Thanks,
    (- Steve -)

    Hi, Stephen.
    If by LilyPond you mean this application, it's the application's responsibility to assign the custom icon for files it creates, e.g. .ly files you edit and save in LilyPond. You might want to send feedback concerning this to the developers. However, as I understand the application based on a quick review of its manual, it can work with any plain-text (ASCII) file.
    You can change the default application in which all .ly files open by using the instructions in "Mac OS X 10.4 Help: Changing the application that opens a document." That may result in those files bearing the same icon as the LilyPond application. That is also the mechanism by which a given icon is assigned to all files of a given type.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Getting icons for application

    Hi all,
    I'm adding new features to the application I'm working on, and am looking for Icons for the new features. I can't design icons, never had any experience, but they are very common icons (a phone and an email icon). Just wondering is there any free repository of icons that I could use on the web? I persume it wouldn't be legal to screen grab from MS word/outlook or thunderbird or something like that?
    thanks,
    Justin

    thanks for that. But is there an extended set of java icons? The icons I need wern't there unfortunately.
    thanks,
    J

  • Custom Icon for application file

    I can make director allow me to have a custom icon for appliacation file.
    In director I have attempted this several times where I have tried to have my appliaction file have an icon.  I have purchased two icon program Candy Bar and Fastincs trying to remedy this problem.
    As you see here I am using an ins file created in Fastincs.  Now here is an image to the path and the icon itself Applipcations/ Adobe Director 11/3 HorseLogo.mac.ins
    So there is the setup now when I complile for my program file I get this.
    See the grey Director icon I don't want that I want the three horse logo.
    I also tried to assign the logo after publishing the file.
    then I drag my icon file in
    The program created in director still wont see the icon file.
    If I use Candy bar (icon application)  I get a  different result. The icon works
    in both finder and on the task bar
    This is exactly what I want.
    I works until I try to move the entire package into an installer program  I am using BitRock.  When I compile the installation program then try to run the application I get the following message
    If I choose ignore the install continues.  But I have no icon.
    I am desperate , weeping , screaming , and almost a lost cause, any help any help at all I could really use.
    Thanks
    Robin aka innish

    Hi Robin,
    I'm more of a PC person rather than Mac. I would recommend you look at the Resource and Icon Editor page at:
    http://collab.directorforum.com/Resource_and_Icon_Editor
    It may fix your icon issue from Director.
    Dean

  • Setting icon for the JMenuItem

    I am trying to set the Icon for the JMenuItem and not able to do so.
    I have the Images directory in the classes which has all the images. Is this the way to give the dir path. When do I give '\' and when do I give '/' or'//' or'\\'? Thanks.
    I gave
    JMenuItem mnuitmFileNew = new JMenuItem(new ImageIcon("Images//new.jpg"));
    and later in Jbinit() method I have this.
    mnuitmFileNew.setMnemonic('N');
    mnuitmFileNew.setText("New");
    mnuitmFileNew.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    mnuitmFileNew_actionPerformed(e);
    });

    Hi,
    I'm not sure if you've seen this yet:
    http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html
    If you still have any questions please post again.
    Regards,
    Matt
    Java Developer Technical Support
    Sun Microsystems

  • Setting icon for MII version 12.1.x custom action

    Hi,
    i tryed to set icon image for custom action for MII version 12.1.x but i did not achieve.
    How can it be done?
    Thanks.

    Hello,
    I have done it in 11.5. This is how I did it in 11.5. (I am hoping that it has not changed in 12.1)
    //funciton for specifying icon
    public String GetIconPath() {
            return "com/path/to/icons/imagename.png";
    Store your image file in the following way
    com/path/to/icons and name that as imagename.png
    There is also a blog on it
    /people/rupesh.bajaj/blog/2007/12/04/beginners-guide-to-create-custom-action-block
    I hope it helps.
    Regards,
    Musarrat
    Edited by: Musarrat Husain on May 17, 2011 12:18 PM

  • Diffrent icon for applications

    hey guys...
    i got a small problem with the icons for my applications...they arent the same anymore...i changed them once and now i can not chane them back...because i dont know where the originals r...
    so can any1 tell me where i can get them from and how i can change them back to their original look...
    would be great if any1 had some useful awnsers
    thx
     iMac G5, 17-inch, 1.8 GHz PowerPC, 1.5GB RAM, wireless mouse and keyboard   Mac OS X (10.4.8)  

    You're Very Welcome Kleinerbug!
    I learn new things about using my Macs everyday!
    And Discussions is a great source of knowledge.
    Also, Thank You, for extending the courtesy, of awarding in Discussions, as this is not a requirement, nor mandatory, but is much appreciated!
    ali b

  • Setting icon for buttons in labview 6i

    Hi All,
    Currently i am working on Labview 6i. i created two buttons in my vi one button is used to perform the test, another will be used to exit from the test. i would like to add icons for those buttons. can anyone tell me how to add icons for buttons.
    Thanks,
    kalpana

    You realize that LabVIEW 6.0 is at least 15 years old? That would be almost equivalent to working with a Windows 98 machine nowadays!
    Yes your picture can't be imported in LabVIEW 6.0 on my machine either. I haven't checked about all the details, but the LabVIEW import in 6.0 doesn't seem to work for png and gif images but only for bmp. Newer versions do work for your png file including honoring the transparency at least since version 7.1.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Does Lion OS come with new icons for applications?

    I accidentally deleted the default icons for System Preferences and some other apps on my Macbook Pro and was going to reinstall Leopard to get the default icons back. After they announced Lion OS, I wonder, would installing Lion come with new default icons?

    You must be running Snow Leopard in order to install Lion regardless of the icon issue.
    Mac OS X v10.6 Snow Leopard - Technical Specifications
    Apple - OS X Lion - Get Lion in July. Only from the Mac App Store.
    You can reinstall Leopard without erasing the startup disk but as with any installation, backup all important files first.
    Mac OS X 10.5 Help: Reinstalling Mac OS X

  • Set Icon to application and installer???/???????????????

    Hi,
    How I can set an Icon to the main application and
    installer??? When I install the application I want in the shortcut
    of the desktop appear with some icon. How I can set the icon in the
    flex application?
    Regards,
    evsPeart

    Set the icon in the tag named "icon" in the application
    descriptor file. Check this URL for more details
    http://livedocs.adobe.com/labs/air/1/devappsflex/File_formats_1.html

  • How to set icon for .lnk on PPC

    I'm using the Mysaifu JVM and I would like to know how to set an icon of my choice for the shortcut file to my application (.lnk). Currently, the Mysaifu character shows up as the icon.
    On a previous post, I found out how to run my java application using the following text in my .lnk file:
    255#"\Program Files\Mysaifu JVM\jre\bin\jvm.exe" -Xhidevmwindow -Xmx5M -jar "\My Documents\DeliveryOrganizer.jar" DeliveryOrganizer
    Please help!!!
    Your help would be much appreciated!
    Thanks!

    I don't think you're going to have much luck modifying the original link, since the jvm.exe is what the link is pointing to. Windows Mobile is getting its icon from the jvm.exe, and not the DeliveryOrganizer jar file.
    However, you might look into creating a separate .lnk file, that then calls your original .lnk file that executes the jvm.exe. See if Windows Mobile allows you to modify the new .lnk file's properties...

  • Generic document icons for applications in Simple Finder

    I have an account setup with Parental Controls and using the Simple Finder. In the My Applications folder of the simple finder, all of the apps show up with the default blank document icon instead of the correct application icon. How do I fix this?

    Hi Warren -
    I imagine you already tried this, but just to be sure, did you change the default .tiff app in Finder? Does that change the icon? If so, what happens when you then change the default back to your app?
    If the above doesn't help, what happens when you change the Bundle Name and Executable File name of your app, then set the default .tiff app to the "new" app? Not saying this is practical if you've already distributed your app, but it might help to know the result.
    Here's some misc info that may give you more ideas: [http://ask.metafilter.com/67832/Changing-filetypes-icons-in-OS-X].
    Btw, we have at least two or three experts around here who will probably know exactly what to do. I'm only filling in until one of them shows up. So if none of the above is useful, stay tuned.
    \- Ray

  • Setting icon for the attachment

    Anyone know how to set the icon of the attachment?
    I have no problem sending attachment (in this particular case of *.xls files), but the email I received using NOTES shows a default grey box with the correct file. Tried using NOTES to send Excel attachment, and it showed up with a nice icon indicating Excel file. How can I do the same? Thanks in advance.

    I have had a similar problem and have not been able to determine whether the problem is related to Windows XP Pro, Lotus Notes 5.0.11, or Microsoft Office/OpenOffice. A search of the Internet turned up a number of related issues (attachment icon is missing/invisible, etc).
    The Java program I use to email attached files used to work without any problems, but sometime after I moved to an XP workstation, installed Open Office, and applied XP Service Pack 1, the attachment icons (at least for some file types) became invisible. I can't help suspect that the problem lies in XP or Office, but I have not been able to determine that for sure.
    FWIW: A suggested workaround (from the Lotus Notes forum) is to change your screen display from 32 colors to 16 colors. This has helped make the attachment icons visible when sending mail from Notes, but it has not helped the Java Mail attachments become any less invisible. Maybe the next step would be to go to a monochrome display?

  • Set Proprty for application

    Can anyone help me to set an application property(Key /value) using the weblogic 10 application server console.
    Also need to know how I can read the same from application
    Kind Regards
    SDG

    Setting a JVM property is one way, as an argument for the managed server. Depending on your version, it would be under the Remote Start or Server Start tabs.

Maybe you are looking for

  • Why do gradients look so terrible?

    I noticed that all websites do not look as good as they should, especially color gradations. They all look not smooth at all, almost look like GIF quality. I have opened the same webpages on different mobile Android browsers, and they all look good,

  • Deletion of QUery view via Query Designer or via Web interface

    Hi, We have deployed SAP BI 7 with Web access only for user. Only some Key users are allowed to use Query Designer. In fact, all users can create view through Web analyzer. However, they have no way to delete these views. It appears that view deletio

  • Zcm 10.3 beta3 new action tab

    Hi, I'm normally working on 10.2.2 and now i have installed 10.3 beta3 in a test environment. To check the new options. I see that there is a NEW TAB added to the bundles. Normally you have. install/launch/uninstall/verify etc. Now i see a tab called

  • Transfering th focus from JTextPane to JList

    i have a JTextPane whith a JMenuBar With JMenuItem on pressing this menu item a JList with a JScrollPane appears i want to transfer the Focus from the JTextPane to the JList i tried the method setFocusable() but it doesn't work Any ready code is welc

  • Oracle9i Forms Developer: New Features book  Ata ur Rehman Raja

    I want to purchase Oracle9i Forms Developer: New Features book to upgrade my OCP6i to 9i plz help me that from where i can purchse this book.