https://bugs.kde.org/show_bug.cgi?id=500347
--- Comment #3 from rezad1...@protonmail.ch --- (In reply to John from comment #2) > I want this too for folder icons! > I hate absolute paths! > But I want it also for .desktop shortcuts. > At the moment for the .desktop files I only manged to have something like: > Exec=~/Scripts/test-script.sh > But not also: > Icon=~/Scripts/test-icon.png > > So relative path are not accepted for either Exec or Icon and home expansion > is only for Exec. > Ideal would be that relative paths are accepted for both and home expansion > works for both too. what you described is still absolute path (kinda) the ~ will be replaced with your user home directory. when I say relative path I mean with respect to the folder that desktop file is in. like ./icon.svg -- You are receiving this mail because: You are watching all bug changes.