- 25 Mar, 2022 13 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
We somewhat compensate for this via patches/app-tracker-Lower-glib-version-requirement.patch This reverts commit d0445c12.
-
Guido Gunther authored
phosh Debian release 0.17.0-1
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
Guido Gunther authored
This makes sure we also get a recent enough dependency for splash to work in most situations (to make it fully work we either need to patch wlroots or update phoc to use wlroots 0.15.0).
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
Update to upstream version '0.17.0' with Debian dir 7e877df44eb9039da2695e271229051e140313a2
-
Guido Gunther authored
-
Marge Bot authored
Document changes and release 0.17.0 See merge request World/Phosh/phosh!1046
-
Guido Gunther authored
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1046>
-
- 24 Mar, 2022 1 commit
-
-
Pablo Barciela authored
-
- 23 Mar, 2022 4 commits
-
-
Marge Bot authored
ci: show 'build:cross-debian-bookworm:i386' instead bullseye See merge request World/Phosh/phosh!1044
-
Pablo Barciela authored
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1044>
-
Marge Bot authored
po: Update Spanish translation See merge request World/Phosh/phosh!1042
-
Guido Gunther authored
Bring translations more in line what was previously used. Thanks: ZenWalker Fixes: 00096f87 ("po: Update Spanish translation") Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1042>
-
- 22 Mar, 2022 13 commits
-
-
Martin authored
-
Marge Bot authored
meson: Avoid deprecated 'Dependency.get_pkgconfig_variable' See merge request World/Phosh/phosh!1041
-
Pablo Barciela authored
Fixes the warning: NOTICE: Future-deprecated features used: * 0.56.0: {'meson.build_root', 'Dependency.get_pkgconfig_variable', 'meson.source_root'} Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1041>
-
Marge Bot authored
Modernize i386 build See merge request World/Phosh/phosh!1043
-
Guido Gunther authored
This makes sure we can use e.g. newer meson features. Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1043>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1043>
-
Guido Gunther authored
We don't need any packages from experimental anymore Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1043>
-
Marge Bot authored
Implement Portal Access API Closes #49 See merge request World/Phosh/phosh!956
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
Florian Loers authored
This makes xdg-desktop-portal use our access implementation. Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
Florian Loers authored
Implements org.freedesktop.impl.portal Closes #49 Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
Guido Gunther authored
When using the ful shell the stub is never used so don't try to free anything from it. This avoids ** (.../test-take-screenshots:46792): CRITICAL **: 13:46:36.396: heads: (nil) (nil) Bail out! GLib-FATAL-CRITICAL: g_ptr_array_free: assertion 'rarray' failed when e.g. running tests/test-take-screenshot Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
Guido Gunther authored
Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/956>
-
- 21 Mar, 2022 9 commits
-
-
Marge Bot authored
Update Spanish translation See merge request World/Phosh/phosh!1039
-
Guido Gunther authored
We have es.po Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1039>
-
carlosgonz authored
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1039>
-
Marge Bot authored
quick-settings: Follow g-c-c to Settings rename Closes #742 See merge request World/Phosh/phosh!1037
-
Guido Gunther authored
We have another mention of org.gnome.ControlCenter in phosh_get_desktop_app_info_for_app_id() but let's keep that for one more iteration to ease upgrades. Settings now reports a sane app-id `org.gnome.Settings`. Closes: https://gitlab.gnome.org/World/Phosh/phosh/-/issues/742 Signed-off-by:
Guido Günther <guido.gunther@puri.sm> Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1037>
-
Marge Bot authored
Emit WakeUpScreen signal and reset idle timers on resume Closes #686 See merge request World/Phosh/phosh!1016
-
Kai Lüke authored
When the device resumes from suspend and there is no user input, gsd-power remains in the "sleep" state because there is no WakeUpScreen signal such that even when the new idle timer that gsd-power registered after resume triggers, the transition from "sleep" to "sleep" is ignored and the system does not suspend. A second difference to the behavior of Mutter/GNOME Shell is that on resume there is no reset of the registered idle timers which should also be fixed to ensure that Phosh behaves the same. Act on the logind PrepareForSleep signal (the resume case) to emit the WakeUpScreen signal and reset the idle timers. Fixes https://gitlab.gnome.org/World/Phosh/phosh/-/issues/686 Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1016>
-
Marge Bot authored
gvc-channel-bar: Fix [Wbad-function-cast] warning See merge request World/Phosh/phosh!1036
-
Pablo Barciela authored
Fixes the warning: ../src/settings/gvc-channel-bar.c: In function 'gvc_channel_bar_set_is_amplified': ../src/settings/gvc-channel-bar.c:320:35: warning: cast from function call of type 'gdouble' {aka 'double'} to non-matching type 'int' [-Wbad-function-cast] 320 | if ((int)self->base_volume == (int)ADJUSTMENT_MAX_NORMAL) { | ^ Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1036>
-