You are not logged in.
Hi,
Just installed a fresh Debian Buster (xfce version of course ^^), everything is default (including theme related things).
Well the problem is Mousepad, he is filling my xsession-errors with this :
(mousepad:15701): Gtk-WARNING **: 12:36:22.046: Theme parsing error: <data>:2:29: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version
(mousepad:15701): Gtk-WARNING **: 12:36:22.046: Theme parsing error: <data>:3:37: The style property GtkButton:default-outside-border is deprecated and shouldn't be used anymore. It will be removed in a future version
(mousepad:15701): Gtk-WARNING **: 12:36:22.046: Theme parsing error: <data>:4:27: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
(mousepad:15701): Gtk-WARNING **: 12:36:22.046: Theme parsing error: <data>:5:31: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version
(mousepad:15701): Gtk-WARNING **: 12:36:22.046: Theme parsing error: <data>:6:28: The style property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. It will be removed in a future version
Is it possible to get ride of this warning ? Except changing theme ?
How it's possible to get this sort of warning on a fresh install of a system who taken year to develop ?
Offline
You could create an alias to the mousepad command that pipes all output to /dev/null:
alias mousepad="mousepad > /dev/null 2>&1"
...put it in your ~/.bashrc file if you use bash.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 523.03 KiB (Peak: 530.05 KiB) ]