Can somebody please tell me how to get the 'Filter Bar' in Dolphin file manager always present? I know I can click on the 'Show Filter Bar' button in the toolbar and the Filter bar appears in the bottom. But, I would really like to have that bar always present in the bottom. Is there any way to configure that?
Announcement
Collapse
No announcement yet.
Dolphin Filter Bar [solved]
Collapse
This topic is closed.
X
X
-
Re: Dolphin Filter Bar
Originally posted by kubicleUnfortunately it can't be set (at least not through the GUI) in the KDE3 version (d3lphin).
- Top
- Bottom
Comment
-
Re: Dolphin Filter Bar
Originally posted by kayveeOriginally posted by kubicleUnfortunately it can't be set (at least not through the GUI) in the KDE3 version (d3lphin).
I'd recommend making do with the way it is until you move to KDE4 (You can of course install KDE4, keep running KDE3 and just use the KDE4 version of dolphin...it will run on KDE3 just fine)
- Top
- Bottom
Comment
-
Re: Dolphin Filter Bar
By using DCOP
Make script file (d4lphin ), put there:
Code:#!/bin/sh dolphin & dcop dolphin-$! Dolphin activateAction show_filter_bar
- drop it in the /usr/bin.
- add (edit) application (d4lphin script) in the K-menu
=> So, when you start Dolphin (d4lphin) it starts filter bar on (tested with dolphin 0.82).
Links:
Connect KDE applications using DCOP
http://www.ibm.com/developerworks/li...kdeml01KDEDCOP
Filesystem Hierarchy Standard
http://www.pathname.com/fhs/pub/fhs-2.3.htmlBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Dolphin Filter Bar
Here is a tip that might be useful. Typing '/' opens the filter bar at the bottom. Since you will have your hands on the keyboard anyway, that simple keystroke is all that's needed before you start typing. Thanks for pointing out that the filter exists in Dolphin. I sure missed using konq for that reason. Now I'll be happy using Dolphin.
Mike
- Top
- Bottom
Comment
-
Re: Dolphin Filter Bar
I like the idea of hitting the / key to make the filter bar appear - that way I do not have to use my mouse to get to the filter bar first and then start typing. I will try the DCOP method when I get to the computer.
Thanks guys.
- Top
- Bottom
Comment
Comment