I currently install sublime via the nix package manager, which among other things, just pulls in the sublime_text.desktop
file from: https://download.sublimetext.com/sublime_text_build_4145_x64.tar.xz
Currently this has a fun bug in KDE where if I:
- Run Sublime via terminal
- Pin the Sublime icon to the quick-launch toolbar
- Close sublime
- Click the quick-launch toolbar button to open sublime
The following error appears in my ~/.xsession-errors
:
kf.kio.gui: "Could not find the program 'sublime_text'"
file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:219:21: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Similar behavior worked just fine on Gnome desktop, but since switching to KDE it seems there’s something wrong with the way Sublime wants to start up.