Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cinnamon-screensaver | Distribution: openSUSE Tumbleweed |
Version: 5.0.6 | Vendor: openSUSE |
Release: 1.4 | Build date: Wed Jan 12 06:30:11 2022 |
Group: System/GUI/Other | Build host: obs-power8-03 |
Size: 860156 | Source RPM: cinnamon-screensaver-5.0.6-1.4.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/linuxmint/cinnamon-screensaver | |
Summary: Cinnamon screensaver and locker |
cinnamon-screensaver is a screensaver and locker that aims to have simple, sane and secure defaults, and be well integrated with the Cinnamon Desktop.
GPL-2.0-or-later
* Wed Jun 30 2021 Paolo Stivanin <info@paolostivanin.com> - Update to version 5.0.6. * cinnamon-screensaver-pam-helper.c: Check for a null pointer returned from fgets. * Fix error: no return statement in function * powerWidget.py: Don't update the power state before the UPower client has been constructed. * uPowerClient.py: Don't rely on the OnBattery property of the upower client, it's unreliable. * passwordEntry.py: Limit the entry's maximum length. - Drop fix-cs-backup-locker-no-return-statement.patch * Fri Jun 11 2021 Paolo Stivanin <info@paolostivanin.com> - Update to version 5.0.3. * service.py: Always unlock when deactivating. * manager.py: Improve backup locker startup and shutdown. * cinnamon-screensaver-main.py: Don't register with the session manager. * logindClient.py: Change how we get the session id to work with dbus activation. * Wed Jun 02 2021 andy great <andythe_great@pm.me> - Update to version 5.0.1. * cs-gdk-event-filter-xll.c: Ignore fcitx ConfigureNotify events in the backup locker process. * Clean up the desktop file and rename it so that it passes desktop-file- validate. * cs-backup-locker: Use a white cinnamon icon (symbolic doesn't work here, and the normal orangey-brown doesn't look very nice. - Updates for version 5.0.1. * powerWidget.py: Use new battery icons when available. * powerWidget.py: Add some more battery icon names, fix the default to return a GIcon, not a string. * Make cinnamon-screensaver a dbus-activated service. * Clean up .gitignore. * Add option to silence deprecation warnings during the build. * Implement a fallback window in the event of the 'pretty' ui crashing for some reason. * backup window: Don't assume which tty's to use in instructions, send a notification if the backup locked crashes. * manager.py: Use GLib to get the user name, and trim the string to 8 chars to match 'w -h' output. * cs-screen-x11.c: Fix annotation. * Show PAM info * unlock.py: Move info label underneath the entry and other labels. * unlock.py: Don't allow pw entry row to expand if a longer info message is shown. * l10n: Update POT - Add fix-cs-backup-locker-no-return-statement.patch to fix error: no return statement in function returning non-void * Sun May 30 2021 andy great <andythe_great@pm.me> - Update to version 4.8.1. * build: Bump runtime version of cinnamon-desktop * Sun Dec 06 2020 andy great <andythe_great@pm.me> - Update to version 4.8.0. * Build: Only generate python bytecode during builds with no temporary install folder. Package managers should handle this otherwise. * use debhelper 11 for integrated meson support * build: Don't rely on debian magic to install the correct pam file. * Fix meson syntax error when xinerama support is disabled. * build: use datadir in define_variable for dbus_services_dir * album art: Adjust the album art url for spotify. * Tue Sep 22 2020 andy great <andythe_great@pm.me> - Update to version 4.6.0. * autotools: make the icons directory less terrible to install * Handle custom-screensaver-command gsettings config * Stop supporting older gtk versions * build: port to meson * remove autotools build system * src/binfiles: delete this as it is no longer used * build: Use a custom command to run gdbus-codegen. * Mon Mar 16 2020 Marguerite Su <i@marguerite.su> - update version 4.4.1 * Update cinnamon-screensaver to fix #326 * Fixed wrong font being applied in custom text - changes in 4.4.0 * cs-screen, stage.py: Move the pointer to the primary monitor * passwordEntry.py: Render keyboard layout flags properly in hidpi * Mon Jul 01 2019 Dead Mozay <dead_mozay@opensuse.org> - Update to version 4.2.0: * monitorView.py: refactor wallpaper transitioning to improve garbage collection. * Add on-screen keyboard. * stage.py: Only involve the stage fader if the transition time is not zero. * stage: re-realize when/if the GdkScreen's composited state changes. * Remove use of a fader on the stage window, eliminate off-screen mapping. (#309) * OSK: Respect the cinnamon OSK activation mode * A couple small install fixups. (#302) * Packaging: Remove obsolete build flag * Fri Mar 15 2019 Dead Mozay <dead-mozay@opensuse.org> - Update to version 4.0.3: * all: Add low-resolution detection, adjust the clock and albumart widgets to be smaller in these cases. * audio panel: Don't show initially. * framedImage.py: Use surfaces for better hidpi display of album art. * floating.py: Revert accidental change to widget positioning frequency. * infoPanel.py: Don't attempt to access the power widget if we're disabled. * all: Remove xscreensaver and webkit support and plugins, simplify widget transitions. * info panel: Update the battery status when raising the lock screen. * Silence lintian warning about missing man pages. - Remove patch cinnamon-screensaver-xscreensaver-path.patch no longer needed * Wed Oct 17 2018 sor.alexei@meowr.ru - Update to version 3.8.3: * CsScreen/stage: Fix coverage changes when plugging in monitors that may affect scale factor. * power widget: Ensure widget state is correct when becoming Active, instead of only updating at the next power state change. * monitorView: Do not use a transition for the view stack. * fader: Always run the callback, even if the fade is halted due to the widget not being mapped. * stage/screen: During any screen change, resize the stage backdrop immediately, to try to prevent incomplete coverage. * Fall back to os.path.expanduser to find the Home directory. * Sat Jun 16 2018 sor.alexei@meowr.ru - Update to version 3.8.2: * cs-notification-watcher.c: Accept int variants for the transient hint. * clock.py: Always initialise self.clock, whether the clock is to be shown or not ("show-clock" setting,) but guard against it not being an actual WallClock in set_message. * cs-screen-x11.c: gdk_flush before retrieving updated monitor and screen information. This is done in stage.py when responding to our CsScreen's signals, but we should do it here before rebuilding the monitor info for sharing with the stage. * monitorView.py: Improve plugin behaviour, logging, during screensaver activation/deactivation. * various: Add more and improve existing logging for debug mode, and implement and use a timer tracker for the deactivation idle callback. * Tue May 08 2018 sor.alexei@meowr.ru - Update to version 3.8.1: * Remove border-image from the password entry. * Thu Apr 19 2018 sor.alexei@meowr.ru - Update to version 3.8.0: * stage.py: Disconnect from, and destroy the CsScreen last, when tearing down the stage. * keybindings: Allow suspend, hibernate and screen rotation from screensaver. * libcscreensaver/service.py: Fix xdg-screensaver suspend. * doc: Add back dbus interface documentation. * dbus: Own other screensaver names to prevent them from being activated on demand during a cinnamon session. * nameBlocker.py: Watch for dbus activations and kill instead of simply blocking. See inline notes for explanation related to xdg-screensaver. * xscreensavers: Add safechild wrapper (from blueberry) - provides better control over screensaver hack processes, to prevent their lingering after the screensaver or cinnamon-settings is done with them. * xscreensavers: Use python3 for safechild, attempt to kill the hack process when terminated. * service, manager: Always complete the lock invocation, whether we succeed or not, and whether we were already active or not. * webkit script: Use correct path to user webkit screensavers. * Don't show switch-user when org.cinnamon.desktop.lockdown disable-user-switching is False.
/etc/pam.d/cinnamon-screensaver /usr/bin/cinnamon-screensaver /usr/bin/cinnamon-screensaver-command /usr/bin/cinnamon-unlock-desktop /usr/lib64/girepository-1.0/CScreensaver-1.0.typelib /usr/lib64/libcscreensaver.so.0 /usr/lib64/libcscreensaver.so.0.0.0 /usr/libexec/cinnamon-screensaver-pam-helper /usr/libexec/cs-backup-locker /usr/share/applications/org.cinnamon.ScreenSaver.desktop /usr/share/cinnamon-screensaver /usr/share/cinnamon-screensaver/__init__.py /usr/share/cinnamon-screensaver/albumArt.py /usr/share/cinnamon-screensaver/audioPanel.py /usr/share/cinnamon-screensaver/baseWindow.py /usr/share/cinnamon-screensaver/cinnamon-screensaver-command.py /usr/share/cinnamon-screensaver/cinnamon-screensaver-main.py /usr/share/cinnamon-screensaver/cinnamon-screensaver.css /usr/share/cinnamon-screensaver/clock.py /usr/share/cinnamon-screensaver/config.py /usr/share/cinnamon-screensaver/constants.py /usr/share/cinnamon-screensaver/dbusdepot /usr/share/cinnamon-screensaver/dbusdepot/__init__.py /usr/share/cinnamon-screensaver/dbusdepot/accountsServiceClient.py /usr/share/cinnamon-screensaver/dbusdepot/baseClient.py /usr/share/cinnamon-screensaver/dbusdepot/cinnamonClient.py /usr/share/cinnamon-screensaver/dbusdepot/consoleKitClient.py /usr/share/cinnamon-screensaver/dbusdepot/keybindingHandlerClient.py /usr/share/cinnamon-screensaver/dbusdepot/loginInterface.py /usr/share/cinnamon-screensaver/dbusdepot/logindClient.py /usr/share/cinnamon-screensaver/dbusdepot/mediaPlayerWatcher.py /usr/share/cinnamon-screensaver/dbusdepot/nameBlocker.py /usr/share/cinnamon-screensaver/dbusdepot/sessionClient.py /usr/share/cinnamon-screensaver/dbusdepot/uPowerClient.py /usr/share/cinnamon-screensaver/floating.py /usr/share/cinnamon-screensaver/infoPanel.py /usr/share/cinnamon-screensaver/manager.py /usr/share/cinnamon-screensaver/monitorView.py /usr/share/cinnamon-screensaver/osk.py /usr/share/cinnamon-screensaver/pamhelper /usr/share/cinnamon-screensaver/pamhelper/authClient.py /usr/share/cinnamon-screensaver/passwordEntry.py /usr/share/cinnamon-screensaver/playerControl.py /usr/share/cinnamon-screensaver/service.py /usr/share/cinnamon-screensaver/singletons.py /usr/share/cinnamon-screensaver/stage.py /usr/share/cinnamon-screensaver/status.py /usr/share/cinnamon-screensaver/unlock.py /usr/share/cinnamon-screensaver/util /usr/share/cinnamon-screensaver/util/__init__.py /usr/share/cinnamon-screensaver/util/eventHandler.py /usr/share/cinnamon-screensaver/util/fader.py /usr/share/cinnamon-screensaver/util/focusNavigator.py /usr/share/cinnamon-screensaver/util/grabHelper.py /usr/share/cinnamon-screensaver/util/keybindings.py /usr/share/cinnamon-screensaver/util/settings.py /usr/share/cinnamon-screensaver/util/trackers.py /usr/share/cinnamon-screensaver/util/utils.py /usr/share/cinnamon-screensaver/volumeControl.py /usr/share/cinnamon-screensaver/widgets /usr/share/cinnamon-screensaver/widgets/__init__.py /usr/share/cinnamon-screensaver/widgets/framedImage.py /usr/share/cinnamon-screensaver/widgets/marqueeLabel.py /usr/share/cinnamon-screensaver/widgets/notificationWidget.py /usr/share/cinnamon-screensaver/widgets/powerWidget.py /usr/share/cinnamon-screensaver/widgets/transparentButton.py /usr/share/cinnamon-screensaver/widgets/volumeSlider.py /usr/share/dbus-1/services/org.cinnamon.ScreenSaver.service /usr/share/doc/packages/cinnamon-screensaver /usr/share/doc/packages/cinnamon-screensaver/AUTHORS /usr/share/doc/packages/cinnamon-screensaver/README.md /usr/share/doc/packages/cinnamon-screensaver/changelog /usr/share/icons/hicolor/scalable/actions/screensaver-switch-users-symbolic.svg /usr/share/icons/hicolor/scalable/actions/screensaver-unlock-symbolic.svg /usr/share/icons/hicolor/scalable/apps/csr-backup-locker-icon.svg /usr/share/icons/hicolor/scalable/status/screensaver-blank.svg /usr/share/icons/hicolor/scalable/status/screensaver-notification-symbolic.svg /usr/share/licenses/cinnamon-screensaver /usr/share/licenses/cinnamon-screensaver/COPYING /usr/share/licenses/cinnamon-screensaver/COPYING.LIB
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 10:47:34 2022