=== JanC is now known as Guest44273 === JanC_ is now known as JanC === JanC is now known as Guest81597 === JanC_ is now known as JanC [15:47] does anyone know what controls an app's ability to go fullscreen under confinement? I have an SDL app that goes fullscreen fine when run unconfined from the command line, but doesn't when installed as a click package [15:47] and there's no apparmor denials or anything [15:47] using mir_surface_set_state to go fullscreen [22:29] Elleo: That's very curious. [22:30] Elleo: I didn't think any Mir API interacted with confinement at all. [23:10] RAOF: yeah, I wasn't expecting any difference; but as soon as I run it from inside a click package it stops going to fullscreen :/ [23:10] RAOF: I know that some other SDL based apps are managing it fine though (like neverball), so there must be something simple I'm missing [23:11] They might be doing it on surface creation, rather than creating a surface and then calling mir_surface_set_state? [23:12] Also: plausibly using mir_surface_spec_set_fullscreen_on_output? [23:12] Oh! [23:12] Or just asking SDL to set fullscreen state? :) [23:13] RAOF: nope, turns out I'm an idiot :P [23:13] RAOF: I'd forgotten to update the launch lines in the desktop files to include the fullscreen switch [23:14] Heh