Just out of curiosity, I wonder why, when I start Kate from Konsole, I see these?
$ kate wkhtml2pdf.help , 3: Warning: using regular magic file `/etc/magic' pw8, 3: Warning: using regular magic file `/etc/magic' `z>, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/magic' x'�E�, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/trinity/magic/hk_classes.magic' /etc/trinity/magic/hk_classes.magic, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/trinity/magic/hk_classes.magic'
Leslie
Leslie Turriff wrote:
/etc/magic
I have only this in my system
:/etc$ ls -al trinity/magic/ total 16 drwxr-xr-x 2 root root 4096 Nov 8 01:59 . drwxr-xr-x 13 root root 4096 Nov 11 23:13 .. -rw-r--r-- 1 root root 612 Dec 5 2014 tdeio.magic -rw-r--r-- 1 root root 1736 Feb 11 2016 tdeio.magic.mgc
On 2016-12-24 11:12:12 Leslie Turriff wrote:
Just out of curiosity, I wonder why, when I start Kate from Konsole, I see these?
$ kate wkhtml2pdf.help , 3: Warning: using regular magic file `/etc/magic' pw8, 3: Warning: using regular magic file `/etc/magic' `z>, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/magic' x'�E�, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/trinity/magic/hk_classes.magic' /etc/trinity/magic/hk_classes.magic, 3: Warning: using regular magic file `/etc/magic' /etc/magic, 3: Warning: using regular magic file `/etc/trinity/magic/hk_classes.magic'
I have only this in my system
:/etc$ ls -al trinity/magic/ total 16 drwxr-xr-x 2 root root 4096 Nov 8 01:59 . drwxr-xr-x 13 root root 4096 Nov 11 23:13 .. -rw-r--r-- 1 root root 612 Dec 5 2014 tdeio.magic -rw-r--r-- 1 root root 1736 Feb 11 2016 tdeio.magic.mgc
Uh-huh. And while typing text into Kate, I see these messages in the Konsole I used to start it:
TQThreadInstance::start: Setting thread storage to 0x2eb17a0 TQThreadInstance::finish: In TQThreadInstance::finish for thread 0x2eb17a0
I'm wondering why these messages are being written at all. They look like left-over debugging messages?
Leslie
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Leslie Turriff wrote:
I'm wondering why these messages are being written at all. They look like left-over debugging messages?
check tdedebugdialog for that - remove all debugging and press OK
I suggested to check if you have libkmime2-trinity and libmimelib1c2a-trinity installed. perhaps you reinstall them?
regards
On 2016-12-25 07:58:38 deloptes wrote:
Leslie Turriff wrote:
I'm wondering why these messages are being written at all. They look like left-over debugging messages?
check tdedebugdialog for that - remove all debugging and press OK
I suggested to check if you have libkmime2-trinity and libmimelib1c2a-trinity installed. perhaps you reinstall them?
Neither of these libraries is installed. Attached is a view showing what is available from the OpenSuSE Trinity repository.
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Leslie Turriff wrote:
On 2016-12-25 07:58:38 deloptes wrote:
Leslie Turriff wrote:
I'm wondering why these messages are being written at all. They look like left-over debugging messages?
check tdedebugdialog for that - remove all debugging and press OK
I suggested to check if you have libkmime2-trinity and libmimelib1c2a-trinity installed. perhaps you reinstall them?
Neither of these libraries is installed. Attached is a view showing what is available from the OpenSuSE Trinity repository.
Oh, I think I have to stop posting here. I recompiled most of the basic stuff as I had some problems with few applications. Now I am partially on 14.0.4 and partially on 14.1.0 , however those files seem to be part of the debian dist (see below).
The magic file is part of tdelibs
dpkg -S /etc/trinity/magic/tdeio.magic tdelibs-data-trinity: /etc/trinity/magic/tdeio.magic
On Wheezy deb7-dev:~$ dpkg -l | grep mime | grep trinity ii libkmime2-trinity 4:14.0.4-0debian7.0.0+0 amd64 Trinity MIME interface library ii libmimelib1-trinity-dev 4:14.0.4-0debian7.0.0+0 amd64 Trinity mime library [development] ii libmimelib1c2a-trinity 4:14.0.4-0debian7.0.0+0 amd64 Trinity mime library
On my Jessie with my compilation
$ dpkg -l | grep mime | grep trinity ii libkmime2-trinity 4:14.1.0-0debian8.0.5+eko1 amd64 Trinity MIME interface library ii libmimelib1-trinity-dev 4:14.1.0-0debian8.0.5+eko1 amd64 Trinity mime library [development] ii libmimelib1c2a-trinity 4:14.1.0-0debian8.0.5+eko1 amd64 Trinity mime library