tsukinaha / tsukimi

A simple third-party Emby client
GNU General Public License v3.0
1.08k stars 28 forks source link

[Bug report]: can't find settings schema on opensuse #75

Closed J0HN50N133 closed 4 months ago

J0HN50N133 commented 4 months ago

Confirm

Current program version

0.5.0-1

Operating System

Linux

Issue type

Main program running issues

Issue description

image

Fail to start because tsukimi can't find related setting schema.

The operation and screenshot of the interface when the issue occurred

No response

tsukinaha commented 4 months ago

You can install the gschema by executing the following commands

mkdir -p $HOME/.local/share/glib-2.0/schemas
cp moe.tsuna.tsukimi.gschema.xml $HOME/.local/share/glib-2.0/schemas/
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/
J0HN50N133 commented 4 months ago

Great. Thanks for your help.