Software Centre - automatically add app icon to launcher
Bug #761851 reported by
Christian Giordano
This bug affects 16 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ayatana Design |
Fix Released
|
High
|
Matthew Paul Thomas | ||
| Unity |
Fix Released
|
High
|
Bilal Akhtar | ||
| unity-2d |
Fix Released
|
Medium
|
Unassigned | ||
| software-center (Ubuntu) |
Fix Released
|
Medium
|
Gary Lasker | ||
| unity (Ubuntu) |
Fix Released
|
High
|
Bilal Akhtar | ||
| unity-2d (Ubuntu) |
Fix Released
|
Medium
|
Florian Boucault | ||
Bug Description
Binary package hint: software-center
It seems quite a common case where after clicking "install" the user is prompted first with the user password and then with the "add to laucher" option dialog. I was wondering if the second dialog could be avoided providing a way to add it to launcher while it's downloading/
-------
Desired solution:
When a application is installed from the Software Centre it's icon should be automatically pinned to the Launcher. The option in the software centre to "Add [app name] to the launcher?" after installing a application should be removed.
Related branches
lp:~bilalakhtar/unity/software-center-integration-for-o
- Mikkel Kamstrup Erlandsen (community): Approve
- Unity Team: Pending requested
- Neil J. Patel: Pending requested
-
Diff: 330 lines (+223/-4)6 files modifiedplugins/unityshell/src/Launcher.cpp (+3/-3)
plugins/unityshell/src/Launcher.h (+1/-0)
plugins/unityshell/src/LauncherController.cpp (+55/-1)
plugins/unityshell/src/LauncherController.h (+2/-0)
plugins/unityshell/src/SoftwareCenterLauncherIcon.cpp (+102/-0)
plugins/unityshell/src/SoftwareCenterLauncherIcon.h (+60/-0)
lp:~gary-lasker/software-center/launcher-integration-for-p
- Michael Vogt: Pending requested
-
Diff: 748 lines (+266/-243)6 files modifieddata/ui/gtk3/SoftwareCenter.ui (+20/-4)
softwarecenter/backend/unitylauncher.py (+98/-0)
softwarecenter/ui/gtk3/app.py (+35/-4)
softwarecenter/ui/gtk3/panes/availablepane.py (+91/-2)
softwarecenter/ui/gtk3/panes/softwarepane.py (+2/-193)
test/gtk3/test_unity_launcher_integration.py (+20/-40)
lp:~gary-lasker/software-center/launcher-integration-lp761851
- software-store-developers: Pending requested
-
Diff: 309 lines (+75/-95)4 files modifieddebian/changelog (+6/-1)
softwarecenter/backend/unitylauncher.py (+8/-27)
softwarecenter/ui/gtk3/panes/availablepane.py (+20/-36)
test/gtk3/test_unity_launcher_integration.py (+41/-31)
lp:~ubuntu-desktop/unity/ubuntu
(Merged)
| tags: | added: design |
| Changed in software-center (Ubuntu): | |
| assignee: | Bilal Akhtar (bilalakhtar) → Gary Lasker (gary-lasker) |
| status: | Triaged → In Progress |
| Changed in unity: | |
| importance: | Undecided → Medium |
| assignee: | nobody → Bilal Akhtar (bilalakhtar) |
| Changed in software-center (Ubuntu): | |
| status: | Fix Released → In Progress |
| tags: | added: udp |
| Changed in ayatana-design: | |
| assignee: | nobody → Matthew Paul Thomas (mpt) |
| importance: | Undecided → High |
| status: | New → Fix Committed |
| Changed in unity: | |
| status: | Confirmed → In Progress |
| Changed in unity (Ubuntu): | |
| status: | New → In Progress |
| assignee: | nobody → Bilal Akhtar (bilalakhtar) |
| description: | updated |
| summary: |
- add to launcher request after started installing + Software Centre - automatically add app icon to launcher |
| Changed in software-center (Ubuntu): | |
| status: | In Progress → New |
| Changed in ayatana-design: | |
| status: | Fix Committed → New |
| Changed in unity: | |
| status: | In Progress → Fix Committed |
| milestone: | none → 5.2.0 |
| Changed in unity (Ubuntu): | |
| status: | In Progress → Fix Committed |
| Changed in unity: | |
| status: | Fix Committed → Fix Released |
| Changed in unity-2d: | |
| status: | New → Confirmed |
| Changed in unity-2d: | |
| assignee: | nobody → Florian Boucault (fboucault) |
| Changed in unity-2d (Ubuntu): | |
| assignee: | nobody → Florian Boucault (fboucault) |
| Changed in unity-2d: | |
| assignee: | Florian Boucault (fboucault) → Gerry Boland (gerboland) |
| milestone: | none → 5.4 |
| Changed in unity-2d: | |
| milestone: | 5.4 → 5.6 |
| Changed in unity-2d: | |
| importance: | Undecided → Medium |
| Changed in unity-2d (Ubuntu): | |
| importance: | Undecided → Medium |
| Changed in unity: | |
| importance: | Medium → High |
| Changed in unity (Ubuntu): | |
| importance: | Undecided → High |
| Changed in unity: | |
| milestone: | 5.2.0 → 5.6.0 |
| Changed in unity-2d: | |
| milestone: | 5.6 → 5.8 |
| Changed in unity-2d: | |
| assignee: | Gerry Boland (gerboland) → nobody |
| Changed in unity-2d: | |
| milestone: | 5.8 → 5.10.0 |
| Changed in unity-2d: | |
| milestone: | 5.10.0 → 5.12 |
| tags: | added: delta-with-3d |
| Changed in unity-2d: | |
| milestone: | 5.12 → none |
| Changed in ayatana-design: | |
| status: | Fix Committed → Fix Released |
| tags: |
added: reviewedbydesignp removed: udp |
To post a comment you must log in.

The item should just be added to the launcher, and then you can remove it if you want. /wiki.ubuntu. com/SoftwareCen ter#launching
https:/