Package Details: optimus-manager-qt 1.6.9-3

Git Clone URL: https://aur.archlinux.org/optimus-manager-qt.git (read-only, click to copy)
Package Base: optimus-manager-qt
Description: A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu
Upstream URL: https://github.com/Shatur/optimus-manager-qt
Keywords: Intel Nvidia Optimus Qt
Licenses: GPL3
Submitter: Shatur
Maintainer: Shatur
Last Packager: Shatur
Votes: 70
Popularity: 0.22
First Submitted: 2019-02-27 10:13 (UTC)
Last Updated: 2024-07-05 07:58 (UTC)

Pinned Comments

Shatur commented on 2019-02-27 10:15 (UTC) (edited on 2024-07-05 07:58 (UTC) by Shatur)

If you are using Plasma, it is recommended to replace in PKGBUILD _with_plasma=false with _with_plasma=true to use additional KDE API feautures (this also adds additional dependencies).

Latest Comments

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

VainJoker commented on 2022-01-05 03:05 (UTC)

Maybe you should change the upstream to "https://github.com/Shatur/optimus-manager-qt"

Shatur commented on 2021-09-12 06:13 (UTC) (edited on 2021-09-12 06:14 (UTC) by Shatur)

@chirsz, the _with_plasma environment variable will look strange. Usually you should edit such PKGBUILDs.

Shatur commented on 2021-09-12 06:12 (UTC) (edited on 2021-09-12 06:14 (UTC) by Shatur)

@utx0, yes, it should.

utx0 commented on 2021-09-12 00:05 (UTC)

does this package work with gnome at all??

chirsz commented on 2021-07-01 11:02 (UTC) (edited on 2021-07-01 11:04 (UTC) by chirsz)

Maybe it's better to check and set default value of _with_plasma instead of setting it directly?

Like that:

diff --git a/PKGBUILD b/PKGBUILD
index d43aba7..2bbb0b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
 # Maintainer: Shatur <genaloner@gmail.com>

 # Use KDE API features (recommended for Plasma users)
-_with_plasma=false
+if [ -z _with_plasma ]
+then
+  _with_plasma=false
+fi

 pkgname=optimus-manager-qt
 pkgver=1.6.3

Then we could use environment variable _with_plasma to set it, no need to edit PKGBUILD.

Shatur commented on 2021-05-29 14:35 (UTC)

@PowaBanga, it already contains an icon. You can change the icon yourself by overwriting .desktop file in your home directory.

PowaBanga commented on 2021-05-29 08:29 (UTC)

can you edit optimus-manager.desktop to add icon=optimus-manager

plz ?

Shatur commented on 2021-04-01 20:08 (UTC)

@jusw85, thanks, added.

jusw85 commented on 2021-04-01 12:20 (UTC)

error: could not find git for clone of singleapplication-populate

git is missing from makedepends

leafh commented on 2021-03-01 11:52 (UTC)

@Shatur 十分感谢 按照你提供的信息,问题已经解决了。