10

I just noticed that my totem video player doesn't have a sidebar with playlist anymore.

I didn't use totem for some time, so I am not sure which ubuntu upgrade was responsible for it, now I am using vivid.

Is there any way to get the sidebar back including the playlist?

If not, what were the reasons to remove the playlist sidebar?

Edit

apt-cache policy totem gives

totem:
  Installed: 3.14.3-0ubuntu0.1
  Candidate: 3.14.3-0ubuntu0.1
  Version table:
 *** 3.14.3-0ubuntu0.1 0
        500 http://archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     3.14.2-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
student
  • 2,352

1 Answers1

8

There is no sidebar anymore in Totem. There is only the overview, which you can see, if you start Totem, or use the arrow button in the upper left corner if you have started a video.

enter image description here

You could add the menubar via

gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '{"Gtk/ShellShowsAppMenu":<0>}'

dc

but not the sidebar.

Reset with

gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '{}'
A.B.
  • 92,125