While not seeming to cause problems, I notice a large spew of these messages in xsession-errors.
What causing this spew?
Thanks.
Darrell Anderson via tde-users wrote:
While not seeming to cause problems, I notice a large spew of these messages in xsession-errors.
What causing this spew?
I guess it is tde hardware from tdepowersave and perhaps you have enabled the [x] general in tdedebugdialog. I was thinking to propose a change to remove it too or show it just once.
On 3/13/25 6:45 AM, deloptes via tde-users wrote:
Darrell Anderson via tde-users wrote:
While not seeming to cause problems, I notice a large spew of these messages in xsession-errors.
What causing this spew?
I guess it is tde hardware from tdepowersave and perhaps you have enabled the [x] general in tdedebugdialog. I was thinking to propose a change to remove it too or show it just once.
I do not have tdepowersave enabled and the tool is not showing in my process list (ps aux).
Perhaps there is some other place where this spew is generated?
Darrell Anderson via tde-users wrote:
I do not have tdepowersave enabled and the tool is not showing in my process list (ps aux).
Perhaps there is some other place where this spew is generated?
I looked into similar one in tdepwoersave, but it is indeed a different one
Here it is at line 2422
tdelibs$ grep -n -i 'UNCLASSIFIED DEVICE' -r tdecore/tdehw/tdehardwaredevices.cpp:2075: // Try to at least generally classify unclassified devices tdecore/tdehw/tdehardwaredevices.cpp:2422: printf("[FIXME] UNCLASSIFIED DEVICE name: %s type: %s subsystem: %s driver: %s [Node Path: %s] [Syspath: %s] [%s:%s]\n", devicename.ascii(), devicetype.ascii(), devicesubsystem.ascii(), devicedriver.ascii(), devicenode.ascii(), udev_device_get_syspath(dev), devicevendorid.ascii(), devicemodelid.ascii()); fflush(stdout);