Bugzilla – Bug 1211012
helix editor not properly packaged?
Last modified: 2024-05-02 23:08:50 UTC
Helix can't find runtime, themes or tutor. > hx --health: Config file: /home/mypc/.config/helix/config.toml Language file: /home/mypc/.config/helix/languages.toml Log file: /home/mypc/.cache/helix/helix.log Runtime directories: /home/mypc/.config/helix/runtime;/usr/bin/runtime Runtime directory does not exist: /home/mypc/.config/helix/runtime Runtime directory does not exist: /usr/bin/runtime Clipboard provider: xclip System clipboard provider: xclip ..but runtime's in /usr/lib64/helix/runtime instead of /usr/bin/runtime
Fixed specfile. Moved the `hx` binary to `/usr/lib64/helix/runtime`. This is based on https://docs.helix-editor.com/install.html?highlight=runtime#multiple-runtime-directories, specifically number 4.
This is tested in my distrobox instance ``` tumbleweed% helix --health Config file: /home/uncomfy/development/projects/.config/helix/config.toml Language file: /home/uncomfy/development/projects/.config/helix/languages.toml Log file: /home/uncomfy/development/projects/.cache/helix/helix.log Runtime directories: /home/uncomfy/development/projects/.config/helix/runtime;/usr/lib64/helix/runtime Runtime directory does not exist: /home/uncomfy/development/projects/.config/helix/runtime Clipboard provider: termcode System clipboard provider: termcode ```
*** Bug 1223279 has been marked as a duplicate of this bug. ***
https://build.opensuse.org/request/show/1106733 was declined and duplicate bug 1223279 showed that this is still an issue on Leap. Do you have a plan?
Submitted conservative updates (openSUSE:Factory/helix@15) https://build.opensuse.org/request/show/1169955 https://build.opensuse.org/request/show/1169956 Please review as maintainers of editors/helix.
i was expecting the latest fix was merged. is there a reason why it got revoked?