Package Details: paramano 0.72-1

Git Clone URL: https://aur.archlinux.org/paramano.git (read-only, click to copy)
Package Base: paramano
Description: Docking battery monitor and CPU governer controller (fork of trayfreq)
Upstream URL: https://gitlab.com/dphillips/paramano
Licenses: GPL
Submitter: phillid
Maintainer: phillid
Last Packager: phillid
Votes: 74
Popularity: 0.000000
First Submitted: 2014-09-27 04:47 (UTC)
Last Updated: 2022-11-19 08:18 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

phillid commented on 2022-11-27 21:33 (UTC)

Thanks! The sudo thing was always a terrible hack, but it's great to know someone derives value from it still!

Muncrief commented on 2022-11-26 23:42 (UTC)

Thank you for maintaining paramano @phillid.

I was recently able to switch back to Arch as my primary desktop (I was forced to use Windows for awhile because of some pro-audio problems running essential closed source programs under KVM), and the only problem remaining was the ability to quickly change scaling governors for Linux audio applications.

I'd always used paramano in the past, but couldn't get it to build at the time, even with patches, and gave up. But I just tried again with your package and it's working perfectly. And with the customary alterations to run it via sudo I can change settings on the fly once again and have the best of all pro audio worlds!

I just wanted you to know that your work is needed and appreciated :)

phillid commented on 2022-11-19 08:18 (UTC)

Thanks. I tagged current master upstream as 0.72 and bumped this package to point to it

MarsSeed commented on 2022-03-14 18:19 (UTC)

The git master branch contains the needed fixes for the previously mentioned failure. That version builds without any issue.

I suggest to update this package to that version. It is sometimes necessary and even Arch repo maintainers occasionally choose to update stable (non-VCS-following) packages to an untagged commit.

I've created a patch for you if you choose to follow my advice.

https://drive.google.com/file/d/1qJUNhOXgoELsdCixO_cJi01DMG8Patie/view?usp=sharing

Just put the patch temporarily in dir where your PKGBUILD is.

Then run git apply 0001-update-to-latest-git-commit-to-fix-build.patch in that dir. (Then delete the patch file.)

Note; this does not make your package a VCS package, as I've harcoded the commit that is latest at this moment. In line with how Arch maintainers do similar updates.

MarsSeed commented on 2022-03-14 18:01 (UTC)

Paramano build fails because of config bug, it still expects gtk2:

cc -o paramano-set paramano_set.o common.o getcore.o getfreq.o getgov.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0
cc -o paramano bat_tray.o common.o config_file.o defaults.o getcore.o getfreq.o getgov.o paramano.o tray.o paramano_set_interface.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_FREQ'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_BAT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_AC_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_SHOW_BATTERY'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_THEME'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: config_file.o (symbol from plugin): in function `config_open':
(.text+0x0): multiple definition of `DEFAULT_PROG'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_FREQ'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_PROG'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_BAT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_AC_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_SHOW_BATTERY'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: defaults.o (symbol from plugin): in function `defaults_init':
(.text+0x0): multiple definition of `DEFAULT_THEME'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_SHOW_BATTERY'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_THEME'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_AC_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_BAT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_PROG'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_FREQ'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: paramano.o (symbol from plugin): in function `main':
(.text+0x0): multiple definition of `DEFAULT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_THEME'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_AC_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_BAT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_FREQ'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_GOV'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_SHOW_BATTERY'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: tray.o (symbol from plugin): in function `DEFAULT_THEME':
(.text+0x0): multiple definition of `DEFAULT_PROG'; bat_tray.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:27: paramano] Error 1
make: Leaving directory '/home/marcell/.cache/yay/paramano/src/paramano-0.71'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build:

phillid commented on 2019-10-09 07:18 (UTC)

@davidmc971 Thanks for the heads up! Looks like something changed since Jan 2017 when the last version bump happened. I've added a patch to the build to solve this, so the build should be fine now

davidmc971 commented on 2019-10-07 18:05 (UTC)

Hello there, great application. Only problem I had was an error about hb.h when compiling, fixed it by adding

-I/usr/include/harfbuzz

to CFLGAS in config.mk and manually running "make all" in the source directory.

phillid commented on 2017-01-06 08:13 (UTC)

Hi, penguin_arch, a new release was made upstream with fixes including correction to the parsing of governors. Please rebuild and see if this new release fixes your issues. If not, please report the issue upstream (github, or email me) rather than this AUR package page. Thanks, and all the best.

penguin_arch commented on 2016-12-30 09:33 (UTC)

When right click the icon on xcfe panel,Paramano shows empty dots under performance governor. Why? How to remove these empty dots ?

phillid commented on 2016-04-02 23:36 (UTC)

Hi, all done. Thanks for the catch