Re: About gsettings aborting on unkown schemas
- From: ecyrbe <ecyrbe gmail com>
- To: Florian Max <florian muellner gmail com>
- Cc: gtk-list gnome org
- Subject: Re: About gsettings aborting on unkown schemas
- Date: Fri, 27 May 2011 17:44:02 +0200
2011/5/27 Florian Max
<florian muellner gmail com>
Hi,
I don't agree. The desktop should be robust by design and not messy by design.
if we can fix this, we should! And if we find other things that crash the desktop, we should also fix them.
We can't "fix things that crash the desktop" if we allow arbitrary code inside the window manager. For instance, the following extension code will crash the shell:
const Main = imports.ui.main;
function main() {
Main.overview = null;
}
The only way to make the desktop robust against extensions doing stupid things is to remove them or run them out of process (limiting them to some dbus api we'd have to export).
So this should be done. but it's not the right mailing list to discuss this one...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]