Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-04-07 10:47:04

Ski-lleR
Member
Registered: 2019-12-31
Posts: 18

Mousepad theme error on new Debian Buster install

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

#2 2020-04-07 17:04:09

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: Mousepad theme error on new Debian Buster install

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

Board footer

Powered by FluxBB