Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Problema con Dvorak y el euro
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sat Aug 15, 2015 11:45 am    Post subject: [SOLVED] Problema con Dvorak y el euro Reply with quote

Buenos días.

Anoche decidí cambiar del teclado qwerty al teclado dvorak. Hice este cambio en el archivo /etc/conf.d/keymaps:

Code:
# Use keymap to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.

keymap="dvorak-es"
#keymap="es"

# Should we first load the 'windowkeys' console keymap?  Most x86 users will
# say "yes" here.  Note that non-x86 users should leave it as "no".
# Loading this keymap will enable VT switching (like ALT+Left/Right)
# using the special windows keys on the linux console.
windowkeys="YES"

# The maps to load for extended keyboards.  Most users will leave this as is.
extended_keymaps=""
#extended_keymaps="backspace keypad euro2"

# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set unicode="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
dumpkeys_charset=""

# Some fonts map AltGr-E to the currency symbol instead of the Euro.
# To fix this, set to "yes"
fix_euro="NO"


Pero al iniciar el sistema me sale un error que dice algo así como "/usr/share/keymaps/i386/dvorak/dvorak-es.map.gz:9: cannot open include file euro", y se carga la configuración por defecto, la qwerty. En las X no tengo ese problema, por suerte, sólo en bash.


Last edited by Ignatius881 on Sat Aug 15, 2015 8:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Sat Aug 15, 2015 3:10 pm    Post subject: Reply with quote

Parece un bug en el archivo dvorak-es.map.gz. Quiere cargar euro.inc pero no existe. En su lugar parece que está euro1.inc.

Puedes arreglarlo creando un enlace simbólico:
Code:
ln -sr /usr/share/keymaps/i386/include/euro1.inc /usr/share/keymaps/i386/include/euro.inc
Back to top
View user's profile Send private message
Ignatius881
Tux's lil' helper
Tux's lil' helper


Joined: 04 Apr 2011
Posts: 96
Location: Oviedo

PostPosted: Sat Aug 15, 2015 8:36 pm    Post subject: Reply with quote

Gracias, me ha funcionado :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum