Bug 192866 - The status bar is missing in the first tab of each konqueror instance
Summary: The status bar is missing in the first tab of each konqueror instance
Status: RESOLVED DUPLICATE of bug 193072
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-16 12:49 UTC by Andreas Pietzowski
Modified: 2009-12-01 01:19 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Pietzowski 2009-05-16 12:49:55 UTC
Version:           4.2.2 (KDE 4.2.2) (using 4.2.3 (KDE 4.2.3), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

When I open up an URL with Konqueror there is no status bar. When I open up a new tab, I can see the status bar. The next one hides the status bar again and so on... Seems like an even/odd problem somewhere..

Thanks for fixing this sometime :)
Comment 1 Maksim Orlovich 2009-05-16 16:12:59 UTC
Can't reproduce... but it sure sounds related to a certain weird multitab restore bug.
Comment 2 Andrew Munkres 2009-07-16 06:30:43 UTC
Confirmed here with KDE 4.2.4 on Arch Linux (kdebase package version 4.2.4-1, architecture x86_64).

Here is a way that reliably triggers the bug for me:

1) In Konqueror's configuration dialog, in the "General" page, set the "When Konqueror starts:" option to "Show Introduction Page".

2) Start Konqueror. There will be no status bar present.

3) Open a new blank tab (press Ctrl+Shift+N). There will now be a status bar at the bottom of the window.

4) Type a URL into the URL bar and press enter. The status bar will remain present.

5) Switch back to the first tab (the one that contains the introduction page). The status bar will disappear.

6) Switch back to the second tab. The status bar will remain missing.

Incidentally, I found that using the action "Duplicate Tab" (Ctrl+Shift+D) will make the status bar reappear.
Comment 3 Dario Andres 2009-08-17 21:16:56 UTC
This could also be related to bug 169124 / bug 158900. Can you check them ?
THanks
Comment 4 Manuel Mommertz 2009-09-26 00:12:15 UTC
I can confirm this. I noticed it somewhere in kde 4.2 and its still present in 4.3.1. And it doesn't go away when deleting konquerors config.
Comment 5 Andrew Munkres 2009-09-30 06:57:59 UTC
For some reason, this problem stopped happening for me a few days ago. I had gone to a web page with an embedded audio stream ( http://phrockblog.blogspot.com/2009/05/creation-how-does-it-feel-to-feel-1968.html ), which began playing automatically. I then tried to close the tab containing the page, and Konqueror hung. I ran "killall konqueror", then restarted Konqueror, and answered "do not restore" to the "restore tabs?" question. Once I'd done that, the problem of the missing status bar no longer would occur.

This all happened with Konqueror 4.3.1.
Comment 6 Ralph Müller-Welt 2009-10-15 00:53:37 UTC
I had this prob after adding and resizing a terminal-emulation in konq.

A fix to readd statusbar is:
load multitab-browsing profile
remove all tabs
save as "webbrowsing"-profile

seems to work for me...
Comment 7 Patrice Pillot 2009-10-15 08:28:18 UTC
I just stumble upon this problem for the second time in a few weeks.

First, this is a workaround that is somewhat quicker and potentially less destructive (regarding other config settings) than the solution proposed by Ralph. Edit ~/.kde/share/apps/konqueror/webbrowsing, remove the line

StatusBar=Disabled

if present and add a line with
 
View0_ShowStatusBar=true

This solution can be found in numerous places on the web.

As far as I can tell this problem happens after konqueror crashed due to some embedded object or faulty javascript. That's how it came back last night anyway and I am pretty sure that I had not manually disabled the status bar since I precisely applied the above workaround this summer after the problem appeared for the first time (but I did not notice why/how then).

So I strongly suspect that here konqueror might be sensible to some script asking to hide the status bar and then crashing the app and this setting being saved yet.

Just my 2 cents.

phep
Comment 8 Patrice Pillot 2009-10-15 08:35:28 UTC
I forgot to say that just turning the line 

StatusBar=Disabled

to 

StatusBar=Enabled

as suggested by Gene Smith in bug 193072 doesn't worked here.
Comment 9 David Faure 2009-12-01 01:19:40 UTC
Yep, fixed for 4.3.3.

*** This bug has been marked as a duplicate of bug 193072 ***