[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-05-06 Thread Oleksandr Senkovych
Sorry, don't mind to my previous comment. It doesn't work (although it
seemed to me that it did for a moment).

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-05-06 Thread Oleksandr Senkovych
Just in case someone is so annoyed that he is ready to do some untested
things, just copy-paste this in terminal with root permissions:


export QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
export QUILT_PATCHES=debian/patches
apt-get -y build-dep indicator-appmenu
apt-get -y source indicator-appmenu
apt-get -y install quilt
cd indicator-appmenu-*
quilt new disable_alt_shortcut
quilt push
quilt add src/window-menu-dbusmenu.c
echo 
Index: indicator-appmenu-15.02.0+15.04.20150302/src/window-menu-dbusmenu.c
===
--- indicator-appmenu-15.02.0+15.04.20150302.orig/src/window-menu-dbusmenu.c
+++ indicator-appmenu-15.02.0+15.04.20150302/src/window-menu-dbusmenu.c
@@ -345,7 +345,6 @@ item_activate (DbusmenuClient * client,
 static void
 status_changed (DbusmenuClient * client, GParamSpec * pspec, gpointer 
user_data)
 {
-  g_signal_emit_by_name(G_OBJECT(user_data), 
WINDOW_MENU_SIGNAL_STATUS_CHANGED, dbusmenu_client_get_status (client));
 }
 
 WindowMenuStatus dbusmenu_status_table[] = {
 | patch --ignore-whitespace -p1
quilt refresh
dpkg-buildpackage 
cd ..
dpkg -i indicator-appmenu-*.deb

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-04-05 Thread scinart
#13 does work for me.

According to GTK docs , GtkSettings:gtk-enable-mnemonics has been
deprecated since version 3.10 and should not be used in newly-written
code. This setting can still be used for application overrides, but will
be ignored in the future.

https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings
--gtk-enable-mnemonics

#14 refers to the wrong property. It is gtk-enable-mnemonics rather than
gtk-auto-mnemonics.

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-03-04 Thread midopa
#13 that doesn't work for me.

According to GTK docs, this setting has been disabled since 3.10, which
is what's on 14.04.

https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings
--gtk-auto-mnemonics

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2015-01-05 Thread Elijah Lynn
The above comment didn't work for me. It seems in Ubuntu 14.04, Nautilus
uses GTK-3.0 and in 3.0 they moved away from the gtkrc files and use
settings.ini files in various locations.

For Nautilus on Ubuntu 14.04:

Create the following path  file if it doesn't already exist.
/home/YOURUSERNAME/.config/gtk-3.0/settings.ini
Then add:
[Settings]
gtk-enable-mnemonics = 0
Then logout and log back in.

Sources:
* https://mail.gnome.org/archives/gtk-list/2011-March/msg00108.html
* https://developer.gnome.org/gtk3/stable/GtkSettings.html

Better formatting here = http://askubuntu.com/a/569303/11929

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-08-19 Thread Guillaume Wenzek
Same bug in Ubuntu 14.04, it worked fine in 12.04.

It's really annoying that Ubuntu privates us from all the alt+key
shortcuts...

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-08-19 Thread Guillaume Wenzek
I found a work around in ubuntu forum :
http://ubuntuforums.org/showthread.php?t=1735533

*** quote ***
To disable mnemonics you should create (if it doesn't already exist) 
~/.gtkrc-2.0. This file should contain the line gtk-enable-   mnemonics = 0 
(you can add other GTK settings if you'd like). Then, restart for the changes 
to take effect (you may be able to log out then log in instead).
***

I don't know what are mnemonics, and it might depends on which version
of gtk your application is using.

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-08-03 Thread Belarrius
Same bug here! on Ubuntu 14.04

I play at WoW with wine and the alt+a and alt+e bug my game!

It's not possible to disable alt+a or alt+e 

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-07-15 Thread ngsupb
This issue is still in 14.04

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2014-02-17 Thread Oleksandr Senkovych
Alt+menu shortcut shortcuts doesn't work also (e.g. Alt+F should open
File menu)

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-07-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-06-05 Thread Dražen Lučanin
Woohoo! It seems that this is already possible! I just read this comment
on an SO question

http://askubuntu.com/questions/124815/how-do-i-enable-emacs-keybindings-
in-google-chrome#comment332725_233539

System Settings - Keyboard - Shortcuts tab - Windows section - Disable
Activate the window menu

Although this is only alt+space initially, disabling it removes all the
alt+key window menu shorcuts. Since this is the case, this bug report
can be aimed at making that description clearer.

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-06-05 Thread Dražen Lučanin
False alarm, it doesn't really work :(

It seemed to be working for Chromium, but not for all applications.
Seems that Chromium didn't have these shortcut menu items - just alt+f
mapping to its options.

The bug remains open...

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-05-29 Thread Pjack Chen
This bug really annoy me too. I cannot use some Alt+key shortcut key
in bash. ex:  Alt+f,  Alt + (left arrow key), Alt + (right arrow key)

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


Re: [Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-05-29 Thread Dražen Lučanin
In the terminal application in specific, you can disable the menu shortcuts
it in the options (otherwise I don't know how would I edit long commands).
See:

http://askubuntu.com/questions/30224/how-to-disable-the-alt-hotkey-
behavior-on-gnome-terminal

For all the other applications, though, it is not possible to free
alt-shortcuts for other uses.


On Wed, May 29, 2013 at 12:59 PM, Pjack Chen pjack.c...@gmail.com wrote:

 This bug really annoy me too. I cannot use some Alt+key shortcut key
 in bash. ex:  Alt+f,  Alt + (left arrow key), Alt + (right arrow key)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1113420

 Title:
   Alt+key window menu shortcuts cannot be disabled

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions


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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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


[Bug 1113420] Re: Alt+key window menu shortcuts cannot be disabled

2013-05-29 Thread Dražen Lučanin
BTW, Pjack Chen, you can mark this bug as affecting you on top of the
page (under the bug title).

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

Title:
  Alt+key window menu shortcuts cannot be disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1113420/+subscriptions

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