Page 1 of 1

Can't move windows on desktop

Posted: Thu Sep 08, 2016 8:14 am
by giordano
Hi,

After installing Debian 8 lxde Version I could open iceweasel (and leafpad, libreoffice etc.) and move the browser/windows, resize and using menus. After restart all applications I opened were not able to be moved and to be resized. When I open for example leafpad it will open at the left top corner. This is also valid for all other applications I tried.

Another thing I realized is that after installation I could use shortcuts like alt+f2 to open the command-windows. This is not any more possible.

A similar question was already posted in 2013 without solving:
http://forum.lxde.org/viewtopic.php?f=5 ... 1&start=10

Any idea how I can solve this problem? Thanks for help.

Re: Can't move windows on desktop

Posted: Thu Sep 08, 2016 5:38 pm
by drooly
when you see the problem, please open a terminal and type

Code: Select all

ps aux | grep openbox
and post the output here.

Re: Can't move windows on desktop

Posted: Fri Sep 09, 2016 2:04 pm
by giordano
Hi drooly,

Here is the output:
study1 2970 0.0 0.0 12748 2112 pts/0 S+ 15:50 0:00 grep openbox

What means that?

I have further informations: I installed XFCE and I don't have such problems. With XFCE I can work with windows and using alt+f2 to open application.

Thanks for help

Re: Can't move windows on desktop

Posted: Mon Sep 12, 2016 7:32 pm
by drooly
this means that your window manager (openbox) is NOT running.
that's why you can't move windows, and they don't have any borders.
i have no clue how this can happen; openbox is an essential part of lxde and should be present and running.

when the problem occurs, please open a terminal and enter

Code: Select all

openbox
and post the output here.

better even, enter

Code: Select all

sudo apt-get update
sudo apt-get insatll openbox
and post the output here.