unity launcher does not retain netbeans application
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BAMF |
Fix Released
|
Low
|
Marco Trevisan (Treviño) | ||
Unity |
Fix Released
|
Low
|
Marco Trevisan (Treviño) | ||
Unity Foundations |
Fix Committed
|
Undecided
|
Unassigned | ||
unity-2d |
Won't Fix
|
Undecided
|
Unassigned | ||
bamf (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: unity
When I:
1. Run netbeans-7.0rc1 manually from gnome-terminal (/usr/local/
2. After it finishes running, I choose 'Keep in launcher' from the netbeans application icon in the launcher.
3. Log out and back in again.
... the netbeans application is no longer in the launcher.
I would expect it to still be in the launcher.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.4-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: [core,bailer,
Date: Fri Apr 8 14:33:13 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100602.2)
ProcEnviron:
LANGUAGE=en_AU:en
LANG=en_AU.UTF-8
SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-04-02 (6 days ago)
Related branches
- Christopher Townsend (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Marco Trevisan (Treviño): Pending requested
-
Diff: 1319 lines (+731/-51)23 files modifieddebian/libbamf3-1.symbols (+1/-0)
lib/libbamf-private/org.ayatana.bamf.view.xml (+3/-0)
lib/libbamf-private/org.ayatana.bamf.xml (+8/-1)
lib/libbamf/bamf-application.c (+21/-0)
lib/libbamf/bamf-application.h (+3/-2)
lib/libbamf/bamf-control.c (+31/-5)
lib/libbamf/bamf-control.h (+4/-0)
lib/libbamf/bamf-tab-source.c (+1/-1)
src/bamf-application.c (+272/-2)
src/bamf-application.h (+2/-0)
src/bamf-control.c (+45/-8)
src/bamf-control.h (+3/-0)
src/bamf-legacy-window-test.c (+2/-2)
src/bamf-legacy-window.c (+20/-17)
src/bamf-legacy-window.h (+5/-3)
src/bamf-matcher.c (+27/-2)
src/bamf-matcher.h (+2/-0)
src/bamf-tab.c (+2/-4)
src/bamf-unity-webapps-application.c (+10/-1)
src/bamf-unity-webapps-observer.c (+0/-1)
tests/bamfdaemon/test-application.c (+220/-2)
tests/bamfdaemon/test-bamf.c (+12/-0)
tests/bamfdaemon/test-matcher.c (+37/-0)
- Christopher Townsend (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 602 lines (+195/-92)11 files modifiedlauncher/ApplicationLauncherIcon.cpp (+36/-37)
launcher/LauncherDragWindow.cpp (+1/-1)
launcher/SoftwareCenterLauncherIcon.cpp (+0/-1)
tests/mock-application.h (+1/-0)
tests/test_application_launcher_icon.cpp (+118/-39)
tests/test_launcher.cpp (+4/-4)
tests/test_software_center_launcher_icon.cpp (+1/-1)
unity-shared/ApplicationManager.h (+2/-0)
unity-shared/BamfApplicationManager.cpp (+11/-0)
unity-shared/BamfApplicationManager.h (+2/-0)
unity-shared/StandaloneAppManager.cpp (+19/-9)
Changed in bamf: | |
status: | New → Confirmed |
Changed in unity-foundations: | |
status: | New → Confirmed |
Changed in unity: | |
status: | New → Confirmed |
Changed in bamf: | |
importance: | Undecided → Low |
Changed in bamf (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in unity: | |
importance: | Undecided → Low |
Changed in unity-2d: | |
status: | New → Confirmed |
tags: | added: java-in-launcher |
Changed in bamf: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in bamf: | |
milestone: | none → 0.5.0 |
Changed in unity: | |
milestone: | none → 7.1.1 |
Changed in bamf: | |
status: | Confirmed → Fix Committed |
Changed in bamf (Ubuntu): | |
status: | Confirmed → Fix Released |
Changed in unity-2d: | |
status: | Confirmed → Won't Fix |
Changed in unity-foundations: | |
status: | Confirmed → Fix Committed |
Changed in unity: | |
status: | Confirmed → In Progress |
Seems like BAMF is unable to match the application to a proper desktop file. Changing project to BAMF.