Gdebi installs but isn't found anywhere  [Solved]

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Gdebi installs but isn't found anywhere

#1 Post by Sparky »

I just installed a new KDE21 install. All my previous issues have been solved, except gdebi. I can install .deb apps using dpkg in the terminal, and I have been doing so, but it would be nice to just open downloaded .deb apps and have them installed.
This happens even though they are marked as executable.
Also a catfish search doesn't return anything for gdebi.
.deb files always open with Ark, and after removing Ark it asks for an association with no correct app in sight.
Last edited by Sparky on Sun May 29, 2022 2:37 pm, edited 1 time in total.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
siamhie
Global Moderator
Posts: 3790
Joined: Fri Aug 20, 2021 5:45 pm

Re: Gdebi installs but isn't found anywhere

#2 Post by siamhie »

Is gdebi installed? Open MXPI and search for it under the Stable tab.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Re: Gdebi installs but isn't found anywhere

#3 Post by Sparky »

siamhie wrote: Sun May 29, 2022 2:21 pm Is gdebi installed? Open MXPI and search for it under the Stable tab.
Yes, it does show it as installed, so does Synaptic.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
siamhie
Global Moderator
Posts: 3790
Joined: Fri Aug 20, 2021 5:45 pm

Re: Gdebi installs but isn't found anywhere

#4 Post by siamhie »

Sparky wrote: Sun May 29, 2022 2:22 pm
siamhie wrote: Sun May 29, 2022 2:21 pm Is gdebi installed? Open MXPI and search for it under the Stable tab.
Yes, it does show it as installed, so does Synaptic.
Then you will want to associate gdebi as the default application for all .deb files.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Re: Gdebi installs but isn't found anywhere

#5 Post by Sparky »

siamhie wrote: Sun May 29, 2022 2:25 pm
Then you will want to associate gdebi as the default application for all .deb files.
I can't associate what the system doesn't see as there. It isn't a default app, as I said, it's not showing up.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
dolphin_oracle
Developer
Posts: 22739
Joined: Sun Dec 16, 2007 12:17 pm

Re: Gdebi installs but isn't found anywhere  [Solved]

#6 Post by dolphin_oracle »

gdebi is set via its /usr/share/applications/gdebi.desktop file to be not visible in KDE. I don't know why, but it is so. discover can handle deb files, so maybe that's why.

if you want gdebi to show up, copy the /usr/share/applications/gdebi.desktop file to $HOME/.local/share/applications/gdebi.desktop and edit the new file to remove the "NotShowIn=KDE;" line.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Adrian
Developer
Posts: 9226
Joined: Wed Jul 12, 2006 1:42 am

Re: Gdebi installs but isn't found anywhere

#7 Post by Adrian »

I seem to remember we had authentication issues with gdebi in KDE, have we solved/patched that? That's was one reason (beside being the native solution) why we chose discover which I know some people dislike.

User avatar
Sparky
Posts: 1205
Joined: Sun Dec 23, 2018 6:07 pm

Re: Gdebi installs but isn't found anywhere

#8 Post by Sparky »

Adrian wrote: Sun May 29, 2022 3:24 pm I seem to remember we had authentication issues with gdebi in KDE, have we solved/patched that? That's was one reason (beside being the native solution) why we chose discover which I know some people dislike.
I removed Discover, it's the first thing I do with KDE MX21, could that have had n impact?
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1

User avatar
dolphin_oracle
Developer
Posts: 22739
Joined: Sun Dec 16, 2007 12:17 pm

Re: Gdebi installs but isn't found anywhere

#9 Post by dolphin_oracle »

Adrian wrote: Sun May 29, 2022 3:24 pm I seem to remember we had authentication issues with gdebi in KDE, have we solved/patched that? That's was one reason (beside being the native solution) why we chose discover which I know some people dislike.
we had authentication issues in all the desktops, and we adjusted the desktop file to use su-to-root rather than relying on policykit authentication.

seems to work OK though.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22739
Joined: Sun Dec 16, 2007 12:17 pm

Re: Gdebi installs but isn't found anywhere

#10 Post by dolphin_oracle »

Sparky wrote: Sun May 29, 2022 3:28 pm
Adrian wrote: Sun May 29, 2022 3:24 pm I seem to remember we had authentication issues with gdebi in KDE, have we solved/patched that? That's was one reason (beside being the native solution) why we chose discover which I know some people dislike.
I removed Discover, it's the first thing I do with KDE MX21, could that have had n impact?
doesn't impact gdebi, but it is the default app for dealing with debs on MX21 KDE.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

Post Reply

Return to “MX KDE Official Release”