lucaschessR2 icon indicating copy to clipboard operation
lucaschessR2 copied to clipboard

Can't install with Ubuntu 23.04

Open edward-hong opened this issue 2 years ago • 7 comments

When I run bash LucasChessR2_10a_LINUX.sh

qt.core.logging: Ignoring malformed logging rule: '*=falrose'
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(setup_linux:15844): GLib-GIO-ERROR **: 13:25:17.112: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
./setup_linux.sh: line 19: 15844 Trace/breakpoint trap   (core dumped) ./setup_linux

Can someone please help me with this issue?

edward-hong avatar Sep 17 '23 01:09 edward-hong

Have you try the other linux version?

El dom., 17 sept. 2023 3:37, edward-hong @.***> escribió:

When I run bash LucasChessR2_10a_LINUX.sh

qt.core.logging: Ignoring malformed logging rule: '*=falrose' Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(setup_linux:15844): GLib-GIO-ERROR **: 13:25:17.112: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' ./setup_linux.sh: line 19: 15844 Trace/breakpoint trap (core dumped) ./setup_linux

Can someone please help me with this issue?

— Reply to this email directly, view it on GitHub https://github.com/lukasmonk/lucaschessR2/issues/113, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPW5RQXRKE6FPBSIFCQXS3X2ZH4ZANCNFSM6AAAAAA43INNBY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lukasmonk avatar Sep 17 '23 10:09 lukasmonk

@edward-hong if you downloaded LucasChess from https://lucaschess.pythonanywhere.com/downloads, the extension .sh for linux is actually a binary file, not a shell script. You'll simply have to run ./LucasChessR2_10a_LINUX.sh @lukasmonk, I'd recommend that the linux download file be a ".bin" instead of a ".sh". Indeed, Linux users launch a command interpreter for .sh extensions, while for binaries, they have to be executed directly. Hope this helps,

jlrdh avatar Sep 24 '23 17:09 jlrdh

LucasChessR2_10a_LINUX.sh: the first lines are pure script, the final part is the compressed program, the first lines decompress that final part and launch another script, which launches a program, which allows you to install Lucas Chess.

lukasmonk avatar Oct 01 '23 13:10 lukasmonk

Worth trying the wayland version (even if not running wayland). This worked for me on 23.10.

image

DominicWatson avatar Jan 07 '24 17:01 DominicWatson

For the next update, my idea is to release a single installable. If you could test to see if it is valid on your Linux, the link of this beta is https://drive.google.com/file/d/1Ww0sHFhK1D-5FPtZsfTYuT5rsQL-ogPR/view?usp=drive_link

lukasmonk avatar Jan 08 '24 11:01 lukasmonk

A quick look shows that it is generally working :+1: . I:

  • Unpacked zip
  • made /bin/LucasR executable
  • ran /bin/LucasR

I did a quick test of things that had broken in other builds (colour picker, file picker) - all working :)

DominicWatson avatar Jan 08 '24 14:01 DominicWatson

Thank you very much!

lukasmonk avatar Jan 08 '24 15:01 lukasmonk