Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to meet dependencies for building lxterminal #111

Open
creas002 opened this issue Jan 15, 2023 · 1 comment
Open

Unable to meet dependencies for building lxterminal #111

creas002 opened this issue Jan 15, 2023 · 1 comment

Comments

@creas002
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant