Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Sound icon flat - no volume in Xubuntu 13.10

  1. #1
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Sound icon flat - no volume in Xubuntu 13.10

    The sound icon is flat showing no volume, a thread mentioned downgrading the indicator-sound. But how do you downgrade indicator-sound_12.10.2daily13.04.12-0ubuntu1_amd64 in Xubuntu 13.10 ?

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Sound icon flat - no volume in Xubuntu 13.10

    See here for temporary workaround.

  3. #3
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Sound icon flat - no volume in Xubuntu 13.10

    I followed the instructions and rebooted, but still no sound icon showing any volume. But the sound does work, just not the icon.

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Sound icon flat - no volume in Xubuntu 13.10

    Can you post back the contents of the /usr/share/dbus-1/services/indicator-sound.service file?

  5. #5
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Sound icon flat - no volume in Xubuntu 13.10

    here it is:

    [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/i$

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Sound icon flat - no volume in Xubuntu 13.10

    Quote Originally Posted by geovino View Post
    here it is:

    [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/i$
    That file should read:
    Code:
    [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/$(arch)-linux-gnu/indicator-sound/indicator-sound-service;fi'
    ...you're missing a large part of it.

  7. #7
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Sound icon flat - no volume in Xubuntu 13.10

    I'll try again. Seems like its not pasting in all of it.

  8. #8
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Sound icon flat - no volume in Xubuntu 13.10

    Now it's working... Thanks

  9. #9
    Join Date
    Nov 2013
    Beans
    2

    Re: Sound icon flat - no volume in Xubuntu 13.10

    Hi, I am extremely new to Xubuntu and am having this problem as well. I found the file to change, but it says i do have the permissions to save the file. Any help on editing this file and being able to apply it?
    Thanks
    -Matt

  10. #10
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Sound icon flat - no volume in Xubuntu 13.10

    Quote Originally Posted by infamous.9 View Post
    Hi, I am extremely new to Xubuntu and am having this problem as well. I found the file to change, but it says i do have the permissions to save the file. Any help on editing this file and being able to apply it?
    Thanks
    -Matt
    Hello Matt and welcome to the forums.

    This file is protected and requires root access to edit. The good news is that your account, if it was the first one created, should have the ability to edit this file using the sudo command. To do so, first open a terminal window then run the command:
    Code:
    sudo -i mousepad /usr/share/dbus-1/services/indicator-sound.service
    ...and it will prompt you for a password. Enter your login password. When the file opens, make the necessary changes and save the file. You'll need to log out and back in again to see the change.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •