About a week ago I noticed my notification area had roughly it's own height from the bottom of the screen. How can I move it back to the bottom?
Asked
Active
Viewed 1,017 times
1
-
1This may be a bug with Gnome notifications. – Uri Herrera Dec 13 '12 at 04:07
-
Any idea where I could report this? I've looked around in launchpad, but I'm kind of new to bug reporting, so maybe I missed it... – danwoods Dec 14 '12 at 22:28
-
Look here: What tools exist to report bugs – Uri Herrera Dec 14 '12 at 22:29
2 Answers
0
Remove Main.messageTray.actor.get_parent().get_height()
at line 550 of Panel Notification extension.js
.

Eliah Kagan
- 117,780

dpu
- 1
-
1This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – Salem Jan 04 '13 at 11:19
-
1@Salem: yes, it does provide an answer to the question. It just isn't very detailed. – Flimm Jan 04 '13 at 15:28