Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Finden Software
>
Other
>
Tokyo Hacking Linux Users Group
>
Ticket-Liste / Suche
>
Ticket #3321
Tokyo Hacking Linux Users Group
Beschreibung
Projekt Zusammenfassung
Entwickler-Dashboard
Web-Seite
Entwickler
Bildergalerie
RSS Feed-Liste
Aktivität
Statistiken
Historie
Downloads
Aller Releases-Liste
Statistiken
Quellcode
Quellcode-Repositorys-Liste
CVS
Repository ansehen
Ticket
Ticket-Liste
Liste der Meilensteine
Typenliste
Komponentenliste
Liste der zuletzt benutzten Tickets/RSS
Neue Ticket abschicken
Dokumente
Kommunikation
Foren
Forum-Liste
Hilfe (1)
Offene Diskussion (1)
Mailinglisten
Alle Mailinglisten
Neuigkeiten
Ticket #3321
Ticket-Liste
Neue Ticket abschicken
RSS
GUIのWindowsエントリ処理
Eröffnet am:
2003-11-14 18:13
Letztes Update:
2003-11-19 18:45
beobachte
ON
OFF
Auswertung:
k3c
Verantwortlicher:
kaepapa
Typ:
Fehler
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine
Details
Antworten
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-Verlauf (2/2 Historien)
2003-11-14 23:15
Aktualisiert von:
kaepapa
Ticket Close date
is changed to
2003-11-14 23:15
Status
Update from
Offen
to
Geschlossen
Kommentar
Antworten
Logged In: YES
user_id=3854
grubmenu.confへのWindowsがインストールされているデバイス名の
保存形式を/dev/hda1のように変更することで対応
root→rootnoverify修正
closeします
2003-11-19 18:45
Aktualisiert von:
k3c
Ticket Close date
is changed to
2003-11-19 18:45
Lösung
Update from
Keine
to
Gefixt
Dateianhangliste (
0
)
Dateianhangliste
Keine Anhänge
Bearbeiten
Kommentar hinzufügen
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Anmelden
Kommentar hinzufügen
Vorschau
Abschicken
/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で確認。