-
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
Unable to launch pi-apps #2462
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. |
Please use the proper issue template and do not CTRL+C the script. |
Also I see that you are launching without an available display for the GUI to appear on as indicated by this log:
Pi-Apps is intended to run on the system itself in a running desktop environment. It can run via other means over the network with xserver forwarding but that is on you to setup properly if you want to run it that way. |
Actually that's what I wanted to do, but the submission was almost immediate it brought me to the reporting link while I face the error & unless I copied the error on the spot & paste it directly, I doubt I'll have a copy to list it down once it close it. Perhaps maybe on the error submission popup window, something could be specified on your requirements on how the submission you would want it to be. It's different if I was going on the GitHub page and decided to submit an issue from there. |
this is the error I get
`isaacandy@iZNDPi-01:~ $ pi-apps
๐ญ๐ฌน๐ฌน๐ฌน๐ฌฟ
๐ญ๐ฌญ๐ฌญ๐ฌ๐ฌญ๐ฌญ๐ฌญ๐ฌ๐ฌญ๐ฌญ๐ฌผ
๐ฎ โ โ โ โ โโโ๐ญ โ
๐ฎ โ โ โ โ โโโ๐ญ โ โโ ๐ญโโโ โโโ๐ญ โโโ๐ญ ๐ญ๐ฌฐ๐ฌฐ๐ฌฐ
๐ฎ โ โ โ โ โ โ ๐ญโโโ โโโ๐ญ โโโ๐ญ โโโ๐ญ
๐ญฆ๐ญ๐ฌญ๐ฌญ๐ฌญ๐ฌญ๐ฌญ๐ฌญ๐ฌญ๐ญ๐ญ โ โ
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'
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.
Can't open display
Can't open display
/home/isaacandy/pi-apps/gui: line 181: [: -le: unary operator expected
/home/isaacandy/pi-apps/gui: line 181: [: -le: unary operator expected
pipe is /tmp/tmp.YNaAIzkrcV
detailspid is /tmp/tmp.fL4IPbzDfs
tail: warning: --retry only effective for the initial open
Updater mode: set-status
Checking for online changes...
(Pi-Apps:9179): Gtk-WARNING **: 17:15:11.603: cannot open display:
Cloning into 'pi-apps'...
isaacandy@iZNDPi-01:~ $ Timestamps don't match
Generating list for ''...
Finished preload for ''
remote: Enumerating objects: 1919, done.
remote: Counting objects: 100% (1919/1919), done.
remote: Compressing objects: 100% (1566/1566), done.
remote: Total 1919 (delta 103), reused 1498 (delta 85), pack-reused 0
Receiving objects: 100% (1919/1919), 2.96 MiB | 1.16 MiB/s, done.
Resolving deltas: 100% (103/103), done.
Done
Scanning apps... Done
Scanning files... Done
cat: /home/isaacandy/pi-apps/data/update-status/updatable-apps: No such file or directory
cat: /home/isaacandy/pi-apps/data/update-status/updatable-files: No such file or directory
skipped stopping the gui
runonce(): ' if [[ "$GUI_FORMAT_VERSION" != 2 ]]; then
pkill gui && ( "${DIRECTORY}/gui" & )
echo "stopped the GUI"
else
echo "skipped stopping the gui"
fi' succeeded. Added to list.
^C`
The text was updated successfully, but these errors were encountered: