
"Click here..." is annoying
Hi, just installed Buster and the "Click here to open applications menu" never seems to go away. Do we really need these forever? Pretty sure even I can remember where to click after the first week. 

-
- Posts: 7447
- Joined: Sat Jan 12, 2013 3:01 am
- Location: Grants Pass, OR, USA
- Contact: Website
Re: "Click here..." is annoying
Open autostart and remove or comment out point-rpi.
Code: Select all
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Code: Select all
#point-rpi
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.
-
- Posts: 9
- Joined: Sat Apr 09, 2016 5:39 pm
Re: "Click here..." is annoying
Thank you very much!
This has bugged me each and every time I've used remote access.
Since I have 11 Raspberry Pi units under my control, I've now been able to knock up quick SALT state to farm this change out to all Pi computers. For those interested in further knowledge, salt-master/salt-minion are very useful tools for managing computers.
I pass on my thanks for your nugget of useful info.
This has bugged me each and every time I've used remote access.
Since I have 11 Raspberry Pi units under my control, I've now been able to knock up quick SALT state to farm this change out to all Pi computers. For those interested in further knowledge, salt-master/salt-minion are very useful tools for managing computers.
I pass on my thanks for your nugget of useful info.
Re: "Click here..." is annoying
Tried the above edit and rebooted pi , still get the "Click here to open applications menu" on my pi4 running buster.klricks wrote: ↑Thu Jun 27, 2019 7:39 pm
Open autostart and remove or comment out point-rpi.Code: Select all
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Code: Select all
#point-rpi
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported
The use of crystal balls & mind reading are not supported
Re: "Click here..." is annoying
Have you got a local config for lxsession? If so that is used rather than the global one in /etcpcmanbob wrote: ↑Sun Oct 20, 2019 12:59 pmTried the above edit and rebooted pi , still get the "Click here to open applications menu" on my pi4 running buster.klricks wrote: ↑Thu Jun 27, 2019 7:39 pm
Open autostart and remove or comment out point-rpi.Code: Select all
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Code: Select all
#point-rpi
Code: Select all
/home/pi/.config/lxsession/LXDE-pi/autostart
She who travels light — forgot something.
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Re: "Click here..." is annoying
No I have only made the following changes
install xscreensaver and used raspi-config to remove the Plymouth splash screen and enable VNC
I don't use raspbian with desktop very often I prefer the lite version , so its very much an out of the box install used for when I need to post images when helping others with desktop problems
install xscreensaver and used raspi-config to remove the Plymouth splash screen and enable VNC
I don't use raspbian with desktop very often I prefer the lite version , so its very much an out of the box install used for when I need to post images when helping others with desktop problems
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported
The use of crystal balls & mind reading are not supported
-
- Posts: 7447
- Joined: Sat Jan 12, 2013 3:01 am
- Location: Grants Pass, OR, USA
- Contact: Website
Re: "Click here..." is annoying
The OP is referring to the automatic positioning of the mouse cursor over the menu icon on each boot or login.pcmanbob wrote: ↑Sun Oct 20, 2019 12:59 pmTried the above edit and rebooted pi , still get the "Click here to open applications menu" on my pi4 running buster.klricks wrote: ↑Thu Jun 27, 2019 7:39 pm
Open autostart and remove or comment out point-rpi.Code: Select all
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
Code: Select all
#point-rpi
This makes the tool tip for the menu icon activate.
The 'mouseover' tool tip will still be functional unless you also disable all tool tips.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.
Re: "Click here..." is annoying
My mistake miss understood what the change did.
Thanks for clearing it up.
Did ask once before about disabling tool tips on buster but no one ever came back with an answer.
Thanks for clearing it up.
Did ask once before about disabling tool tips on buster but no one ever came back with an answer.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported
The use of crystal balls & mind reading are not supported
Re: "Click here..." is annoying
From a quick look at the source code the tooltips are always added for the menu items (including the menu button itself) if there is a description present. It doesn't support the tooltips=0 setting that some other plugins do.
She who travels light — forgot something.
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Re: "Click here..." is annoying
I know this is an old thread but I currently have the same issue and this fix is not relevant any more. This line is no longer in this autostart file.
(Raspbian Buster, latest version as at this date, fully updated.)
(Raspbian Buster, latest version as at this date, fully updated.)
Re: "Click here..." is annoying
They removed the point-rpi program and integrated it into lxpanel.
You need to edit the global file /etc/xdg/lxpanel/LXDE-pi/panels/panel (or if you have a local copy at /home/pi/.config/lxpanel/LXDE-pi/panels/panel edit this as LXDE will ignore the global file if the local is present). There will be a line that says :-
Either comment that line out or change the =1 to =0. Next time you log in it should leave the pointer in the centre of the screen rather than moving it to be over the menu button.
You can't prevent the tooltip popping up when over the menu without recompiling lxpanel as it is hard-coded if I rememeber right.
You need to edit the global file /etc/xdg/lxpanel/LXDE-pi/panels/panel (or if you have a local copy at /home/pi/.config/lxpanel/LXDE-pi/panels/panel edit this as LXDE will ignore the global file if the local is present). There will be a line that says :-
Code: Select all
point_at_menu=1
You can't prevent the tooltip popping up when over the menu without recompiling lxpanel as it is hard-coded if I rememeber right.
She who travels light — forgot something.
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Re: "Click here..." is annoying
Recompile a module to remove tool tips? Hmmmm. I must admit that my first thought is "and then they wonder why people don't convert to Linux".
I guess I will be tolerating the tips for the small amount I intend doing with Pi's.
Thanks for the info.
I guess I will be tolerating the tips for the small amount I intend doing with Pi's.
Thanks for the info.
Re: "Click here..." is annoying
Windows 10 does the same thing, hover over the menu button and "Start" appears in a tooltip so it's not as though it's just a Linux thing, and I doubt such a "feature" would be responsible for stopping (most) people converting to Linux.
She who travels light — forgot something.
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Please note that my name doesn't start with the @ character so can people please stop writing it as if it does!
Re: "Click here..." is annoying
Windoze10 - not a discussion I would get into. I decided some time ago that once Win7 was no longer viable I would become a Mac person, and that will probably happen this year. However in Win7 there is a flag to turn that off, and I would be surprised if there was not one somewhere in Win10.
Re: "Click here..." is annoying
So, found it. If you right click on the task bar and open "Task Bar (Window List) Settings", there it is, right at the top. A check box to enable or disable the tool tips.
Except that it does not actually turn off the tool tips. They still keep coming.
Except that it does not actually turn off the tool tips. They still keep coming.