eddiefullmetal / gnome-shell-extensions

Various extensions for the gnome-shell
23 stars 12 forks source link

Gnome-Shell status-bar is moved up #11

Open zakoon opened 11 years ago

zakoon commented 11 years ago

The Gnome-Shell status-bar is moved up (see the screenshots)

I think it's a misscalculation on the monitor-size, because if I change monitor-resolution, and then switch it back to normal, everything is fine. Only on the first startup, the Gnome-Shell-Layout is broken.

Side effect: The "invisible space" on the Desktop Layer at the bottom is not responsive! If I have a dock there, for example, I can't click it!

Screenshots: http://media.cdn.ubuntu-de.org/forum/attachments/21/46/5027622-Arbeitsflache_1_005.jpg http://media.cdn.ubuntu-de.org/forum/attachments/21/46/5027622-Bildschirmfoto_vom_2012-11-15_084517.jpg

mathematicalcoffee commented 11 years ago

Yeah I noticed this one but I thought eddiefullmetal fixed it already.

Comment out the lines:

        case EDGE_BOTTOM:
            //Main.messageTray.actor.get_parent().set_y(Main.layoutManager.primaryMonitor.height - Main.messageTray.actor.get_parent().get_height()); // <------ THIS ONE
            ...
        case EDGE_BOTTOM:                                                   
            //Main.messageTray.actor.get_parent().set_y(Main.layoutManager.primaryMonitor.height - ... // <-- THIS ONE
zakoon commented 11 years ago

Nice, that seems to fix it :-)

(I commented out the lines you told me, but at "case EDGE_BOTTOM" and "case EDGE_TOP:", I hope that's what you ment... because there are no such two lines with "case EDGE_BOTTOM" ;-)

mathematicalcoffee commented 11 years ago

yeah, that's what I meant

On 17 November 2012 21:21, zakoon notifications@github.com wrote:

Nice, that seems to fix it :-)

(I commented out the lines you told me, but at "case EDGE_BOTTOM" and "case EDGE_TOP:", I hope that's what you ment... because there are no such two lines with "case EDGE_BOTTOM" ;-)

— Reply to this email directly or view it on GitHubhttps://github.com/eddiefullmetal/gnome-shell-extensions/issues/11#issuecomment-10473086.

ticoombs commented 11 years ago

Please Pull this and push it to extensions.gnome.org as many others will have this problem. :+1: For anyone else, the line numbers are 550 and 556

gncs commented 11 years ago

Yes, many users, including me, have this problem. Please add this fix to the repositories and push it to extensions.gnome.org. Thanks :+1: