How to disable the brightness slider in the Gnome 3 aggregate menu?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I have a desktop with a UPS connected to it. In the Gnome menu where I can log off I have another slider below the volume slider which appears to be the brightness slider and it doesn't work nor did I expect it to work. How can I remove this or how can I tell Gnome that, yes my computer has a battery but that doesn't mean it's a laptop or that brightness controls work with these monitors.



I checked all extensions offered for brightness on the Gnome website, looked at Gnome help and checked all I can find in dconf editor under /org/gnome, no luck.



Edit: I found this repository: https://github.com/dffischer/gnome-aggregatemenu-hider I installed waf but but the hider fails to build:



$ ./waf --targets=Brightness configure build
Setting top to : gnome-aggregatemenu-hider
Setting out to : gnome-aggregatemenu-hider/build
'configure' finished successfully (0.004s)
Waf: Entering directory `gnome-aggregatemenu-hider/build'
Waf: Leaving directory `gnome-aggregatemenu-hider/build'
Build failed
Traceback (most recent call last):
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Runner.py", line 245, in task_status
return tsk.runnable_status()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 364, in runnable_status
new_sig=self.signature()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 346, in signature
self.sig_vars()
File "./template.py", line 15, in sig_vars
super().sig_vars()
TypeError: super() takes at least 1 argument (0 given)









share|improve this question























  • This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
    – vanadium
    Sep 9 at 12:28














up vote
3
down vote

favorite












I have a desktop with a UPS connected to it. In the Gnome menu where I can log off I have another slider below the volume slider which appears to be the brightness slider and it doesn't work nor did I expect it to work. How can I remove this or how can I tell Gnome that, yes my computer has a battery but that doesn't mean it's a laptop or that brightness controls work with these monitors.



I checked all extensions offered for brightness on the Gnome website, looked at Gnome help and checked all I can find in dconf editor under /org/gnome, no luck.



Edit: I found this repository: https://github.com/dffischer/gnome-aggregatemenu-hider I installed waf but but the hider fails to build:



$ ./waf --targets=Brightness configure build
Setting top to : gnome-aggregatemenu-hider
Setting out to : gnome-aggregatemenu-hider/build
'configure' finished successfully (0.004s)
Waf: Entering directory `gnome-aggregatemenu-hider/build'
Waf: Leaving directory `gnome-aggregatemenu-hider/build'
Build failed
Traceback (most recent call last):
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Runner.py", line 245, in task_status
return tsk.runnable_status()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 364, in runnable_status
new_sig=self.signature()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 346, in signature
self.sig_vars()
File "./template.py", line 15, in sig_vars
super().sig_vars()
TypeError: super() takes at least 1 argument (0 given)









share|improve this question























  • This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
    – vanadium
    Sep 9 at 12:28












up vote
3
down vote

favorite









up vote
3
down vote

favorite











I have a desktop with a UPS connected to it. In the Gnome menu where I can log off I have another slider below the volume slider which appears to be the brightness slider and it doesn't work nor did I expect it to work. How can I remove this or how can I tell Gnome that, yes my computer has a battery but that doesn't mean it's a laptop or that brightness controls work with these monitors.



I checked all extensions offered for brightness on the Gnome website, looked at Gnome help and checked all I can find in dconf editor under /org/gnome, no luck.



Edit: I found this repository: https://github.com/dffischer/gnome-aggregatemenu-hider I installed waf but but the hider fails to build:



$ ./waf --targets=Brightness configure build
Setting top to : gnome-aggregatemenu-hider
Setting out to : gnome-aggregatemenu-hider/build
'configure' finished successfully (0.004s)
Waf: Entering directory `gnome-aggregatemenu-hider/build'
Waf: Leaving directory `gnome-aggregatemenu-hider/build'
Build failed
Traceback (most recent call last):
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Runner.py", line 245, in task_status
return tsk.runnable_status()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 364, in runnable_status
new_sig=self.signature()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 346, in signature
self.sig_vars()
File "./template.py", line 15, in sig_vars
super().sig_vars()
TypeError: super() takes at least 1 argument (0 given)









share|improve this question















I have a desktop with a UPS connected to it. In the Gnome menu where I can log off I have another slider below the volume slider which appears to be the brightness slider and it doesn't work nor did I expect it to work. How can I remove this or how can I tell Gnome that, yes my computer has a battery but that doesn't mean it's a laptop or that brightness controls work with these monitors.



I checked all extensions offered for brightness on the Gnome website, looked at Gnome help and checked all I can find in dconf editor under /org/gnome, no luck.



Edit: I found this repository: https://github.com/dffischer/gnome-aggregatemenu-hider I installed waf but but the hider fails to build:



$ ./waf --targets=Brightness configure build
Setting top to : gnome-aggregatemenu-hider
Setting out to : gnome-aggregatemenu-hider/build
'configure' finished successfully (0.004s)
Waf: Entering directory `gnome-aggregatemenu-hider/build'
Waf: Leaving directory `gnome-aggregatemenu-hider/build'
Build failed
Traceback (most recent call last):
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Runner.py", line 245, in task_status
return tsk.runnable_status()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 364, in runnable_status
new_sig=self.signature()
File "gnome-aggregatemenu-hider/.waf-2.0.11-d998e576e79d26a553b299ec4e56967b/waflib/Task.py", line 346, in signature
self.sig_vars()
File "./template.py", line 15, in sig_vars
super().sig_vars()
TypeError: super() takes at least 1 argument (0 given)






18.04 brightness gnome-shell ups






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 13 at 22:27

























asked Sep 9 at 12:21









LiveWireBT

20.7k1769149




20.7k1769149











  • This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
    – vanadium
    Sep 9 at 12:28
















  • This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
    – vanadium
    Sep 9 at 12:28















This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
– vanadium
Sep 9 at 12:28




This would probably requiring writing an extension. I did not find extensions that would disable the control, however.
– vanadium
Sep 9 at 12:28










1 Answer
1






active

oldest

votes

















up vote
3
down vote













If you can live without the power indicator you may try the following workaround.



Install a GNOME shell extension called Extend Panel Menu. This would "move the Power/Network/Volume/User/Date/Notifications menus to the status area" from the aggregate menu. The brightness control slider should be in the power indicator.



Then from the extension's preferences disable the power indicator (and other unnecessary indicators).






share|improve this answer


















  • 1




    That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
    – LiveWireBT
    Sep 9 at 14:40










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1073625%2fhow-to-disable-the-brightness-slider-in-the-gnome-3-aggregate-menu%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote













If you can live without the power indicator you may try the following workaround.



Install a GNOME shell extension called Extend Panel Menu. This would "move the Power/Network/Volume/User/Date/Notifications menus to the status area" from the aggregate menu. The brightness control slider should be in the power indicator.



Then from the extension's preferences disable the power indicator (and other unnecessary indicators).






share|improve this answer


















  • 1




    That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
    – LiveWireBT
    Sep 9 at 14:40














up vote
3
down vote













If you can live without the power indicator you may try the following workaround.



Install a GNOME shell extension called Extend Panel Menu. This would "move the Power/Network/Volume/User/Date/Notifications menus to the status area" from the aggregate menu. The brightness control slider should be in the power indicator.



Then from the extension's preferences disable the power indicator (and other unnecessary indicators).






share|improve this answer


















  • 1




    That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
    – LiveWireBT
    Sep 9 at 14:40












up vote
3
down vote










up vote
3
down vote









If you can live without the power indicator you may try the following workaround.



Install a GNOME shell extension called Extend Panel Menu. This would "move the Power/Network/Volume/User/Date/Notifications menus to the status area" from the aggregate menu. The brightness control slider should be in the power indicator.



Then from the extension's preferences disable the power indicator (and other unnecessary indicators).






share|improve this answer














If you can live without the power indicator you may try the following workaround.



Install a GNOME shell extension called Extend Panel Menu. This would "move the Power/Network/Volume/User/Date/Notifications menus to the status area" from the aggregate menu. The brightness control slider should be in the power indicator.



Then from the extension's preferences disable the power indicator (and other unnecessary indicators).







share|improve this answer














share|improve this answer



share|improve this answer








edited Sep 9 at 13:20

























answered Sep 9 at 13:15









pomsky

23.2k77299




23.2k77299







  • 1




    That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
    – LiveWireBT
    Sep 9 at 14:40












  • 1




    That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
    – LiveWireBT
    Sep 9 at 14:40







1




1




That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
– LiveWireBT
Sep 9 at 14:40




That's a creative workaround, but I like to keep the menu as it is and just remove this one slider. :)
– LiveWireBT
Sep 9 at 14:40

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1073625%2fhow-to-disable-the-brightness-slider-in-the-gnome-3-aggregate-menu%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

How to combine Bézier curves to a surface?

Carbon dioxide

Why am i infinitely getting the same tweet with the Twitter Search API?