Have you ever taken a look into ~./config/totem/state.ini ? Normally, it looks like this: [State] window_w=800 window_h=600 show_sidebar=false maximised=false sidebar_w=206 sidebar_page=properties
where window_w and window_h seem to refer to the window's size WITHOUT window decorations. However, when the bug occurs, "window_w" and "window_h" are set to the screen's full resolution, but still with "maximised=false". Therefore, the program does NOT (re)start into fullscreen mode, but is simply to large to display the decorations. This, in consequence, prevents us from resizing the window to an appropriate size. Anyway ... deleting the file still solves the problem. ;-) -- totem can't leave fullscreen https://bugs.launchpad.net/bugs/197038 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
