• Onboard not showing up in the XFCE system tray

    From Charles Curley@21:1/5 to All on Thu May 16 22:20:01 2024
    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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Geert Stappers@21:1/5 to Charles Curley on Fri May 17 20:50:01 2024
    On Thu, May 16, 2024 at 02:09:33PM -0600, Charles Curley wrote:
    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


    Fix/Workaround?

    Start it manually (and after the start it remains in the system tray)



    Groeten
    Geert Stappers
    --
    Does anybody read signatures any more?
    Silence is hard to parse

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCAAdFiEEin8gjG2ecykWV0FNITXRI9jBm+wFAmZHpPoACgkQITXRI9jB m+yatg//VkhVkILnk6R9SBjyYnvFHyH+oDAeaDLclazSF4A6SNSkILG/xiYSCTY5 qPYZosr8kUnpG+muLLZenIXNMu1SywF89jX4UDiqbXNqT4AYnyhgAurH5lSpkCvU ymwoEbW65/sUy8yHQIJRUIe6dzlA3fKZckcdUQd+AeGPo9uwv2hmfmI4UAONmujs CibzxIlezoHFVX8qLNkPnVhmcUEFAwjgHCDaZp5W0rQBLy38oRdyELNgTyicOarE bWwsFYQxjp6LB9aGIV6BGhnGKK+a+qke9L6mypHCIP8teCcsoae2SxYkoVf840/A T1DUbaehYMH25yu4Ue/AT1TI1UQ0R3NLBfCtS88O9WdvSkEpL+d4R/T4R0Zdk5Rt aUu0f7akgprZj+WFWH8ToqY5hKViYIqKuSXQBKV81sHC2KeMVb0GyaEI7aTrnbSD B7DFxOPgsqgJQN8QAmcApN3F9W5VVymNE56AD1Q7HiFvSj3VIYJ7OJ3kT77zzhPb k0usBW7pr4CfMTz4Jv5qSod/1kzYdIWvwJchvtIzr3wCQjCcok0QvzhR/23cUOMX DwElDx/8RYbsZ5vibJlOFUWEsAo/FguY+3zzUEQ2ilnmWf5AB7ejkDPVKubm0DCj lEwOyCtdTqww7BpKZbNM0rwQ0K5g3Qg8sHJ0aLSjhxym0lkrBvU=
    =uSxA
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to Geert Stappers on Sat May 18 03:00:01 2024
    On Fri, 17 May 2024 20:42:10 +0200
    Geert Stappers <stappers@stappers.nl> wrote:

    On Thu, May 16, 2024 at 02:09:33PM -0600, Charles Curley wrote:
    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


    Fix/Workaround?

    Start it manually (and after the start it remains in the system tray)

    Tried that.

    charles@tsalmoth:~$ onboard &
    [1] 43869
    charles@tsalmoth:~$
    [1]+ Done onboard
    charles@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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to Charles Curley on Sat May 18 03:20:01 2024
    On Thu, 16 May 2024 14:09:33 -0600
    Charles Curley <charlescurley@charlescurley.com> wrote:

    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@stappers.nl>, I did the following:

    charles@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
    charles@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.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)