Install an app from Ubuntu Terminal and it doesn't show up in the app drawer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Canonical System Image |
High
|
Alejandro J. Cura | ||
| ubuntu-app-launch (Ubuntu) |
High
|
Ted Gould | ||
| unity8 (Ubuntu) |
High
|
Michael Zanetti |
Bug Description
On a fresh Zesty Qemu VM, I installed dconf-editor from the archive using the terminal.
sudo apt install dconf-editor
and it didn't show up in the app drawer, either in the scrollable list or searching by name.
After a reboot (can't logout due to bug #1670657) dconf-editor is there.
Related branches
- Unity8 CI Bot: Approve (continuous-integration) on 2017-04-05
- Lukáš Tinkl (community): Approve on 2017-04-05
-
Diff: 621 lines (+340/-13)17 files modifiedCMakeLists.txt (+1/-1)
debian/control (+3/-3)
plugins/Greeter/Unity/Launcher/launcheritem.cpp (+6/-0)
plugins/Greeter/Unity/Launcher/launcheritem.h (+1/-0)
plugins/Unity/Launcher/appdrawermodel.cpp (+68/-7)
plugins/Unity/Launcher/appdrawermodel.h (+8/-0)
plugins/Unity/Launcher/launcheritem.cpp (+13/-0)
plugins/Unity/Launcher/launcheritem.h (+3/-0)
plugins/Unity/Launcher/launchermodel.cpp (+1/-0)
plugins/Unity/Launcher/ualwrapper.cpp (+12/-2)
plugins/Unity/Launcher/ualwrapper.h (+6/-0)
tests/mocks/Unity/Launcher/MockLauncherItem.cpp (+13/-0)
tests/mocks/Unity/Launcher/MockLauncherItem.h (+3/-0)
tests/plugins/Unity/Launcher/CMakeLists.txt (+34/-0)
tests/plugins/Unity/Launcher/appdrawermodeltest.cpp (+53/-0)
tests/plugins/Unity/Launcher/ualwrapper.cpp (+60/-0)
tests/plugins/Unity/Launcher/ualwrapper.h (+55/-0)
- Pete Woods (community): Approve on 2017-04-04
- Marcus Tomlinson: Approve on 2017-04-04
- unity-api-1-bot: Needs Fixing (continuous-integration) on 2017-04-04
-
Diff: 1009 lines (+694/-39)16 files modifiedlibubuntu-app-launch/app-store-legacy.cpp (+172/-0)
libubuntu-app-launch/app-store-legacy.h (+14/-0)
libubuntu-app-launch/info-watcher.h (+14/-0)
libubuntu-app-launch/registry-impl.cpp (+40/-14)
libubuntu-app-launch/registry-impl.h (+17/-2)
libubuntu-app-launch/registry.cpp (+10/-0)
libubuntu-app-launch/registry.h (+19/-0)
tests/CMakeLists.txt (+10/-0)
tests/app-store-legacy.cpp (+155/-0)
tests/eventually-fixture.h (+76/-0)
tests/jobs-systemd.cpp (+2/-2)
tests/libual-cpp-test.cc (+43/-8)
tests/libual-test.cc (+2/-8)
tests/registry-mock.h (+13/-0)
tests/test-directory.h (+94/-0)
tools/ubuntu-app-watch.cpp (+13/-5)
tags: | added: unity8-desktop |
description: | updated |
description: | updated |
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
status: | Incomplete → Triaged |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
status: | New → Triaged |
importance: | Undecided → High |
Michael Zanetti (mzanetti) wrote : | #1 |
Changed in ubuntu-app-launch (Ubuntu): | |
importance: | Undecided → High |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in ubuntu-app-launch (Ubuntu): | |
assignee: | nobody → Ted Gould (ted) |
Launchpad Janitor (janitor) wrote : | #2 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in ubuntu-app-launch (Ubuntu): | |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Alejandro J. Cura (alecu) |
milestone: | none → u8c-2 |
Changed in ubuntu-app-launch (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Triaged → In Progress |
Pat McGowan (pat-mcgowan) wrote : | #3 |
Bumped milestone as its a major usability issue, in case it can land
Changed in canonical-devices-system-image: | |
milestone: | u8c-2 → u8c-z |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package ubuntu-app-launch - 0.12+17.
---------------
ubuntu-app-launch (0.12+17.
[ Michael Terry ]
* Bump version for new AppID methods
[ Ted Gould ]
* Cleanup registry references to make them consistent (LP: #1676361)
* Watch system folders for apps added and removed (LP: #1630997,
#1672392)
* Wait with a timeout for the libertine service to start
* Provide equality operators for Application and Application:
objects. (LP: #1677345)
* Force GTK and Qt backends when using XMir
-- Ted Gould <email address hidden> Tue, 04 Apr 2017 21:48:48 +0000
Changed in ubuntu-app-launch (Ubuntu): | |
status: | In Progress → Fix Released |
u-a-l doesn't emit the required signals yet.
The linked unity8 branch implements this update functionality but it is not tested yet as u-a-l only provides a stub API at this point.