Thanks for this hint. I use Metacity and tried to undecorate and fullscreen windowed Nexuiz with Devil's Pie. Undecorating works, fullscreen not, maximizing neither.
- Code: Select all
cat ~/.devilspie/nexuiz.ds
(if
(is (application_name) "SDL_App")
(begin
(undecorate)
(fullscreen)
)
)
I don't think it's a problem with Metacity / Devil's Pie in general, because the same thing works for example with Firefox. Maybe Metacity can't properly deal with SDL-Applications.
As it would be very nice indeed to switch from fullscreen Nexuiz, I might try one of the window managers you mentioned but I'm to lazy for the hazzle at the moment.
Maybe a seasoned Gnome user has a hint to what I'm missing in my Devil's Pie setup?