Terminal not shown in terminal lauchers on cairo-menu
Bug #615487 reported by
Carlos Vásquez (ClearCorp)
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn Extras |
Fix Released
|
Medium
|
Unassigned | ||
Desktop Agnostic Library for GLib-based Projects |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If I open a menu launcher configured to launch in terminal using the cairo-menu, the terminal never shows up. It works on the background, but there is no terminal on the screen.
I have checked for windows opened (to make sure I wasn't just missing the window), and with the regular gnome-panel menu it works OK, so the launcher is good.
I am running Ubuntu Lucid Lynx 10.04, with awn from repos, version 0.4.0-0ubuntu1 (both awn and awn-extras).
I am running compiz with normal settings. I have an Intel x4500 integrated video card, with the default intel driver.
Related branches
lp://staging/~awn-core/libdesktop-agnostic/various-fixes
- Mark Lee: Needs Fixing (style, build system)
- Julien Lavergne: Approve
-
Diff: 2099 lines (+1062/-186)37 files modifieddebian/control (+3/-3)
docs/known-issues.rst (+1/-1)
libdesktop-agnostic/config-bridge.vala (+4/-6)
libdesktop-agnostic/config-client.vala (+2/-3)
libdesktop-agnostic/config-impl-gconf.vala (+0/-1)
libdesktop-agnostic/config-impl-keyfile.vala (+4/-1)
libdesktop-agnostic/config-impl-memory.vala (+0/-1)
libdesktop-agnostic/config-impl-null.vala (+0/-1)
libdesktop-agnostic/config-schema.vala (+2/-1)
libdesktop-agnostic/config-type-color.vala (+0/-1)
libdesktop-agnostic/desktop-entry-impl-gio.vala (+394/-0)
libdesktop-agnostic/desktop-entry-impl-glib.vala (+53/-1)
libdesktop-agnostic/desktop-entry-impl-gnome.vala (+0/-1)
libdesktop-agnostic/ui-color-button.vala (+1/-1)
libdesktop-agnostic/ui-icon-chooser-dialog.vala (+147/-64)
libdesktop-agnostic/ui-launcher-editor-dialog.vala (+123/-53)
libdesktop-agnostic/vfs-bookmarks-gtk.vala (+1/-1)
libdesktop-agnostic/vfs-file-impl-gio.vala (+65/-0)
libdesktop-agnostic/vfs-file-impl-gnome-vfs.vala (+18/-0)
libdesktop-agnostic/vfs-file-impl-thunar-vfs.vala (+18/-0)
libdesktop-agnostic/vfs-file.vala (+42/-0)
libdesktop-agnostic/vfs-impl-gio.vala (+0/-1)
libdesktop-agnostic/vfs-impl-gnome-vfs.vala (+0/-1)
libdesktop-agnostic/vfs-impl-thunar-vfs.vala (+0/-1)
libdesktop-agnostic/vfs-trash-impl-gio.vala (+1/-1)
libdesktop-agnostic/vfs-trash-impl-thunar-vfs.vala (+1/-1)
libdesktop-agnostic/vfs-volume-impl-gio.vala (+4/-4)
libdesktop-agnostic/vfs-volume-impl-gnome-vfs.vala (+1/-2)
libdesktop-agnostic/vfs-volume-impl-thunar-vfs.vala (+1/-1)
libdesktop-agnostic/wscript (+14/-5)
python/desktopagnostic.override (+22/-14)
python/fdo.override (+15/-3)
python/ui.override (+5/-1)
python/vfs.defs (+38/-0)
python/vfs.override (+70/-6)
tools/lda-desktop-entry-editor.vala (+2/-2)
wscript (+10/-3)
Changed in awn-extras: | |
status: | New → Confirmed |
Changed in libdesktop-agnostic: | |
milestone: | none → 0.4.0 |
Changed in libdesktop-agnostic: | |
milestone: | 0.4.0 → 0.3.92 |
Changed in libdesktop-agnostic: | |
status: | Fix Committed → Fix Released |
Changed in awn-extras: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I can confirm this. I didn't understand first, so here is what I did: Edit the menu (with alacarte), create a launcher of type "Application in terminal", like "man bzr". Open that entry with Cairo Menu and it won't show up.
I looked in the code and this is handled by libdesktop- agnostic. It seems like it doesn't have an "In Terminal"-flag. I created a patch that handles this kind of entries in Cairo Menu itself. So although it works fine on my system, I don't know if this is o.k. for other environments.