Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Workaround to manage large windows in small desktop
PostPosted: Wed Mar 18, 2009 9:55 am 
Offline
User avatar

Joined: Wed Jan 14, 2009 6:30 pm
Posts: 61
Location: Murcia - Spain
eeePC model: 904HD
Aurora version: Standard 3.0
I've had serious problems to manage large (vertical) windows in the small 600 pixels Y-resolution screen of my eeepc. The lowest part of the window was not shown in the screen. Maximizing the window gets the problem worse, as it begins to blink up-down at any click you make on it, trying to show the hidden window part and most times causing you to click on the undesired place.

In the default desktop config, windows are prevented to be moved/dragged above the screen top, so that moving windows upwards to show their lowest parts is not possible.

I've found a workaround that is not the ultimate solution, but it helps a lot (it does for me at least) consisting of allowing windows to be moved beyond the top screen limit.

To make this desktop config change, type the following on a terminal:
Code:
gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0
From this point on, you may move the window above the screen top. Just keep Alt pressed and then drag the window by clicking on any point of it. To make the window title bar to appear back again, just do the same dragging it downwards.

As I said, this is not the ultimate solution, but I believe it helps to manage with those large windows that sometimes appear (examples of windows that behave this way are the advanced desktop effects settings --ccsm-- and the Evolution new account creation assistant.)

Regards,

--Bixejo

Source: https://help.ubuntu.com/community/EeePC/Using

_________________
https://launchpad.net/~bixo-bixejo
EeePC 904HD - 150Gb HD - 2Gb RAM - Eeebuntu Standard 3.0
Ubuntu 10.04-desktop-amd64 on desktop, Ubuntu 10.04-desktop-amd64 on laptop


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Thu Mar 19, 2009 6:39 pm 
Offline
User avatar

Joined: Thu Mar 12, 2009 2:36 pm
Posts: 32
Location: Montreal, CANADA
eeePC model: 1000
Aurora version: Other
Than you. Perhaps this can be incorporated into a standard FAQ for this site?

_________________
EeePC 1000 - 40Gb SSD - 1G RAM - TSST SE5084B USB external DVD writer
"You only live ONCE: let's make life BETTER for each other."


Top
 Profile  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Sun Mar 22, 2009 8:47 pm 
Offline
User avatar

Joined: Wed Jan 14, 2009 6:30 pm
Posts: 61
Location: Murcia - Spain
eeePC model: 904HD
Aurora version: Standard 3.0
asus_user wrote:
Than you. Perhaps this can be incorporated into a standard FAQ for this site?

You're welcome. Helping other people is always a pleasure, so I'm glad to see that this post has been useful for you at least.

As for including this in the standard FAQ, I believe that site administrators should decide whether this is relevant enough for doing so. They usually follow these posts closely, so they will do it in the case this is.

Regards,

--Bixejo

_________________
https://launchpad.net/~bixo-bixejo
EeePC 904HD - 150Gb HD - 2Gb RAM - Eeebuntu Standard 3.0
Ubuntu 10.04-desktop-amd64 on desktop, Ubuntu 10.04-desktop-amd64 on laptop


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Mon Mar 23, 2009 7:46 am 
Offline

Joined: Mon Mar 23, 2009 7:43 am
Posts: 1
I have the exact problem you mentioned, but I'm extremely clueless when it comes to computers, so I was wondering... :oops:
What's a terminal? How do I activate it?
Where do I put the code?

gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0

Thanks in advance


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Mon Mar 23, 2009 2:15 pm 
Offline

Joined: Tue Mar 17, 2009 7:49 pm
Posts: 27
Location: Kassel, Germany
eeePC model: 4g surf (701
Aurora version: NBR 3.0.1
Hi

How to open the terminal depends on the exact version you use. In eeebuntu standard you will find the terminal at Applications > Accessories > Terminal

Then just paste the line of code into the terminal-window and press enter. That's it: You may now close the window.

You might actually need to restart your eeepc for the change to take effect, but I am not sure.


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Tue Mar 24, 2009 12:35 pm 
Offline
User avatar

Joined: Wed Jan 14, 2009 6:30 pm
Posts: 61
Location: Murcia - Spain
eeePC model: 904HD
Aurora version: Standard 3.0
PapillonMonarch wrote:
I have the exact problem you mentioned, but I'm extremely clueless when it comes to computers, so I was wondering... :oops:
What's a terminal? How do I activate it?
Where do I put the code?

gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0

Thanks in advance

As already mentioned by nanos, opening a terminal depends on the exact eeebuntu edition you have installed. But in all of them (I believe) the following should work:

    1. Hit Alt-F2. This will open a dialog window that asks you for what application you want to run.
    2. In the text line enter the string gnome-terminal and click on "Run" (or "Execute", or whatever else that sounds similar to this, depending on your local language settings.)
    3. A new window with a terminal shall appear waiting for your commands. Type there (or copy and paste) the code line I dropped above and press enter.
    Done!

If you feel this is a bit messy, you can do it through a GUI application:

    1. Hit Alt-F2.
    2. In the text line enter gconf-editor and click "Run"
    3. In the left side of the new window that will appear, navigate through subfolders apps --> compiz --> plugins --> move --> allscreens --> options
    3. In this last folder you will see in the right side of the window an options list. Uncheck the box for the option constraint_y
    Done!

From the very moment you're done, you'll be able to move windows beyond the upper screen limit, no need to reboot nor even restart session.

Regards,

--Bixejo

WARNING! Be very careful with what you do while using gconf-editor! I usually do not advise new users to use this tool, but I understand that it's more comfortable than typing long commands on a terminal.

_________________
https://launchpad.net/~bixo-bixejo
EeePC 904HD - 150Gb HD - 2Gb RAM - Eeebuntu Standard 3.0
Ubuntu 10.04-desktop-amd64 on desktop, Ubuntu 10.04-desktop-amd64 on laptop


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Sun Apr 19, 2009 1:19 am 
Offline

Joined: Thu Feb 12, 2009 5:06 pm
Posts: 62
Location: Lima-PerĂº
eeePC model: 900
Aurora version: Standard 3.0
Thanks


Top
 Profile E-mail  
 
 Post subject: Re: Workaround to manage large windows in small desktop
PostPosted: Mon Jul 19, 2010 3:58 am 
Offline

Joined: Sun Jul 18, 2010 1:16 pm
Posts: 16
eeePC model: 4g non-surf (701)
Aurora version: Base 3.0
that didn't work for me at all ... was having difficulty with Evolution's missing OK buttons ... am running eee PC 701 non-surf 4G with eeebuntu 3.0 base ...

best


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: