Notify icon indicating copy to clipboard operation
Notify copied to clipboard

Missing instructions to install locally.

Open suraj-sloth opened this issue 11 months ago • 2 comments

Hey, I compiled this using the meson build system.

(notify:39963): GLib-GIO-ERROR **: 17:44:33.522: Settings schema 'com.ranfdev.Notify' is not installed

How do I install this gsettings schema?

suraj-sloth avatar Mar 11 '24 12:03 suraj-sloth

Try running meson install -C your_build_dir

ranfdev avatar Mar 11 '24 22:03 ranfdev

Does not work. This is the dump after doing a meson install

Installing data/resources/com.ranfdev.Notify.metainfo.xml to /home/sloth/Projects/Notify/_build/share/metainfo
Installing data/resources/resources.gresource to /home/sloth/Projects/Notify/_build/share/notify
Installing data/com.ranfdev.Notify.desktop to /home/sloth/Projects/Notify/_build/share/applications
Installing src/notify to /home/sloth/Projects/Notify/_build/bin
Installing /home/sloth/Projects/Notify/data/icons/com.ranfdev.Notify.svg to /home/sloth/Projects/Notify/_build/share/icons/hicolor/scalable/apps
Installing /home/sloth/Projects/Notify/data/icons/com.ranfdev.Notify-symbolic.svg to /home/sloth/Projects/Notify/_build/share/icons/hicolor/symbolic/apps
Installing /home/sloth/Projects/Notify/_build/data/com.ranfdev.Notify.gschema.xml to /home/sloth/Projects/Notify/_build/share/glib-2.0/schemas
Running custom install script '/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /home/sloth/Projects/Notify/_build/share/glib-2.0/schemas'
Running custom install script '/usr/bin/gtk4-update-icon-cache -q -t -f /home/sloth/Projects/Notify/_build/share/icons/hicolor'
Running custom install script '/usr/bin/update-desktop-database -q /home/sloth/Projects/Notify/_build/share/applications'

suraj-sloth avatar Mar 12 '24 12:03 suraj-sloth