I had made a GUI for my project using Ubuntu's Quickly. When I run the app in root using command quickly run
, I get the following error
GLib-GIO-ERROR *: Settings schema 'org.gnome.desktop.interface' is not installed".
However the app runs fine when it is not in root. But my project further requires to open a device, which fails if it is not in root.
So my problem here is to remove the above error while running Quickly app in root.
Any advice would be very helpful.