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

pi-apps won't launch #2525

Closed
3 tasks done
gbrandt1 opened this issue Jan 12, 2024 · 8 comments
Closed
3 tasks done

pi-apps won't launch #2525

gbrandt1 opened this issue Jan 12, 2024 · 8 comments
Labels
bug Something isn't working waiting on response Further information is requested from the issue owner by the pi-apps devs

Comments

@gbrandt1
Copy link

Confirmations

What happened?

after running pi-apps various errors appear and gui does not launch

Description

various error messages at startup

What are your system specs (run the following command in your terminal)?

OS: Debian GNU/Linux 12 (bookworm)
OS architecture: 64-bit
Last updated Pi-Apps on: 01/11/2024
Latest Pi-Apps version: 01/12/2024
Kernel: aarch64 6.1.0-rpi7-rpi-2712
Device model: Raspberry Pi 5 Model B Rev 1.0
SOC identifier: bcm2712
Cpu name: Cortex-A76
Ram size: 8.04 GB
Raspberry Pi OS image version: 2023-10-10
Language: en_US.UTF-8

(Recommended) Error log? Terminal output? Debug messages?

🭊🬹🬹🬹🬿
 🭇🬭🬭🬎🬭🬭🬭🬎🬭🬭🬼
 🮉  ▄ ▄ ▄  ▋   █▀▀🭍 ▄
 🮉  ▄ ▄ ▄  ▋   █▄▄🭞 ▄ ▄▄ 🭂▀▀█ █▀▀🭍 █▀▀🭍 🭂🬰🬰🬰
 🮉  ▄ ▄ ▄  ▋   █    █    🭓▄▄█ █▄▄🭞 █▄▄🭞 ▄▄▄🭞
 🭦🭏🬭🬭🬭🬭🬭🬭🬭🭄🭛                  █    █


runonce(): '  dependencies='yad curl wget aria2 lsb-release software-properties-common apt-utils apt-transport-https gnupg imagemagick bc librsvg2-bin locales shellcheck git wmctrl xdotool x11-utils rsync unzip debsums'
  # Install dependencies if necessary
  if ! dpkg -s $dependencies >/dev/null 2>&1; then
    sudo_popup apt install $dependencies -y -f --no-install-recommends
  fi' succeeded. Added to list.
runonce(): '  if ! is_supported_system >/dev/null;then
    text="YOUR SYSTEM IS UNSUPPORTED:
$(is_supported_system)

Pi-Apps will disable the sending of any error reports until you have resolved the issue above.
Your mileage may vary with using Pi-Apps in this state. Expect the majority of apps to be broken."

    yadflags=(--class Pi-Apps --name "Pi-Apps" --window-icon="${DIRECTORY}/icons/logo.png" --title="Pi-Apps")
    userinput_func "$text" "Ok"
  fi
  true' succeeded. Added to list.
Can't open display
Can't open display
/home/gbrandt/pi-apps/gui: line 196: [: -le: unary operator expected
/home/gbrandt/pi-apps/gui: line 196: [: -le: unary operator expected
pipe is /tmp/tmp.VxcdiqIpED
detailspid is /tmp/tmp.uf0FbqxIGY
tail: warning: --retry only effective for the initial open

Updater mode: set-status

Checking for online changes...
(Pi-Apps:59006): Gtk-WARNING **: 21:32:33.741: cannot open display:
@gbrandt1 gbrandt1 added the bug Something isn't working label Jan 12, 2024
Copy link
Contributor

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

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.

@Botspot
Copy link
Owner

Botspot commented Jan 12, 2024

Are you running this command in the console, or with ssh or something?
It looks like something with your display or screen is the cause of the problems.

@gbrandt1
Copy link
Author

After installation I first tried to run from the Desktop using the launch icon.

When the GUI didn't come up, I started from the shell to see if any errors would appear, with the results posted above.

So while I agree the error points at display/screen there seems to be also unrelated shell parsing errors.

I did try to set $DISPLAY=:0.0 manually to but it didn't help.

@Botspot
Copy link
Owner

Botspot commented Jan 13, 2024

Yeah you would get similar display-related errors from trying to run any GUI program in the shell.
Try opening a terminal within your desktop environment and run pi-apps in there. That should help show a bit more of what is going on here.

@theofficialgman theofficialgman added the waiting on response Further information is requested from the issue owner by the pi-apps devs label Jan 15, 2024
@gbrandt1
Copy link
Author

that's what i did, i started pi-apps in a terminal within the desktop environment. i thought that's what you meant by shell.

i don't have any problems starting any other GUI application that way (i tried e.g. a webbrowser to check), only pi-apps.

@theofficialgman
Copy link
Collaborator

theofficialgman commented Jan 15, 2024

Please test on a fresh piOS image and report back (image dated December 11th 2023) https://www.raspberrypi.com/software/operating-systems/
Since your install is unable to run applications through xwayland it seems, you likely have removed critical packages in the OS or have corruption on your install.

@gbrandt1
Copy link
Author

since the last pi-apps update it works. i didn't investigate further what changed. i didn't change anything in my system (no packages removed, added or updated)
thanks

@Botspot
Copy link
Owner

Botspot commented Jan 17, 2024

Let us know if the problem happens again.

@Botspot Botspot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting on response Further information is requested from the issue owner by the pi-apps devs
Projects
None yet
Development

No branches or pull requests

3 participants