gergap / vim-konsole

Renames the KDE Konsole session to show the current filename
1 stars 1 forks source link

qdbus needs $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION #4

Open jlittlenz opened 1 year ago

jlittlenz commented 1 year ago

I don't know if anyone wants to use this these days, but I found the fix so FWIW. On KDE plasma 5 konsole typically runs with separate instances for different windows, so there's several services.

:silent !qdbus needs $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION org.kde.konsole.Session.setTitle 1 %

gergap commented 1 year ago

Thanks for the feedback. These days I don't use KDE anymore, because I switched to DWM. But if you provide a patch or merge request I would apply it to this repo.