aboutsummaryrefslogtreecommitdiff
path: root/tests/backend-dbus/mock-end-session-dialog.cc
Commit message (Collapse)AuthorAgeFilesLines
* UnitySession -> LomiriSession: Re-rename related changes that we erroneously ↵Mike Gabriel2023-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | hid away as Ayatana DesktopSession. This brings full Lomiri integration finally. Until now, the session indicator somehow seemed to work, but in some odd ways. On the phone, the session indicator would fallback to direct systemd interaction while on Lomiri in Debian, it would fallback to Zenity dialogs (most of all because Zenity got installed by some other package as a dependency). With this massive renaming change, ayatana-indicator-session should now smoothly interact with the com.lomiri.Shell.Session DBus interface and also with the mimicked GNOME SessionManager End-Session-Dialog interface. As a downside, this change nearly fully removes Unity7 support which would need to be brought back +/- as a full duplicate of what we do for Lomiri. But as noone has dared integrating Ayatana Indicator Session with Unity7, so far, we should be able to live with that for now. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/82
* Things are not that simple... Complete previous commit, now switch to ↵Mike Gabriel2017-05-301-1/+1
| | | | org.ayatana.Desktop Dbus session bus name complete.
* copyediting: remove g_messages() added while fixing the tests, remove dead codeCharles Kerr2013-06-251-28/+0
|
* In tests/, enable debuginfo and warnings for C++ file. Fix a couple of minor ↵Charles Kerr2013-06-241-6/+6
| | | | compile warnings.
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-221-0/+89