Bug 7191: Cursor keys just beep on PPC with Gramps 3.4.6
It's actually on both PPC and Intel, and it's from forgetting to update gramps.accel after upgrading Gtk past 2.24.10, which changed the mapping of alt/option from Mod5 to Mod1. For gramps40 and master, the problem was masked by the bundler putting the file in the wrong directory.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
${prefix}/lib/libosmgpsmap.3.dylib
|
||||
${prefix}/lib/libosmgpsmap-1.0.0.dylib
|
||||
</binary>
|
||||
|
||||
<binary>
|
||||
@@ -205,7 +205,7 @@
|
||||
${project}/gramps.icns
|
||||
</data>
|
||||
|
||||
<data dest="${bundle}/Contents/Resources/lib/python2.7/site-packages/gramps/data/gramps.accel">
|
||||
<data dest="${bundle}/Contents/Resources/share/gramps/gramps.accel">
|
||||
${project}/gramps.accel
|
||||
</data>
|
||||
|
||||
|
Reference in New Issue
Block a user