You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include<giomm/settings.h>
#include<iostream>intmain() {
Glib::RefPtr<Gio::Settings> s = Gio::Settings::create("org.gnome.desktop.wm.preferences");
int i = s->get_int("num-workspaces");
std::cout << i << std::endl;
}
This is almost certainly a bug in Mutter (gnome-shell window manager) or simply that they choose to not implement part of the specification.
Investigate and report bug to their developers or find out if they have another way they want to go.
The text was updated successfully, but these errors were encountered: