How I can set-up LXTerminal in Lubuntu to start maximized?

9,286

Solution 1

OBApps work for me. GUI for edit OpenBox options. Official page.

enter image description here

Solution 2

For Ubuntu 12.04:

Inside the applications block in /home/(your username)/.config/openbox/lxde-rc.xml, add the following block and it will work:

<applications>
    <application name="lxterminal">
        <maximized>yes</maximized>
    </application>
</applications>

Similarly, if you want to minimize it, use iconic tab and set to "no".

If you want it full screen, there is also the aptly named fullscreen tag you can use exactly as the maximized tag example above.

Share:
9,286

Related videos on Youtube

Vitaly Zdanevich
Author by

Vitaly Zdanevich

Updated on September 18, 2022

Comments

  • Vitaly Zdanevich
    Vitaly Zdanevich over 1 year

    When I push CTRL + ALT + T I want see my default LXTerminal in Lubuntu 13.04 in full size (not like F11). I know that I can push CTRL + ALT + F1 and get tty-terminal - it good for some situations, but sometimes I need, for example, copy text from/to terminal.

    I found that I can bind in .config/openbox/lubuntu-rc.xml command lxterminal --geometry=85x27 - its very good, but sometimes I need configure not one PC with Lubuntu - and all this PC may be with anothers screen resolution. And lxterminal --geometry=85x27 look little as not good as, like LXTerminal in full screen.

    • Mitch
      Mitch almost 11 years
      Try this Post, see if it helps.
  • Vitaly Zdanevich
    Vitaly Zdanevich about 9 years
    Now I am at Xubuntu 14.04 and at ~/.config I not have folder openbox. I need create it?
  • Brian
    Brian about 9 years
    You are going to need to install openbox, not just create the folder. Found this with a quick google search, haven't tried it though as I'm not a Xubuntu user myself: dottech.org/129812/how-to-install-openbox-xubuntu-linux
  • Vitaly Zdanevich
    Vitaly Zdanevich about 9 years
    openbox already installed at Xubuntu
  • rbaleksandar
    rbaleksandar over 8 years
    There is not even a predefined hotkey to do that. Yet another proof added to the pile of "LXDE is lightweight because it lacks even basic functionality". Pretty sad...
  • Serp C
    Serp C over 6 years
    The file was ~/.config/openbox/lubuntu-rc.xml for me in Lubuntu 16.04 and 17.10.