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

Error when using AppImage #2

Open
Ivan228-s opened this issue Mar 16, 2023 · 6 comments
Open

Error when using AppImage #2

Ivan228-s opened this issue Mar 16, 2023 · 6 comments

Comments

@Ivan228-s
Copy link

sudo ~/Загрузки/berry-os-*-x86_64.AppImage

/tmp/.mount_berry-PalYFa/AppRun: 13: pushd: not found
Archive:  /tmp/.mount_berry-PalYFa/data.zip
error:  cannot create data.vmdk
        Read-only file system
/tmp/.mount_berry-PalYFa/AppRun: 15: popd: not found
qemu-system-x86_64: -drive index=1,if=virtio,file=/root/.local/share/berry-os/data.vmdk,format=vmdk: Could not open '/root/.local/share/berry-os/data.vmdk': No such file or directory
@yui0
Copy link
Owner

yui0 commented Mar 31, 2023

Hello.

I tried berry-os-12-20230222.glibc2.34-x86_64.AppImage.
But it worked normally.

This application uses the ~/.local/share/berry-os/ directory.
The code is this.
mkdir -p ~/.local/share/berry-os/

So check your directory.

@fatih-asici
Copy link

Same problem with Debian. Its /bin/sh does not support pushd/popd command. Before the first run, I gave this command:

sudo mount --bind /bin/bash /bin/sh

and it works.

@yui0
Copy link
Owner

yui0 commented Apr 8, 2023

Thank you for your information.
I'll fix this problem.

@SMNFXCN
Copy link

SMNFXCN commented Aug 3, 2023

While launching the latest berry-os-9 (2023-02-16) appimage, I get this error on my Steam Deck:
(deck@steamdeck Applications)$ ./berry-os-9.glibc2.34-x86_64.AppImage Failed to open module: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: g_task_set_static_name qemu: module ui-ui-gtk not found, do you want to install qemu-system-gui package? qemu-system-x86_64: Display 'gtk' is not available. (1)(deck@steamdeck Applications)$
Any fix for this? I'd rather not install packages that will be wiped after an update.

@elpendor
Copy link

While launching the latest berry-os-9 (2023-02-16) appimage, I get this error on my Steam Deck: (deck@steamdeck Applications)$ ./berry-os-9.glibc2.34-x86_64.AppImage Failed to open module: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: g_task_set_static_name qemu: module ui-ui-gtk not found, do you want to install qemu-system-gui package? qemu-system-x86_64: Display 'gtk' is not available. (1)(deck@steamdeck Applications)$ Any fix for this? I'd rather not install packages that will be wiped after an update.

Same here

@boubiro
Copy link

boubiro commented Nov 30, 2023

/tmp/.mount_berry-aYNrpV/AppRun: line 17: /sys/kernel/mm/ksm/run:
Permission denied Failed to open module: /lib64/libtracker-sparql-3.0.so.0:
undefined symbol: g_task_set_static_name qemu:
module ui-ui-gtk not found, do you want to install qemu-system-gui package?
qemu-system-x86_64: Display 'gtk' is not available.

Hello, I also have the same error, although it worked well before, did you have a fix?

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

6 participants