Thank you so much, it helped but another error in the input.
Code: Select all
Meson encountered an error in file meson.build, line 37, column 0:
Native dependency 'budgie-1.0' not found
Edit:
Ok, i went through it, but again..
Generates this output
Code: Select all
pele@pele-msi-gl72 ~/Downloads/budgie-pixel-saver-applet-master/build $ sudo ninja install
[0/1] Installing files.
Installing src/BudgiePixelSaverApplet.plugin to /usr/lib64/budgie-desktop/plugins/budgie-pixel-saver-applet/BudgiePixelSaverApplet.plugin
Installing src/libbudgiepixelsaverapplet.so to /usr/lib64/budgie-desktop/plugins/budgie-pixel-saver-applet/libbudgiepixelsaverapplet.so
Installing /home/pele/Downloads/budgie-pixel-saver-applet-master/src/net.milgar.budgie-pixel-saver.gschema.xml to /usr/share/glib-2.0/schemas
Running custom install script '/usr/bin/env python3 /home/pele/Downloads/budgie-pixel-saver-applet-master/meson_post_install.py'
Compiling gsettings schemas...
warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.freedesktop.ibus.panel.emoji' has path '/desktop/ibus/panel/emoji/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
pele@pele-msi-gl72 ~/Downloads/budgie-pixel-saver-applet-master/build $
Afterwards (the installation should be completed) There's no Pixel saver in applet menu, so it seems that the output above is incorrect.
Any idea this time ?