Chris Schammert (csmertx)
Github Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

đŸ’ģ Dolphin (KDE)

Created: 12/29/2021 | Edited: 01/31/2025 | Author: Chris Schammert (csmertx) | History đŸ•ĩī¸

Right-click menu to extract archives (zip, etc.)

apti ark dolphin-plugins

Select file/folder with single click (for shift click or alt click selections)

  • System Settings (appz) > Workspace Behaviour > General Behavior > Clicking files or folders > Selects them

SSH with Fish

  • In the url/path bar

    • fish://user@ipaddress

    • Stream media from another PC..

Custom Right Click Menu

  • kf5-config --path services

  • vim $HOME/.local/share/kservices5/ServiceMenus/action.desktop

    Copy path Example (See below for menu entry options)

    Copy Path is now builtin as of 02/03/23

    [Desktop Entry]
    Type=Service
    Icon=edit-copy
    X-KDE-ServiceTypes=KonqPopupMenu/Plugin
    MimeType=directories;all/all;
    Actions=cppath;
    Encoding=UTF-8
    Terminal=false
    
    [Desktop Action cppath]
    Name=Copy Path
    Icon=edit-copy
    Exec=echo "%f" | xclip -selection c
    Terminal=false
    
  • Can’t Copy Folder Path

    • Settings > Configure Dolphin > Services > Check Copy Path

    • Right click folder > Actions > Copy Path

Resources


Created: 12/29/2021 â€ĸ Edited: 02/09/2025 â€ĸ Author: Chris Schammert (csmertx) â€ĸ History đŸ•ĩī¸