After upgrading to 12.04 from 11.10, I am no longer able to find Software Sources in Dash. I have installed software-properties-gtk, and can open via terminal, but cannot get Dash to find it? Is this still possible? I want to be able to go direct to my sources without having to load Synaptic or Software Center. What I have done now is launched from terminal, and then pinned to launcher, but typing in dash still does not find it.
Asked
Active
Viewed 2.2k times
10
-
There's another way here, that will enable it for everyone (red section) : http://howtoubuntu.org/how-to-edit-dash-application-results/ – Lewis Goddard Sep 28 '12 at 11:53
2 Answers
9
First copy the software sources desktop file to your local applications folder:
mkdir -p ~/.local/share/applications
cp /usr/share/applications/software-properties-gtk.desktop ~/.local/share/applications/
Edit the file:
gedit ~/.local/share/applications/software-properties-gtk.desktop
change the line NoDisplay=true
to NoDisplay=false
Save, logout and login.

fossfreedom
- 172,746
-
I updated from 11.10 to 12.04 too. I tried the workflow above. There was not NoDisplay row in the software-properties-gtk.desktop file (I edited the original one). I insert it to the end with the value False. I started Ubuntu again. There is not any result. – Arpad Horvath Oct 27 '12 at 15:50
5
You can do following steps for showing "Software Source" program in Unity search result:
- Install "Main Menu" program from software center(package name is "alacarte").
- Run "Main Menu" program.
- From right panel called "Menus" open "System Tools" node and select "Preference" node.
- Check "Software Source" in next pane.
- Finish, in next login you will see Unity "Software Source" in search result

Saeed Zarinfam
- 17,392