gnome-shell-extensions icon indicating copy to clipboard operation
gnome-shell-extensions copied to clipboard

Gnome-Shell status-bar is moved up

Open zakoon opened this issue 12 years ago • 5 comments

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

zakoon avatar Nov 16 '12 21:11 zakoon

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

mathematicalcoffee avatar Nov 17 '12 00:11 mathematicalcoffee

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" ;-)

zakoon avatar Nov 17 '12 11:11 zakoon

yeah, that's what I meant

On 17 November 2012 21:21, zakoon [email protected] 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.

mathematicalcoffee avatar Nov 17 '12 13:11 mathematicalcoffee

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

ticoombs avatar Mar 16 '13 22:03 ticoombs

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

gncs avatar Apr 06 '13 12:04 gncs