Seems like in the current version OpenUtau is correctly trying to access ~/.config/OpenUtau for itself and ~/.config/pulse for audio. There is no longer need for changing $HOME for it.
Search Criteria
Package Details: openutau-bin 0.1.568-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openutau-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | openutau-bin |
| Description: | Open source UTAU successor |
| Upstream URL: | https://github.com/stakira/OpenUtau |
| Licenses: | MIT |
| Conflicts: | openutau |
| Provides: | openutau |
| Submitter: | Nyaacinth |
| Maintainer: | Jenrikku |
| Last Packager: | Jenrikku |
| Votes: | 3 |
| Popularity: | 0.30 |
| First Submitted: | 2022-03-23 04:32 (UTC) |
| Last Updated: | 2026-03-19 10:36 (UTC) |
Latest Comments
Richardn commented on 2024-11-17 23:16 (UTC)
nimius commented on 2022-12-01 09:30 (UTC)
Source is 404 correct source is:
https://github.com/stakira/OpenUtau/releases/latest/download/OpenUtau-linux-x64.tar.gz
HitCoder commented on 2022-04-22 03:39 (UTC) (edited on 2022-04-22 04:20 (UTC) by HitCoder)
the md5 checksum for the tar is incorrect and will continue to be incorrect periodically due to the fact you're using a url that points to the latest release which is constantly updated.
In addition, due to being in the opt directory I don't think OpenUtau has permission to update itself working this way. (I could be wrong however)
Nyaacinth commented on 2022-03-23 07:34 (UTC) (edited on 2022-03-23 07:57 (UTC) by Nyaacinth)
OpenUtau's data directory does not fit standards by default, you can simply add export HOME="$HOME/.OpenUtau" before exec /opt/openutau/OpenUtau in /usr/bin/openutau to fix that.
Pinned Comments
Nyaacinth commented on 2022-03-23 07:34 (UTC) (edited on 2022-03-23 07:57 (UTC) by Nyaacinth)
OpenUtau's data directory does not fit standards by default, you can simply add
export HOME="$HOME/.OpenUtau"beforeexec /opt/openutau/OpenUtauin /usr/bin/openutau to fix that.