Commits on Source (89)
-
Pawan Chitrakar authored
-
Jordi Mas authored
-
Quentin PAGÈS authored
-
Hugo Carvalho authored
-
Dušan Kazik authored
-
Alexey Rubtsov authored
-
Alexander Shopov authored
-
Źmicier Turok authored
-
Marco Trevisan authored
gdm supports now setups where X11 is the preferred session, but wayland can be used on demand. However we're currently not proposing GNOME on Wayland session because the preferred X11 GNOME session will be picked instead. To avoid this, install (again) the gnome-wayland session, so that it will be selectable when gdm is running under X11, but it also supports wayland. Given its name, it will be filtered out in the case gdm is running instead under wayland.
-
Yuri Chornoivan authored
-
Anders Jonsson authored
-
Sveinn í Felli authored
-
gogo authored
-
Danial Behzadi authored
-
Enrico Nicoletto authored
-
Kukuh Syafaat authored
-
Hugo Carvalho authored
-
Marek Černocký authored
-
Aleksandr Melman authored
-
Piotr Drąg authored
-
Aurimas Černius authored
-
Dušan Kazik authored
-
Rūdolfs Mazurs authored
-
Neal Gompa authored
The sentence is grammatically incorrect and is confusing to read.
-
Alexander Shopov authored
-
Christian Kirbach authored
-
Quentin PAGÈS authored
-
Jordi Mas authored
-
Charles Monzat authored
-
Fabio Tomat authored
-
Milo Casagrande authored
-
Yaron Shahrabani authored
-
gogo authored
-
Daniel Mustieles authored
-
Fabio Tomat authored
-
This introduces no functional changes, but makes the code a little clearer by making the ownership transfer explicit. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_DERIVABLE_TYPE` and `G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Add type safety, `-Wswitch-enums` warning handling, and minor performance improvements in registering and notifying properties. This introduces no functional changes. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
This should save a few string copies when registering the properties. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
To avoid duplicate change notifications from the `GsmClient` properties. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_FINAL_TYPE` and `G_DEFINE_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_FINAL_TYPE` and `G_DEFINE_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_FINAL_TYPE` and `G_DEFINE_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `g_autoptr()` to remove a label and simplify the control flow. This introduces no functional changes. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_DERIVABLE_TYPE` and `G_DEFINE_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Use `G_DECLARE_FINAL_TYPE` and `G_DEFINE_TYPE_WITH_PRIVATE`. This introduces no functional changes, but removes a few GLib deprecation warnings. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Add type safety, `-Wswitch-enums` warning handling, and minor performance improvements in registering and notifying properties. This introduces no functional changes. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
This should save a few string copies when registering the properties. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
To avoid duplicate change notifications from the `GsmAutostartApp` properties. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
`g_spawn_check_exit_status()` was deprecated in GLib 2.70 since it was misnamed. I have checked that the `status` here is actually a wait status, not an exit status. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Sveinn í Felli authored
-
Emin Tufan Çetin authored
-
Asier Sarasua Garmendia authored
-
Jan Beich authored
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0. data/meson.build:66:2: ERROR: Function does not take positional arguments. data/meson.build:97:7: ERROR: Function does not take positional arguments.
-
It is currently expected for the fallback to happen. So hide the errors, but still log a single message to inform users about it.
-
Users sometimes set their shell to an invalid shell to prevent login from proceeding. GNOME on Wayland still allows login in these cases. This commit makes the behavior match expectations by skipping shell validity checks when deciding to run though a login shell.
-
gsm_app_peek_app_id ends up calling g_app_info_get_id, which in Unix systems contains the ".desktop" extension. This can be verified by enabling the debug log and checking for the following entries which print the "app_id" string.
-
Ray Strode authored
-
Ray Strode authored
-
Ray Strode authored
-
Ray Strode authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
Update to upstream version '41.3' with Debian dir 074501d172740e812a603a6e5a58482bba3b9907
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
-
Jeremy Bícha authored
"until gdm3 and gnome-control-center catch up." This reverts commit e0efb355.
-
Jeremy Bícha authored
-
Simon McVittie authored
-
Simon McVittie authored
Prior to version 40.1.1-2, we were configuring with systemd_session=enable, which compiled the implementation of systemd session management but made it opt-in; and then we patched in an override to run gnome-session with --systemd (the new opt-in code path) on systems with systemd --user, or with --builtin (the old code path) otherwise. 40.1.1-2 removed the patch, but did not change the build-time configuration, so systemd mode was still opt-in but we no longer opted in. Complete this change by switching the default to systemd mode: on Linux systems that have dbus-user-session, we will prefer systemd mode, and on systems that do not (such as those using sysvinit) we'll fall back to the old code path with a warning. The old code path will not necessarily remain supported forever, since one of the motivations for the systemd mode was to simplify GNOME session startup. Closes: #1004448
-
Simon McVittie authored
-
Simon McVittie authored
-
Simon McVittie authored
-
Simon McVittie authored
-
Marco Trevisan authored
gnome-session release 41.3-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
Marco Trevisan authored
-
Marco Trevisan authored
As upstream does, without having us to handle it manually
-
Marco Trevisan authored
-
Marco Trevisan authored
-
Marco Trevisan authored
It's deprecated since long time as yaru can provide its own session, so let's just remove this from ubuntu.
-
Marco Trevisan authored
-
Marco Trevisan authored
Showing
- NEWS 17 additions, 0 deletionsNEWS
- data/gnome-wayland.desktop.in.in 2 additions, 1 deletiondata/gnome-wayland.desktop.in.in
- data/meson.build 13 additions, 9 deletionsdata/meson.build
- debian/changelog 85 additions, 0 deletionsdebian/changelog
- debian/communitheme-snap-session.install 0 additions, 3 deletionsdebian/communitheme-snap-session.install
- debian/control 4 additions, 14 deletionsdebian/control
- debian/control.in 3 additions, 13 deletionsdebian/control.in
- debian/gbp.conf 1 addition, 1 deletiondebian/gbp.conf
- debian/gnome-session-bin.install 0 additions, 1 deletiondebian/gnome-session-bin.install
- debian/patches/data-Install-GNOME-on-Wayland-session-for-X11-preferred-s.patch 0 additions, 74 deletions...nstall-GNOME-on-Wayland-session-for-X11-preferred-s.patch
- debian/patches/debian/Revert-main-Remove-GNOME_DESKTOP_SESSION_ID-envvar.patch 2 additions, 2 deletions.../Revert-main-Remove-GNOME_DESKTOP_SESSION_ID-envvar.patch
- debian/patches/revert_remove_gnome_session_properties.patch 5 additions, 5 deletionsdebian/patches/revert_remove_gnome_session_properties.patch
- debian/patches/series 0 additions, 1 deletiondebian/patches/series
- debian/patches/ubuntu/add_sessionmigration.patch 1 addition, 1 deletiondebian/patches/ubuntu/add_sessionmigration.patch
- debian/patches/ubuntu/dbus_request_shutdown.patch 13 additions, 9 deletionsdebian/patches/ubuntu/dbus_request_shutdown.patch
- debian/patches/ubuntu/ignore_gsettings_region.patch 2 additions, 2 deletionsdebian/patches/ubuntu/ignore_gsettings_region.patch
- debian/patches/ubuntu/remove_session_saving_from_gui.patch 1 addition, 1 deletiondebian/patches/ubuntu/remove_session_saving_from_gui.patch
- debian/patches/ubuntu/support_autostart_delay.patch 41 additions, 41 deletionsdebian/patches/ubuntu/support_autostart_delay.patch
- debian/patches/ubuntu/ubuntu-sessions.patch 27 additions, 67 deletionsdebian/patches/ubuntu/ubuntu-sessions.patch
- debian/rules 10 additions, 19 deletionsdebian/rules