Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with installation due to gconf-service and gconf2 deprecated in ubuntu 23.10 #9457

Closed
SagieSH opened this issue Feb 15, 2024 · 9 comments · Fixed by #9512
Closed
Labels

Comments

@SagieSH
Copy link

SagieSH commented Feb 15, 2024

When I attempt to install the software, I get the following error:
image
And after some research I found that this is due to deprecation of these packages.
Is there a way to install this anyway? apt install for gconf2 and gconf-service doesn't work....

@SagieSH SagieSH added the T: Bug label Feb 15, 2024
@chrisVdd
Copy link

chrisVdd commented Feb 19, 2024

Exact same issue for me and I do hope for a quick fix because... Well love your work guys and love tabby!

@tobagin
Copy link

tobagin commented Feb 23, 2024

same issue for me.

@zhao-core
Copy link

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/libgconf-2-4_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2-common_3.2.6-8_all.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf-service_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/o/openldap/libldap-2.5-0_2.5.13%2bdfsg-5_amd64.deb

sudo apt install ./gconf2_3.2.6-8_amd64.deb
./gconf-service_3.2.6-8_amd64.deb
./libgconf-2-4_3.2.6-8_amd64.deb
./gconf2-common_3.2.6-8_all.deb
./libldap-2.5-0_2.5.13+dfsg-5_amd64.deb

@zhao-core
Copy link

This worked.

@nowave7
Copy link

nowave7 commented Mar 8, 2024

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/libgconf-2-4_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2-common_3.2.6-8_all.deb

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf-service_3.2.6-8_amd64.deb

wget http://ftp.it.debian.org/debian/pool/main/o/openldap/libldap-2.5-0_2.5.13%2bdfsg-5_amd64.deb

sudo apt install ./gconf2_3.2.6-8_amd64.deb ./gconf-service_3.2.6-8_amd64.deb ./libgconf-2-4_3.2.6-8_amd64.deb ./gconf2-common_3.2.6-8_all.deb ./libldap-2.5-0_2.5.13+dfsg-5_amd64.deb

This doesn't seem to work anymore?

sudo apt install ./gconf2_3.2.6-8_amd64.deb                                                                                                                                                                                           
./gconf-service_3.2.6-8_amd64.deb
./libgconf-2-4_3.2.6-8_amd64.deb
./gconf2-common_3.2.6-8_all.deb
./libldap-2.5-0_2.5.13+dfsg-5_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'gconf2' instead of './gconf2_3.2.6-8_amd64.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:
 gconf2 : Depends: gconf-service (= 3.2.6-8) but it is not installable
E: Unable to correct problems, you have held broken packages.
zsh: permission denied: ./gconf-service_3.2.6-8_amd64.deb
zsh: permission denied: ./libgconf-2-4_3.2.6-8_amd64.deb
zsh: permission denied: ./gconf2-common_3.2.6-8_all.deb
zsh: permission denied: ./libldap-2.5-0_2.5.13+dfsg-5_amd64.deb


@maxiaogood
Copy link

same

@RayneScofield
Copy link

This worked.

Why it does not work on my kaili-linux machine after I installed the missing dependencies?
The installation process is ok now, but the tabby-terminal just hang there when I launch it....

@Rubix982
Copy link

This is the order of the installation of the individual .deb files that @zhao-core shared that needs to be followed to successfully install all the packages,

  1. sudo dpkg -i gconf2-common_3.2.6-8_all.deb // Install gconf2-common first
  2. sudo dpkg -i libgconf-2-4_3.2.6-8_amd64.deb // Then libgconf
  3. sudo dpkg -i libldap-2.5-0_2.5.13+dfsg-5_amd64.deb // Then libldap
  4. sudo dpkg -i gconf-service_3.2.6-8_amd64.deb // Then the gconf service
  5. sudo dpkg -i gconf2_3.2.6-8_amd64.deb // Finally gconf.

Finally install Tabby with sudo dpkg -i.

This order has worked for me.

CC: @RayneScofield, @nowave7, @maxiaogood,

widhaprasa added a commit to widhaprasa/tabby that referenced this issue Jun 26, 2024
commit bba72b4
Author: Eugene <inbox@null.page>
Date:   Sat Jun 22 21:43:37 2024 +0200

    fixed Eugeny#9698, fixed Eugeny#9697, fixed Eugeny#9651, fixed Eugeny#8371, fixed Eugeny#9483 - fixed huge search bar

commit 3739455
Merge: ab48990 1776b84
Author: Eugene <inbox@null.page>
Date:   Sat Jun 22 21:36:49 2024 +0200

    Merge branch 'master' of github.com:Eugeny/tabby

commit ab48990
Author: Eugene <inbox@null.page>
Date:   Sat Jun 22 21:36:46 2024 +0200

    export SSHMultiplexerService

commit 1776b84
Merge: db2280e 3ea1b7f
Author: Eugene <x@null.page>
Date:   Wed Jun 19 12:24:14 2024 +0200

    Merge pull request Eugeny#9721 from Eugeny/all-contributors/add-C41M50N

    add C41M50N as a contributor for code

commit 3ea1b7f
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:22:22 2024 +0000

    update README.pt-BR.md [skip ci]

commit cee39b3
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:21:53 2024 +0000

    update README.ja-JP.md [skip ci]

commit 218fb81
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:21:49 2024 +0000

    update README.es-ES.md [skip ci]

commit d718f43
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:21:24 2024 +0000

    update .all-contributorsrc [skip ci]

commit defe307
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:21:21 2024 +0000

    update README.id-ID.md [skip ci]

commit a3a6e3d
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:45 2024 +0000

    update README.de-DE.md [skip ci]

commit a5f4f23
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:44 2024 +0000

    update README.it-IT.md [skip ci]

commit bdcfba1
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:43 2024 +0000

    update README.ko-KR.md [skip ci]

commit e120031
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:42 2024 +0000

    update README.ru-RU.md [skip ci]

commit 5adfdd4
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:41 2024 +0000

    update README.zh-CN.md [skip ci]

commit 897e06d
Author: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Date:   Wed Jun 19 10:20:40 2024 +0000

    update README.md [skip ci]

commit db2280e
Merge: c681902 8a49c73
Author: Eugene <x@null.page>
Date:   Wed Jun 19 12:20:24 2024 +0200

    Merge pull request Eugeny#9624 from C41M50N/feature/hide-tray

    add setting to hide tray (menubar for macos)

commit 8a49c73
Author: Charles Buffington <dev.cfsb@proton.me>
Date:   Tue Jun 18 17:05:19 2024 -0400

    change from 'show tray' to 'hide tray'

commit 439a7a8
Author: Charles Buffington <dev.cfsb@proton.me>
Date:   Mon Jun 17 19:26:39 2024 -0400

    move 'show tray' setting to window settings

commit c681902
Merge: de81f12 a3fd6f5
Author: Eugene <x@null.page>
Date:   Sat May 25 21:58:05 2024 +0200

    Merge pull request Eugeny#9673 from orthlus/patch-1

    typos russian README

commit a3fd6f5
Author: Ort <orthodoxplus@ya.ru>
Date:   Sat May 25 17:08:43 2024 +0300

    typos russian README

commit de81f12
Merge: d15b67a 242f136
Author: Eugene <x@null.page>
Date:   Sun May 19 10:18:15 2024 +0200

    Merge pull request Eugeny#9657 from RiccardoManzan/fix-cli-on-linux-Eugeny#9656

    Eugeny#9656 fix: cli usage on linux

commit 242f136
Author: Riccardo Manzan <riccardo.manzan.dev@gmail.com>
Date:   Sat May 18 13:59:21 2024 +0200

    Eugeny#9656 fix: cli usage on linux

commit 9425920
Author: Charles Buffington <dev.cfsb@proton.me>
Date:   Tue May 7 12:13:19 2024 -0400

    add setting to hide tray (menubar for macos)

commit d15b67a
Merge: 8f68105 8237785
Author: Eugene <x@null.page>
Date:   Tue Apr 2 19:50:45 2024 +0200

    Merge pull request Eugeny#9571 from Tbhesswebber/patch-1

    docs(hacking): adds clarification for installing forks

commit 8237785
Author: Tanner B. Hess Webber <tb@hesswebber.com>
Date:   Tue Apr 2 11:10:02 2024 -0400

    docs(hacking): adds clarification for installing forks

commit 8f68105
Merge: 24c64a5 66b7632
Author: Eugene <x@null.page>
Date:   Wed Mar 27 09:21:51 2024 +0100

    Merge pull request Eugeny#9546 from bc547-dev/master

    Make autoSync more robust for network errors

commit 66b7632
Author: bc547 <bc547@users.noreply.github.com>
Date:   Mon Mar 25 16:21:08 2024 +0100

    Fix lint error

    Change double quote to single quote for string

commit c906af5
Author: bc547 <bc547@users.noreply.github.com>
Date:   Sat Mar 23 10:05:28 2024 +0100

    Make autoSync more robust for network errors

    Catch uncaught error in autoSync that caused autoSync to stop syncing

commit 24c64a5
Author: Eugene <inbox@null.page>
Date:   Tue Mar 12 09:03:31 2024 +0100

    Update docs.yml

commit ebf0d89
Author: Eugene <inbox@null.page>
Date:   Mon Mar 11 21:31:54 2024 +0100

    bumped xterm to 5.4.0

commit bacb458
Author: Eugene <inbox@null.page>
Date:   Mon Mar 11 21:20:51 2024 +0100

    fixed Eugeny#9164 - only auto-open a new tab if there are no tabs recovered after startup

commit 49d05cc
Author: Eugene <inbox@null.page>
Date:   Mon Mar 11 21:15:59 2024 +0100

    updated locales, added Turkish and Serbian languages

commit 0894c30
Author: Eugene <inbox@null.page>
Date:   Mon Mar 11 21:10:39 2024 +0100

    fixed Eugeny#9482 - dragged-in panes going to sleep after some time

commit c3baad4
Merge: fc72b4d 3b15b35
Author: Eugene <x@null.page>
Date:   Sun Mar 10 21:14:01 2024 +0100

    Merge pull request Eugeny#9512 from Clem-Fern/gconf2-dep

    electron-builder: remove gconf dependencies from deb package

commit 3b15b35
Author: Clem <20025949+Clem-Fern@users.noreply.github.com>
Date:   Sun Mar 10 15:38:02 2024 +0100

    electron-builder: remove gconf dependencies from deb package Eugeny#9457 Eugeny#9340 Eugeny#9219
@peterwang2050
Copy link

@zhao-core thanks, it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants