Skip to content

xdg-email: do not run BROWSER if xdg-open failed

Lennard Hofmann requested to merge Ordoviz/xdg-utils:mailto-browser into master

Removed code that was

  1. redundant since xdg-open already tries different browsers
  2. broken (if you set BROWSER="firefox %s", it will not wordsplit correctly but try to run an executable named "firefox mailto")
  3. potentially dangerous: https://bugs.freedesktop.org/show_bug.cgi?id=103807

Merge request reports