[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74781: [PATCH] Add `browse-url-qutebrowser'
From: |
Daniel Mendler |
Subject: |
bug#74781: [PATCH] Add `browse-url-qutebrowser' |
Date: |
Wed, 11 Dec 2024 16:12:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello Eli,
thanks. I added the version tags, the NEWS entry, improved the
docstrings and use `xdg-runtime-dir' now. See the updated patch
attached to this mail.
>> + (sock (and dir (expand-file-name
>> + (format "qutebrowser/ipc-%s" (md5
>> (user-login-name)))
>> + dir))))
>
> I think Qutebrowser is available on Windows, where we don't (yet)
> support local sockets. So I think there should be some kind of test
> for running on Windows, and falling back to alternatives.
On Windows, the socket won't be there, and the new Qutebrowser window
will be opened by the newly executed Qutebrowser process via
`call-process'. This will work but is unfortunately slower.
Daniel
0001-Add-browse-url-qutebrowser.patch
Description: Text Data
- bug#74781: [PATCH] Add `browse-url-qutebrowser', (continued)
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Robert Pluim, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Daniel Mendler, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Robert Pluim, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Daniel Mendler, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Björn Bidar, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Daniel Mendler, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Eli Zaretskii, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Eli Zaretskii, 2024/12/11
- bug#74781: [PATCH] Add `browse-url-qutebrowser', Daniel Mendler, 2024/12/11
bug#74781: [PATCH] Add `browse-url-qutebrowser', Eli Zaretskii, 2024/12/11
bug#74781: Status: [PATCH] Add `browse-url-qutebrowser', Daniel Mendler, 2024/12/14