On Thu, 16 Aug 2018 10:38:40 +0200 Pierre Couderc <pie...@couderc.eu> said:

> On 08/16/2018 08:17 AM, Daniel Kasak wrote:
> > I'm not 100% sure how this works, but you should check that your .desktop
> > file has an entry for 'StartupWMClass'. Run your app, then run ( from a
> > terminal ) 'xprop'. Click the app. Your xprop app should report some stuff,
> > including WM_CLASS. Copy one of the quoted strings into your .desktop file.
> > I *think* that should make it work. But again, I'm not sure.
> >
> > Dan
> Thnk you very much. But it is not enough...
> I have found with xprop that my :
> WM_CLASS(STRING) = "qemu-system-x86_64", "qemu-system-x86_64"
> 
> and I did add StartupWMClassin my desktop file :
> 
> [Desktop Entry]
> Encoding=UTF-8
> Name=VMware XP
> Comment=Run XP
> Exec=perl /home/nous/qemu/xp/x.pl
> Terminal=false
> Type=Application
> Icon=/usr/local/share/icons/vmware-player-XP.png
> StartupWMClass="qemu-system-x86_64"
> Categories=System;
> 
> But still, when I hoover over the icon in the ibar, the list of open 
> windows does not appear. But the "blue dot" appears....

the blue dot means e knows something executed and is still running that
launched from that ibar icon. so until the process dies, that blue dot stays :)
try remove the quotes on StartupWMClass ?

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to