OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
647 stars 186 forks source link

Openbazaar.deb broken dependency #1894

Open TNTBOMBOM opened 4 years ago

TNTBOMBOM commented 4 years ago

Brief Description: Installing openbazaar for desktop need more package to be installed which is libgconf-2-4

Operating System (OS and version): Debian 10 OpenBazaar version (shown on About OpenBazaar page in menu): 2.4.4 Hardware: virtualmachine

Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce): always

Steps to reproduce:

  1. Download openbazaar
  2. sudo dpkg -i openbazaar.deb
  3. Wont install due to uninstallable dependency

Observed Behavior:

Needs work around which is running "sudo apt --fix-broken install" to install libgconf-2-4 and fix the installation of openbazaar. (can be done manually as well)

Expected Behavior:

to run smoothly

Additional info (links, images, etc go here):

in Package info of libgconf-2-4 mentioned:

It is written for the GNOME desktop but doesn't require it.

This package contains the shared libraries.

This package is for legacy applications and no longer used by GNOME.

better find alternative if possible.