Guake/guake

Quick Open File Behavior (not as expected)

Open

#1.825 geöffnet am 5. Jan. 2021

Auf GitHub ansehen
 (6 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Python (619 Forks)batch import
Type: Feature Requestgood first issue

Repository-Metriken

Stars
 (4.281 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 6h) (2 gemergte PRs in 30 T)

Beschreibung

Describe the bug

Guake highlights and makes URL's clickable (CTRL + mouse) and opens them via xdg-open but the same behavior does not apply to file paths. Is that intended behavior? If so why hasn't it been added? That is a fundamental and really useful feature IMO.

Expected behavior

Highlight file paths just like URL's and make them clickable / openable using CTRL + mouse via xdg-open.

Actual behavior

No highlight, only if I myself highlight and right click can I use "Quick Open" option, which is very tedious compared to the existing URL workflow.

To Reproduce

Open Guake and run readlink -f onanyfile

Contributor Guide