[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2015-04-28 Thread Alex Valavanis
** Changed in: inkscape (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: inkscape
Milestone: None => 0.91

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2015-01-31 Thread Alex Valavanis
** Changed in: inkscape
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-03-11 Thread John Smith
Thanks for testing.
Committed markup fix as r12190.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-03-11 Thread ~suv
Patch also tested successfully on OS X 10.7 with Inkscape 0.48+devel r12189
(GTK+/X11 2.24.13, GTK+/Quartz 2.24.17 (without osx menubar integration))

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-03-11 Thread JazzyNico
Patch tested successfully on Debian testing, Inkscape revision 12189.
Thanks John!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-03-11 Thread John Smith
Oops my mistake, i didnt notice there was markup in the menus and didnt include 
the markup code.
Hopefully the attached v3 patch should revert and fix the markup issues.

** Patch added: "998276.v3.markup.patch"
   
https://bugs.launchpad.net/inkscape/+bug/998276/+attachment/3568060/+files/998276.v3.markup.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-03-11 Thread ~suv
@John - do you happen to know whether the HTML markup currently used in
strings for the menu items (taken from the definition of the verbs in
'src/verbs.cpp') needs to be adjusted to the changes in r12132?

Please see this question on the translators mailing list as reference:


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-02-18 Thread John Smith
Committed to trunk as r12132.

** Changed in: inkscape
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-02-12 Thread ~suv
Patch tested successfully with r12119 on Ubuntu 12.10 (with global
menubar), and on OS X (X11 and Quartz-based builds without menubar
integration, see comment #9) - so far, no regressions encountered (only
a few quick tests done for the known and mentioned issues with v1, and
as known from Valerio's Quartz-based RC packages for OS X).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-02-12 Thread John Smith
Attached v2 patch should hopefully fix the problems in comments 9 to 12.
Should be able to enter text on canvas, in spin-boxes and cut/paste in dialogs 
without triggering shortcuts.

Using standard gtk accelerators for menu display only and not to invoke
actual shortcuts.


** Patch added: "998276.v2.patch"
   
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+attachment/3524984/+files/998276.v2.patch

** Changed in: inkscape
 Assignee: (unassigned) => John Smith (john-smithi)

** Changed in: inkscape
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-02-01 Thread John Smith
** Changed in: inkscape
   Status: In Progress => Confirmed

** Changed in: inkscape
 Assignee: John Smith (john-smithi) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread ~suv
'Ctrl+C', 'Ctrl+V' are "restricted" to objects on-canvas, even if the
user wants e.g. to copy&paste text somewhere in a GUI widget - e.g. a
style property in the XML Editor (originally described by victor on
'inkscape-devel' about the OS X RC3 package:
).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread ScislaC
Same behavior observed as reported by ~suv on Ubuntu 12.10 with r12050 +
the above patch. Another observation, with numlock on, just pressing 5
on the numpad alone will trigger Grayscale mode (no need to hold Ctrl).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread ~suv
> a conflict between the on-canvas text-editing context and menu
shortcuts:

It's even more pervasive than just affecting the text-editing context:
shortcuts also get triggered unexpectedly when trying to enter
alphanumeric characters into spin boxes, or entry widgets, elsewhere in
the GUI (e.g. the zoom presets).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread ~suv
>  Would like to see if it works under OS X.

Can't test myself yet with gtk-mac-integration (no patch/branch shared for the 
most recent changes (RC3)), but when using the patch with normal per-window 
menu of current trunk (all combinations of backends and versions: X11, Quartz, 
GTK2, GTK3), the same issue as with the 0.48.x RC3 OS X package occurs: a 
conflict between the on-canvas text-editing context and menu shortcuts:


Characters like v,h,D,G,+,-, etc. trigger keyboard shortcuts instead of
being entered as characters into the current text object being edited
on-canvas.

Depending on the theme used, one can also notice that the affected
keyboard shortcuts (accelerators) in the menu entries are differently
colored than the rest (they use the same foreground colours as the menu
item labels, whereas those based on standard gtk menu accelerators may
use a dimmer foreground color than the menu item label itself).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread Alex Valavanis
** Tags removed: patch
** Tags added: patch-forwarded-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread Ubuntu Foundations Team Bug Bot
The attachment "998276.v1.patch" of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread John Smith
Patch that should show the keyboard shortcuts (accelerators) in the main menu 
under Ubuntu Unity.
Replaces the Inkscape custom labels with standard gtk menu accelerators.

Tested on Windows 7 and Ubuntu 12.10.
Would like to see if it works under OS X.


** Patch added: "998276.v1.patch"
   
https://bugs.launchpad.net/inkscape/+bug/998276/+attachment/3491875/+files/998276.v1.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2013-01-21 Thread John Smith
** Changed in: inkscape
 Assignee: (unassigned) => John Smith (john-smithi)

** Changed in: inkscape
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-10-03 Thread ~suv

> launching Inkscape in a sub-shell without global menu integration, e.g. like 
> this:
> $ (unset UBUNTU_MENUPROXY; inkscape)

Alternatively one could define an alias (in ~/.bash_aliases):
inkscape="UBUNTU_MENUPROXY= inkscape"

For additional tips how to disable the global menu per application, see e.g.



** Also affects: appmenu-gtk
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-10-03 Thread ~suv
Reproduced on Ubuntu 12.10 with current trunk.

Not reproduced (shortcuts are displayed for menu items which have one) when 
launching Inkscape in a sub-shell without global menu integration, e.g. like 
this:
$ (unset UBUNTU_MENUPROXY; inkscape)

Setting bug status to 'Confirmed' for now - IMHO it looks more like a
GTK+ and/or appmenu problem though.

** Changed in: inkscape
   Importance: Undecided => Medium

** Changed in: inkscape
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-09-04 Thread John Smith
** Changed in: inkscape
 Assignee: John Smith (john-smithi) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-06-10 Thread Dimitrijj
I have this problem too.
- If I run Inkscape as user the keyboard shortcuts aren't display in the 
Inkscape's global menu under Unity.

- If I run Inkscape with sudo it doesn't use global menu. The Inkscape's
main menu is place in the Inkscape's window. The keyboard shortcuts are
display in this menu.

I don't have Gnome desktop installed.

Ubuntu 12.04 i386

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-05-24 Thread ~suv
Alex Valavanis wrote
> Confirmed with lp:inkscape r11404 on Ubuntu 12.04 amd64

Could you test/confirm that the keyboard shorctcuts (as well as the menu icons 
loaded from Inkscape's icons.svg file) are present on Ubuntu using the 
"workarounds" mentioned in bug #775702: 
- using the Gnome desktop instead of Unity
  
- without the global menu (appmenu-gtk)
  
- running inkscape as root
  

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-05-24 Thread Alex Valavanis
Confirmed with lp:inkscape r11404 on Ubuntu 12.04 amd64

** Changed in: inkscape (Ubuntu)
   Importance: Undecided => Low

** Changed in: inkscape (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-05-24 Thread ~suv
Probably related to 
Bug #775702 "Some menu icons missing in Inkscape since upgrade to 11.04"


On screenshots provided by Ubuntu (Unity) users affected by the missing
menu icons, the keyboard shortcuts are also missing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998276] Re: Keyboard shortcuts not appearing in the main menu under Unity

2012-05-24 Thread ~suv
** Tags added: shortcuts

** Also affects: inkscape (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998276

Title:
  Keyboard shortcuts not appearing in the main menu under Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/998276/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs