summaryrefslogtreecommitdiff
path: root/data/applications
Commit message (Collapse)AuthorAgeFilesLines
* Drop autogoo goo gooRay Strode2020-04-301-31/+0
| | | | | | Our turkey has freezer burn, so I'm dropping it. https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/96
* data: switch gdm.service.in to use cmake formatNiels De Graef2020-04-301-0/+16
| | | | | | | | | | We're going to be switching to meson, and meson doesn't deal too well with an @ in the configuration file that's not part of a substitution variable. This commit switches the gdm service over to use a cmake style of substitution variables, so we can later tell meson to use configure in cmake mode and workaround the @ confusion.
* Migrate from intltool to gettext.wip/nielsdg/intltool2gettextNiels De Graef2018-06-121-2/+5
|
* data: drop override xsession filesRay Strode2015-11-093-23/+1
| | | | | | | | We now tell gnome-shell to use GDM mode a different way so we don't need to override the desktop files anymore. https://bugzilla.gnome.org/show_bug.cgi?id=757715
* Do not hardcode path to true(1).Antoine Jacoutot2015-04-291-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747987
* data: add a gnome-shell-wayland.desktop fileRay Strode2015-02-182-0/+9
| | | | | | | This is like gnome-shell.desktop but for wayland. It adds the --mode=gdm argument. https://bugzilla.gnome.org/show_bug.cgi?id=744764
* Remove files related to the simple-greeter and the fallback sessionLaurent Bigonville2014-10-013-23/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710847
* Drop obsolete desktop filesMatthias Clasen2012-11-163-30/+0
| | | | | | | | We are not using either gok or gnome-mag in our a11y support anymore, so there is no point in installing their desktop files. https://bugzilla.gnome.org/show_bug.cgi?id=684508
* Add an autostart file for orcaMatthias Clasen2012-09-252-16/+0
| | | | | | | | | | Add an autostart file for orca, and install it in /usr/share/gdm/greeter/autostart. This is necessary to make the screen reader switch in the a11y menu work in the login screen. https://bugzilla.gnome.org/show_bug.cgi?id=684474
* data: add polkit-agent to DISTCLEANFILESRay Strode2012-09-041-0/+1
|
* data: add polkit desktop file to EXTRA_DISTArmin Krejzi2012-09-041-1/+1
| | | | | | | | This commit ensures polkit-gnome-authentication-agent-1.desktop.in.in is properly disted.
* Add an ability to choose polkit-gnome libexecdirArmin Krejzi2012-09-042-2/+3
| | | | | | | | Following git commit b558e17960cf44323245a7bad425c2b6ed346a63 which adds an ability to choose gnome-settings-daemon and consolekit install location so it does not assume everyone uses /usr/libexec as libexecdir, this commit does the same for polkit-gnome-authentication-agent-1.
* data: add desktop file for polkit gnome authentication agentRay Strode2012-07-132-0/+8
| | | | | We now start it in the greeter session, but polkit doesn't ship an agent desktop file, so ship our own.
* gdm-shell: Adapt to gnome-shell changesMatthias Clasen2012-05-261-1/+1
| | | | | gnome-shell no longer accepts a --gdm-mode commandline option. Instead, it now accepts --mode=gdm.
* data: don't hard code path of gnome-shellRay Strode2011-09-091-1/+1
| | | | | | | | This was a copy-and-paste mistake I think. Spotted by vuntz. https://bugzilla.gnome.org/show_bug.cgi?id=658429
* data: Add missing orca-screeen-reader.desktop fileColin Guthrie2011-08-301-0/+15
| | | | It was overzealously dropped in commit 48705a
* Revert "data: add orca desktop file"Ray Strode2011-08-301-117/+0
| | | | This reverts commit 1438f9b2dc7e545101ed4e4312653ce168f5bfa7.
* data: add orca desktop fileRay Strode2011-08-301-0/+117
| | | | .gitignore was preventing it from being added before.
* data: don't delete non-generated files during cleanRay Strode2011-08-301-1/+2
| | | | | This commit removes two files from the CLEAN_FILES list that are checked into version control.
* data: add shell sessionRay Strode2011-08-262-0/+8
| | | | | This commit changes gdm to first try running gnome-shell in --gdm-mode and fallback to the existing way.
* daemon: use gnome-session session files instead of autostartRay Strode2011-06-206-0/+100
Before we were doing some sort of weird hybrid thing with a session file and an autostart directory that wasn't that much different than just having an autostart directory by itself. Now we fully define the session component list from the session file, and merely provide a pool of new candidate desktop files to select that sessoin from. This modernizes how we use gnome-session and as a side-effect enables us the ability to have fallback sessions (which will be important when defaulting to a shell based greeter later).