Search Criteria
Package Details: stacer-git 1.3.0.r3.g07a0966-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stacer-git.git (read-only, click to copy) |
---|---|
Package Base: | stacer-git |
Description: | Linux System Optimizer and Monitoring |
Upstream URL: | https://stacer.quentium.fr/ |
Licenses: | GPL3 |
Conflicts: | stacer |
Provides: | stacer |
Submitter: | Drommer |
Maintainer: | Drommer |
Last Packager: | Drommer |
Votes: | 1 |
Popularity: | 0.040066 |
First Submitted: | 2024-09-11 18:55 (UTC) |
Last Updated: | 2024-09-11 18:55 (UTC) |
Latest Comments
ArgaKhan commented on 2025-02-28 09:31 (UTC) (edited on 2025-02-28 09:31 (UTC) by ArgaKhan)
segmentation fault (core dumped) stacer
strace stacer
command output:output.txt
oscarestrada commented on 2025-01-18 17:53 (UTC)
Failed to build due to missing qt5-charts:
-- Detecting CXX compile features - done CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Charts" with any of the following names:
Add the installation prefix of "Qt5Charts" to CMAKE_PREFIX_PATH or set "Qt5Charts_DIR" to a directory containing one of the above files. If "Qt5Charts" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:45 (find_package)
Issue got fixed once package qt5-charts was installed
ferreol commented on 2024-10-29 05:37 (UTC)
Thank you for this package. I have an error lupdate not found when I install. so I update line 29 an 30 on PKGBUILD from : lupdate stacer/stacer.pro -no-obsolete lrelease stacer/stacer.pro To : /usr/lib/qt6/bin/lupdate stacer/stacer.pro -no-obsolete /usr/lib/qt6/bin/lrelease stacer/stacer.pro