https://bugs.kde.org/show_bug.cgi?id=407004

            Bug ID: 407004
           Summary: Request: add right-click option to copy file path
                    inDolphin
           Product: dolphin
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: dolphin-bugs-n...@kde.org
          Reporter: david.cortes.riv...@gmail.com
                CC: elvis.angelac...@kde.org
  Target Milestone: ---

Other file managers have a right-click option to copy the full path of a file
(including the file name), which I think is a basic and handy functionality
that Dolphin could also use.

There are some extensions for Dolphin in KDE store that can add this
functionality, but since the frameworks and APIs are constantly changing, they
all become outdated and stop working after some time.

As this is a common option, would be nice to have it in base Dolphin by
default.

The following would, as of 2019-04-28 with Dolphin 18.08 in X.org, add such
option when saved in a .desktop file:


[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin,inode/directory,inode/directory-locked,inode/directory-hidden
MimeType=application/octet-stream;inode/directory
Actions=CopyPath
X-KDE-Priority=TopLevel

[Desktop Action CopyPath]
Name=Copy Path
Exec=dbus-send --type=method_call --dest=org.kde.klipper /klipper
org.kde.klipper.klipper.setClipboardContents string:"%u"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to