定制器在使用 32 位元或 64 位元 iso 的 Ubuntu 11.10 上凍結

定制器在使用 32 位元或 64 位元 iso 的 Ubuntu 11.10 上凍結

我下載了定制器 3.2.1ppa:customizer-dev-team/devel並通過終端運行該應用程序,以便我可以看到輸出。我嘗試過 32 位元和 64 位元 isos,但是一旦選擇了 isos,檔案瀏覽器就會關閉,但所有按鈕都會保持灰色。我已經從 Ubuntu 網站嘗試了 Ubuntu 11.10 的 32 位元和 64 位元 ISO。它們已經過完整性測試。這是程式崩潰時的終端輸出:

williamt@FatalError-HP-Ubuntu:~$ gksudo /home/williamt/1/GUI.gambas
===================== Get_Str() begin =====================

[DEBUG] SrchFile: /opt/Customizer/settings.conf`
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf

================== Get_Str() end (found) ==================


===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================


===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================

[EVENT] Checking configuration file
[EVENT] Checking essential directories and files
[EVENT] Disabling widgets

===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: ISO=
[DEBUG] Def: 
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================


=================== Replace_Str() begin ===================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: ISO=
[DEBUG] RpcStr: /home/williamt/Downloads/ubuntu-11.10-desktop-amd64 (1).iso
[DEBUG] Loading file: /opt/Customizer/settings.conf
[DEBUG] Saving file: /opt/Customizer/settings.conf
================ Replace_Str() end (found) ================

[DEBUG] Extracting ISO
[EVENT] Detecting Terminal Emulator
[EVENT] Checking essential directories and files
[EVENT] Disabling widgets

這實在是令我費解。任何幫助將不勝感激。

答案1

嘗試使用/opt/Customizer/CLI.sh(使用“-h”參數查看幫助)來提取ISO。有關如何從CLI 使用定制器的更多詳細信息,請參閱文檔(https://docs.google.com/document/d/1PfhHnSBjv- IDI7Yh5obhMGYCAV9Gw1NPEynU4GqKTsA/edit),但請記住提取ISO 的參數現在是“- e” ” 或“--extact”,並且ISO 的路徑必須在執行此操作之前在/opt/Customizer/settings.conf 中指定,並且必須加引號(即ISO="/home/user/test.iso" )。

如果終端輸出錯誤,表示解壓縮時未在 settings.conf 中設定變量,則可能是 GUI 執行錯誤。

請執行以下操作,以便我可以查看變數設定是否正確:

  1. 運行定制器
  2. 點擊“選擇 ISO”並選擇您想要的 ISO
  3. cat /opt/Customizer/settings 並發布輸出

另外,請確保更新自訂器(如果 PPA 不包含最新版本,您可以使用 install.sh 腳本進行更新,只需按照以下網址的說明進行操作即可https://github.com/fluxer/Customizer/wiki/Install)到最後一個可用的穩定版本。主(穩定)分支沒有凍結,如果我發現嚴重錯誤/問題,我也會修復它們,因此建議在 GitHub.com 頁面上追蹤提交(儘管 PPA 應該在幾個小時內更新,一天內最壞的情況) 。

-- 您收到此錯誤通知是因為您訂閱了該錯誤報告。https://bugs.launchpad.net/bugs/920975 標題:定制器 3.2.1 無法在 Ubuntu 11.10 中載入 ISO 定制器中的狀態 - LiveCD 重新製作工具:新 Bug 描述:我嘗試從 Ubuntu 11.10 的 Ubuntu 網站加載 32 位元和 64 位元 ISO。似乎沒有一個起作用。我在 Ubuntu 11.10 64 位元上使用定制器 3.2.1。我從 ppa ppa:customizer-dev-team/devel 和 github 上提供的 zip 檔案安裝了該應用程式。兩者都有同樣的問題。 bug如下:當我開啟程式時,除了「選擇ISO」之外,所有按鈕都是灰色的。當我單擊按鈕並導航到我想要重新製作的 Ubuntu 11.10 ISO 時,我單擊“打開”,然後文件瀏覽器對話框關閉。介面沒有改變,除了「選擇ISO」之外,所有按鈕仍然是灰色的。我可以多次這樣做,但同樣的事情會發生。終端輸出如下:

williamt@FatalError-HP-Ubuntu:~$ gksudo /home/williamt/1/GUI.gambas
===================== Get_Str() begin =====================

[DEBUG] SrchFile: /opt/Customizer/settings.conf`
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf

================== Get_Str() end (found) ==================


===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================


===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: WORK_DIR=
[DEBUG] Def: /home
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================

[EVENT] Checking configuration file
[EVENT] Checking essential directories and files
[EVENT] Disabling widgets

===================== Get_Str() begin =====================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: ISO=
[DEBUG] Def: 
[DEBUG] Loading file: /opt/Customizer/settings.conf
================== Get_Str() end (found) ==================


=================== Replace_Str() begin ===================
[DEBUG] SrchFile: /opt/Customizer/settings.conf
[DEBUG] SrchStr: ISO=
[DEBUG] RpcStr: /home/williamt/Downloads/ubuntu-11.10-desktop-amd64 (1).iso
[DEBUG] Loading file: /opt/Customizer/settings.conf
[DEBUG] Saving file: /opt/Customizer/settings.conf
================ Replace_Str() end (found) ================

[DEBUG] Extracting ISO
[EVENT] Detecting Terminal Emulator
[EVENT] Checking essential directories and files
[EVENT] Disabling widgets

相關內容