mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 00:13:11 +08:00

This is a follow-up to #8811, which fixed fish_config on newer versions of Sailfish OS. Using the previous method to open the fish_config URL on Sailfish OS worked only on 4.4 (and 4.3 IIRC), but not on older OS versions. Opening the URL using xdg-open works well with new and old OS version, and has been tested on - Sony Xperia 10 II running SFOS 4.4 aarch64 - Sony Xperia XA2 Ultra running SFOS 4.4 armv7hl - Sony Xperia X running SFOS 4.1 armv7hl - Jolla Phone running SFOS 3.4 armv7hl Closes #8872