Gkdebconf returning an error status

Brother @Aravisian, gkdebconf not working properly. Whenever I try to run any module from within the app/tool an error pop up message says" The configuration script returned an error status" !!!

Please help me.

natun-athiti, can you run the following in terminal

sudo dpkg-reconfigure debconf

Does that give an error?

Same with:

sudo apt-get install --reinstall debconf

Does this give any errors?
Or do they help resolve the issue?

I am talking about GkDebconf not the Debconf app,which is running FINE!!!

Natun-athiti... I am going to give you a word of advise: Do not bite the hand that feeds you. As I am working during the day and need to be up at 2am to drive my son into work- I am burning the candle at both ends. This allows me an ability to spend a great deal of my own time on this forum attempting to help others. Sadly, it also means I am often tired - it is 1:36am here.
You have a habit of making posts that appear Angry to posts that are trying to help you.
It is time to make a new habit. Treat those members of this board that donate their time courteously. You are capable of taking a moment when you post to consider NOT trying to sidestep the Word Filter and to NOT react swiftly and angrily.

Can you run the following in terminal

sudo dpkg-reconfigure gkdebconf

sudo apt-get install --reinstall gkdebconf

I am extremely Sorry, If I have hurt your feelings. PLEASE FORGIVE ME FOR THAT. :disappointed: :pleading_face: :pray:

Certainly.
Have you been able to run those commands and see the terminal output to determine their status according to dpkg?

titikg@comparado:~$ sudo dpkg-reconfigure gkdebconf
[sudo] password for titikg:
debconf: unable to initialize frontend: Kde
debconf: (Unable to load QtGui -- is libqtgui4-perl installed?)
debconf: falling back to frontend: Dialog
titikg@comparado:~$ sudo apt-get install --reinstall gkdebconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqb0 libusbauth-configparser1 libusbguard0 linux-headers-5.4.0-45-generic
linux-hwe-5.4-headers-5.4.0-45 linux-image-5.4.0-45-generic
linux-modules-5.4.0-45-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/81.1 kB of archives.
After this operation, 0 B of additional disk space will be used.
debconf: unable to initialize frontend: Kde
debconf: (Unable to load QtGui -- is libqtgui4-perl installed?)
debconf: falling back to frontend: Dialog
(Reading database ... 1106180 files and directories currently installed.)
Preparing to unpack .../gkdebconf_2.0.3_amd64.deb ...
Unpacking gkdebconf (2.0.3) over (2.0.3) ...
Setting up gkdebconf (2.0.3) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2+zorin1) ...
Processing triggers for menu (2.1.47ubuntu2.1) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
debconf: unable to initialize frontend: Kde
debconf: (Unable to load QtGui -- is libqtgui4-perl installed?)
debconf: falling back to frontend: Dialog
Scanning processes...
Scanning candidates...
Scanning processor microcode...
Scanning linux images...

Running kernel seems to be up-to-date.

The processor microcode seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
titikg@comparado:~$

Ok, please try

sudo apt-get install libqtgui4-perl

You may also want

sudo apt install qt5-style-plugins

Then in terminal, export it:

export QT_QPA_PLATFORMTHEME=gtk2

titikg@comparado:~$ sudo apt-get install libqtgui4-perl
[sudo] password for titikg:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libsmokeqtgui4-3
The following NEW packages will be installed:
libqtgui4-perl libsmokeqtgui4-3
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,292 kB of archives.
After this operation, 7,211 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 Index of /ubuntu bionic/universe amd64 libsmokeqtgui4-3 amd64 4:4.14.3-1.2ubuntu3 [1,056 kB]
Get:2 Index of /ubuntu bionic/universe amd64 libqtgui4-perl amd64 4:4.14.1-0ubuntu11 [235 kB]
Fetched 1,292 kB in 1s (1,079 kB/s)
debconf: unable to initialize frontend: Kde
debconf: (Unable to load QtGui -- is libqtgui4-perl installed?)
debconf: falling back to frontend: Dialog
Selecting previously unselected package libsmokeqtgui4-3.
(Reading database ... 1075149 files and directories currently installed.)
Preparing to unpack .../libsmokeqtgui4-3_4%3a4.14.3-1.2ubuntu3_amd64.deb ...
Unpacking libsmokeqtgui4-3 (4:4.14.3-1.2ubuntu3) ...
Selecting previously unselected package libqtgui4-perl.
Preparing to unpack .../libqtgui4-perl_4%3a4.14.1-0ubuntu11_amd64.deb ...
Unpacking libqtgui4-perl (4:4.14.1-0ubuntu11) ...
Setting up libsmokeqtgui4-3 (4:4.14.3-1.2ubuntu3) ...
Setting up libqtgui4-perl (4:4.14.1-0ubuntu11) ...
Processing triggers for libc-bin (2.28-0ubuntu1+zorin4) ...
Scanning processes...
Scanning candidates...
Scanning processor microcode...
Scanning linux images...

Running kernel seems to be up-to-date.

The processor microcode seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.
titikg@comparado:~$ sudo apt install qt5-style-plugins
Reading package lists... Done
Building dependency tree
Reading state information... Done
qt5-style-plugins is already the newest version (5.0.0+git23.g335dbec-2build5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
titikg@comparado:~$ export QT_QPA_PLATFORMTHEME=gtk2
titikg@comparado:~$

Notice you are running KDE and wondered if gkdebconf is aimed more at the Gnome desktop? I have never heard of this package until reading your post.

1 Like

Thank You,Sir. :handshake: