Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 6293  / 1 Year ago, sat, april 8, 2023, 12:24:09

The dropdown menu I get when I click on the gear link in the top right corner only shows these options:




  • Lock Computer

  • Logout

  • Suspend

  • Hibernate

  • Shutdown



There is no "restart" or "reboot".



How can I make that option available?



Bonus question: Can I remove Hibernate, Lock, and Suspend?


More From » unity

 Answers
1

The removal of the Restart menu item was a deliberate design decision - and to enforce this the developers actually removed the code...



Thus - the gconf/dconf entry...



enter image description here



... is actually a redundant entry that should have/but hasnt been removed.



To get the restart menu option back you will need to download the source code (oneiric v0.3.7 at the time of writing this) and to add back the code that was removed...



Fortunately #post11 of the bug report gave some example code of how to make the menu option reappear. If you want to go down this route - you'll need to manually merge in the changes since the diff patch no longer marry up with the current code content.



Happy compiling :)


[#42893] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ularousand

Total Points: 380
Total Questions: 109
Total Answers: 101

Location: England
Member since Tue, Sep 8, 2020
4 Years ago
;