x-tile / python-gconf not installable on 18.10 MATEGconf, Dconf, Gsettings and the relationship between...

What flying insects could re-enter the Earth's atmosphere from space without burning up?

Do authors have to be politically correct in article-writing?

Parsing a string of key-value pairs as a dictionary

What to do if authors don't respond to my serious concerns about their paper?

Using only 1s, make 29 with the minimum number of digits

Why did this image turn out darker?

What does Cypher mean when he says Neo is "gonna pop"?

Can you earn endless XP using a Flameskull and its self-revival feature?

What makes the Forgotten Realms "forgotten"?

Can we use the stored gravitational potential energy of a building to produce power?

Why does a metal block make a shrill sound but not a wooden block upon hammering?

What's a good word to describe a public place that looks like it wouldn't be rough?

Explain the objections to these measures against human trafficking

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

How to tag distinct options/entities without giving any an implicit priority or suggested order?

If I sold a PS4 game I owned the disc for, can I reinstall it digitally?

Eww, those bytes are gross

How should I handle players who ignore the session zero agreement?

Chess tournament winning streaks

Slow moving projectiles from a hand-held weapon - how do they reach the target?

How to prevent users from executing commands through browser URL

What is this metal M-shaped device for?

Would a National Army of mercenaries be a feasible idea?

Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?



x-tile / python-gconf not installable on 18.10 MATE


Gconf, Dconf, Gsettings and the relationship between themIs there a tiling extension that works on Mate?Python 3.2 installation using UCS-4 environmentPython problem during Bibus installationunoconv is not working in pythonpackage xxxx and python-xxxxTried to upgrade python. Fell down the rabbit hole. Ended up breaking cinnamon. Back, but on thin iceXubuntu 15.10 to 16.04 Python dependency issuesCan't install anything. Getting error - Depends python <2.8 but 3.6.1-1 is to be installed. Please help!python : Conflicts leads Unable to correct problems, you have held broken packages error in 16.04Systemd broken after upgrade 18.04 -> 18.10build-essential not installing because of unmet dependencies in Ubuntu 18.10













1















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.










share|improve this question

























  • 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
















1















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.










share|improve this question

























  • 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














1












1








1








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 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 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



















  • 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

















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










1 Answer
1






active

oldest

votes


















1














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.



enter image description here



To install, just follow the instructions in the README here.






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122388%2fx-tile-python-gconf-not-installable-on-18-10-mate%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









    1














    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.



    enter image description here



    To install, just follow the instructions in the README here.






    share|improve this answer






























      1














      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.



      enter image description here



      To install, just follow the instructions in the README here.






      share|improve this answer




























        1












        1








        1







        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.



        enter image description here



        To install, just follow the instructions in the README here.






        share|improve this answer















        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.



        enter image description here



        To install, just follow the instructions in the README here.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 15 mins ago

























        answered 49 mins ago









        Jacob VlijmJacob Vlijm

        64.7k9129224




        64.7k9129224






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122388%2fx-tile-python-gconf-not-installable-on-18-10-mate%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...