mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
43 stars 48 forks source link

Gdbus rfkill #408

Closed yetist closed 12 months ago

yetist commented 1 year ago
  1. rename dbus name to "org.mate.SettingsDaemon", now there is only one dbus name called "org.mate.SettingsDaemon", you can see the difference using d-feet.
  2. allow mate-settings-daemon --replace
raveit65 commented 1 year ago

Indeed, without PR we have 2 dbus names with the same pid. msd_dbus

raveit65 commented 1 year ago

I guess msd dbus path looks good now in d-feet. d-feet_msd And i can connect bluetooth devices after a system restart with blueman

raveit65 commented 1 year ago

@yetist You did a good job, thanks Is https://github.com/mate-desktop/mate-screensaver/pull/230 independent from merging all 4 PRs in msd?

yetist commented 1 year ago

@yetist You did a good job, thanks Is mate-desktop/mate-screensaver#230 independent from merging all 4 PRs in msd?

It has something to do with mate-session-manager, not mate-settings-daemon.

raveit65 commented 1 year ago

This merged one https://github.com/mate-desktop/mate-session-manager/pull/208 or needs more in mate-session-manager ported to GDBus?

yetist commented 1 year ago

This merged one mate-desktop/mate-session-manager#208 or needs more in mate-session-manager ported to GDBus?

I think it requires migrating mate-session/gsm-presence.c file to gdbus.

yetist commented 1 year ago

After completing the m-s-d, I will continue migrating the rest for mate-session-manager.