Bug 164746 - dolphin could provide open terminal option
Summary: dolphin could provide open terminal option
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
: 178712 188754 204038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-23 13:40 UTC by Ambroz Bizjak
Modified: 2009-08-16 19:27 UTC (History)
8 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Here is a patch for requested feature (4.15 KB, patch)
2009-03-09 18:27 UTC, Rahman Duran
Details
Add "Open Terminal here" to context menu (1.13 KB, patch)
2009-03-15 12:46 UTC, David Engraf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ambroz Bizjak 2008-06-23 13:40:23 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

I miss the option to open a new terminal session (Konsole) using the current directory in Dolphin. It is present in Konqueror under Tools->Open Terminal (F4). I noticed it is possible to attach a terminal to Dolphin with the same F4 shortcut, however I prefer to have a standalone terminal session.
It would be great if another option was added to open a new terminal, and also the possibility to change the shortcuts. Right now the F4 shortcut for Terminal Panel is not even visible in Settings->Configure Shortcuts.
Comment 1 Frank Reininghaus 2009-01-07 23:16:12 UTC
*** Bug 178712 has been marked as a duplicate of this bug. ***
Comment 2 AleX 2009-01-12 19:48:28 UTC
I also vote for this.
Comment 3 Evan McLean 2009-02-02 06:11:31 UTC
I also vote for this.  It is about the only think stopping me from moving to KDE4.
Comment 4 Wayne Cassidy 2009-02-07 23:30:55 UTC
The functionality for this already exists in Dolphin 1.2 (not sure about earlier versions).

In 1.2 right click the folder you want to open in the konsole and click Actions->Open Terminal Here.

In 1.2.80 (this is in Trunk), right click the folder you want to open in the konsole and click Open Terminal Here.

Comment 5 fexpop 2009-02-08 00:05:25 UTC
(In reply to comment #4)
> The functionality for this already exists in Dolphin 1.2 


No, it doesn't.

> 
> In 1.2 right click the folder you want to open in the konsole and click
> Actions->Open Terminal Here.

That's different functionality.
> 
> In 1.2.80 (this is in Trunk), right click the folder you want to open in the
> konsole and click Open Terminal Here.
> 

That's different functionality, again.

To quote the original request again: "I miss the option to open a new terminal session (Konsole) using the *current* directory in Dolphin."

Get the difference? If not try to open / in Konsole from Dolphin.

Regards,
Felix
Comment 6 Rahman Duran 2009-03-09 18:27:21 UTC
Created attachment 31955 [details]
Here is a patch for requested feature

A simple implementation of opening a detached terminal from Dolphin. This is my first patch, so some one should review it :)
Comment 7 Peter Penz 2009-03-10 07:59:30 UTC
SVN commit 937624 by ppenz:

Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran for the patch!)

BUG: 164746

 M  +12 -0     dolphinmainwindow.cpp  
 M  +3 -0      dolphinmainwindow.h  
 M  +2 -2      dolphinui.rc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=937624
Comment 8 Evan McLean 2009-03-11 06:53:27 UTC
I've tried the patch and it works great.

The only other thing I would add is the ability to configure the standard Terminal toggle in the KShortcutsEditor.  That way, you could completely configure the F4 key to open a detached terminal.
Comment 9 David Engraf 2009-03-15 12:46:14 UTC
Created attachment 32131 [details]
Add "Open Terminal here" to context menu

Here is another patch adding the option "Open Terminal here" to the context menu when right clicking in a free space.
Comment 10 Frank Reininghaus 2009-04-03 19:54:24 UTC
*** Bug 188754 has been marked as a duplicate of this bug. ***
Comment 11 Evan McLean 2009-06-05 12:22:17 UTC
Any idea when these patches are going to be put into the source?  As of 4.2.2 they haven't been.
Comment 12 Peter Penz 2009-06-05 23:12:33 UTC
@Even: They have been added to KDE 4.3. Only bug fixes will be committed to KDE 4.2.x
Comment 13 Frank Reininghaus 2009-08-16 19:27:56 UTC
*** Bug 204038 has been marked as a duplicate of this bug. ***