Install an app from Ubuntu Terminal and it doesn't show up in the app drawer
Bug #1672392 reported by
Pete Woods
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
In Progress
|
High
|
Alejandro J. Cura | ||
ubuntu-app-launch (Ubuntu) |
Fix Released
|
High
|
Ted Gould | ||
unity8 (Ubuntu) |
In Progress
|
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
lp://staging/~mzanetti/unity8/appdrawer-recent-apps
Approved
for merging
into
lp://staging/unity8
- Unity8 CI Bot: Approve (continuous-integration)
- Lukáš Tinkl (community): Approve
-
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)
lp://staging/~ted/ubuntu-app-launch/system-app-watch
- Pete Woods (community): Approve
- Marcus Tomlinson (community): Approve
- unity-api-1-bot: Needs Fixing (continuous-integration)
-
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 |
Changed in ubuntu-app-launch (Ubuntu): | |
assignee: | nobody → Ted Gould (ted) |
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 |
To post a comment you must log in.
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.