我正在尝试安装gdevilspie_0.5-3.2_all.deb,但是正在收到错误消息。
我需要gdevilspie能够打开一个最小的伴侣终端窗口,就像我可以用UM 18.04做的那样。
有人能帮帮我吗。
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.发布于 2022-09-03 07:05:37
gdevilspie依赖于PyGTK2,随着当前发行版中大多数Python2包的删除,旧的gdevilspie包不再可安装。
如果您找到依赖项的包(例如在snapshot.debian.org上),如果您的系统上与当前的Python包没有冲突,那么安装您的包是可能的。
devilspie本身仍然可用,并且可以在您的发行版中直接安装(例如,sudo apt install devilspie)。因此,您仍然可以编写规则并将它们应用于windows;您只是没有gdevilspie提供的GUI。
https://unix.stackexchange.com/questions/715965
复制相似问题