Télécharger
Développer
Compte
Télécharger
Développer
Connexion
Mot de passe oublié ?
Créer un compte
Langue
Aide
Langue
Aide
×
Connexion
Nom du compte
Mot de passe
×
Mot de passe oublié ?
Traduction statut du Français
Catégorie :
Logiciel
Peuple
PersonalForge
Magazine
Wiki
Recherche
OSDN
>
Trouver un logiciel
>
Other
>
Tokyo Hacking Linux Users Group
>
Ticket List/Search
>
Ticket #3321
Tokyo Hacking Linux Users Group
Description
Résumé du projet
Dashboard - Développeur
Page Web
Développeurs
Galerie d'images
Liste des flux RSS
Activité
Statistiques
Historique
Téléchargements
List of Releases
Stats
Code Source
Liste des dépôts de code
CVS
Voir le référentiel
Ticket
Liste des tickets
Liste des Jalons
Liste des types
Liste des composants
Liste des tickets/RSS fréquemment utilisés
Soumettre un nouveau ticket
Documents
Communication
Forums
Liste des forums
Forum d’aide (1)
Discussion-Ouverte (1)
Listes de diffusion
Liste de ML
Nouvelles
Ticket #3321
Liste des tickets
Soumettre un nouveau ticket
RSS
GUIのWindowsエントリ処理
Date d'ouverture:
2003-11-14 18:13
Dernière mise à jour:
2003-11-19 18:45
monitor
ON
OFF
Rapporteur:
k3c
Propriétaire:
kaepapa
Type:
Bogues
État:
Atteints
Composant:
(Aucun)
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun
Détails
Répondre
GUIの共通設定タブにおいてWindowsエントリを
/dev/hda1
として「適用」ボタンを押し、一旦grubmenuを終了、
再度GUIを起動すると、WIndowsエントリは
(hd0,0)
に変わっている。(ここまでは正常な動作)
このとき、何も操作せずに「適用」すると
「Windowsエントリのデバイス名が不正です」
というポップアップウインドウが現れる。
「OK」ボタンを押すと、
grubmenuを起動したターミナルに次のような
トレースバックが出力される。
-----
Traceback (most recent call last):
File
"/usr/lib/python2.2/site-packages/grubmenu/ui_wxPython.py",
line 348, in OnBtnApplyClick
badDevice()
File
"/usr/lib/python2.2/site-packages/grubmenu/ui_wxPython.py",
line 306, in badDevice
self.text_ctrl_windows.SetValue(utils.recover_device_name(self.__conf.WIN))
AttributeError: 'module' object has no attribute
'recover_device_name'
-----
なお、デバイス名を例に書かれているようにhd(0,0)と変更すると
「適用」でエラーメッセージを出力せずに「閉じる」ことも
できるが、
menu.lstのWindowsエントリにおいて
root hd(0,0)
という不正なデバイス名が設定される。(設定したのだから当
然だが)
Vine Linux 2.6, Python2.2, wxPythonGTK 2.4.2.4で確認。
Ticket History (2/2 Histories)
2003-11-14 23:15
Updated by:
kaepapa
Ticket Close date
is changed to
2003-11-14 23:15
État
Update from
Ouvert
to
Atteints
Commentaire
Répondre
Logged In: YES
user_id=3854
grubmenu.confへのWindowsがインストールされているデバイス名の
保存形式を/dev/hda1のように変更することで対応
root→rootnoverify修正
closeします
2003-11-19 18:45
Updated by:
k3c
Ticket Close date
is changed to
2003-11-19 18:45
Résolution
Update from
Aucun
to
Fixed
Attachment File List (
0
)
Attachment File List
No attachments
Modifier
Ajouter un commentaire
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Connexion
Ajouter un commentaire
Aperçu
Soumettre
/dev/hda1
として「適用」ボタンを押し、一旦grubmenuを終了、
再度GUIを起動すると、WIndowsエントリは
(hd0,0)
に変わっている。(ここまでは正常な動作)
このとき、何も操作せずに「適用」すると
「Windowsエントリのデバイス名が不正です」
というポップアップウインドウが現れる。
「OK」ボタンを押すと、
grubmenuを起動したターミナルに次のような
トレースバックが出力される。
-----
Traceback (most recent call last):
File
"/usr/lib/python2.2/site-packages/grubmenu/ui_wxPython.py",
line 348, in OnBtnApplyClick
badDevice()
File
"/usr/lib/python2.2/site-packages/grubmenu/ui_wxPython.py",
line 306, in badDevice
self.text_ctrl_windows.SetValue(utils.recover_device_name(self.__conf.WIN))
AttributeError: 'module' object has no attribute
'recover_device_name'
-----
なお、デバイス名を例に書かれているようにhd(0,0)と変更すると
「適用」でエラーメッセージを出力せずに「閉じる」ことも
できるが、
menu.lstのWindowsエントリにおいて
root hd(0,0)
という不正なデバイス名が設定される。(設定したのだから当
然だが)
Vine Linux 2.6, Python2.2, wxPythonGTK 2.4.2.4で確認。