Debian

從 Debian Stretch 更新到 Buster 後,我無法打開應用程序的連結

  • August 22, 2019

我最近從 Debian Stretch 更新到 Buster。我首先意識到我無法從 Rambox 內部打開連結。我在 GitHub 上解決了一個問題,但現在我發現我也無法從 PHPStorm 和任何其他應用程序中打開連結。

我總是在對話框中收到以下錯誤消息

-------------------- Error --------------------

(-) /home/johndoe/https:/example.com/path/to/
    resource.php: No such file or directory

                                       [ Ok ]

正如人們所看到的,我的主目錄的路徑總是放在連結的前面。

我不會重新安裝整個系統。


編輯(2019-08-18):

雖然這是桌面環境的問題,但我忘了提到我正在使用LXDE.


編輯(2019-08-19):

我發現xdg-open這會導致同樣的錯誤。

xdg-open https://example.com

最後肯定xdg-open是壞了。這已解決在

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908760#20

引用自:https://unix.stackexchange.com/questions/536015