Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gnome-kiosk-sample-app-50.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: gnome-kiosk-sample-app Distribution: openSUSE Tumbleweed
Version: 50.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 23 09:38:28 2026
Group: Unspecified Build host: reproducible
Size: 1058 Source RPM: gnome-kiosk-50.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.gnome.org/GNOME/gnome-kiosk
Summary: Search appliance sample app
Search appliance sample app that demonstate how the kiosk
compositor is used.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Mar 23 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Migrate to xz compression and manual service run
* Mon Mar 16 2026 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 50.0:
    + No changes, stable bump only.
* Tue Mar 03 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 50.rc:
    + Update for mutter 50.rc API change
    + Add a new option `--no-cursor` to hide the cursor
    + Ensure initial window state, size and position are applied
    + Improve auto-fullscreen detection by default
    + Disable animations when hardware acceleration is not available
    + Add a new option `--force-animations` to force animations
    + Start accessibility settings in systemd sessions (required for
      Orca)
    + Do not restart the script session on exit (allows logout)
    + Disable the VT switch keybindings by default
    + Add a new option `--enable-vt-switch` to enable VT switch
      keybindings
    + Hide the accessibility panel app from other desktops
    + Add error logging for mount failures
    + Fix bounds checking for layout_index in get_selected_layout
    + Fix race condition in configuration file reload
    + Fix null pointer dereference in input engine manager
    + Fix memory leaks in window tracker
* Thu Feb 12 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 50.beta:
    + Fix session (not) registering causing a hang in GDM
    + Update to keymap API changes in mutter
  - Changes from version 50.alpha:
    + Reload window configuration on change
    + Add an example of accessibility panel (optional)
    + Document accessibility settings
    + Adapt to dropped X11 backend from Mutter
    + Fix wallpaper with multi-monitor
    + Add a basic notification daemon (optional)
    + Add a magnifier for accessibility
    + Add "lock-on-monitor" option
    + Add "lock-on-monitor-area" option
    + Add "lock-on-area" option
    + Fix minimized windows remaining on screen when maximized
    + Various code and compilation warnings fixes
  - Bump mutter_api to 18, following upstream.
* Sat Oct 18 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Don't build search-app on architectures without Firefox.
* Tue Sep 16 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 49.0:
    + Disable fade-in animations based on GNOME desktop setting
* Tue Sep 02 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 49.rc:
    + Add `set-window-type` configuration option for window management
    + Refactor the window configuration code
    + Fix GrabAccelerators support
    + Add media keys support in systemd sessions
    + Allow inhibiting shortcuts in compositor
    + Fix memory leaks by properly freeing objects on disposal
    + Enable remote session support in systemd sessions
* Sat Aug 30 2025 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 49.alpha.1.2:
    + No change since 49.alpha.1, fix the CI for release.
  - Changes from version 49.alpha.1.1:
    + No change, fix CI for release.
  - Changes from version 49.alpha.1:
    + Fix compiler warnings
    + Fix a crash if there is no X11Layouts
    + Add a new "set-on-monitor" configuration option
    + Add support for window tags in configuration
    + Updates for libmutter 17 (GNOME 49)
    + Update the documentation for the configuration file
  - Bump mutter_api to 17, following upstream changes.
* Mon Mar 17 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.0:
    + No changes, stable bump only.
* Thu Mar 06 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.rc:
    + Add Shell screenshot API support
    + Support ISO_Next_Group key combo for switching keyboard layouts
    + Fix search appliance session with systemd
    + Fix crash in input-selector if the DBus interface is not
      available
* Tue Jan 14 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.alpha:
    + Port to mutter 48
    + Add basic window configurability from a static config file. See
      https://gitlab.gnome.org/GNOME/gnome-kiosk/-/blob/main/CONFIG.md?ref_type=heads
      for details.
  - Bump mutter_api define to 16 and drop
    pkgconfig(mutter-cogl-pango-%{mutter_api}) BuildRequires
    following upstreams port.
  - Add desktop-file-utils BuildRequires: New dependency. Following
    this, add check section and verify desktop files during build.
* Wed Sep 18 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 47.0:
    + No changes.
* Mon Sep 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 47.rc:
    + Fix crash on VT change.
    + Support gnome-shell introspection api when started with
    - -unsafe-mode.
    + CI updates.
* Wed Sep 11 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 47.alpha:
    + Port to mutter 47
    + Build with mutter that lacks X11 support
    + Typo fixes
  - Drop gnome-kiosk-mutter-46.patch: No longer needed.
  - Set mutter_api 15, following upstreams port to Mutter 47.
* Tue Mar 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 46.0:
    + Fixes with localed integration.
* Thu Mar 07 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Add gnome-kiosk-mutter-46.patch: Fix build against mutter 46.rc.
* Mon Mar 04 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 46.rc:
    + Use gnome-text-editor instead of gedit for example script.
    + Keymap fix.
* Wed Jan 17 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 46.alpha:
    + Add automount manager.
    + Support headless sessions.
    + Port to mutter 46.
    + Docs update.
  - Set mutter_api 14, following upstreams port to Mutter 46.
* Sun Sep 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45.0:
    + Complete port to mutter 45.
  - Switch compression to zst in both service and tarball produced.
* Sun Sep 10 2023 Luciano Santos <luc14n0@opensuse.org>
  - Update to version 45.rc:
    + Switch to gnome-desktop4.
    + Port to mutter 45.
* Wed Aug 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.0+4:
    + build: Switch to gnome-desktop-4
    + Build against mutter API version 13
  - Replace pkgconfig(gnome-desktop-3.0) with
    pkgconfig(gnome-desktop-4) BuildRequires following upstream
    changes.
  - Bump mutter_api define to 13 following upstream changes.
* 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:
    + Rename dconf profile to not have hyphen
    + Set dconf profile unconditionally
    + Use https instead of http in search-app
* Fri Feb 24 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.beta:
    + Deprecation fixes
    + Require mutter 44
    + Compat fix for Anaconda Installer project
    + Script session double-starting fix
    + Allow changing background in gsettings
  - Bump mutter_api define to 12 following upstream changes.
  - Build sample-app as noarch.

Files

/usr/lib/systemd/user/gnome-session@org.gnome.Kiosk.SearchApp.target.d
/usr/lib/systemd/user/gnome-session@org.gnome.Kiosk.SearchApp.target.d/session.conf
/usr/lib/systemd/user/org.gnome.Kiosk.SearchApp.service
/usr/share/applications/org.gnome.Kiosk.SearchApp.desktop
/usr/share/gnome-session/sessions/org.gnome.Kiosk.SearchApp.session
/usr/share/wayland-sessions/org.gnome.Kiosk.SearchApp.Session.desktop


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:28:36 2026