18.10 MATE python-gconf not installable
On 18.10 MATE I'm trying to install x-tile https://www.giuspen.com/x-tile/ which I've been using since 16.04 or so.
Installation fails looking for python-gconf and installation of python-gconf fails with what looks to be a circular dependency. Is there an issue with python-gconf for 18.10? Has it been replaced? I've left a note on the developer site but there hasn't been x-tile activity there for some time.
Here's what the installation attempt looks like. I've cut some output into <...>
sudo dpkg -i x-tile_2.5.1-1_all.deb
<...>
x-tile depends on python-gconf; however:
Package python-gconf is not installed.
<...>
sudo apt install python-gconf
The following packages have unmet dependencies:
python-gconf : Depends: gconf-service
Depends: libgconf-2-4 (>= 3.2.5) but it is not going to be installed
<...>
gconf-service : Depends: gconf-service-backend (= 3.2.6-4.1ubuntu2) but it is not going to be installed
<...>
gconf-service-backend : Depends: gconf-service
Depends: libgconf-2-4 (= 3.2.6-4.1ubuntu2) but it is not going to be installed
Depends: gconf2-common (= 3.2.6-4.1ubuntu2) but it is not going to be installed
x-tile : Depends: python-gconf but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
apt --fix-broken install
simply removes x-tile.
python 18.10 window-manager mate gconf
add a comment |
On 18.10 MATE I'm trying to install x-tile https://www.giuspen.com/x-tile/ which I've been using since 16.04 or so.
Installation fails looking for python-gconf and installation of python-gconf fails with what looks to be a circular dependency. Is there an issue with python-gconf for 18.10? Has it been replaced? I've left a note on the developer site but there hasn't been x-tile activity there for some time.
Here's what the installation attempt looks like. I've cut some output into <...>
sudo dpkg -i x-tile_2.5.1-1_all.deb
<...>
x-tile depends on python-gconf; however:
Package python-gconf is not installed.
<...>
sudo apt install python-gconf
The following packages have unmet dependencies:
python-gconf : Depends: gconf-service
Depends: libgconf-2-4 (>= 3.2.5) but it is not going to be installed
<...>
gconf-service : Depends: gconf-service-backend (= 3.2.6-4.1ubuntu2) but it is not going to be installed
<...>
gconf-service-backend : Depends: gconf-service
Depends: libgconf-2-4 (= 3.2.6-4.1ubuntu2) but it is not going to be installed
Depends: gconf2-common (= 3.2.6-4.1ubuntu2) but it is not going to be installed
x-tile : Depends: python-gconf but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
apt --fix-broken install
simply removes x-tile.
python 18.10 window-manager mate gconf
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd useapt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)
– guiverc
2 hours ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago
add a comment |
On 18.10 MATE I'm trying to install x-tile https://www.giuspen.com/x-tile/ which I've been using since 16.04 or so.
Installation fails looking for python-gconf and installation of python-gconf fails with what looks to be a circular dependency. Is there an issue with python-gconf for 18.10? Has it been replaced? I've left a note on the developer site but there hasn't been x-tile activity there for some time.
Here's what the installation attempt looks like. I've cut some output into <...>
sudo dpkg -i x-tile_2.5.1-1_all.deb
<...>
x-tile depends on python-gconf; however:
Package python-gconf is not installed.
<...>
sudo apt install python-gconf
The following packages have unmet dependencies:
python-gconf : Depends: gconf-service
Depends: libgconf-2-4 (>= 3.2.5) but it is not going to be installed
<...>
gconf-service : Depends: gconf-service-backend (= 3.2.6-4.1ubuntu2) but it is not going to be installed
<...>
gconf-service-backend : Depends: gconf-service
Depends: libgconf-2-4 (= 3.2.6-4.1ubuntu2) but it is not going to be installed
Depends: gconf2-common (= 3.2.6-4.1ubuntu2) but it is not going to be installed
x-tile : Depends: python-gconf but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
apt --fix-broken install
simply removes x-tile.
python 18.10 window-manager mate gconf
On 18.10 MATE I'm trying to install x-tile https://www.giuspen.com/x-tile/ which I've been using since 16.04 or so.
Installation fails looking for python-gconf and installation of python-gconf fails with what looks to be a circular dependency. Is there an issue with python-gconf for 18.10? Has it been replaced? I've left a note on the developer site but there hasn't been x-tile activity there for some time.
Here's what the installation attempt looks like. I've cut some output into <...>
sudo dpkg -i x-tile_2.5.1-1_all.deb
<...>
x-tile depends on python-gconf; however:
Package python-gconf is not installed.
<...>
sudo apt install python-gconf
The following packages have unmet dependencies:
python-gconf : Depends: gconf-service
Depends: libgconf-2-4 (>= 3.2.5) but it is not going to be installed
<...>
gconf-service : Depends: gconf-service-backend (= 3.2.6-4.1ubuntu2) but it is not going to be installed
<...>
gconf-service-backend : Depends: gconf-service
Depends: libgconf-2-4 (= 3.2.6-4.1ubuntu2) but it is not going to be installed
Depends: gconf2-common (= 3.2.6-4.1ubuntu2) but it is not going to be installed
x-tile : Depends: python-gconf but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
apt --fix-broken install
simply removes x-tile.
python 18.10 window-manager mate gconf
python 18.10 window-manager mate gconf
edited 7 mins ago
Jacob Vlijm
64.7k9129224
64.7k9129224
asked 3 hours ago
Stephen BostonStephen Boston
8352720
8352720
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd useapt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)
– guiverc
2 hours ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago
add a comment |
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd useapt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)
– guiverc
2 hours ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd use
apt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)– guiverc
2 hours ago
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd use
apt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)– guiverc
2 hours ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
About Gconf and python2
Not he answer you were literally looking for, but gconf is gone for quite a while (replaced by dconf), and python2, in which x-tile is written, isn't quite fresh as well. Looking at the code of x-tile, its latest commit was almost three years ago, which is a very long time in developers time.
Then what?
Your options are to either try and contact x-tile's maintainer and find out if he is going to update, or use another tiling extension, like this one, which is a default extension in Ubuntu Budgie, but also works on Mate (disclaimer: I am the author).
The extension furthermore has a growing number of cli options and can a.o. be used for quarter-tiling shortcuts, arrange all in a grid etc etc.
To install, just follow the instructions in the README here.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122388%2f18-10-mate-python-gconf-not-installable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
About Gconf and python2
Not he answer you were literally looking for, but gconf is gone for quite a while (replaced by dconf), and python2, in which x-tile is written, isn't quite fresh as well. Looking at the code of x-tile, its latest commit was almost three years ago, which is a very long time in developers time.
Then what?
Your options are to either try and contact x-tile's maintainer and find out if he is going to update, or use another tiling extension, like this one, which is a default extension in Ubuntu Budgie, but also works on Mate (disclaimer: I am the author).
The extension furthermore has a growing number of cli options and can a.o. be used for quarter-tiling shortcuts, arrange all in a grid etc etc.
To install, just follow the instructions in the README here.
add a comment |
About Gconf and python2
Not he answer you were literally looking for, but gconf is gone for quite a while (replaced by dconf), and python2, in which x-tile is written, isn't quite fresh as well. Looking at the code of x-tile, its latest commit was almost three years ago, which is a very long time in developers time.
Then what?
Your options are to either try and contact x-tile's maintainer and find out if he is going to update, or use another tiling extension, like this one, which is a default extension in Ubuntu Budgie, but also works on Mate (disclaimer: I am the author).
The extension furthermore has a growing number of cli options and can a.o. be used for quarter-tiling shortcuts, arrange all in a grid etc etc.
To install, just follow the instructions in the README here.
add a comment |
About Gconf and python2
Not he answer you were literally looking for, but gconf is gone for quite a while (replaced by dconf), and python2, in which x-tile is written, isn't quite fresh as well. Looking at the code of x-tile, its latest commit was almost three years ago, which is a very long time in developers time.
Then what?
Your options are to either try and contact x-tile's maintainer and find out if he is going to update, or use another tiling extension, like this one, which is a default extension in Ubuntu Budgie, but also works on Mate (disclaimer: I am the author).
The extension furthermore has a growing number of cli options and can a.o. be used for quarter-tiling shortcuts, arrange all in a grid etc etc.
To install, just follow the instructions in the README here.
About Gconf and python2
Not he answer you were literally looking for, but gconf is gone for quite a while (replaced by dconf), and python2, in which x-tile is written, isn't quite fresh as well. Looking at the code of x-tile, its latest commit was almost three years ago, which is a very long time in developers time.
Then what?
Your options are to either try and contact x-tile's maintainer and find out if he is going to update, or use another tiling extension, like this one, which is a default extension in Ubuntu Budgie, but also works on Mate (disclaimer: I am the author).
The extension furthermore has a growing number of cli options and can a.o. be used for quarter-tiling shortcuts, arrange all in a grid etc etc.
To install, just follow the instructions in the README here.
edited 8 mins ago
answered 43 mins ago
Jacob VlijmJacob Vlijm
64.7k9129224
64.7k9129224
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122388%2f18-10-mate-python-gconf-not-installable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
A quick look at one error (packages.ubuntu.com/…) makes it look like your requirements should be met (3.2.6-4.1), it's located in 'universe' so firstly I'd check you have 'universe' enabled, second I'd use
apt-cache policy libgconf-2-4
to verify it's in your sources - if it isn't listed I'd check your sources (if using a mirror, ensure it's up-to-date (launchpad.net/ubuntu/+archivemirrors) as it may be your chosen mirror needs replacement (isn't maintained reliably)– guiverc
2 hours ago
This doesn't answer your question but see Is there a tiling extension that works on Mate?. While it's for 18.04, it may also be there for 18.10. Bonus: the developer is active here!
– DK Bose
1 hour ago