Bug 7786 - Ошибка в /etc/X11/xinit.d/xkb
Summary: Ошибка в /etc/X11/xinit.d/xkb
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: xorg-x11-server (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Valery Inozemtsev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 19:48 MSD by Vitaly Lipatov
Modified: 2005-08-30 00:52 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2005-08-29 19:48:07 MSD
$ grep option /etc/X11/xinit.d/xkb 
[ -z "$OPTION" ] || PARAMS="$PARAMS -option -option '$OPTION'" 
 
Наверное -option должно быть один раз написано?
Comment 1 Andrey Rahmatullin 2005-08-29 19:56:45 MSD
Если я правильно понимаю (у меня этого файла нет), это опции setxkbmap.
В таком случае, всё правильно.
       -option name
               Specifies  the  name  of  an option to determine the components
               which make up the keyboard description;  multiple  options  may
               be  specified, one per -option flag. Note that setxkbmap summa-
               rize options specified in the command line with options was set
               before  (saved  in  root  window  properties). If you want only
               specified options will be set use  the  -option  flag  with  an
               empty argument first.
Comment 2 Vitaly Lipatov 2005-08-30 00:52:19 MSD
Действительно. 
В следующий раз буду думать и читать ман :) 
Извините за беспокойство.