Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1188  / 3 Years ago, fri, october 22, 2021, 11:52:53

I can't seem to get any indicators on my new installation of Ubuntu, I'm on a laptop so seeing the battery is pretty important, along with it just being a nuisance.



I've tried installing the indicator applet and using dconf, but they're still not showing up.



In case this matters, I had quite a few problems installing this distro, one being the 'low graphics' error, so I had to switch from lightdm then use proprietary drivers after that. Don't know if it's relevant but it might help.



Here's a screenshot of what it looks like.



enter image description here


More From » 14.04

 Answers
7

First try to install ubuntu-tweak tool.



Then, reset the Unity with unity-reset tool:



$ unity-reset
$ setsid unity


If that didn't work out try to re-install unity & desktop:



$ sudo apt-get autoremove ubuntu-desktop 
$ sudo apt-get autoremove unity
$ sudo apt-get update
$ sudo apt-get install unity
$ sudo apt-get install unity-2d
$ sudo apt-get install ubuntu-desktop
$ sudo shutdown -r now


After that upgrade if you want:



$ sudo apt-get dist-upgrade

[#24311] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
repend

Total Points: 195
Total Questions: 113
Total Answers: 107

Location: Nicaragua
Member since Tue, Dec 8, 2020
3 Years ago
;