You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found feedgnuplot via your federated post on planet.debian.org. Very cool tool !
I just noticed some displaying issues in pure wayland:
using X: karl@karl-acer2:~$ while true; do < /sys/class/thermal/thermal_zone0/temp awk '{ print $0/1000 }';sleep 1;done | feedgnuplot --stream --with linespoints --exit Warning: empty y range [51:51], adjusting to [50.49:51.51] Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
karl@karl-acer2:~$ while true; do < /sys/class/thermal/thermal_zone0/temp awk '{ print $0/1000 }';sleep 1;done | QT_QPA_PLATFORM=wayland feedgnuplot --stream --with linespoints --exit Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. QSocketNotifier: Can only be used with threads started with QThread Using Wayland-EGL Using the 'xdg-shell-v6' shell integration
As you can see the axis labels get messed up, anything you can do about this ?
Cheers,
Karl
The text was updated successfully, but these errors were encountered:
Yep, that looks messed-up. feedgnuplot doesn't actually make any graphics; rather it asks gnuplot to do that. So the bug (if it is a bug), is in the gnuplot tool.
Hi !
Just found feedgnuplot via your federated post on planet.debian.org. Very cool tool !
I just noticed some displaying issues in pure wayland:
using X:

karl@karl-acer2:~$ while true; do < /sys/class/thermal/thermal_zone0/temp awk '{ print $0/1000 }';sleep 1;done | feedgnuplot --stream --with linespoints --exit Warning: empty y range [51:51], adjusting to [50.49:51.51] Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
karl@karl-acer2:~$ while true; do < /sys/class/thermal/thermal_zone0/temp awk '{ print $0/1000 }';sleep 1;done | QT_QPA_PLATFORM=wayland feedgnuplot --stream --with linespoints --exit Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. QSocketNotifier: Can only be used with threads started with QThread Using Wayland-EGL Using the 'xdg-shell-v6' shell integration
As you can see the axis labels get messed up, anything you can do about this ?
Cheers,
Karl
The text was updated successfully, but these errors were encountered: