Package Details: openutau 0.1.568-1

Git Clone URL: https://aur.archlinux.org/openutau.git (read-only, click to copy)
Package Base: openutau
Description: Open source UTAU successor
Upstream URL: https://github.com/stakira/OpenUtau
Licenses: MIT
Submitter: That1Calculator
Maintainer: Jenrikku
Last Packager: Jenrikku
Votes: 7
Popularity: 1.21
First Submitted: 2021-11-23 04:14 (UTC)
Last Updated: 2026-03-19 10:37 (UTC)

Latest Comments

1 2 Next › Last »

yoi-evernacht commented on 2026-03-04 07:19 (UTC) (edited on 2026-03-04 07:20 (UTC) by yoi-evernacht)

The app displays version 0.0.0.0 internally because the build() function does not pass the version to dotnet publish. This can be fixed by adding /p:Version=$pkgver to the publish command:

dotnet publish -c "Release" -o "$srcdir/publish" /p:Version=$pkgver

akku commented on 2025-08-07 05:25 (UTC) (edited on 2025-08-07 05:36 (UTC) by akku)

note: This app uses dotnet + Avalonia UI.

1: If you use dotnet-runtime (>=9), a hack is required to start it.

$ dotnet --roll-forward Major /opt/openutau/OpenUtau.dll

2: To run Fcitx5 IME in a Wayland environment, you need to set an environment variable.

GTK_IM_MODULE or QT_IM_MODULE or AVALONIA_IM_MODULE to fcitx or fcitx5

ref: https://github.com/search?q=repo%3AAvaloniaUI%2FAvalonia+IM_MODULE&type=code https://github.com/AvaloniaUI/Avalonia/blob/27bba4c386695238dae55a1c2fc0f79844c037a9/src/Avalonia.X11/X11Platform.cs#L140 https://github.com/AvaloniaUI/Avalonia/blob/27bba4c386695238dae55a1c2fc0f79844c037a9/src/Avalonia.FreeDesktop/DBusIme/X11DBusImeHelper.cs

blade_isoe520 commented on 2025-04-21 10:44 (UTC) (edited on 2025-04-21 10:44 (UTC) by blade_isoe520)

It seems like one of the dependencies needs update. I ran into the following error: /home/bladeisoe/.cache/yay/openutau/src/OpenUtau-build-0.1.529/OpenUtau/OpenUtau.csproj : error NU1903: Warning As Error: Package 'System.Text.Json' 8.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4

Jenrikku commented on 2024-07-29 20:37 (UTC)

@Muflone Alright, I'm currently working on making this package build from source.

Muflone commented on 2024-07-28 21:56 (UTC)

@Jenrikku please adopt the package openutau-bin and request to merge openutau to openutau-bin or alternatively build this package from sources.

this package is a mere duplicate of openutau-bin and it will be deleted if the changes will not be done

meille commented on 2023-04-07 18:05 (UTC)

This is currently failing the sha256sums validity check

Phaotee commented on 2022-12-06 07:10 (UTC)

@bibliotheca: on it

bibliotheca commented on 2022-11-18 08:27 (UTC) (edited on 2022-11-20 08:17 (UTC) by bibliotheca)

In the desktop entry file, change Exec=/opt/openutau/OpenUtau-prerelease-x86_64.AppImage to Exec=/opt/openutau/OpenUtau so that it can be executed from the application launcher. Also, since the icon is not displayed in the application launcher, you need to install icon and write it in the desktop entry file.

unknowndev commented on 2022-08-06 10:08 (UTC)

The current pkgbuild should be copied to -bin, then the current pkgbuild should be rewritten and we should compile from source

Sorual commented on 2022-07-07 03:48 (UTC)

I could not launch. It is apparently looking for an AppImage in opt/openutau/, but all that's there is the zipped package. Which is peculiar to me since I don't believe OpenUtau uses AppImages natively to begin with.