| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: laptop-mode-tools-gui | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 1.74 | Vendor: openSUSE |
| Release: bp156.1.2 | Build date: Mon Mar 4 18:31:08 2024 |
| Group: System/Base | Build host: i04-ch2c |
| Size: 33021 | Source RPM: laptop-mode-tools-1.74-bp156.1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://rickysarraf.github.io/laptop-mode-tools/ | |
| Summary: Graphical User Interface for the laptop mode tools | |
This package contains a graphical user interface for laptop-mode-tools.
GPL-2.0-or-later
* Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com>
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
* Thu Sep 30 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_laptop-mode.service.patch
* harden_lmt-poll.service.patch
* Mon May 17 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.74
* With 4.15+ kernels, Linux Intel SATA has a better link power
saving policy, med_power_with_dipm, which should be the recommended
one to use
* Disable defaults for syslog logging
* Initialize LM_VERBOSE with default to disabled
* Add power saving module for nouveau cards
* Disable ethernet module by default
* Add board-specific folder and documentation
* Add execute bit on module radeon-dpm
* Drop unlock because there is no lock acquired
* Tue Aug 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Fix invalid usage of %{_libexecdir} (boo#1174075).
* Tue May 12 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.73.1:
* Respect black/white lists when disabling autosuspend
* Add newer power supply names
* Fix crash due external battery of mouse
* Honor configuration setting for battery level polling
* cpufreq: intel_pstate should use performance governors
* runtime-pm: Speed up by avoiding fork in echo_to_file
* runtime-pm: Inline echo_to_file_do
* runtime-pm: Fix echo_to_file* indentation
* runtime-pm: Speed up by avoiding fork in listed_by_{id,type}
* runtime-pm: Simplify vendor/product match
* add help and verison user commands
* Add a power-stats status command
* Separate power sysfs attributes and add sysfs status attribute
* Add device type 'sd' to default blacklist
* Fix rpm spec file for new installable files
* Return the cpu governor string from the function
- Remove laptop-mode-tools-1.72.2-fix-name-gui.patch
* Mon Feb 03 2020 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
shortcut through the -mini flavors.
* Wed Jun 12 2019 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut the build queues by allowing usage of systemd-mini
* Sun Sep 16 2018 antoine.belvire@opensuse.org
- Update to version 1.72.2:
+ Extend blacklist device types to include devices of type 'sd'
(gh#rickysarraf/laptop-mode-tools#123).
- Changes from version 1.72.1:
+ RPM spec file fixes.
- Changes from version 1.72:
+ Switch to PyQt5 and Python3.
+ Add btrfs to list of filesystems for which we can set commit
interval.
+ Add pkexec invocation script.
+ Add desktop file to upstream repo and invoke script.
+ Update installer to includes gui wrappers.
+ Install new SVG pixmap.
+ Control all available cards in radeon-dpm.
+ Prefer to use the new runtime pm autosuspend_delay_ms
interface.
+ tolerate broken device interfaces quietly.
+ runtime-pm: Make {black,white}lists work with non-USB devices.
+ send echo errors to verbose log.
+ Extend blacklist by device types of devtype.
- See https://github.com/rickysarraf/laptop-mode-tools/releases
for changes introduced in releases 1.70 and 1.71.
- Fix wrong name for gui:
+ Add laptop-mode-tools-1.72.2-fix-name-gui.patch (picked from
upstream).
- Clean spec file:
+ Create gui subpackage.
+ Remove compatibility with suse_version <= 1315:
- Drop laptop-mode-tools.pm-utils-hook.
- Drop laptop-mode-1.53-fix-pm-utils-sleep-script.diff.
+ Drop laptop-mode-1.53-install_sh.diff (not needed).
* Wed Apr 20 2016 robert@linux-source.org
- Update to version 1.69.2:
Minor Bug fix release.
* Thu Mar 24 2016 robert@linux-source.org
- Fix source url, point to github.com
- Add org.linux.lmt.gui.policy to spec file.
- Add lmt-poll.service to %pre/%post/%preun/%postun.
- Clean-up spec file, require systemd-rpm-macro only if version is
1315 or higher.
- Update to version 1.69.1:
+ Important Bug Fix release.
- Changes from version 1.69:
+ Wait for all forked modules to complete
+ Add new module: cputhotplug
+ CPU online/offine is reverse here
+ Fix shell syntax
+ Install policykit file
+ Detach polling daemon from main process
+ Do NOT touch speed if throttling is not set
+ Restore to MAX speed when back to AC Power
+ Fix manpage about DISABLE_ETHERNET_ON_BATTERY setting
+ Update documentation about ENABLE_LAPTOP_MODE_ON_AC setting
+ Change powersaving default for USB class devices
+ Drop usbhid from default (black)list
+ Add usb keyboard driver to the list default list
+ Be consistent with passing args to LMT from different invokers
+ Honor device plug/unplug events on a per device basis;
like how Chromium initially submitted this patch
+ Also be consistent with option in the event parser
+ Update links in README.md
+ Update new github homepage location
+ Add lmt-config-gui shell script
* Wed Feb 10 2016 robert@linux-source.org
- Add laptop-mode.timer and lmt-poll.service to spec file
- Fix spec file when checking suse_version macro
- Update to version 1.68.1:
+ Update details about runtime-pm in manpage
+ Revert "Drop out reload"
+ Log error more descriptively
+ Write to common stderr. Do not hardcode a specific one
+ Call lmt-udev in lmt-poll. Don't call the laptop_mode binary directly.
+ Helps in a lot of housekeeping
+ Direct stderr/stdout to journal
+ Fix stdout descriptor
+ Install the new .timer and poll service
+ Use _sbindir for RPM
- Changes from version 1.68:
+ Fix all instances for BATTERY_LEVEL_POLLING
+ Group kill the polling daemon so that its child process get the same signal
+ Release the descriptor explicitly
+ Add identifier about who's our parent
+ Narrow down our power_supply subsystem event check condition
+ Fine tune the .service file
+ On my ultrabook, AC as reported as ACAD
+ Enhance lmt-udev to better work with systemd
+ Add a timer based polling for LMT. It is the equivalent of battery-polling-daemon, using systemd
+ Disable battery level polling by default, because most systems will have systemd running
+ Add documentation reference in systemd files
+ Update release-checklist
- Rebase laptop-mode-1.53-fix-pm-utils-sleep-script.diff
* Mon Jan 04 2016 rmilasan@suse.com
- Fix lmt-udev installation location (bsc#960497).
* Thu Jul 30 2015 zaitor@opensuse.org
- Update to version 1.67:
+ Relax minimum window size to accomodate low res screens.
+ Fix variable name to comply with our "constants" assuptions.
+ Get more aggressive in power saving for Intel HD Audio.
+ Account Device Mapper devices.
+ Add swsusp freeze support.
+ Switch battery-level-polling default to True.
+ Detect ethernet carrier, early and relibaly.
+ Changes the boolean setting *_ACTIVATE_SATA_POWER to a
customizable *_SATA_POLICY, with backward-compatible defaults
and documentation.
- Changes from version 1.66:
+ Handle device names with whitespaces.
+ Detach reliably closing all descriptors.
+ Add new Radeon power saving module.
+ Don't run LMT if it is disabled in config file.
+ GUI Tool refactoring.
- Changes from version 1.65:
+ Fix grep error on missing $device/uevent.
+ ethernet: replace sysfs/enabled by 'ip link down'.
+ wireless-iwl-power: sysfs attr enbable -> enabled.
+ wireless-iwl-power: Add iwlwifi support.
+ Use Runtime Power Managemet Framework is more robust now.
Deprecates module usb-autosuspend.
+ Fix multiple hibernate issue.
+ When resuming, run LMT in force initialization mode.
+ Add module for Intel PState driver.
+ GUI: Implement suspend/hibernate interface.
- Rebase laptop-mode-1.49-new-dirty-ratio-defaults.diff.
- Package new module-helper pm-freeze.
* Fri Jul 24 2015 tchvatal@suse.com
- Make the previous commit work on openSUSE42 and SLE12, the
pm-utils is not needed on 13.2 either
* Fri Jul 10 2015 werner@suse.de
- Make it build without pm-utils
* Fri Jun 19 2015 tchvatal@suse.com
- Clean up all various rpmlint warnings
/usr/sbin/lmt-config-gui /usr/sbin/lmt-config-gui-pkexec /usr/share/applications/laptop-mode-tools.desktop /usr/share/laptop-mode-tools/lmt.py /usr/share/licenses/laptop-mode-tools-gui /usr/share/licenses/laptop-mode-tools-gui/COPYING /usr/share/pixmaps/laptop-mode-tools.svg /usr/share/polkit-1 /usr/share/polkit-1/actions /usr/share/polkit-1/actions/org.linux.lmt.gui.policy
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:38:47 2026