Bug 286174 - Cannot exit fullscreen
Summary: Cannot exit fullscreen
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: toplevel window (show other bugs)
Version: 4.2.2
Platform: Debian stable Linux
: NOR normal
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2011-11-09 10:46 UTC by gmargari
Modified: 2018-10-27 04:01 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
The smallest config file that reproduces the bug (901 bytes, application/octet-stream)
2011-11-09 18:22 UTC, gmargari
Details
Slightly modified version of kdevelop.bug that fixed the bug. (902 bytes, application/octet-stream)
2011-11-09 18:23 UTC, gmargari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gmargari 2011-11-09 10:46:13 UTC
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
Comment 1 Aleix Pol 2011-11-09 15:25:53 UTC
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?
Comment 2 gmargari 2011-11-09 15:30:56 UTC
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).
Comment 3 gmargari 2011-11-09 15:40:09 UTC
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
Comment 4 Aleix Pol 2011-11-09 16:25:25 UTC
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?
Comment 5 gmargari 2011-11-09 18:22:01 UTC
Created attachment 65447 [details]
The smallest config file that reproduces the bug
Comment 6 gmargari 2011-11-09 18:23:02 UTC
Created attachment 65448 [details]
Slightly modified version of kdevelop.bug that fixed the bug.
Comment 7 gmargari 2011-11-09 18:28:40 UTC
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).
Comment 8 Aleix Pol 2011-11-09 18:31:15 UTC
Well it's x,y,width,height.

Can you reproduce the bug with the new kdeveloprc?
Comment 9 gmargari 2011-11-09 18:43:19 UTC
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
----------------
Comment 10 gmargari 2011-11-09 18:46:35 UTC
or to:
----------------
[Main Window]
Desktop 1280 1024=0,0,1280,1024

[MainWindow]
Height 1024=1024
Width 1280=1280
----------------
Comment 11 Pedro Segundo 2012-03-07 21:16:22 UTC
It's the same for me.
And the program does the same bad kdeveloprc file when the program crashs.
Comment 12 Andrew Crouthamel 2018-09-22 02:07:07 UTC
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!
Comment 13 Andrew Crouthamel 2018-10-27 04:01:05 UTC
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!