| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=747987
|
|
|
|
|
|
|
| |
This is like gnome-shell.desktop but for wayland. It adds
the --mode=gdm argument.
https://bugzilla.gnome.org/show_bug.cgi?id=744764
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=710847
|
|
|
|
|
|
|
|
| |
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 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
|
| |
|
|
|
|
|
|
|
|
| |
This commit ensures
polkit-gnome-authentication-agent-1.desktop.in.in
is properly disted.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We now start it in the greeter session, but polkit doesn't
ship an agent desktop file, so ship our own.
|
|
|
|
|
| |
gnome-shell no longer accepts a --gdm-mode commandline option.
Instead, it now accepts --mode=gdm.
|
|
|
|
|
|
|
|
| |
This was a copy-and-paste mistake I think.
Spotted by vuntz.
https://bugzilla.gnome.org/show_bug.cgi?id=658429
|
|
|
|
| |
It was overzealously dropped in commit 48705a
|
|
|
|
| |
This reverts commit 1438f9b2dc7e545101ed4e4312653ce168f5bfa7.
|
|
|
|
| |
.gitignore was preventing it from being added before.
|
|
|
|
|
| |
This commit removes two files from the CLEAN_FILES list
that are checked into version control.
|
|
|
|
|
| |
This commit changes gdm to first try running gnome-shell in
--gdm-mode and fallback to the existing way.
|
|
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).
|