-
Notifications
You must be signed in to change notification settings - Fork 0
Replace Xfce4-mixer by Xfce4-pulseaudio-plugin #787
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use HTTPS to securely download the source archive.
After the GStreamer update, the Xfce4 mixer doesn’t start anymore. ``` $ xfce4-mixer xfce4-mixer: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory ``` Rebuilding against GStreamer 1.12.x fails. The mixer is not maintained anymore, and superseded by Xfce4-pulseaudio-plugin. Therefore, remove it. Fixes: commit 4127087 (Merge pull request #728 from mariux64/update-gstreamer)
Use HTTPS to securely download the source archive.
Xfce4-pulseaudio-plugin needs `libxfce4panel-2.0`. The switch detects a GTK+ 3 installation and additionally installs `libxfce4panel-2.0`. ``` lrwxrwxrwx root/system 0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so -> libxfce4panel-2.0.so.4.0.0 lrwxrwxrwx root/system 0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4 -> libxfce4panel-2.0.so.4.0.0 -rwxr-xr-x root/system 411488 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4.0.0 lrwxrwxrwx root/system 0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so -> libxfce4panel-1.0.so.4.0.0 lrwxrwxrwx root/system 0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4 -> libxfce4panel-1.0.so.4.0.0 -rwxr-xr-x root/system 441736 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4.0.0 -rw-r--r-- root/system 322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-2.0.pc -rw-r--r-- root/system 322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-1.0.pc ```
This supersedes Xfce4-mixer, and is the new audio control for Xfce4. > What is xfce4-pulseaudio-plugin? > ================================ > > Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio > output volume of the PulseAudio mixer. The volume can be adjusted using > keyboard shortcuts, mouse wheel, a slider in a popup menu, or via a > linked external audio mixer tool. > > Website: > http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin > > > Release notes for 0.4.0 > ======================= > This is the first stable release of the 0.4.x series! > > Preferences: > - Use correct player names and icons in the media player section > > Translation Updates: > Catalan, Chinese (China), Croatian, French, Hebrew, Italian, Kazakh, > Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian, > Spanish, Swedish, Turkish > > As a refresher, the 0.3.x development series introduced several new > features, included in 0.4.0. > - Support for audio input volume > - Switching between audio input and output devices > - MPRIS2 integration: playback controls, multimedia keyboard > integration, and playlist support > Release notes for 0.4.1 > ======================= > Stable Translations Release.
2aee7d5
to
c101f5f
Compare
Looks good |
We probably need to send an alluser@ mail with the details on how to get the volume control back. |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested on keineahnung.
Note, that with
/usr/bin/startxfce4_hidpi
the icon in the panel is too big.