Package Details: tuxedo-control-center-bin 2.1.16-1

Git Clone URL: https://aur.archlinux.org/tuxedo-control-center-bin.git (read-only, click to copy)
Package Base: tuxedo-control-center-bin
Description: A tool to help you control performance, energy, fan and comfort settings on TUXEDO laptops.
Upstream URL: https://github.com/tuxedocomputers/tuxedo-control-center
Keywords: TUXEDO
Licenses: GPL3
Conflicts: auto-cpufreq, tuxedo-control-center
Submitter: StevenSeifried
Maintainer: StevenSeifried
Last Packager: StevenSeifried
Votes: 38
Popularity: 0.46
First Submitted: 2021-08-08 14:20 (UTC)
Last Updated: 2024-12-18 17:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

evorster commented on 2023-09-26 16:38 (UTC)

Hi there! In the PKGBUILD it says that this package conflicts with auto-cpufreq. However, it is possible to turn off cpu control in tuxedo-control-center, and then use it to control the fans and backlight only.

FabioLolix commented on 2023-08-02 07:40 (UTC)

@Chromie https://wiki.archlinux.org/title/Arch_package_guidelines -> Package etiquette -> Packages should never be installed to /usr/local/

yochananmarqos commented on 2023-07-31 14:18 (UTC)

@Chromie: Services should be installed to /usr/lib/systemd/. Nothing should be installed to /usr/local/. See https://wiki.archlinux.org/title/Arch_package_guidelines#Directories

dominic434 commented on 2023-07-26 13:26 (UTC)

I think the SHA256 hash for the source file tuxedo-control-center-bin.install is incorrect in the current PKGBUILD.

a_manthey commented on 2023-03-29 20:09 (UTC) (edited on 2023-03-29 20:10 (UTC) by a_manthey)

after update of package tuxedo-control-center does not start from autostart on gnome wayland or wayfire. So i tried to start from console:

$ tuxedo-control-center
[2982:0329/120914.557864:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. 
Rather than run without sandboxing I'm aborting now. 
You need to make sure that /opt/tuxedo-control-center/chrome-sandbox is owned by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

The file "/opt/tuxedo-control-center/chrome-sandbox" has mode 755 at this time and is owned by root. After running

# chmod 4755 /opt/tuxedo-control-center/chrome-sandbox

tuxedo-control-center starts as expected.

StevenSeifried commented on 2023-03-29 18:39 (UTC)

@a_manthey where are you getting that message? I tried to reproduce the issue, but without success. journalctl | grep -E "SUID sandbox" founds nothing. I can add it, but without being able to reproduce the problem myself, I'd like to do so reluctantly

a_manthey commented on 2023-03-29 16:53 (UTC)

After every update i get this error:

The SUID sandbox helper binary was found, but is not configured correctly. 
Rather than run without sandboxing I'm aborting now. 
You need to make sure that /opt/tuxedo-control-center/chrome-sandbox is owned  by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

Adding this line to PKGBUILD solved it:

chmod 4755 "${pkgdir}"/opt/tuxedo-control-center/chrome-sandbox