2

I just updated to Xubuntu 15.04 and am somewhat annoyed in noticing that the search bar in Whisker Menu has disappeared. This is what I currently have:

enter image description here

I used to have something like this:

enter image description here

How can I get it back?

NVaughan
  • 305
  • 1
  • 5
  • 9
  • do you have this installed `apt-cache policy xfce4-whiskermenu-plugin`? – JoKeR Jun 23 '15 at 15:24
  • I think so: "$ sudo apt-cache policy xfce4-whiskermenu-plugin xfce4-whiskermenu-plugin: Installed: 1.4.3-0ubuntu2 Candidate: 1.4.3-0ubuntu2 Version table: *** 1.4.3-0ubuntu2 0 100 /var/lib/dpkg/status " – NVaughan Jun 23 '15 at 15:28

1 Answers1

0

Fixed it. Apparently Whisker Menu Plugin wasn't correctly installed on my system. I followed the following instruction from this page to reinstall it correctly:

$ sudo add-apt-repository ppa:gottcode/gcppa
$ sudo apt-get update
$ sudo apt-get install xfce4-whiskermenu-plugin
$ xfce4-panel --restart
NVaughan
  • 305
  • 1
  • 5
  • 9