| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gnome-session-lang | Distribution: openSUSE:Factory:zSystems |
| Version: 48.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Apr 12 11:33:55 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 846828 | Source RPM: gnome-session-48.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.gnome.org | |
| Summary: Translations for package gnome-session | |
Provides translations for the "gnome-session" package.
GPL-2.0-or-later
* Sat Apr 12 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.0:
+ The gnome-session script no longer re-runs itself as a
subprocess.
+ GNOME OS CI was ported to use a CI template.
+ Integrated new CI-based release process.
+ Fix bugs caused by systemd v257's inhibitor behavior changes.
+ Make `gnome-session --version` print to stdout rather than
syslog.
+ README updates.
+ Updated translations.
- Bump basever define to 48, following upstream changes.
* Thu Mar 06 2025 Frederic Crozat <fcrozat@suse.com>
- Ensure gnome-session-wayland or -xsession is required by
gnome-session.
* Wed Nov 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Build gnome-session-wayland also on s390x: It was originally
excluded because xwayland did not exist. That has been solved in
2021 though.
* Wed Nov 13 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Move update-alternative post/postun scriptlets from the main
package to the xsession sub-package (boo#1233299).
- Drop gnome-session-default-session: this was there to also
support the alternative fallback-session, but that one was
dropped at the times of GNOME 3.8.
* Wed Oct 30 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Split out new sub-package gnome-session-xsession.
* Thu Sep 19 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0.1:
+ Add back gnome-session-ctl.
* Wed Sep 18 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0:
+ Allow to disable X11 sessions.
+ Updated translations.
- Bump base_ver define to 47.
* Tue Mar 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Updated translations.
* Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Fix for race a shutdown with loginctl terminate-user
+ Updates for Access portal changes
+ Updated translations.
* Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Make ctrl-c behave better in gnome-session-inhibit.
+ Advertise support for headless session.
+ Build goo cleanups.
+ Copyright header cleanups.
+ README cleanups.
+ Updated translations.
- Drop -D systemd=true -D systemd_journal=true meson parameters: no
longer supported to be switched off.
* Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
* Sun Sep 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.0:
+ Two crashers fixes.
+ Fix inverted boolean in the "null" system backend.
+ Updated translations.
- Drop gnome-session-Fix-inhibit-DBus.patch: Fixed upstream.
- Bump basever define to 45 following upstream changes.
* Thu Sep 14 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Add gnome-session-Fix-inhibit-DBus.patch: gsm-manager: Fix
Inhibit DBus method handler (glgo#gnome-session!97).
* Mon Sep 11 2023 bjorn.lie@gmail.com
- Update to version 44.0+10:
+ gnome-session: Bind more LC_* variables to REGION
+ gsm-system: make return_false actually return FALSE
+ data: Add gnome-portals.conf
+ DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
+ Updated translations.
- Switch compression to zst, both in service and tarball produced.
* Thu May 04 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Drop pkgconfig(dbus-glib-1) BuildRequires: Only needed when
building with consolekit support, and we do not do that anymore.
- Replace dbus-1-x11 with explicit /usr/bin/dbus-launch Requires,
as that is what is really needed.
* Mon Mar 20 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0:
+ No changes, stable bump only.
* Mon Mar 06 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.rc:
+ Code clean ups
+ Better handling when dbus-daemon dies
+ Improved log output
+ Updated translations.
- Pass systemduserunitdir=%%{_userunitdir} to meson, ensure we set
the correct dir during build.
- Drop gnome-session-exit-when-lost-name-on-bus.patch: Fixed
upstream.
- Bump basever define to 44 following upstream changes.
* Tue Sep 20 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
+ Build system improvements.
+ GError clean up fix.
+ Updated translations.
+ Drop gnome-session-clear-error-when-running-under-GDM.patch:
Fixed upstream.
* Thu Sep 08 2022 Xiaoguang Wang <xiaoguang.wang@suse.com>
- Add gnome-session-clear-error-when-running-under-GDM.patch:
Also clear error when running under GDM
(bsc#1204867 glgo!GNOME/gnome-session!83).
* Wed Mar 23 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.0:
+ Give better error when failing to get renderer string.
+ Fix failure to run sessions for program accounts.
+ Updated translations.
- Rebase gnome-session-better-handle-empty-xdg_session_type.patch
with quilt.
- Drop glib2_gsettings_schema_requires macro from
gnome-session-core package, no longer needed.
- Add a basever define and set it to 42, make future version
updates simpler, as this will autorename lang-package with
regards to version (as done here, bumped to 42 from 41).
* Mon Feb 21 2022 Xiaoguang Wang <xiaoguang.wang@suse.com>
- Add back gnome-session-exit-when-lost-name-on-bus.patch:
gnome-session exit immediately when lost name on bus
(bsc#1175622 glgo!GNOME/gnome-session!60, bsc#1188882).
* Wed Jan 12 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 41.3:
+ No changes, just version synching.
- Changes from version 40.8:
+ data: Install GNOME on Wayland session for X11 preferred setups
+ Don't spew as much into log when falling back to non-systemd sessions
+ Work better with certain versions of meson
+ Correct screwed up check for gnome-shell
+ Various cleanups and leak fixes
+ Updated translations.
- Rebase gnome-session-better-handle-empty-xdg_session_type.patch.
- Drop gnome-session-exit-when-lost-name-on-bus.patch: no longer
applicable.
/usr/share/locale/af/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ar/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/as/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ast/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/az/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/be/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/be@latin/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/bg/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/bn/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/bn_IN/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/br/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/bs/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ca/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ca@valencia/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/cs/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/cy/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/da/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/de/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/dz/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/el/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/en@shaw/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/en_CA/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/en_GB/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/eo/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/es/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/et/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/eu/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/fa/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/fi/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/fr/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/fur/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ga/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/gd/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/gl/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/gu/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/he/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/hi/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/hr/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/hu/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/id/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/is/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/it/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ja/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ka/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/kk/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/km/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/kn/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ko/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/lt/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/lv/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/mai/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/mk/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ml/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/mr/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ms/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/nb/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/nds/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ne/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/nl/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/nn/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/oc/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/or/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/pa/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/pl/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/pt/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/pt_BR/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ro/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ru/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/si/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sk/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sl/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sq/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sr/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sr@latin/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/sv/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ta/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/te/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/th/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/tr/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/ug/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/uk/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/vi/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/wa/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/zh_CN/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/zh_HK/LC_MESSAGES/gnome-session-48.mo /usr/share/locale/zh_TW/LC_MESSAGES/gnome-session-48.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Sep 24 23:26:24 2025