File > Save not appearing when using HUD with Gimp
Bug #947283 reported by
Colin Law
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Menu Indicator |
Fix Released
|
Medium
|
desrt | ||
unity-2d |
Invalid
|
Undecided
|
Unassigned |
Bug Description
To replicate open an image with Gimp and edit the image. Open the HUD and type Save
A list of 5 possibilities is shown, including File > Save As, but File > Save is not shown.
Related branches
lp://staging/~desrt/indicator-appmenu/hud-performance
- Ted Gould (community): Approve
-
Diff: 2576 lines (+1367/-705)34 files modifiedconfigure.ac (+1/-1)
data/Makefile.am (+5/-13)
data/com.canonical.indicator.appmenu.gschema.xml (+18/-0)
data/com.canonical.indicator.appmenu.gschema.xml.in (+0/-15)
data/com.canonical.indicator.appmenu.hud.gschema.xml (+16/-0)
data/com.canonical.indicator.appmenu.hud.gschema.xml.in (+0/-14)
data/com.canonical.indicator.appmenu.hud.search.gschema.xml (+72/-0)
data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in (+0/-90)
po/POTFILES.in (+4/-4)
src/Makefile.am (+2/-2)
src/distance.c (+0/-415)
src/distance.h (+0/-33)
src/hudappindicatorsource.c (+4/-4)
src/huddbusmenucollector.c (+3/-3)
src/huddebugsource.c (+3/-3)
src/hudindicatorsource.c (+3/-3)
src/huditem.c (+11/-0)
src/huditem.h (+2/-1)
src/hudmenumodelcollector.c (+3/-3)
src/hudquery.c (+9/-1)
src/hudresult.c (+13/-40)
src/hudresult.h (+12/-12)
src/hudsettings.c (+4/-15)
src/hudsettings.h (+1/-4)
src/hudsource.c (+3/-3)
src/hudsource.h (+13/-13)
src/hudsourcelist.c (+3/-3)
src/hudtoken.c (+394/-0)
src/hudtoken.h (+40/-0)
src/hudwindowsource.c (+9/-4)
tests/Makefile.am (+18/-0)
tests/hud-performance.c (+279/-0)
tests/test-distance.c (+58/-6)
tests/word-list.h (+364/-0)
lp://staging/~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream
- Ken VanDine: Pending requested
-
Diff: 1560 lines (+613/-245)32 files modifiedChangeLog (+255/-0)
Makefile.am (+1/-35)
Makefile.am.coverage (+48/-0)
Makefile.in (+45/-39)
configure (+106/-68)
configure.ac (+4/-1)
data/Makefile.in (+5/-11)
debian/changelog (+19/-1)
debian/control (+4/-0)
docs/devel/html/HudAppMenuRegistrar.html (+1/-1)
docs/devel/html/HudDbusmenuCollector.html (+3/-3)
docs/devel/html/HudResult.html (+4/-4)
docs/devel/html/HudSource.html (+7/-7)
docs/devel/html/ch01.html (+1/-1)
docs/devel/html/ch02.html (+1/-1)
docs/devel/html/ch03.html (+1/-1)
docs/devel/html/ch04.html (+1/-1)
docs/devel/html/ch05.html (+1/-1)
docs/devel/html/hud-HudSettings.html (+2/-20)
docs/man/hud-cli.1 (+2/-2)
docs/man/hud-dump-application.1 (+2/-2)
docs/man/hud-list-applications.1 (+2/-2)
docs/man/hud-verify-app-info.1 (+2/-2)
m4/gcov.m4 (+13/-10)
src/Makefile.in (+18/-18)
src/hudquery.c (+1/-1)
src/hudtoken.c (+6/-0)
src/hudtoken.h (+1/-0)
src/indicator-appmenu.c (+2/-0)
tests/Makefile.in (+53/-11)
tests/test-dbus-message-count.in (+1/-1)
tools-vala/hud-gtk.c (+1/-1)
Changed in unity-2d: | |
status: | New → Invalid |
Changed in indicator-appmenu: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ryan Lortie (desrt) |
Changed in indicator-appmenu: | |
milestone: | none → 0.3.97 |
To post a comment you must log in.
I see that the same problem is also seen in Unity-3d.