I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
- pepperminty
- Level 5
- Posts: 973
- Joined: Thu Jun 23, 2011 10:51 pm
I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
When I press the Windows Logo on my keyboard (which brings up the Mint Menu), and start typing "Syna"..., I see "Mouse and Touchpad" over "Synaptic Package Manager". Why do I see "Mouse and Touchpad"? And how do I remove "Mouse and Touchpad" from the search results of '"Syna"...?
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Because there is a mouse and touchpad driver called Synaptics. Try typing 'pack' instead.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
- pepperminty
- Level 5
- Posts: 973
- Joined: Thu Jun 23, 2011 10:51 pm
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Thanks for your reply, Moem.
Okay... is there a way to remove the link between "synaptics' and "mouse and touchpad". This is my computer, and for me, synaptics is all about Synaptic Package Manager. I want to personalize my computer.
Okay... is there a way to remove the link between "synaptics' and "mouse and touchpad". This is my computer, and for me, synaptics is all about Synaptic Package Manager. I want to personalize my computer.
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Not that I know of. It's what the driver is called, I don't think there is an easy way to change that.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Yeppepperminty wrote: ↑Wed Apr 22, 2020 5:32 pmThanks for your reply, Moem.
Okay... is there a way to remove the link between "synaptics' and "mouse and touchpad". This is my computer, and for me, synaptics is all about Synaptic Package Manager. I want to personalize my computer.
Copy Mouse & Touchpads default desktop file to your home
Code: Select all
cp /usr/share/applications/cinnamon-settings-mouse.desktop ~/.local/share/applications/
Code: Select all
xed ~/.local/share/applications/cinnamon-settings-mouse.desktop
Code: Select all
Keywords=mouse;touchpad;synaptic;double-click;
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
- pepperminty
- Level 5
- Posts: 973
- Joined: Thu Jun 23, 2011 10:51 pm
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
thanks, smurphos!
When I get to my linux mint laptop, I plan to do the edits you have helpfully suggested!
I've deleted all the other languages. Now the file looks like this:
When I get to my linux mint laptop, I plan to do the edits you have helpfully suggested!
I've deleted all the other languages. Now the file looks like this:
Code: Select all
[Desktop Entry]
Icon=cs-mouse
Exec=cinnamon-settings mouse
Type=Application
OnlyShowIn=X-Cinnamon;
Categories=Settings;
Name=Mouse and Touchpad
Comment=Control mouse and touchpad settings
Keywords=mouse;touchpad;double-click;
- pepperminty
- Level 5
- Posts: 973
- Joined: Thu Jun 23, 2011 10:51 pm
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
hi smurphos, I fresh-installed mint 20 on my computer and now when i run the above command...smurphos wrote: ↑Thu Apr 23, 2020 2:48 am
Copy Mouse & Touchpads default desktop file to your homeCode: Select all
cp /usr/share/applications/cinnamon-settings-mouse.desktop ~/.local/share/applications/
me@lap:~$ cp /usr/share/applications/cinnamon-settings-mouse.desktop ~/.local/share/applications/
cp: cannot create regular file '/home/me/.local/share/applications/': Not a directory
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Run this first
Code: Select all
mkdir -p ~/.local/share/applications
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
- pepperminty
- Level 5
- Posts: 973
- Joined: Thu Jun 23, 2011 10:51 pm
Re: I tap WindowsLogo & search for Syna, I get "Mouse&Touchpad". I don't want that. I want Synaptic Manager.
Thanks, smurphos. that solved things. 
