You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When PCManFM-Qt is not running as a daemon there will not be a dbus interface for applications to open directories using PCManFM-Qt.
Describe the solution you'd like
Create a .service file in /usr/share/dbus-1/services/ so if any applications sent a request to the dbus interface it will automatically start the PCManFM-Qt daemon to handle the request. With the .service file , dbus knows what binary it should execute if the interface is not avialable.
For example the Thunar file manager has /usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service:
The text was updated successfully, but these errors were encountered:
zefr0x
changed the title
[Feature request] Create a .service file in /usr/share/dbus-1/services/
[Feature request] Support for service activation for the DBus interface
Nov 16, 2023
Is your feature request related to a problem? Please describe.
When PCManFM-Qt is not running as a daemon there will not be a dbus interface for applications to open directories using PCManFM-Qt.
Describe the solution you'd like
Create a
.service
file in/usr/share/dbus-1/services/
so if any applications sent a request to the dbus interface it will automatically start the PCManFM-Qt daemon to handle the request. With the.service
file , dbus knows what binary it should execute if the interface is not avialable.For example the Thunar file manager has
/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service
:For PCManFM-Qt it should be like in
/usr/share/dbus-1/services/org.lxqt_project.PCManFM_Qt.FileManager1.service
:I don't know if we should provide a
/usr/lib/systemd/user/thunar.service
, like done in Thunar. In Thunar they have:/usr/lib/systemd/user/thunar.service
/usr/share/dbus-1/services/org.xfce.FileManager.service
/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service
/usr/share/dbus-1/services/org.xfce.Thunar.service
Read More: https://dbus.freedesktop.org/doc/dbus-daemon.1.html
Related issues: #1194, helloSystem/ISO#71
The text was updated successfully, but these errors were encountered: