fix firefox mic on alsa
This commit is contained in:
@@ -281,7 +281,7 @@ extern "C"
|
||||
}
|
||||
else // start browser
|
||||
{
|
||||
Cmd(BROWSER).detach();
|
||||
Cmd("apulse", BROWSER).detach();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -311,7 +311,7 @@ extern "C"
|
||||
if(link_begin != string::npos)
|
||||
{
|
||||
// Extract link
|
||||
Cmd open_bookmark(BROWSER);
|
||||
Cmd open_bookmark("apulse", BROWSER);
|
||||
link = link.substr(link_begin+1);
|
||||
open_bookmark += link.c_str();
|
||||
open_bookmark.detach();
|
||||
|
||||
Reference in New Issue
Block a user