D19150: Dolphin single instance tabbed navigation
intika
noreply at phabricator.kde.org
Tue Feb 19 10:46:05 GMT 2019
intika created this revision.
intika added a reviewer: Dolphin.
intika added a project: Dolphin.
Herald added a subscriber: kfm-devel.
intika requested review of this revision.
REVISION SUMMARY
Following https://github.com/Intika-Linux-KDE/kde-dolphin-single-instance
We should have an optional feature to be able to open new directory on the the same/single instance of dolphin this patch implement it and make it available through a settings page.
Note 1: this code is tested with latest v17 (v17.12.3) my distro stable release use KF5 v5.42 and have not yet switched to newer release (its for soon) this makes testing/implementing this on dolphin v18 big time consuming for me... any way it should be easy to adapt the code for v18.
Note 2: the following additional diff may useful
diff --git a/src/org.kde.dolphin.desktop b/src/org.kde.dolphin.desktop
index f187cef..f6418d2 100755
--- a/src/org.kde.dolphin.desktop
+++ b/src/org.kde.dolphin.desktop
@@ -42,7 +42,7 @@ Name[uk]=Dolphin
Name[x-test]=xxDolphinxx
Name[zh_CN]=Dolphin
Name[zh_TW]=Dolphin
-Exec=dolphin %u
+Exec=dbus-launch dolphin "%u"
Icon=system-file-manager
Type=Application
X-DocPath=dolphin/index.html
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D19150
AFFECTED FILES
src/CMakeLists.txt
src/dolphinsinglewindow.cpp
src/dolphinsinglewindow.h
src/dolphintabwidget.cpp
src/main.cpp
src/settings/dolphin_generalsettings.kcfg
src/settings/startup/startupsettingspage.cpp
src/settings/startup/startupsettingspage.h
To: intika, #dolphin
Cc: kfm-devel, #dolphin, alexde, feverfew, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190219/3da2f017/attachment.htm>
More information about the kfm-devel
mailing list