aboutsummaryrefslogtreecommitdiff
path: root/src/backend-dbus/actions.c
Commit message (Expand)AuthorAgeFilesLines
* Move common parts over to libayatana-common and clean upMarius Gripsgard2021-05-251-316/+77
* Add Budgie support.Robert Tari2021-05-011-1/+53
* Switch from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-021-5/+5
* Fix deprecations and build warningsRobert Tari2020-08-241-10/+4
* Whitespace fixRobert Tari2020-08-241-1/+1
* Add 'Report a bug...' item to the session menu.Mike Gabriel2018-03-251-0/+33
* Reintroduce optional url-dispatcher support.Mike Gabriel2018-03-251-0/+19
* src/backend-dbus/actions.c: Show warnings if no web browser is installed (for...Mike Gabriel2018-03-211-0/+8
* my_desktop_help(): Don't always fallback to empty yelp call, rather show a wa...Mike Gabriel2018-03-211-2/+19
* Add XFCE Support.Mike Gabriel2018-03-211-9/+56
* src/backend-dbus/actions.c: Use is_mate() from src/utils.c to check if we are...Mike Gabriel2017-07-211-8/+3
* my_distro_help(): Be less Debian-centric and detect other browser, if x-www-b...Mike Gabriel2017-07-211-1/+38
* Provide to 'Help' menu items. One for Distro Help, one for Desktop Help.Mike Gabriel2017-07-181-2/+10
* Add full MATE session support.Martin Wimpress2017-07-171-46/+60
* Revert "DBus actions: Add support for logging out via GNOME/MATE session mana...Mike Gabriel2017-07-171-15/+0
* DBus actions: Add support for logging out via GNOME/MATE session manager.Mike Gabriel2017-06-091-0/+15
* backend-dbus/actions.c: Mention MATE session proxy in error msg.Mike Gabriel2017-05-301-1/+1
* backend-dbus/actions.c: Improve comment.Mike Gabriel2017-05-301-1/+1
* src/utils.[ch]: Make desktop env checks available globally, load MSD media ke...Mike Gabriel2017-05-301-63/+2
* desktop env awareness: Make session indicator aware of the MATE desktop envir...Mike Gabriel2017-05-301-3/+157
* Don't use PROMPT_WITH_AYATANA for detecting the session type, ask XDG_CURRENT...Mike Gabriel2017-05-301-19/+27
* Rename PROMPT_WITH_UNITY to PROMPT_WITH_AYATANA, meaning the org.ayatana.Desk...Mike Gabriel2017-05-301-6/+6
* Things are not that simple... Complete previous commit, now switch to org.aya...Mike Gabriel2017-05-301-24/+24
* De-Canonical'ize: Rename DBus bus com.canonical.Unity to org.ayatana.Desktop.Mike Gabriel2017-05-231-3/+3
* Fork from Ubuntu's indicator-session project.Mike Gabriel2015-11-141-13/+6
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-3/+10
* Support multiple names in XDG_CURRENT_DESKTOP.Dmitry Shachnev2014-11-301-1/+17
* Make Cancel button in Zenity backend work againDmitry Shachnev2014-08-311-5/+1
* If we try to prompt for confirmation using unity but the EndSessionDialog err...Charles Kerr2014-06-181-1/+11
* If we try to prompt for confirmation with zenity but zenity fails to run, tre...Charles Kerr2014-06-181-3/+10
* try to log out with com.canonical.Unity.Session's RequestLogout. If that fail...Charles Kerr2014-04-111-28/+93
* DBusActions: use if/else instead of returning in lock_current_sessionMarco Trevisan (Treviño)2014-04-101-5/+5
* actions: cleanup spacingMarco Trevisan (Treviño)2014-04-101-1/+0
* actions: add have_unity_session to check if unity is currently running and ex...Marco Trevisan (Treviño)2014-04-101-12/+25
* Actions: lock current session also when switching to greeter and another userMarco Trevisan (Treviño)2014-04-101-0/+4
* Actions: add Unity session proxy, and use to lock the screen if availableMarco Trevisan (Treviño)2014-04-101-3/+52
* Only run unity-control-center under unityRobert Ancell2014-01-221-0/+3
* Use unity-control-center if it is availableRobert Ancell2014-01-101-3/+25
* copyediting: remove unnecessary comment that snuck into r406Charles Kerr2013-08-201-1/+0
* fix minor GCancellable memory leak noticed while fixing 1205273Charles Kerr2013-08-201-1/+1
* when switching to the guest session, explicitly lock the current users's sessionCharles Kerr2013-08-201-1/+10
* add the online-accounts action and unit tests for itCharles Kerr2013-07-121-0/+10
* If the Unity dialogs aren't available (such as in the greeter) but zenity is,...Charles Kerr2013-07-121-53/+261
* in backend-dbus/actions.c, create a separate cancellable for dm_seat s.t. new...Charles Kerr2013-07-011-6/+16
* in backend-dbus/actions.c, create a separate cancellable for login1_manager s...Charles Kerr2013-07-011-7/+31
* in backend-dbus/actions.c's set_dm_seat(), since we don't listen to displayma...Charles Kerr2013-07-011-9/+2
* in backend-dbus/actions.c's set_login1_seat(), disconnect from the previous s...Charles Kerr2013-07-011-2/+7
* in actions.c's my_can_prompt(), don't leak the string returned by g_dbus_prox...Charles Kerr2013-06-271-3/+10
* only show the restart or hibernate menuitems if login1 says these features ar...Charles Kerr2013-06-271-4/+2
* migrate from consolekit to login1Charles Kerr2013-06-241-94/+86