[Solved] Mint 19: Installed app not showing up in Start Menu

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jomama
Level 1
Level 1
Posts: 48
Joined: Thu May 24, 2018 10:16 pm

[Solved] Mint 19: Installed app not showing up in Start Menu

Post by jomama »

What on God's Green Earth?

I had qbittorrent installed and running fine on my system. Then today an update showed up in the Update Manager. I went ahead with it. Since then, I can't find the app in the Menu. It's not listed there. It shows up as installed in Synaptic Package Manager, and I even reinstalled it but nothing doing. What's going on?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint 19: Installed app not showing up in Start Menu

Post by all41 »

jomama wrote: Fri Aug 17, 2018 6:53 pm What on God's Green Earth?

I had qbittorrent installed and running fine on my system. Then today an update showed up in the Update Manager. I went ahead with it. Since then, I can't find the app in the Menu. It's not listed there. It shows up as installed in Synaptic Package Manager, and I even reinstalled it but nothing doing. What's going on?
I have not been able to duplicate this with repository qbittorrent in any desktop. Please say more regarding your system and how you installed qbittorrent.
Please post the terminal results of:

Code: Select all

inxi -S
Everything in life was difficult before it became easy.
jomama
Level 1
Level 1
Posts: 48
Joined: Thu May 24, 2018 10:16 pm

Re: Mint 19: Installed app not showing up in Start Menu

Post by jomama »

Thank you, all41.

Here's the terminal output for inxi -S:

jonmun@desktop-linux:~$ inxi -S
System: Host: desktop-linux Kernel: 4.15.0-32-generic x86_64 bits: 64
Desktop: Cinnamon 3.8.8 Distro: Linux Mint 19 Tara
jonmun@desktop-linux:~$



I initially installed qbittorrent from inside Synaptic. It ran fine. Then I updated it to today using the Update Manager. That's when the problem began. I have since completely uninstalled it (from Synaptic) and reinstalled it, but the problem still persists. The only way I can launch qbittorrent now is from inside Software Manager.
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint 19: Installed app not showing up in Start Menu

Post by all41 »

Strange. I installed qbittorrent in all 3 Mint desktops to try to duplicate your situation, and afterward installed every update
offered in Update Manager. After reboot the qbittorrent icon was still in the menu Applications/Internet.

The path to the executable is /usr/bin/qbittorrent and you can make a desktop launcher or add it back to the menu with that as the command.
I double checked Cinnamon just now and I still have the menu launcher after reboot.
Can't imagine how you lost it.
Everything in life was difficult before it became easy.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: Mint 19: Installed app not showing up in Start Menu

Post by MrEen »

Hi jomama.

Have you rebooted at all since this started? Sometimes, that'll kick out those damn gremlins.
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint 19: Installed app not showing up in Start Menu

Post by all41 »

So here is a plan of approach for now.
Right-click an empty spot on the desktop and choose 'Create a new launcher here'
Name it Qbittorrent
in the Command field enter '/usr/bin/qbittorrent' (without quotes)
Click OK
You will be asked to add to menu, click Yes
That should get your launcher back
Everything in life was difficult before it became easy.
jomama
Level 1
Level 1
Posts: 48
Joined: Thu May 24, 2018 10:16 pm

Re: Mint 19: Installed app not showing up in Start Menu

Post by jomama »

MrEen wrote: Fri Aug 17, 2018 10:33 pm Hi jomama.

Have you rebooted at all since this started? Sometimes, that'll kick out those damn gremlins.
Yeah, I did reboot but it didn't help. I thought Windows was the only OS that needed exorcised with a reboot? LOL.
jomama
Level 1
Level 1
Posts: 48
Joined: Thu May 24, 2018 10:16 pm

Re: Mint 19: Installed app not showing up in Start Menu

Post by jomama »

all41 wrote: Fri Aug 17, 2018 10:37 pm So here is a plan of approach for now.
Right-click an empty spot on the desktop and choose 'Create a new launcher here'
Name it Qbittorrent
in the Command field enter '/usr/bin/qbittorrent' (without quotes)
Click OK
You will be asked to add to menu, click Yes
That should get your launcher back
DUDE! Thank you very much! That did the trick. I have my launcher back!
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint 19: Installed app not showing up in Start Menu

Post by all41 »

You're welcome--glad to help.
When you encounter installations which provide no menu icon you can type into a terminal:
as in this example

Code: Select all

which qbittorrent
That will return the path to the executable, and that path can be entered into the Command field of a launcher.
Cheers
Everything in life was difficult before it became easy.
jomama
Level 1
Level 1
Posts: 48
Joined: Thu May 24, 2018 10:16 pm

Re: Mint 19: Installed app not showing up in Start Menu

Post by jomama »

all41 wrote: Fri Aug 17, 2018 10:57 pm You're welcome--glad to help.
When you encounter installations which provide no menu icon you can type into a terminal:
as in this example

Code: Select all

which qbittorrent
That will return the path to the executable, and that path can be entered into the Command field of a launcher.
Cheers
Thank you for the lesson. I'm new to Linux, as you can tell, so your help is much appreciated! Cheers.
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Mint 19: Installed app not showing up in Start Menu

Post by all41 »

jomama wrote: Fri Aug 17, 2018 11:05 pm
all41 wrote: Fri Aug 17, 2018 10:57 pm You're welcome--glad to help.
When you encounter installations which provide no menu icon you can type into a terminal:
as in this example

Code: Select all

which qbittorrent
That will return the path to the executable, and that path can be entered into the Command field of a launcher.
Cheers
Thank you for the lesson. I'm new to Linux, as you can tell, so your help is much appreciated! Cheers.
Hang in there.
Good that you presented your problem to the forum for a solution, plus thumbs up for correct form by completing your post
with [Solved] to help others.
You will do well.
Everything in life was difficult before it became easy.
Locked

Return to “Software & Applications”