You are not logged in.

#1 2020-12-07 23:00:09

showipatlogon
Member
Registered: 2020-09-01
Posts: 5

How to setup LxTerminal by default OpenBox.

Hello all !

I'm running ArchLinux with OpenBox.  I installed htop which appears in my openbox-menu, but when launched it wants xterm as supposed to lxterminal which is currently installed.

My workaround is to create a symlink xterm pointing to lxterminal, but that's ugly.

I've read that it may be possible to set up my default terminal into my menu.xml file, for openbox but can't find the right code to make it happen.

my exo-preferred-applications installed shows lxterminal.  doesn't make a difference.

Here's my htop.desktop file.  There's no mention in there to use xterm.

__________________________________________________

[Desktop Entry]
Version=1.0
Name=Htop
Type=Application
Comment=Show System Processes
Terminal=true
Exec=htop
Icon=htop
Categories=ConsoleOnly;System;
GenericName=Process Viewer

____________________________________________________


My $TERM shows xterm-256color.  Not sure if it's relevant.

Any help would be super appreciated.

Thx!

Offline

#2 2020-12-07 23:21:37

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: How to setup LxTerminal by default OpenBox.

How does the openbox menu call htop (what is in openbox menu.xml)?

How did you install openbox? How did you customize the menu?

Offline

#3 2020-12-08 03:50:42

showipatlogon
Member
Registered: 2020-09-01
Posts: 5

Re: How to setup LxTerminal by default OpenBox.

How does the openbox menu call htop (what is in openbox menu.xml)?

menu.xml:  https://pastebin.com/EC33vVs1


How did you install openbox? How did you customize the menu?

Installed Xorg, and Openbox.  Took the .config files from another distro (ArchBang 2012).  So I did customize the menu (well, copied it over).

... The openbox-menu applications.menu will kick in and load up htop.desktop.

Here's htop.desktop: https://pastebin.com/9byKPuh6

Thx !

Offline

#4 2020-12-08 09:24:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,678

Re: How to setup LxTerminal by default OpenBox.

<menu id="desktop-app-menu" label="Applications" execute="openbox-menu applications.menu"/>

(ArchBang 2012) … (well, copied it over)

https://wiki.archlinux.org/index.php/Openbox#Menus
The generators will allow you to configure the VTE process.

Offline

Board footer

Powered by FluxBB