Hi,<br>
<br>
When I run gvim, the window doesn&#39;t show its icon (the one shown in the
menu), it shows the default &#39;application&#39; icon (the cube in the window
and the &#39;ninja star&#39; in the taskbar).<br><br>The command I invoke in order to run gvim is gvim. When I look for what gvim is, I get the following:<br>
<br>
<div style="margin: 5px 20px 20px;">
        
        <pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;">$ ll /usr/bin/gvim*<br>lrwxrwxrwx 1 root root 22 2008-05-28 14:22 /usr/bin/gvim -&gt; /etc/alternatives/gvim*</pre>

</div>Then, gvim in alternatives:<br><br>
<div style="margin: 5px 20px 20px;">
        
        <pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;">$ ll /etc/alternatives/gvim<br>lrwxrwxrwx 1 root root 18 2008-05-28 14:22 /etc/alternatives/gvim -&gt; /usr/bin/vim.gnome*</pre>

</div>And vim.gnome is a binary file.<br>
<br>
So, in theory, if I put a file in /usr/share/pixmaps/ called vim.gnome.[png | svg | xpm] the icon should appear, right?<br>
<br>
The problem I&#39;m having is that I don&#39;t get any icon for the window. I
have ubuntu on my desktop pc (I use xubuntu in my laptop) and when I open the gvim app, the icon is
there. I have tried putting a 48x48 icon png file for vim.png,
gtk-vim.png, gnome-vim.png, gtkvim.png, gnomevim.png and gvim.png. None has worked.<br><br>This is really frustrating because I have two other applications that
doesn&#39;t get its icon assigned to it (they don&#39;t have one) and when I switch tasks by pressing
alt-tab its hard to get to the vim window.<br><br>Thanks in advance for your help<br>