~linuxmint-daily-build-team/linuxmint/+git/cinnamon-session:presence-fixes

Last commit made on 2024-01-24
Get this branch:
git clone -b presence-fixes https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/cinnamon-session

Branch merges

Branch information

Recent commits

df093ef... by Michael Webster

cs-presence.c: Fix CsmPresence idle handling.

Idle detection was broken since 5.4, as gnome-idle-monitor (in
libcinnamon-desktop) was looking for the wrong muffin interface
names.

This file was also adapted incompletely to the new idle-monitor
API.

requires:
linuxmint/cinnamon-desktop@d0f8c74a7864786cf04

11f9699... by Michael Webster

session-quit: Use a unique dialog server address for each session.

This was preventing the logout dialog for subsequent users logged
in, as it would attempt to connect to the original user's server
(and be denied).

- A unique address will be generated at startup, and passed to
  the dialog when it is launched.
- Log output from the c-s-owned dialog process when debugging is
  enabled.

Fixes linuxmint/cinnamon#12021

5284f5e... by Fantu

Fix dependencies (#160)

* meson: increase cinnamon-desktop dep. to 6.0

cinnamon-desktop 6.0 is required or fails to build (for missed
gnome-idle-monitor file)

* debian: add strict build-dep and dep to cinnamon-desktop 6.0

* debian: add missed depends for new cinnamon-session-quit.py

38c8fd0... by Clement Lefebvre <email address hidden>

Packaging: Add missing build-dep on cinnamon-desktop

dabce15... by Clement Lefebvre <email address hidden>

6.0.1

4f9683a... by leigh123linux

util: Unset some environment variables on systemd (#159)

8d5b502... by leigh123linux

autostart-app: don't try to add child watch to dbus activated (#158)

services

554d621... by Clement Lefebvre <email address hidden>

6.0.0

43d1a1a... by Clement Lefebvre <email address hidden>

l10n: Update POT

a99a581... by Michael Webster

cinnamon-session-quit: Set modal.

This causes the dialog to be centered when launched.

Currently, muffin treats any decorated window as 'normal' unless
it's marked modal, regardless of its window hint (normal, dialog,
modal-dialog). Normal windows are subject to normal window
placement rules.