Tôi đã sử dụng để thay thế chỉ báo GTK3 (lỗi) bằng GTK2:
Mở bằng quyền siêu người dùng tệp /usr/share/dbus-1/services/indicator-sound.service
( Mousepad là trình chỉnh sửa tệp mặc định trong Xubfox, thay thế nó bằng Gedit hoặc Leafpad nếu cần ):
gksu mousepad /usr/share/dbus-1/services/indicator-sound.service
Nhận xét dòng hiện có (bình luận = thêm a #
ở đầu dòng) và thêm dòng này bên dưới ( Điều này sẽ tải chỉ báo GTK2 nếu XFCE đang chạy và GTK3 một cho Gnome / Unity / Other ):
Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service;fi'
Cuối cùng, tập tin của bạn sẽ trông như thế này:
[D-BUS Service]
Name=com.canonical.indicator.sound
#Exec=/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
Exec=/bin/sh -c 'if [ -n "$(ps -U $USER | grep xfce4-panel)" ]; then /usr/lib/indicator-sound-gtk2/indicator-sound-service;else /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service;fi'
Bạn cũng có thể thử các chỉ số mới bằng cách cài đặt xfce4-goodies
:
sudo apt-get install xfce4-goodies
Một chỉ báo khác là, theo đề xuất của Landroni , xfce4-mixer
:
sudo apt-get install xfce4-mixer