StarRuler2-Source icon indicating copy to clipboard operation
StarRuler2-Source copied to clipboard

Unable to run Snap of StarRuler 2

Open nose-gnome opened this issue 3 years ago • 2 comments

I am using the version of Star Ruler 2 installed from the Snap Store and when I try and run it, I get the following output:

❯ starruler2
chmod: changing permissions of './bin/lin64/StarRuler2.bin': Read-only file system
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLdispatch.so.0)
./bin/lin64/StarRuler2.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLX.so.0)

I am running Ubuntu 22.04

How should I fix this?

nose-gnome avatar Jul 31 '22 19:07 nose-gnome

You may have more luck asking for help on the snap Github page https://github.com/diddlesnaps/starruler2

Skeletonxf avatar Jul 31 '22 19:07 Skeletonxf

It will probably help if you remove the chmod calls in the script that is called. For example by running: sed -i -e '/.*chmod.*/d' StarRuler2.sh

hkBst avatar Nov 17 '23 18:11 hkBst