Discussion:
Onboard not showing up in the XFCE system tray
(too old to reply)
Charles Curley
2024-05-16 20:20:01 UTC
Permalink
Onboard is not showing up in the XFCE system tray. Bookworm as updated.
I don't see any Debian bug reports or questions on the home page. I
believe I am not running Wayland.

Has anyone else seen this? Fix/Workaround?
--
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/
Geert Stappers
2024-05-17 18:50:01 UTC
Permalink
Post by Charles Curley
Onboard is not showing up in the XFCE system tray. Bookworm as updated.
I don't see any Debian bug reports or questions on the home page.
I believe I am not running Wayland.
Has anyone else seen this?
I did
Post by Charles Curley
Fix/Workaround?
Start it manually (and after the start it remains in the system tray)



Groeten
Geert Stappers
--
Post by Charles Curley
Does anybody read signatures any more?
Silence is hard to parse
Charles Curley
2024-05-18 01:00:01 UTC
Permalink
On Fri, 17 May 2024 20:42:10 +0200
Post by Geert Stappers
Post by Charles Curley
Onboard is not showing up in the XFCE system tray. Bookworm as
updated. I don't see any Debian bug reports or questions on the
home page. I believe I am not running Wayland.
Has anyone else seen this?
I did
Post by Charles Curley
Fix/Workaround?
Start it manually (and after the start it remains in the system tray)
Tried that.

***@tsalmoth:~$ onboard &
[1] 43869
***@tsalmoth:~$
[1]+ Done onboard
***@tsalmoth:~$

I did not see anything in the notifications tray.

The exit occurred when I hit the "Hide Onboard" key (upper right corner
on the compact layout).

Thanks for the idea.
--
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/
Charles Curley
2024-05-18 01:20:01 UTC
Permalink
On Thu, 16 May 2024 14:09:33 -0600
Post by Charles Curley
Onboard is not showing up in the XFCE system tray. Bookworm as
updated. I don't see any Debian bug reports or questions on the home
page. I believe I am not running Wayland.
Has anyone else seen this? Fix/Workaround?
Got a bit further. While knurdling around after replying to Geert
Stappers <***@stappers.nl>, I did the following:

***@tsalmoth:~$ ps aux | grep onbo
charles 2913 0.0 0.9 545852 36740 ? Sl May12 0:26 /usr/bin/python3 /usr/bin/onboard --not-show-in=GNOME,GNOME-Classic:GNOME --startup-delay=3.0
charles 44066 0.0 0.0 6332 2048 pts/8 S+ 18:58 0:00 grep --colour=auto onbo
***@tsalmoth:~$

I couldn't find that in any of the terminal windows I started onboard
from in previous experiments. The low process ID and date suggest that
that was the instance started at login. (Also, the command line shown
is the same one in the Sessions and Startup applet's Application
Autostart tab.) So I killed it.

***@tsalmoth:~$ kill 2913
***@tsalmoth:~$ ps aux | grep onbo
charles 44071 0.0 0.0 6332 2048 pts/8 S+ 18:58 0:00 grep --colour=auto onbo
***@tsalmoth:~$

I then fired it up from a terminal, and got both the keyboard and
notification tray icon. The "Hide Onboard" key (upper right corner
on the compact layout) now works to hide the keyboard, with the icon
remaining.

I conjecture that the original instance, having failed to get its icon
into the tray, also prevented later instances from doing so.
--
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/
Max Nikulin
2024-05-18 03:00:01 UTC
Permalink
Post by Charles Curley
charles 2913 0.0 0.9 545852 36740 ? Sl May12 0:26
/usr/bin/python3 /usr/bin/onboard
--not-show-in=GNOME,GNOME-Classic:GNOME --startup-delay=3.0
Perhaps it starts through /etc/xdg/autostart/onboard-autostart.desktop

I have no idea if --not-show-in=GNOME,GNOME-Classic:GNOME may affect XFCE.
Loading...