AltServer-LinuxGUI icon indicating copy to clipboard operation
AltServer-LinuxGUI copied to clipboard

Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

Open SoftwareRat opened this issue 3 years ago • 6 comments

Yes, it doesn't work sadly:

sed: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by sed)
stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)
stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)
stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(AltServerGUI:46894): GLib-GIO-ERROR **: 22:33:20.384: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
[1]    46893 trace trap (core dumped)  AltServerGUI

SoftwareRat avatar Mar 15 '22 21:03 SoftwareRat

what's your os and architecture

powenn avatar Mar 17 '22 03:03 powenn

Fedora Workstation 35 x64

On 17. Mar 2022, at 04:29, powen @.***> wrote:

 what's your os and architecture

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

SoftwareRat avatar Mar 17 '22 11:03 SoftwareRat

Fedora Workstation 35 x64

Currently only supports for Debian based linux distribution For others os ,you could consider to build by yourself

powenn avatar Mar 17 '22 11:03 powenn

image

Try following the instructions to build for yourself,currently not consider provide multi arch release,and here's a success build on manjaro

powenn avatar Mar 18 '22 11:03 powenn

Yes, it doesn't work sadly:


sed: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by sed)

stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)

stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)

stat: /tmp/_MEIcp4BEl/libselinux.so.1: no version information available (required by stat)

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.



(AltServerGUI:46894): GLib-GIO-ERROR **: 22:33:20.384: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

[1]    46893 trace trap (core dumped)  AltServerGUI

Try others Display Server

powenn avatar Mar 18 '22 14:03 powenn

The problem only occours with wayland for me. You can use GDK_BACKEND=x11 environment variable to workaround this

bordam avatar May 18 '22 15:05 bordam