Quassel IRC client trying to open links with xdg-open from a nonexisting store path

  • Open
  • quality assurance status badge
Details
One participant
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 5 years ago
(address . bug-guix@gnu.org)
20200426164730.33e7d80d@runbox.com
From the output:

```
2020-04-26 16:45:17 [Warn ] Launch failed
(/gnu/store/jsqihy7z3bsbiixchk19dsnaj6bh9h2b-xdg-utils-1.1.3/bin/xdg-open
https://freenode.net)
```

I assume it is recording the absolute path to xdg-open somewhere when
it's first run or something, but I can't find any references to it in
the configuration directory.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 40870@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40870
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help