fixed style path problem

Merged Oğuz Kağan EREN requested to merge fix/stylePath into master

Traceback (most recent call last): File "/usr/bin/manjaro-hello", line 419, in <module> hello = Hello() File "/usr/bin/manjaro-hello", line 103, in init provider.load_from_path(os.path.abspath("src/style.css")) gi.repository.GLib.Error: gtk-css-provider-error-quark: <broken file>:1:0Failed to import: Errore nell'aprire il file /home/stefano/Gitlab/Extra/src/style.css: File o directory non esistente (2)

I changed absolute path of style with preferences path. PKBUILD copies the ui folder to system folder, so this solution should work.(https://gitlab.manjaro.org/packages/extra/manjaro-hello/-/blob/master/PKGBUILD)

Edited by Oğuz Kağan EREN

Merge request reports