Package Details: indicator-sensors 1.4-2

Git Clone URL: https://aur.archlinux.org/indicator-sensors.git (read-only, click to copy)
Package Base: indicator-sensors
Description: Hardware sensor monitor AppIndicator (temperatures, fan speeds, voltages, ...)
Upstream URL: https://github.com/alexmurray/indicator-sensors
Licenses: GPL-3.0-or-later
Submitter: Erdbeerkaese
Maintainer: willemw
Last Packager: willemw
Votes: 9
Popularity: 0.000000
First Submitted: 2012-08-03 19:47 (UTC)
Last Updated: 2024-06-20 16:36 (UTC)

Latest Comments

1 2 3 Next › Last »

willemw commented on 2024-06-22 05:08 (UTC)

@peter.kehl: glib2 is now split up into several packages. Manjaro repositories will catch up soon.

peter.lyonskehl commented on 2024-06-22 04:17 (UTC)

Today, using Pamac ("Add/Remove Software"), I've started getting error: Failed to prepare transaction ... could not satisfy dependencies: - unable to satisfy dependency 'glib2-devel' required by indicator-sensors

I'm on Manjaro. I do have glib2 2.80.2-2 installed. And, glib2-devel doesn't show up in Pamac at all.

willemw commented on 2022-10-13 18:27 (UTC)

@max.bra: Fixed by installing Ayatana library dependencies.

max.bra commented on 2022-09-03 17:39 (UTC)

never mind, thank you.

willemw commented on 2022-09-03 16:03 (UTC) (edited on 2022-10-13 18:25 (UTC) by willemw)

This reminds me of a similar question for another indicator package I used maintain (it is not in the AUR anymore).

max.bra commented on 2022-09-03 10:37 (UTC) (edited on 2022-09-03 10:38 (UTC) by max.bra)

hi willemw and thanks for this pkg. Just installed the indicator but nothing appens in tray. no icon, no menu. no relevant errors launching application from terminal. i have "AppIndicator and KStatusNotifierItem Support" extension installed. am i missing something?
edit: forgot, i'm on wayland.

quequotion commented on 2015-11-17 03:40 (UTC)

Purely for asthetic purposes, here's a patch to remove the "about" and "quit" menu items: http://pastebin.com/PQsHUMSc Not suggesting that it be added to the package, I just like my indicators to match and thought maybe someone else might too. Unfortunately indicator-sensors doesn't come with convenient settings to do this.

quequotion commented on 2015-11-17 03:13 (UTC)

>willemw Thanks! It's my first time to come across this particular kind of problem: I had built libxnvctrl with link time optimization, which somehow makes it impossible to find functions by the method the configure script attempts.

willemw commented on 2015-11-16 14:35 (UTC)

@quequotion: Nothing seems to be missing. indicator-sensors does find the library: checking for XNVCTRLQueryExtension in -lXNVCtrl... yes Try updating your system and reinstalling libxnvctrl. Make sure libxnvctrl is redownloaded. Otherwise, maybe try debugging the generated src/indicator-sensors-0.8/configure file. This is were the checking is performed.