- devosalain
- Member
- From: Denderleeuw, Belgium
- Registered: 2024-03-10
- Posts: 30
- Website
enlightenment desktop & windowmaker desktop have no "firefox" sound.
enlightenment desktop & windowmaker desktop have no "firefox" sound.
- V3n3RiX
- Administrator
- Registered: 2021-11-04
- Posts: 109
Re: enlightenment desktop & windowmaker desktop have no "firefox" sound.
Those aren't supported. Anything besides Plasma, LXQT and Qtile, isn't supported even though it's possible to install from Gentoo. You have to try and figure yourself what and why isn't working. Perhaps Gentoo Wiki has an answer.
- PerfMonk
- Member
- From: Québec
- Registered: 2022-10-09
- Posts: 17
Re: enlightenment desktop & windowmaker desktop have no "firefox" sound.
Hi,
I had a similar problem in Hyprland. It was caused by pipewire not starting automatically because it's not using systemd.
I had to autostart this small script :
```
#!/bin/bash
alsactl init
gentoo-pipewire-launcher restart
exit
```
Check if it is working for your case, results not garanteed ;=)
Last edited by PerfMonk (2024-12-23 14:40:50)
- devosalain
- Member
- From: Denderleeuw, Belgium
- Registered: 2024-03-10
- Posts: 30
- Website
Re: enlightenment desktop & windowmaker desktop have no "firefox" sound.
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
764
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
Deprecated: Function create_function() is deprecated in
/config/www/forum.redcorelinux.org/include/parser.php on line
840
- PerfMonk
- Member
- From: Québec
- Registered: 2022-10-09
- Posts: 17
Re: enlightenment desktop & windowmaker desktop have no "firefox" sound.
Tant mieux ! Joyeuses fête du Québec !
Merry Christmas!
- V3n3RiX
- Administrator
- Registered: 2021-11-04
- Posts: 109
Re: enlightenment desktop & windowmaker desktop have no "firefox" sound.
Thanks PerfMonk 