Package Details: adjustor 3.5.3-1

Git Clone URL: https://aur.archlinux.org/adjustor.git (read-only, click to copy)
Package Base: adjustor
Description: Adjustor, a userspace program for managing the TDP of handheld devices.
Upstream URL: https://github.com/hhd-dev/adjustor
Licenses: GPL-3.0-or-later
Provides: adjustor
Submitter: antheas
Maintainer: antheas
Last Packager: antheas
Votes: 1
Popularity: 0.011520
First Submitted: 2024-01-13 10:49 (UTC)
Last Updated: 2024-11-20 21:26 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

antheas commented on 2024-07-06 19:52 (UTC) (edited on 2024-07-06 19:56 (UTC) by antheas)

!! 3.1.0-1 had an invalid dbus config file !! It was only live for 20 min but if you were unfortunate to pull it, update before you reboot.

Otherwise here is how to recover: Boot the arch iso or an iso of your choice and run the following:

mkdir mnt
mount /dev/nvmep0nX mnt # here x is your drive partition that has your main partition
chroot mnt # or mnt/@ where @ is your btrfs snapshot
pacman -R adjustor
systemctl disable sddm # or gdm if you are using gnome

Then reboot into a login terminal, update adjustor and reenable sddm or gdm with systemctl enable --now sddm. You may want to ensure that sddm works by doing start instead of enable first.

I tested the file individually but not as part of the packaging action. I will make sure to run the package build locally before I re-add, if I re-add the dbus conf file.

This means this package has a transient dependency to power-profiles-daemon if you want that functionality for now, since it provides the polkit that enables the dbus namespace.