You are not logged in.

1

Thursday, March 23rd 2006, 3:10am

[Konqueror] How to launch Konqueror with no toolbar

Hello,

I'd like to know how to launch Konqueror from the command line, but with just the frame (no toolbar, no tabs bar, no location bar, etc...)
Thanks,
Charles.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Thursday, March 23rd 2006, 8:40am

RE: [Konqueror] How to launch Konqueror with no toolbar

Create a Konqueror profile. Start creating the desired layout, hit Settings->Configure View Profiles. Then fill in a name at the top of the dialog and hit Save.
Now you can load this profile from the command line with

Source code

1
konqueror --profile mynewprofile
You can change existing shortcuts to Konqueror to execute that command instead of just 'konqueror'.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Thursday, March 23rd 2006, 11:25am

Thank you Bram. Actually this is for an operation system (PC-BSD), I'd like this to work on default installation for the quick guide, is there another way to do it? I didn't find "man konqueror" entries...

Do I have to create a profile, or is there a command line argument that would make it more simple? This is because I want it to work for new accounts created on the computer too...
Thanks again,
Charles.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

4

Thursday, March 23rd 2006, 11:39am

If you create a profile, it will be stored in ~/.kde/share/apps/konqueror/profiles . Just move the profile in question to the global KDE directory (for example /opt/kde):

$KDEDIR/share/apps/konqueror/profiles

The profile is now globally available, so you can use the --profile flag to specify the profile without toolbars.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

5

Friday, March 24th 2006, 1:13am

Is there a shortcut to do it? (No toolbar)
Also I am unable to hide the tabs bar... :rolleyes:
Charles.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

6

Friday, March 24th 2006, 6:40pm

Quoted

Is there a shortcut to do it? (No toolbar)

No shortcut, only the Toolbar menu inside the Settings menu.

Quoted

Also I am unable to hide the tabs bar... :rolleyes:

The tabbar is not profilable I think. However, you can disable it with the Konqueror Settings, go to the Web Behaviour section and choose that you want to open links in a new window instead of a new tab.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)