summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DOAP: Fix 'bug-database' value to point to GNOME GitLab IssuesHEADmainAndre Klapper2023-04-271-2/+2
|
* Update Bulgarian translationAlexander Shopov2023-04-071-1/+1
|
* 44.044.0Ray Strode2023-03-202-1/+7
| | | | No updates
* meson: Bump to 44.rc44.rcRay Strode2023-03-051-1/+1
|
* NEWS: Update for releaseRay Strode2023-03-051-0/+9
|
* gsm-manager: Fix buildRay Strode2023-03-051-0/+2
| | | | | | | commit 4c8574405e9a9300fa854af6793a491862042d12 added a function with no declaration, breaking the build. This commit fixes that.
* Revert "meson: remove unused variable"Ray Strode2023-03-051-0/+1
| | | | This reverts commit 59c64384fc1557ae016f9d4705cd4ba636c2037c.
* main: Exit gnome-session immediately when lost name on busXiaoguang Wang2023-03-052-2/+16
| | | | | | | The "WARNING: Lost name on bus" happens every time when user logs out, no need to show the "Oops, something went wrong." dialog. https://gitlab.gnome.org/GNOME/gnome-session/-/issues/73
* dbus-client: Add G_PARAM_EXPLICIT_NOTIFYPhilip Withnall2023-03-051-1/+1
| | | | | | To avoid duplicate change notifications from the `GsmDBusClient` properties. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* dbus-client: Add G_PARAM_STATIC_STRINGSPhilip Withnall2023-03-051-1/+1
| | | | | | This should save a few string copies when registering the properties. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* dbus-client: Modernise GObject property handlingPhilip Withnall2023-03-051-20/+18
| | | | | | | Add type safety, `-Wswitch-enums` warning handling, and minor performance improvements in registering and notifying properties. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* meson: Add option to override sytemd user unit directoryoreo6392023-03-052-3/+7
| | | | This also fixes building with elogind.
* autostart-app: Add .desktop filename to parse error messageanteater2023-03-051-1/+3
| | | | This facilitates tracking down which file is at fault without having to search all over the filesystem.
* gsm-util: change variable NULL check for better clarityPablo Correa Gómez2023-03-051-1/+1
|
* meson: remove unused variablePablo Correa Gómez2023-03-051-1/+0
|
* Update Slovenian translationMatej Urbančič2023-02-271-27/+27
|
* Update Norwegian Bokmål translationKjartan Maraas2023-02-141-22/+25
|
* Add Interlingue translationOlga Smirnova2022-12-122-0/+369
|
* Update Belarusian translationVasil Pupkin2022-11-271-19/+22
|
* meson: Bump to 43.043.0gnome-43Ray Strode2022-09-201-1/+1
|
* NEWS: Update for releaseRay Strode2022-09-201-0/+8
|
* Update Turkish translationSabri Ünal2022-09-181-49/+18
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2022-09-101-21/+24
|
* Update Nepali translationPawan Chitrakar2022-09-071-21/+24
|
* Install g-s-c-s only together with g-s-sAkbarkhon Variskhanov2022-08-171-5/+5
|
* main: Also clear error when running under GDMBenjamin Berg2022-08-161-6/+4
| | | | | | | | | Commit 0349a77ad875 ("main: Lower fallback warning when running in GDM") removed error logging when running under GDM. However, the error was not cleared afterwards, leaking it to later operations and causing other issues. Closes: #105
* Update Vietnamese translationNgọc Quân Trần2022-08-041-545/+309
|
* Update Georgian translationZurab Kargareteli2022-07-311-333/+20
|
* Update Georgian translationZurab Kargareteli2022-07-011-612/+494
|
* Update Croatian translationGoran Vidović2022-03-291-20/+20
|
* Update Dutch translationNathan Follens2022-03-251-7/+10
|
* meson: Bump to 42.042.0Ray Strode2022-03-211-1/+1
|
* NEWS: Update for releaseRay Strode2022-03-211-0/+8
|
* Update Kazakh translationBaurzhan Muftakhidinov2022-03-121-6/+9
|
* Update Hungarian translationBalázs Úr2022-03-111-8/+12
|
* Update Korean translationChangwoo Ryu2022-03-031-6/+11
|
* Update Serbian translationМирослав Николић2022-03-031-41/+28
| | | | (cherry picked from commit e894715b27fa7d7d10ec2f604c7b070bfed31feb)
* Updated Danish translationAlan Mortensen2022-02-281-4/+7
|
* Update Finnish translationJiri Grönroos2022-02-271-34/+43
|
* tools: do not discard error creating renderer in wayland casePablo Correa Gómez2022-02-151-4/+10
| | | | | | | When errors occur during accelerated checks under wayland, the cause of the error is currently discarded. Getting the error and printing it using g_printerr simplifies the debugging process and could help users to provide better bug reports.
* Revert "gnome-session: don't validate shell before using it"Ray Strode2022-02-151-1/+4
| | | This reverts commit db1a97c2ffa091a37087cad15c759554e6fbb4ad
* Update Slovenian translationMatej Urbančič2022-02-071-5/+5
|
* Add Abkhazian translationNaala Nanba2022-02-072-0/+358
|
* Update Galician translationFran Dieguez2022-01-261-24/+34
|
* Update Chinese (China) translationBoyuan Yang2022-01-131-9/+14
|
* meson: Bump to 40.840.8Ray Strode2022-01-121-1/+1
|
* NEWS: Update for releaseRay Strode2022-01-121-0/+11
|
* manager: add missing .desktop when checking against app_idPablo Correa Gómez2022-01-121-2/+2
| | | | | | | 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.
* gnome-session: don't validate shell before using itRay Strode2022-01-121-4/+1
| | | | | | | | | | 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.
* main: Lower fallback warning when running in GDMBenjamin Berg2022-01-121-4/+7
| | | | | It is currently expected for the fallback to happen. So hide the errors, but still log a single message to inform users about it.