lukasmonk / lucaschessR2

Lucas Chess R Version 2
GNU General Public License v3.0
255 stars 36 forks source link

Can't install with Ubuntu 23.04 #113

Open edward-hong opened 9 months ago

edward-hong commented 9 months ago

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?

lukasmonk commented 9 months ago

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: @.***>

jlrdh commented 9 months ago

@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,

lukasmonk commented 9 months ago

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.

DominicWatson commented 5 months ago

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

image

lukasmonk commented 5 months ago

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

DominicWatson commented 5 months ago

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

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

lukasmonk commented 5 months ago

Thank you very much!