protonscr

dota2 game ready sound not playing while minimized.

steamclosed reviewed
ValveSoftware/steam-for-linux#3265 · opened 2014-04-22 by cjwijtmans · updated 2014-05-02 · 14 comments · github
Ccjwijtmans 2014-04-22 github

Kind of annoying since i like to minimize the game while waiting. I cant hear the game ready sound.

TTele42 2014-04-22 github
Ccjwijtmans 2014-04-22 github

Ah i forgot there was a github for dota2. I dont have these command. Would either work or do i require both.

TTele42 2014-04-22 github

@cjwijtmans from what I can tell, play is in use now, aplay will be used in a near-future update.

Ccjwijtmans 2014-04-22 github

I emerged the sox package i will check if it works.

Ccjwijtmans 2014-04-23 github

i have play and it doesnt work. so i geuss i require notify-send.

Ccjwijtmans 2014-04-23 github

I found sw-notify-send package but it adds the command sw-notify-send and notify-send is not there.

Ttpruzina 2014-04-25 github

'emerge libnotify' should do the trick (I assume gentoo since you wrote 'emerged..').
There should be symlink on /usr/bin/notify-send onto your preffered implementation:

$ realpath`which notify-send`
/usr/bin/libnotify-notify-send

But afaik propper symlink is not necesarry, since libnotify is bundled in with steam runtime (you still probably gonna need libnotify in system and WM with dbus USE flag if it uses custom notification display).

I was told that valve devs will use their inhouse notification daemon "match-ready", we shall see if it's gonna be of any use (probably built on top of SDL library so it would support pulse/alsa/other sound drivers).

Ccjwijtmans 2014-04-25 github

i have KDE, so i am good on dbus. i will try emerging libnotify. but from what you just said i dont think its going to work.

Ccjwijtmans 2014-04-25 github

nope still not working.

Live long and prosper,

Christ-Jan Wijtmans
https://github.com/cjwijtmans
http://facebook.com/cj.wijtmans
http://twitter.com/cjwijtmans

On Fri, Apr 25, 2014 at 8:02 PM, Tomáš Pružina [email protected]:

'emerge libnotify' should do the trick (I assume gentoo since you wrote
'emerged..').
There should be symlink on /usr/bin/notify-send onto your preffered
implementation:

$ realpathwhich notify-send
/usr/bin/libnotify-notify-send

But afaik propper symlink is not necesarry, since libnotify is bundled in
with steam runtime (you still probably gonna need libnotify in system and
WM with dbus USE flag if it uses custom notification display).

I was told that valve devs will use their inhouse notification daemon
"match-ready", we shall see if it's gonna be of any use (probably built on
top of SDL library so it would support pulse/alsa/other sound drivers).


Reply to this email directly or view it on GitHubhttps://github.com/ValveSoftware/steam-for-linux/issues/3265#issuecomment-41421864
.

Ttpruzina 2014-04-25 github

You are going to need to either restart or reload your dbus daemon and steam for this to work.

Also: does "notify-send message" print buble saying "message"??

Ccjwijtmans 2014-04-28 github

notify-send message does nothing... i will try to get this to work and come back.

Ttpruzina 2014-04-30 github

Any update for the new patch? Both sound and notification now works (for me at least).
No sox required.

Ccjwijtmans 2014-05-01 github

It seems to work now. I will try removing sox and see if it works. If that
works i will try removing libnotify and see if it still works.

Live long and prosper,

Christ-Jan Wijtmans
https://github.com/cjwijtmans
http://facebook.com/cj.wijtmans
http://twitter.com/cjwijtmans

On Wed, Apr 30, 2014 at 9:11 PM, Tomáš Pružina [email protected]:

Any update for the new patch? Both sound and notification now works (for
me at least).
No sox required.


Reply to this email directly or view it on GitHubhttps://github.com/ValveSoftware/steam-for-linux/issues/3265#issuecomment-41837122
.

PPlagman 2014-05-02 github

Yes, this was fixed in the recent update.