lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 55 forks source link

Unable to meet dependencies for building lxterminal #111

Open creas002 opened 1 year ago

creas002 commented 1 year ago

Asking for help please. I'm unable to meet dependencies for building lxterminal so I might have multiple command line --command= options for multiple commands.

pi@raspberrypi:~ $ sudo apt build-dep lxterminal Reading package lists... Done Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: builddeps:lxterminal : Depends: debhelper (>= 11) but it is not going to be installed Depends: intltool but it is not installable Depends: libvte-2.91-dev but it is not installable E: Unable to correct problems, you have held broken packages.

pi@raspberrypi:~$ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster

lxterminal multiple command line.log

creas002 commented 1 year ago

Resolved and now working. I was able to successfully launch a lxterminal with 3 tabs and 3 commands all executed.

Dependency issue was resolved by installing GTK+-2.24.33 and VTE terminal emulator widget for GTK+ 2, after which I could build/make/install lxterminal successfully.

I have a bash script that dynamically spawns 24 processes, which I group in three's based on 1 of 8 SDR dongle's being used for a group of processes. Here is the command syntax I used for spawning a single group of three:

lxterminal --tabs="RTL ${id} ${band} ${mode}","Audio ${id} ${band} ${mode}","WSJTX ${id} ${band} ${mode}" --command='/home/pi/spot_scripts/dynamic/rtlcmd.sh' --command='/home/pi/spot_scripts/dynamic/ncatcmd.sh' --command='/home/pi/spot_scripts/dynamic/wsjtxcmd.sh'

lxterminal_3_tabs_commands

Thank you for adding multiple command support. Now it would be nice if I could start the lxterminal minimized when I spawn it. :)

73 AI4Y