Version: 4.2.2 OS: Linux I cannot exit fullscreen, either using menu or using shortcut Ctrl+Shift+F11. When I restart Kdevelop, it starts always at fullscreen mode, and I cannot exit fullscreen mode. Reproducible: Always Steps to Reproduce: Every time I open kdevelop it starts at full-screen mode. Actual Results: I cannot exit full-screen. Expected Results: I should be able to exit full-screen. OS: Linux (i686) release 2.6.38-8-generic Compiler: cc
Ctrl+Shift+F exists full screen. Also you can go to the Window menu and call "Exit Full Screen Mode". Doesn't that work for you?
No, unfortunately it doesn't work, neither from menu, nor using the shortcut Control+Shift+F11 (that the shortcut mentioned next to "Exit Full Screen Mode" in Window menu).
If this can be helpful, I'm using Linux Mint and uname -a prints: Linux hp-laptop 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux
Actually I'm not sure, it's definitely not a bug in kdevelop but somewhere else... I think xD. Do you have this same problem with other KDE apps?
Created attachment 65447 [details] The smallest config file that reproduces the bug
Created attachment 65448 [details] Slightly modified version of kdevelop.bug that fixed the bug.
The problem was related to ~/.kde/share/config/kdeveloprc. When I closed kdevelop, renamed that file, and started kdevelop, everything was back to normal and I was able to switch between full-screen mode and back. The part of file that seemed related to the problem was this: ----------------------------------- [Main Window] Desktop 1280 1024=0,0,1280,1024 ----------------------------------- When I closed and reopend kdevelop after renaming file, the line was changed to this: ----------------------------------- [Main Window] Desktop 1280 1024=3,24,1280,1024 ----------------------------------- Not sure what these number mean thought... I attached the smallest file that was able to reproduce the problem on my machine (kdeveloprc.bug), as well as a slightly modified version of the file that fixed the problem (kdeveloprc.ok).
Well it's x,y,width,height. Can you reproduce the bug with the new kdeveloprc?
I was able to reproduce bug by changing my current kdeveloprc from: ---------------- [Main Window] Desktop 1280 1024=3,24,1274,973 [MainWindow] Height 1024=973 Width 1280=1274 ---------------- to: ---------------- [Main Window] Desktop 1280 1024=0,0,1274,973 [MainWindow] Height 1024=1024 Width 1280=1280 ----------------
or to: ---------------- [Main Window] Desktop 1280 1024=0,0,1280,1024 [MainWindow] Height 1024=1024 Width 1280=1280 ----------------
It's the same for me. And the program does the same bad kdeveloprc file when the program crashs.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!