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

Alexis M. <amurzeau...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amurzeau...@gmail.com

--- Comment #12 from Alexis M. <amurzeau...@gmail.com> ---
I have the same bug on debian.
Using strace, I can see that kde appends ".png" and ".svg" to the path and try
to find the icon using these paths (and it obviously doesn't work as the path
is complete without modification needed).

For example, I have a .desktop file with
"Icon=/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png".
Then dolphin try to find the icons like this:
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg",
0x7ffd3b650050) = -1 ENOENT (No such file or directory)
[... many times]


Using "Icon=/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon" (without
.png) make it works, the icon is displayed in dolphin (and everywhere else this
.desktop file is used)

Thanks

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

Reply via email to