Package Details: osu-lazer-git latest-1

Git Clone URL: https://aur.archlinux.org/osu-lazer-git.git (read-only, click to copy)
Package Base: osu-lazer-git
Description: A free-to-win rhythm game. Rhythm is just a *click* away!
Upstream URL: https://osu.ppy.sh/
Licenses: MIT AND CC-BY-NC-4.0
Conflicts: osu-lazer
Provides: osu-lazer
Submitter: emmieaur
Maintainer: neeshy
Last Packager: neeshy
Votes: 41
Popularity: 0.052673
First Submitted: 2017-03-25 04:24 (UTC)
Last Updated: 2024-04-15 19:08 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

Sesese9 commented on 2017-07-15 20:43 (UTC)

The desktop file (at least for me) wasn't ever being found in the desktop database so I changed it to so: [Desktop Entry] Type=Application Version=1.0 Name=osu!lazer Icon=osu-lazer MimeType=application/x-osu-lazer-beatmap; Comment=Rythm is only a click away! Comment[fr]=Le rythme n'est qu'à un clic! Comment[zh]=节奏只是点击一下! Comment[ja]=リズムはクリックするだけです! Exec=osu-lazer Terminal=false Categories=Game osu-lazer installs a bin file to /usr/bin so we don't need to change the path or use mono. The bin file does it for us.

emmieaur commented on 2017-05-18 23:08 (UTC) (edited on 2017-08-17 07:24 (UTC) by emmieaur)

SharpCompass seems to be a recurring issue with nuget. I can't reproduce it, but if it happens to you, you can add a symlink from the downloaded name to the correct name: e.g. "sharpcompass.0.15.2" to "SharpCompass.0.15.2" (in the osu/packages path)

chbinnc commented on 2017-05-18 15:16 (UTC) (edited on 2017-05-19 10:17 (UTC) by chbinnc)

When building the app, there is some error with SharpCompress. Changing the package name `sharpcompress.0.15.2` to `SharpCompress.0.15.2` in /path/to/osu/packages solves the problem. Edit: Thx Op for the suggestion. Also when I built the app in the second time, nuget instead checked packages in `/home/username/.local/share/NuGet/Cache` instead, so if you still can't build the app, you may try to rename `sharpcompress.0.15.2.nupkg` in that folder to `SharpCompress.0.15.2.nupkg`.

emmieaur commented on 2017-05-15 23:43 (UTC)

Changed.

Nairaner commented on 2017-05-15 18:25 (UTC)

Can you change dependency libglvnd to libgl, because some drivers in AUR (mesa-git) don't yet use libglvnd?

monotykamary commented on 2017-05-02 07:11 (UTC) (edited on 2017-05-06 06:10 (UTC) by monotykamary)

I'll add this for reference, seeing that I was not able to search for it: - use `mono /usr/lib/osu-lazer/'osu!.exe' /path/to/beatmap.osz` to add beatmaps; osu-lazer will open an empty notification panel if path is incorrect - osu!lazer beatmap directory is `$HOME/.local/share/osu/beatmaps` - nuget may download SharpCompress as a lowercase folder. My workaround is adding `mv packages/sharpcompress.0.15.2 packages/SharpCompress.0.15.2` in PKGBUILD after `nuget restore` to fit directory hint in osu.Game.csproj.