Advertisement
urbanslug

D-BUS upgrade

Nov 22nd, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. I had this error:
  2. ----------------------
  3.  
  4. GStreamer could not create the element: autoaudiosink. Please make sure that you have installed all necessary GStreamer plugins (e.g. OGG and MP3)
  5.  
  6. To fix it I ran this:
  7. ------------------------------
  8.  
  9. sudo pacman -S gstreamer0.10-good-plugins
  10.  
  11. but I got this as a warning during installation:
  12. --------------------------------------------------------
  13.  
  14. (gconftool-2:6725): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
  15. /usr/bin/dbus-launch terminated abnormally with the following error: No protocol specified
  16. Autolaunch error: X11 initialization failed.
  17.  
  18. which has been solved here https://bbs.archlinux.org/viewtopic.php?pid=1248143 but I can't upgrade dbus with pacman -U dbus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement