-
Notifications
You must be signed in to change notification settings - Fork 210
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
fails to open terminal error #2707
Comments
Please actually run |
I had same problem on a 8gb PI5 with a brand new load of pi-apps. DewysPi5-8mb:~/pi-apps/apps/Windows Flasher $ ~/pi-apps/api get_device_info thanks |
@dkuenzi1, do you also get the |
Yes, same message as the original responder had summited
|
Same error as above on raspberry pi 4 with up-to-datebookworm. I saw that this was my default terminal that was picked: AS TEMPORARELY BYPASS I replaced line 46 in file /home//pi-apps/etc/teminal-run as follows and then I could install properly as a terminal was opened! #terminal="$(basename "$(readlink -f "$(command -v x-terminal-emulator)")")" AS A BETTER SOLUTION THAN THE BYPASS ABOVE: RUN this command and set the default terminal to lxterminal OR the one you want from the list, but not the gnome-terminal(.wrapper) sudo update-alternatives --config x-terminal-emulator |
It is strange to me that this would be an issue on the default Pi OS. |
that is concerning for different reasons. There isn't any good reason that gnome-terminal shouldn't work on PiOS. It always did previously. If you have a spare SD card, flash the latest bookworm image, update it fully, install gnome-terminal, reboot, and then try to launch gnome-terminal. If it doesn't work then file a bug here https://github.com/raspberrypi/bookworm-feedback/issues |
I run bookworm from SSD. I currently use a different terminal. I run sudo
apt update almost everyday, so I am up to date.
Op zo 19 jan. 2025 03:48 schreef theofficialgman ***@***.***>:
… I saw that this was my default terminal that was picked:
Default x-terminal-emulator: gnome-terminal.wrapper
I typed that into a terminal but starting it results in a hang (nothing
happens anymore). This is valid for gnome-terminal.wrapper as well as
gnome-terminal!
that is concerning for different reasons. There isn't any good reason that
gnome-terminal shouldn't work on PiOS. It always did previously. If you
have a spare SD card, flash the latest bookworm image, update it fully,
install gnome-terminal, reboot, and then try to launch gnome-terminal. If
it doesn't work then file a bug here
https://github.com/raspberrypi/bookworm-feedback/issues
—
Reply to this email directly, view it on GitHub
<#2707 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAW36FURGLMIBT4KSFWXZ432LMHALAVCNFSM6AAAAABVIINB4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBQGUZDSMJRHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Confirmations
What happened?
failing to open terminal error
Description
cat: /home/jay/pi-apps/data/update-status/updatable-files: No such file or directory
YAD_XID is 0x1200003
Flags to be passed to yad: --geometry=480x600+760+225 --skip-taskbar --close-on-unfocus
Updater mode: gui
Scanning apps... Done
Scanning files... Done
error connecting to /tmp/tmux-1002/default (No such file or directory)
terminal-run: No terminal detected as it never created the pid file within 10 seconds.
(yad:32561): IBUS-WARNING **: 22:23:44.973: Unable to connect to ibus: Could not connect: Connection refused
What are your system specs (run the following command in your terminal)?
cat: /home/jay/pi-apps/data/update-status/updatable-files: No such file or directory YAD_XID is 0x1200003 Flags to be passed to yad: --geometry=480x600+760+225 --skip-taskbar --close-on-unfocus Updater mode: gui Scanning apps... Done Scanning files... Done error connecting to /tmp/tmux-1002/default (No such file or directory) terminal-run: No terminal detected as it never created the pid file within 10 seconds. (yad:32561): IBUS-WARNING **: 22:23:44.973: Unable to connect to ibus: Could not connect: Connection refused rpi 5 16 gb arm ubuntu
(Recommended) Error log? Terminal output? Debug messages?
cat: /home/jay/pi-apps/data/update-status/updatable-files: No such file or directory YAD_XID is 0x1200003 Flags to be passed to yad: --geometry=480x600+760+225 --skip-taskbar --close-on-unfocus Updater mode: gui Scanning apps... Done Scanning files... Done error connecting to /tmp/tmux-1002/default (No such file or directory) terminal-run: No terminal detected as it never created the pid file within 10 seconds. (yad:32561): IBUS-WARNING **: 22:23:44.973: Unable to connect to ibus: Could not connect: Connection refused
The text was updated successfully, but these errors were encountered: