LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Konqueror Profile Fine Tuning (https://www.linuxquestions.org/questions/linux-software-2/konqueror-profile-fine-tuning-191481/)

kuluak 06-09-2004 08:30 AM

Konqueror Profile Fine Tuning
 
Hi,

I´ve got a weird problem here.
I successfully managed to create a new Viewing Profile for Konqueror.
My intention was to create a view that only displays a web-site (with no tool bars, bookmarks, Ikons, etc, so you don´t wase to much space of the monitor)
Well, it is simple to disable all those toolbars -- and you can disable the menubar too -- , but since you cannot select the "Save Profile"-Entry when your menubar is disabled, i´m unable to create a Profile with no "menubar" activated.

I´ve looked into the file created by konqueror for that Profile under

~/.kde/share/apps/konqueror/profiles/myprofile

...

[Main Window Settings Toolbar bookmarkToolBar]
Hidden=true
IconText=IconTextRight
Index=3

[Main Window Settings Toolbar extraToolBar]
Index=0

[Main Window Settings Toolbar locationToolBar]
Hidden=true
Index=2

[Main Window Settings Toolbar mainToolBar]
Hidden=true
Index=1

...

Does anybody know what to type into this Profile so the menubar gets deactivated?


Thanks in advance,


kuluak..

bulliver 06-09-2004 01:53 PM

Try adding:
Code:

MenuBar=Disabled
At the top...

kuluak 06-14-2004 04:23 AM

Thanks, that was the right parameter!

But it was also necessary to add the "[Main Window Settings]" parameter right on the top which wasn't included in my profile setting:


[Main Window Settings]
MenuBar=Disabled

....


Thanks again for your help!


All times are GMT -5. The time now is 06:46 AM.