gdevilspieとの未満たな依存関係

gdevilspieとの未満たな依存関係

gdevilspie_0.5-3.2_all.debをインストールしようとするとエラーメッセージが表示されます。

UM 18.04と同様に、最小化された同伴端末ウィンドウを開くにはgdevilspieが必要です。

誰か私を助けてください。

andy@7_~/Downloads$ sudo apt install ./gdevilspie_0.5-3.2_all.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'gdevilspie' instead of './gdevilspie_0.5-3.2_all.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gdevilspie : Depends: python-wnck but it is not installable
              Depends: python-glade2 but it is not installable
              Recommends: python-xdg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

ベストアンサー1

gdevilspie は PyGTK2 に依存し、現在のディストリビューションからほとんどの Python 2 パッケージが削除されるため、古い gdevilspie パッケージはインストールできなくなります。

依存関係パッケージが見つかったら、パッケージをインストールできます(例えば存在するsnapshot.debian.org)、システムの現在のPythonパッケージと競合がない場合。

Devilspie自体はまだ利用可能で、ディストリビューションに直接インストールできます(例えば sudo apt install devilspie)。したがって、gdevilspieが提供するGUIがなくても、ルールを作成してウィンドウに適用できます。

おすすめ記事