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

tarmabal commented on 2019-11-04 05:00 (UTC)

$DESKTOP_SESSION could be use to check if the user is running plasma desktop automatically.

such as:

_plasma=false

if [ $DESKTOP_SESSION == /usr/share/xsessions/plasma ] then _plasma=true fi

Shatur commented on 2019-10-03 19:46 (UTC)

@Slowtech, yes, thanks!

Slowtech commented on 2019-10-03 14:49 (UTC)

There was an error while compiling : Project ERROR: Unknown module(s) in QT: x11extras Seems like qt5-x11extras should be in dependencies.

Jordanbelfort commented on 2019-04-20 11:56 (UTC)

Honey bee dependably utilizes the intel gpu as a matter of course, except if unequivocally educated to utilize the nvidia gpu by propelling an application utilizing primusrun or optirun. This is the reason you get diverse OpenGL libraries referenced when you run glxinfo. http://www.domyassignmentforme.com/accounting-assignment-help-service

Shatur commented on 2019-03-28 16:56 (UTC)

@edward-p, thanks, good idea. But I propose to name the packages optimus-manager-qt and optimus-manager-kde to comply with the convention of names.

edward-p commented on 2019-03-28 15:17 (UTC) (edited on 2019-03-28 15:24 (UTC) by edward-p)

@Shatur We can make split packages like this (one with KDE API features while another without): https://0x0.st/zKky.txt

However, current PKGBUILD don't support split the build() function, none-KDE users will be forced installing knotifications kiconthemes as makedepends. This PKGBUILD shouldn't to be here on AUR, but it's convenient for build machines of those binary repos then they will be able to provide two packages for both KDE users and none-KDE users.

Shatur commented on 2019-03-26 22:37 (UTC)

@jpegxguy, sorry, I accidentally added the PLASMA define directly to the qmake file. Fixed. You can remove this dependencies.

jpegxguy commented on 2019-03-26 22:14 (UTC) (edited on 2019-03-26 22:15 (UTC) by jpegxguy)

Project ERROR: Unknown module(s) in QT: KNotifications KIconThemes

Had to install those 2. (found in extra)

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).