私のLinuxカーネルソースディレクトリを呼び出すと、make xconfig
次のエラーが発生します。
scripts/kconfig/qconf Kconfig
Gtk-Message: Failed to load module "canberra-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 130 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x142
X Error: BadShmSeg (invalid shared segment parameter) 128
Extension: 130 (MIT-SHM)
Minor opcode: 5 (X_ShmCreatePixmap)
Resource id: 0x300000d
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x300000e
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x300000e
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x300000e
そして開いた窓にLinux/x86 4.9.130 カーネルの構成ただ空です。これは、カーネル構成にQtフロントエンドを使用できないことを意味します。menuconfig
これまで私はmake targetを使ってきましたがnconfig
、グラフィックQtフロントエンドがより便利なのでまた使えたらと思います。
DebianがインストールされているUbuntuでは正常に動作します。すべて比較しました。Qt4UbuntuにインストールされているパッケージはDebianにインストールされているパッケージに関連しており、名前qt
のすべてのパッケージ(5.9.5
Qt5バージョンのパッケージを除く)もDebianにインストールされます。