[Pkg-games-ubuntu] [Bug 297042] Re: Cultivation package needs to use aoss.

Paul Wise (Debian) 297042 at bugs.launchpad.net
Wed Oct 27 14:08:49 UTC 2010


Given that this is not the case with pulseaudio in Debian squeeze, this
bug has probably been fixed.

** Changed in: cultivation (Ubuntu)
       Status: New => Fix Released

-- 
Cultivation package needs to use aoss.
https://bugs.launchpad.net/bugs/297042
You received this bug notification because you are a member of
Debian/Ubuntu Games Team, which is subscribed to cultivation in ubuntu.

Status in “cultivation” package in Ubuntu: Fix Released

Bug description:
The cultivation package provided with Ubuntu Intrepid calls `/usr/games/cultivation` directly, but this will disable the sound in a default Ubuntu installation. A solution is to call `aoss /usr/games/cultivation` instead. From here there are two options:

1) Changing /usr/share/applications/cultivation.desktop, line 8 to "Exec=aoss /usr/games/cultivation".
2) Create a wrapper for the binary that calls aoss. The wrapper would be something like:

#!/usr/bin/env bash
aoss /usr/share/games/cultivation/cultivation

Where "/usr/share/games/cultivation/cultivation" is the actual binary. (Don't know what the directory and naming conventions are for this kind of thing.)

This is a great game. :-D





More information about the Pkg-games-ubuntu mailing list