Results 408 comments of Sebastian Wick

> if we escape those then , is the only character we need to reject Seems fine. I don't think it's worth it to argue that the kernel should fix...

FYI, an RGB triple isn't a color; it only becomes one if it is associated with a color space.

I wonder if dbus-broker should use the app prefix if there is a corresponding desktop file. The dbus prefixed name seems like an implementation detail we should probably not rely...

https://github.com/bus1/dbus-broker/issues/302

I still believe that we should fix this in dbus-broker instead of adding more non-standard cgroup naming schemes.

If browsers have static permission to allow access to native messaging servers the native messaging servers already only have to deal with trusted parties (i.e. everyone talking to a native...

To my knowledge color blindness settings don't exist on a desktop level, yet, so that's on to do list. So yeah, this is more of a reminder that we should...

To me it seems like the only case where getting a reference to some path which can't be opened is desired is when the app has access to the host...

Another thought... if the app already has access to the host filesystem, shouldn't it be possible to use the gtk filechooser instead to select files even if the can't be...

Like @smcv said, you cannot trust any pid except the pid of the xdg-dbus-proxy. No amount of remapping and trickery will get rid of the fundamental races. If you want...