Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2341  / 2 Years ago, sat, february 5, 2022, 11:09:40

Word on the street is that "gtk-enable-mnemonics" has been deprecated since version 3.10, and I am not at all sure how to get my application to display mnemonics.



They will only display if I press the alt key.



Please see here:





I have tried everything suggested in this article in regards to settings.ini, switching the bool to the opposite:





Related:




More From » gtk

 Answers
7

To "disable" mnemonics for Nautilus 3.10.1 on Ubuntu 14.04 which uses GTK3:




  1. Create the following path & file if it doesn't already exist.

    /home/YOURUSERNAME/.config/gtk-3.0/settings.ini

  2. Then add:

    [Settings]

    gtk-enable-mnemonics = 0

  3. Then logout and log back in.



Sources:





p.s. Note that the GTK docs say you should have an environment variable called XDG_CONFIG_HOME but I didn't have one. I did have an existing ~/.config/gtk-3.0 folder and it appears it is looking there by default, without the environment variable.


[#25049] Sunday, February 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
heathree

Total Points: 157
Total Questions: 132
Total Answers: 108

Location: Honduras
Member since Mon, Apr 5, 2021
3 Years ago
;