https://bugs.kde.org/show_bug.cgi?id=460403

--- Comment #1 from Shmerl <shtetl...@gmail.com> ---
Here is how you can test it.

Create test.sh file like this: (let's say you place it in your
$HOME/tmp/test.sh).


#!/bin/bash
kdialog --msgbox "Test!"


Then create a test.desktop (in $HOME file like this, assuming your user is
named foobar and assuming this icon is present on your system:
/usr/share/icons/breeze/status/64/dialog-error.svg):


[Desktop Entry]
Encoding=UTF-8
Value=1.0
Type=Application
Name=Test 1
GenericName=Test 1
Comment=Test 1
Icon=/usr/share/icons/breeze/status/64/dialog-error.svg
StartupWMClass=org.kde.kdialog
Exec="/home/foobar/tmp/test.sh"


Then run kbuildsycoca5 to update your launchers and icons cache.

Start Test 1 from the launcher (like with krunner or etc.) and observe that
Error icon is displayed in Task Manager, but not in Task Switcher.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to