Volume icon for PulseAudio on Tint2 — nothing works!
I'm using Debian 8 with Openbox which comes with PulseAudio by default. And I cannot find a volume icon which works properly.
I try Volti (the volume becomes very low and sometimes doesn't work), Pavucontrol (doesn't have a volume icon) and try to compile pa-applet (I can't compile then! Many others have the same problem) and volctl (doesn't appear on the panel).
I didn't try volumeicon because in many forums people say that they don't work properly with PulseAudio, so I did not even try then.
I read about pulseaudio-ctl, but it hasn't a volume icon.
Any help?
audio pulseaudio openbox volume tint2
add a comment |
I'm using Debian 8 with Openbox which comes with PulseAudio by default. And I cannot find a volume icon which works properly.
I try Volti (the volume becomes very low and sometimes doesn't work), Pavucontrol (doesn't have a volume icon) and try to compile pa-applet (I can't compile then! Many others have the same problem) and volctl (doesn't appear on the panel).
I didn't try volumeicon because in many forums people say that they don't work properly with PulseAudio, so I did not even try then.
I read about pulseaudio-ctl, but it hasn't a volume icon.
Any help?
audio pulseaudio openbox volume tint2
add a comment |
I'm using Debian 8 with Openbox which comes with PulseAudio by default. And I cannot find a volume icon which works properly.
I try Volti (the volume becomes very low and sometimes doesn't work), Pavucontrol (doesn't have a volume icon) and try to compile pa-applet (I can't compile then! Many others have the same problem) and volctl (doesn't appear on the panel).
I didn't try volumeicon because in many forums people say that they don't work properly with PulseAudio, so I did not even try then.
I read about pulseaudio-ctl, but it hasn't a volume icon.
Any help?
audio pulseaudio openbox volume tint2
I'm using Debian 8 with Openbox which comes with PulseAudio by default. And I cannot find a volume icon which works properly.
I try Volti (the volume becomes very low and sometimes doesn't work), Pavucontrol (doesn't have a volume icon) and try to compile pa-applet (I can't compile then! Many others have the same problem) and volctl (doesn't appear on the panel).
I didn't try volumeicon because in many forums people say that they don't work properly with PulseAudio, so I did not even try then.
I read about pulseaudio-ctl, but it hasn't a volume icon.
Any help?
audio pulseaudio openbox volume tint2
audio pulseaudio openbox volume tint2
edited Jul 14 '17 at 17:44
Pierre.Vriens
96651015
96651015
asked Apr 6 '17 at 17:27
user224753
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I have tried again to compile the pa-applet (it aren't on Debian repository) and looking in the "issue" of his project on GitHub, I find a fork that a dude made and he fix the problem of compiling that I have. So, case closed. If you are looking for an icon volume, just compile the pa-applet through the original project on GitHub or by this fork that I mentioned. =)
The original project.
https://github.com/fernandotcl/pa-applet
The fork.
https://github.com/Strubbl/pa-applet
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
add a comment |
Try pnmixer - this is the perfect little applet for controlling volume in Tint2. Add it to your autostart file in $HOME/.config/openbox
.
add a comment |
Another simple quick option for volume control using PulseAudio with Tint2 would be to install pavucontrol
and add it the the tintrc launcher options by adding launcher_item_app = /usr/share/applications/pavucontrol.desktop
example or tintrc:
# Launcher
launcher_padding = 2 5 2
launcher_background_id = 0
launcher_icon_background_id = -1
launcher_icon_size = 20
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = /usr/share/applications/Thunar.desktop
launcher_item_app = /usr/share/applications/org.kde.konsole.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/pavucontrol.desktop
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
add a comment |
I installed Openbox, and indeed was missing the Volume widget. My machine is Debian Stretch 9.6 at moment of this writing.
I installed the Package "volumeicon-alsa"
- sudo apt install volumeicon-alsa
Open the tint2 config file:
sudo [text-editor] $HOME/.config/tint2/tint2rc
Re-arrange the panel items display and order in the "#panel" section.
For ex."panel_items = TSECB"
add a new config section for audio as E-'executor':
# Executor 1
execp = new
execp_command = volumeicon
execp_interval = 0
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
Save the file
$HOME/.config/tint2/tint2rc
- Update the running tint2 with "
sudo killall -SIGUSR1 tint2
" - start
tint2conf
GUI, and go to "panel items" and add the "Executor" that has been created and apply changes.
You should now have the audio widget showing up.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f356413%2fvolume-icon-for-pulseaudio-on-tint2-nothing-works%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have tried again to compile the pa-applet (it aren't on Debian repository) and looking in the "issue" of his project on GitHub, I find a fork that a dude made and he fix the problem of compiling that I have. So, case closed. If you are looking for an icon volume, just compile the pa-applet through the original project on GitHub or by this fork that I mentioned. =)
The original project.
https://github.com/fernandotcl/pa-applet
The fork.
https://github.com/Strubbl/pa-applet
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
add a comment |
I have tried again to compile the pa-applet (it aren't on Debian repository) and looking in the "issue" of his project on GitHub, I find a fork that a dude made and he fix the problem of compiling that I have. So, case closed. If you are looking for an icon volume, just compile the pa-applet through the original project on GitHub or by this fork that I mentioned. =)
The original project.
https://github.com/fernandotcl/pa-applet
The fork.
https://github.com/Strubbl/pa-applet
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
add a comment |
I have tried again to compile the pa-applet (it aren't on Debian repository) and looking in the "issue" of his project on GitHub, I find a fork that a dude made and he fix the problem of compiling that I have. So, case closed. If you are looking for an icon volume, just compile the pa-applet through the original project on GitHub or by this fork that I mentioned. =)
The original project.
https://github.com/fernandotcl/pa-applet
The fork.
https://github.com/Strubbl/pa-applet
I have tried again to compile the pa-applet (it aren't on Debian repository) and looking in the "issue" of his project on GitHub, I find a fork that a dude made and he fix the problem of compiling that I have. So, case closed. If you are looking for an icon volume, just compile the pa-applet through the original project on GitHub or by this fork that I mentioned. =)
The original project.
https://github.com/fernandotcl/pa-applet
The fork.
https://github.com/Strubbl/pa-applet
answered Apr 7 '17 at 21:09
user224753
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
add a comment |
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
Thank you very much i am looking to this functional fork for my Devuan Jessie :D
– inukaze
Feb 2 at 19:53
add a comment |
Try pnmixer - this is the perfect little applet for controlling volume in Tint2. Add it to your autostart file in $HOME/.config/openbox
.
add a comment |
Try pnmixer - this is the perfect little applet for controlling volume in Tint2. Add it to your autostart file in $HOME/.config/openbox
.
add a comment |
Try pnmixer - this is the perfect little applet for controlling volume in Tint2. Add it to your autostart file in $HOME/.config/openbox
.
Try pnmixer - this is the perfect little applet for controlling volume in Tint2. Add it to your autostart file in $HOME/.config/openbox
.
edited May 23 '17 at 12:01
DarkHeart
3,43422140
3,43422140
answered May 21 '17 at 0:18
djorborn
1
1
add a comment |
add a comment |
Another simple quick option for volume control using PulseAudio with Tint2 would be to install pavucontrol
and add it the the tintrc launcher options by adding launcher_item_app = /usr/share/applications/pavucontrol.desktop
example or tintrc:
# Launcher
launcher_padding = 2 5 2
launcher_background_id = 0
launcher_icon_background_id = -1
launcher_icon_size = 20
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = /usr/share/applications/Thunar.desktop
launcher_item_app = /usr/share/applications/org.kde.konsole.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/pavucontrol.desktop
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
add a comment |
Another simple quick option for volume control using PulseAudio with Tint2 would be to install pavucontrol
and add it the the tintrc launcher options by adding launcher_item_app = /usr/share/applications/pavucontrol.desktop
example or tintrc:
# Launcher
launcher_padding = 2 5 2
launcher_background_id = 0
launcher_icon_background_id = -1
launcher_icon_size = 20
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = /usr/share/applications/Thunar.desktop
launcher_item_app = /usr/share/applications/org.kde.konsole.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/pavucontrol.desktop
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
add a comment |
Another simple quick option for volume control using PulseAudio with Tint2 would be to install pavucontrol
and add it the the tintrc launcher options by adding launcher_item_app = /usr/share/applications/pavucontrol.desktop
example or tintrc:
# Launcher
launcher_padding = 2 5 2
launcher_background_id = 0
launcher_icon_background_id = -1
launcher_icon_size = 20
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = /usr/share/applications/Thunar.desktop
launcher_item_app = /usr/share/applications/org.kde.konsole.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/pavucontrol.desktop
Another simple quick option for volume control using PulseAudio with Tint2 would be to install pavucontrol
and add it the the tintrc launcher options by adding launcher_item_app = /usr/share/applications/pavucontrol.desktop
example or tintrc:
# Launcher
launcher_padding = 2 5 2
launcher_background_id = 0
launcher_icon_background_id = -1
launcher_icon_size = 20
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = /usr/share/applications/Thunar.desktop
launcher_item_app = /usr/share/applications/org.kde.konsole.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/pavucontrol.desktop
edited May 23 '17 at 12:02
DarkHeart
3,43422140
3,43422140
answered Apr 8 '17 at 17:30
XeoNoX
1
1
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
add a comment |
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
Thanks fellow! If I'd known that I wouldn't have removed Pavucontrol from my system!
– user224753
Apr 8 '17 at 18:12
add a comment |
I installed Openbox, and indeed was missing the Volume widget. My machine is Debian Stretch 9.6 at moment of this writing.
I installed the Package "volumeicon-alsa"
- sudo apt install volumeicon-alsa
Open the tint2 config file:
sudo [text-editor] $HOME/.config/tint2/tint2rc
Re-arrange the panel items display and order in the "#panel" section.
For ex."panel_items = TSECB"
add a new config section for audio as E-'executor':
# Executor 1
execp = new
execp_command = volumeicon
execp_interval = 0
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
Save the file
$HOME/.config/tint2/tint2rc
- Update the running tint2 with "
sudo killall -SIGUSR1 tint2
" - start
tint2conf
GUI, and go to "panel items" and add the "Executor" that has been created and apply changes.
You should now have the audio widget showing up.
add a comment |
I installed Openbox, and indeed was missing the Volume widget. My machine is Debian Stretch 9.6 at moment of this writing.
I installed the Package "volumeicon-alsa"
- sudo apt install volumeicon-alsa
Open the tint2 config file:
sudo [text-editor] $HOME/.config/tint2/tint2rc
Re-arrange the panel items display and order in the "#panel" section.
For ex."panel_items = TSECB"
add a new config section for audio as E-'executor':
# Executor 1
execp = new
execp_command = volumeicon
execp_interval = 0
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
Save the file
$HOME/.config/tint2/tint2rc
- Update the running tint2 with "
sudo killall -SIGUSR1 tint2
" - start
tint2conf
GUI, and go to "panel items" and add the "Executor" that has been created and apply changes.
You should now have the audio widget showing up.
add a comment |
I installed Openbox, and indeed was missing the Volume widget. My machine is Debian Stretch 9.6 at moment of this writing.
I installed the Package "volumeicon-alsa"
- sudo apt install volumeicon-alsa
Open the tint2 config file:
sudo [text-editor] $HOME/.config/tint2/tint2rc
Re-arrange the panel items display and order in the "#panel" section.
For ex."panel_items = TSECB"
add a new config section for audio as E-'executor':
# Executor 1
execp = new
execp_command = volumeicon
execp_interval = 0
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
Save the file
$HOME/.config/tint2/tint2rc
- Update the running tint2 with "
sudo killall -SIGUSR1 tint2
" - start
tint2conf
GUI, and go to "panel items" and add the "Executor" that has been created and apply changes.
You should now have the audio widget showing up.
I installed Openbox, and indeed was missing the Volume widget. My machine is Debian Stretch 9.6 at moment of this writing.
I installed the Package "volumeicon-alsa"
- sudo apt install volumeicon-alsa
Open the tint2 config file:
sudo [text-editor] $HOME/.config/tint2/tint2rc
Re-arrange the panel items display and order in the "#panel" section.
For ex."panel_items = TSECB"
add a new config section for audio as E-'executor':
# Executor 1
execp = new
execp_command = volumeicon
execp_interval = 0
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
Save the file
$HOME/.config/tint2/tint2rc
- Update the running tint2 with "
sudo killall -SIGUSR1 tint2
" - start
tint2conf
GUI, and go to "panel items" and add the "Executor" that has been created and apply changes.
You should now have the audio widget showing up.
edited Dec 9 at 3:40
G-Man
12.9k93264
12.9k93264
answered Dec 9 at 1:45
viktorkh
12
12
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f356413%2fvolume-icon-for-pulseaudio-on-tint2-nothing-works%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown