-
Notifications
You must be signed in to change notification settings - Fork 208
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
pi-apps will not install apps with urxvt #2471
Comments
Hello there 👋 Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response. |
Do you have any terminal emulators other than urxvt installed? |
No I don't, it's the only one I use. I can install another to help test if need be. |
The list of supported terminals in the In other words, you are encountering this problem because you have uninstalled all other terminal emulators. If you had a supported terminal emulator installed, then |
I have added urxvt to terminal-run in commit 8e2f2bb. Please update pi-apps manually by running Thanks again for taking the time to reach out for help on this issue! Your issue report has made pi-apps just a little bit better for everyone. :) |
When updating via GUI, it provides an error. The error does not cause any problem, but it may throw some users off. |
What do you mean? What error? Did you see an error when updating terminal-run on your system, @Sussy-OS? |
Yes, I did. I'm not sure exactly what it said, but I'll downgrade pi-apps and try again so I can get the error. |
Here is the actual issue:
|
I'm sure that line is intended, it's just causing an error for me. Restarting fixes the problem. |
Thank you for fixing the issue! |
I know what happened. This can happen when a running script gets updated while it is running. Bash can lose track of where it was and get confused when the next lines of the file do not match what it was expecting. In the new commit f1b643b, I have encased the entire terminal-run script in |
Oh, okay. No problem. |
Confirmations
What happened?
pi-apps will not install apps with urxvt.
Description
When I try to install any app, pi-apps opens a window containing the text below:
I was able to mitigate it by adding urxvt after line 37 of
terminal-run
, and then adding this after line 97:What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: