Jak otworzyć Dolphin w określonym folderze z terminala?


11

Chciałbym dodać ikonę startową do paska zadań, który działa, dolphinale początkowo zaczyna się w folderze, który chciałbym określić

Dolphin Handbook nie wyjaśnić.

Odpowiedzi:



3

Strony pomocy

Aplikacje KDE mają pomoc - z Dolphin:

:~$ dolphin --help
Usage: dolphin [Qt-options] [KDE-options] [options] [Url] 

File Manager

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --select                  The files and directories passed as arguments will be selected.
  --split                   Dolphin will get started with a split view.

Arguments:
  Url                       Document to open

Uruchom z domyślną aplikacją

KDE ma „Domyślne aplikacje” w ustawieniach systemu KDE.

Kfmclient to:

:~$ kfmclient --help
Usage: kfmclient [Qt-options] [KDE-options] [KDE-tempfile-options] [options] command [URL(s)] 

KDE tool for opening URLs from the command line

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-kde-tempfile       Show KDE-tempfile specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --noninteractive          Non interactive use: no message boxes
  --commands                Show available commands

Arguments:
  command                   Command (see --commands)
  URL(s)                    Arguments for command

Otwieranie katalogu za pomocą domyślnego menedżera plików:

kfmclient exec /path/to/the/directory/

To byłoby dobrze zintegrowane z aliasem lub funkcją profilu bash
PandasRocks

2

Jeśli chcesz otworzyć delfina z bieżącej ścieżki w swoim terminalu, po prostu użyj,

dolphin . &
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.