[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2014-02-12 Thread Ken Clive
I suspect there is something wrong with the libreoffice-gtk package if removing it enables the Alt key shortcuts to work. I have been looking at the libreoffice source to try to see where libreoffice-gtk is causing this to not work. -- You received this bug notification because you are a member

[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-04-28 Thread Ken Clive
Still working on this fix. I figured out how to make the string conversions simpler so that replacing the '~' character with an underscore is quicker when opening menus. However, I still don't see mnemonic underlines for menu headers (File, Edit, etc.), so maybe my code is only affecting items wi

[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-04-14 Thread Ken Clive
John, I have not yet succeeded in building LibreOffice 3.6 with Unity menu support using the instructions provided in the Ubuntu Wiki, nor can I do it with Ubuntu packages. I have attached my code here, which should go under core/vcl/unx/gtk/window in the LO sources. Sorry for the delay in this

[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-03-22 Thread Ken Clive
John, I am trying to implement the underscore in glomenu.cxx, where the menu labels are generated. If you look at gtksalmenu.cxx, where all the menu items are generated, there is code in the NativeSetItemText function that converts the tilde (~) character to an underscore. This is what I am try

[Bug 1143008] Re: "Additional Drivers" tool (jockey-gtk) icon does not show up in Unity search or in System Settings when installed.

2013-03-05 Thread Ken Clive
Yes I am using Quantal. I was unaware that the Additional Drivers tool was moved to Software Sources. I would like to have this bug report closed. ** Changed in: jockey (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1143008] Re: "Additional Drivers" tool (jockey-gtk) icon does not show up in Unity search or in System Settings when installed.

2013-03-04 Thread Ken Clive
No, nothing of the sort appears when I search for "drivers" in Dash. I don't see the icon in Software Sources either, even though the "Additional Drivers" tool is marked as installed in Ubuntu Software Center. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1143008] [NEW] "Additional Drivers" tool (jockey-gtk) icon does not show up in Unity search or in System Settings when installed.

2013-03-03 Thread Ken Clive
Public bug reported: When I install "Additional Drivers" tool from the Ubuntu Software Center, the icon shows up in the Launcher. However, I can't find it via the HUD search utility, nor can I find it in System Settings. This needs to be fixed, especially for new/inexperienced users who have tro

[Bug 1006461] Re: Rocs does not have a menu icon

2013-01-08 Thread Ken Clive
I have communicated with the Rocs developer, and they actually have not found anyone to design the launcher icon yet. I am willing to help the developer with this, since I have some experience with Inkscape. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 739184] Re: Keyboard shortcuts to menus do not work.

2012-08-03 Thread Ken Clive
** Changed in: lo-menubar (Ubuntu) Assignee: (unassigned) => Ken Clive (ken.clive) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/739184 Title: Keyboard shortcuts to menus do not work.

Re: [Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-06-07 Thread Ken Clive
Sebastien, OK, I will copy the comment to upstream right now. The nautilus team will know much better how to handle this one. - Ken. On Jun 7, 2012, at 2:48 PM, Sebastien Bacher wrote: > @Ken: thanks, could you add this comment on the upstream bug as well? > While we have some GNOME hackers w

[Bug 739184] Re: Keyboard shortcuts to menus do not work.

2012-06-07 Thread Ken Clive
The main reason this is occurring is because the Alt key is mapped to the new HUD feature in 12.04. I will take a look at the code, and if it's not too daunting for me (I recently joined the Ubuntu dev community, so bear with me), I'll see if I can make it behave. Perhaps what lo-menubar needs is

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-06-07 Thread Ken Clive
I have chosen to un-assign myself from fixing this bug. I have gained a lot more insight into how to possibly implement a recursive ownership change function, but am not familiar with the I/O aspect of it (there seems to be a particular timing of pushing and popping jobs involved). Basically, here

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-06-07 Thread Ken Clive
** Changed in: nautilus (Ubuntu) Assignee: Ken Clive (ken.clive) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822993 Title: Applying Permissions to enclosed files in Nauti

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-06-04 Thread Ken Clive
Shubham, I am currently working on this issue, and it's a bit complicated because this is a feature that hasn't been implemented into the button yet. I am directly consulting with the nautilus developers upstream to resolve this issue, since I have been familiarizing myself with the nautilus sour

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-05-30 Thread Ken Clive
** Changed in: nautilus (Ubuntu) Assignee: (unassigned) => Ken Clive (ken.clive) ** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822993 Title: Applying Permissions

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-05-26 Thread Ken Clive
Sorry, comment #4 had some typos. Fixed them in comment #5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822993 Title: Applying Permissions to enclosed files in Nautilus' Folder Properties windo

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-05-26 Thread Ken Clive
Haven't quite figured this one out yet, since GTK+ is not familiar territory for me. However, I found the code snippet that operates the button: it's the "apply_recursive_clicked" function in nautilus- properties-window.c. The for loop in lines 4344-4371 may be the trouble spot, but I'm not sure:

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-05-26 Thread Ken Clive
Haven't quite figured this one out yet, since GTK+ is not familiar territory for me. However, I found the code snippet that operates the button: it's the "apply_recursive_clicked" function in nautilus- properties-window.c. The for loop in lines 4344-4371 may be the trouble spot, but I'm not sure

[Bug 822993] Re: Applying Permissions to enclosed files in Nautilus' Folder Properties window doesn't work

2012-05-24 Thread Ken Clive
I've confirmed that this also occurs in Precise (12.04, x64). I am quite new to fixing bugs in Ubuntu, but I am willing to give it a shot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822993 Title:

[Bug 836023] Re: New Unity Alt-Tab switcher window is slow to appear

2012-05-15 Thread Ken Clive
Hmm, I kind of notice the delay, but it's definitely not much more than 1/10 of a second. I do notice, however, that if you just quickly hit Alt+Tab and don't keep holding down Alt, the Alt-Tab switcher never actually displays, and it doesn't switch to the next window in the sequence. Not sure if

[Bug 772177] Re: Alt+Tab "Feels" slow

2012-05-12 Thread Ken Clive
I'm having absolutely no issues with Alt-Tab in Unity 3D on my end. Perhaps it depends on the video driver in use? System specs: 3.3 GHz AMD Phenom II X2 560, 4GB DDR3, Nvidia GT 520 on 295.40 drivers (proprietary), 12.04 LTS x86-64. -- You received this bug notification because you are a membe