Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xapp-common | Distribution: openSUSE:Factory:zSystems |
Version: 2.8.5 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Aug 12 10:34:29 2024 |
Group: Unspecified | Build host: reproducible |
Size: 178410 | Source RPM: xapp-2.8.5-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/linuxmint/xapp | |
Summary: Common files for XApp desktop applications |
This project gathers the components which are common to multiple desktop environments and required to implement cross-DE solutions. This package includes files that are shared between several XApp applications (i18n files and configuration schemas).
GPL-2.0-or-later AND GPL-3.0-only
* Mon Aug 12 2024 Richard Rahl <[email protected]> - update to 2.8.5: * Update translations - update to 2.8.4: * xapp-visibility-group: add missing declaration in header file * visibility-group: Use a GWeakNotify instead of the destroy signal * visibility-group: Use g_new instead of deprecated g_slice - update to 2.8.3: * xapp-icon-chooser-dialog.c: Fix mimetype test for browsed images * Remove accent-rgb setting * gsettings: Fix a default value * Add new gsettings keys for xdg Settings portal v2 * xapp-gpu-offload: Fix argument handling for the offload target - update spec file to newer standards, remove older versions of Leap * Sun Jan 28 2024 Dirk Müller <[email protected]> - update to 2.8.2: * l10n: Update translations * Add github issue templates. * xapp-gtk3-module.c: Use the 'realize' signal to trigger injecting the favorites:// uri into the sidebar places. * xapp-sn-watcher.c: Mute some warning messages from more of dbus-menu, gtk. * Fix meson.build deprecations up to 0.56.0 (#172) * Update issue template with a link to open and closed issues. * Remove unused includes, bump required gtk version. * Sun Aug 27 2023 Marguerite Su <[email protected]> - update to 2.6.1 * favorite-vfs-file.c: Lock the settings object when modifying root metadata. * favorites: Use generic getter for content type check. * xapp-status-icon.c: Don't destroy the dummy event window too early. * Add XAppGpuOffloadHelper. * Add XAppDarkModeManager to allow support for XDG desktop settings portal from Gtk3 apps. * xapp-sn-watcher.c: Don't exit if XDG_CURRENT_DESKTOP isn't set. * Tue Dec 06 2022 Dirk Müller <[email protected]> - update to 2.4.1: * Add missing build dependency. * Use github actions for CI builds. * xapp-sn-watcher: Use /dev/shm for temp files if it's available, and clean them up when exiting. * Add XAppVisibilityGroup. * xapp-debug: Print the topic name in logging output. * sn-item: Don't update the icon name if the tooltip was also updated. * sn-item: Don't update the id property unless it has changed. * xapp-status-icon.c: Update all icons when we lose or regain our identity on dbus. * xapp-sn-watcher: Add a debug key to specify flags. * sn-item: Silence warning caused when an app exits without notice. * Use G_LOG_LEVEL_MESSAGE for debugging messages. * favorites: Try to use a file's display name from file attributes when different than the its basename. * favorite-vfs-file.c: Fix memory leak. * build: Use gnome.mkenums_simple() to generate enum types. * sn-item.c: Clean up temp files when finalizing. * sn-item.c: Don't unref the menu during cleanup. * xapp (2.2.15) vanessa; urgency=medium * libxapp: add missing gio-unix-2.0 dependency * xapp-status-icon-monitor.c: Fix copy/paste error. * xapp-status-icon.c: Make XAppStatusIconState per-process. * xapp (2.2.14) vanessa; urgency=medium * mate status applet: Adjust icon relative sizes to the panel height. * xapp (2.2.13) vanessa; urgency=medium * xapp-icon-chooser-dialog: Don't lower-case paths. * xapp (2.2.12) vanessa; urgency=medium * l10n: Update translations * xapp (2.2.11) vanessa; urgency=medium * Update documentation * CI: Fix target names * Add a new icon xapp-edit-symbolic * xapp (2.2.10) vanessa; urgency=medium * xapp (2.2.9) vanessa; urgency=medium * Implement scroll events with the fallback icon (GtkStatusIcon). * sn-item.c: Handle Id property updates. * xapp-icon-chooser-dialog.c: Don't be case-sensitive when searching. * Sun Jan 02 2022 andy great <[email protected]> - Update to version 2.2.8. * l10n: Update translations - Update to version 2.2.7 * icons: Add xapp-view-fit-height-symbolic and xapp-view-fit-width-symbolic * Thu Dec 09 2021 andy great <[email protected]> - Update to version 2.2.6. * Update documentation * xapp-favorites.c: Unescape the file uri before using it for display. * l10n: Update translations * Mon Nov 22 2021 andy great <[email protected]> - Update to version 2.2.5. * xapp-favorites: Fix introspection notation for _get_favorites(). * Fix a couple of build warnings. - Updates for version 2.2.4. * meson gir: Export 'xapp' as a package * xapp-gtk3-module.c: Apply window icon override to all windows for an app. * Wed Jul 28 2021 andy great <[email protected]> - Update to version 2.2.3. * mate status applet: Change icon name in applet definition file, and add a new icon to the xapp hicolor set. * Fix mate status icon. - Updates for version 2.2.2. * l10n: Update translations * Tue Jun 15 2021 andy great <[email protected]> - Update to version 2.2.1. * Update docs * test-scripts: Add a QSystemTrayIcon script. * qt-system-tray.py: use a class. * l10n: Update translations * Thu May 27 2021 andy great <[email protected]> - Update to version 2.2.0. * xapp-preferences-window.c: Hide the sidebar switcher initially to prevent it showing even with single-page views. * all: Add debug topics. * xapp-favorites.c: Free the favorite list when building a GtkMenu. * Add a class to programmatically set styling on a particular widget. * util: add a utility function to convert from a pango font string to css (#135) * Fri Mar 05 2021 Aaron Stern <[email protected]> - Update to version 2.0.7. * Don't build the gtk module for lib-only builds (flatpak). * xapp-favorites.c: Don't crash trying to remove a previously-removed favorite. * favorite-vfs-file-monitor.c: When handling folder updates, send out removals before additions. * xapp-util: Add a function to check whether the session is fully active. * xapp-sn-watcher.c: Skip the startup delay if the session has not finished loading. * Thu Jan 14 2021 andy great <[email protected]> - Update to version 2.0.6. * 80xapp-gtk3-module.sh: Use GTK3_MODULES instead of GTK_MODULES. * Sat Jan 02 2021 andy great <[email protected]> - Update to version 2.0.5. * favorite-vfs-file.c: Don't mark favorites that have unavailable target files as symbolic links. * favorite-vfs-file.c: Remove a file from favorites when deleted or trashed (but don't actually delete or trash them) - this brings the favorites behavior in line with recents. * favorite-vfs-file.c: Remove some methods that can't be supported. * Go back to leaving favorites with missing targets as symlinks. * favorite-vfs-file.c: Add thumbnailing preference to the filesystem info. * xapp-status-icon.c: Construct fallback dbus name from a non-localized string. * status icon: Replace g_get_application_name with g_get_progname everywhere else (followup to previous commit). * xapp-status-icon-monitor.c: fix typo. * l10n: Update translations * xapp-gtk3-module.c: Add a mechanism to allow a GtkWindow's icon (#127)
/etc/X11/xinit /etc/X11/xinit/xinitrc.d /etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh /usr/bin/xapp-gpu-offload /usr/bin/xfce4-set-wallpaper /usr/etc/xdg/autostart/xapp-sn-watcher.desktop /usr/share/dbus-1/services/org.x.StatusNotifierWatcher.service /usr/share/doc/packages/xapp-common /usr/share/doc/packages/xapp-common/changelog /usr/share/glib-2.0/schemas/org.x.apps.gschema.xml /usr/share/icons/hicolor/scalable/actions/add-files-to-archive-symbolic.svg /usr/share/icons/hicolor/scalable/actions/category-search-symbolic.svg /usr/share/icons/hicolor/scalable/actions/extract-archive-symbolic.svg /usr/share/icons/hicolor/scalable/actions/media-mount-symbolic.svg /usr/share/icons/hicolor/scalable/actions/view-bottom-pane-symbolic.svg /usr/share/icons/hicolor/scalable/actions/view-left-pane-symbolic-rtl.svg /usr/share/icons/hicolor/scalable/actions/view-left-pane-symbolic.svg /usr/share/icons/hicolor/scalable/actions/view-right-pane-symbolic-rtl.svg /usr/share/icons/hicolor/scalable/actions/view-right-pane-symbolic.svg /usr/share/icons/hicolor/scalable/actions/view-top-pane-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-annotations-squiggly-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-annotations-text-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-diaporama-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-edit-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-favorite-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-format-text-highlight-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-go-history-next-symbolic-rtl.svg /usr/share/icons/hicolor/scalable/actions/xapp-go-history-next-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-go-history-previous-symbolic-rtl.svg /usr/share/icons/hicolor/scalable/actions/xapp-go-history-previous-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-pin-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-search-entire-word-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-search-wrap-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-text-case-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-unfavorite-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-unpin-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-use-regex-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-view-fit-height-symbolic.svg /usr/share/icons/hicolor/scalable/actions/xapp-view-fit-width-symbolic.svg /usr/share/icons/hicolor/scalable/apps/xapp-favorites-app-symbolic.svg /usr/share/icons/hicolor/scalable/apps/xapp-favorites-app.svg /usr/share/icons/hicolor/scalable/apps/xapp-mate-status-applet.svg /usr/share/icons/hicolor/scalable/categories/xapp-prefs-behavior-symbolic.svg /usr/share/icons/hicolor/scalable/categories/xapp-prefs-display-symbolic.svg /usr/share/icons/hicolor/scalable/categories/xapp-prefs-plugins-symbolic.svg /usr/share/icons/hicolor/scalable/categories/xapp-prefs-preview-symbolic.svg /usr/share/icons/hicolor/scalable/categories/xapp-prefs-toolbar-symbolic.svg /usr/share/icons/hicolor/scalable/emblems/emblem-xapp-favorite.svg /usr/share/icons/hicolor/scalable/places/xapp-user-favorites-symbolic.svg /usr/share/icons/hicolor/scalable/places/xapp-user-favorites.svg /usr/share/licenses/xapp-common /usr/share/licenses/xapp-common/copyright
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jan 8 00:14:20 2025