Hi,
I made a port of "Plasma 5 Breeze" window border for TDE. It works with the IceWM window decoration theme engine.
To try it, uncompress the attached archive in this folder:
/home/(your user name)/.trinity/share/apps/twin/icewm-themes/
Untick the "Use theme title text colors" options, and set your window title font to "Noto Sans 10"
Have a great day!
-Alexandre
Hi
I am not sure if someone is interested but I played with pinentry recently
and produced a working executable from pinentry-0.8.3 (qt3 code ported to
tqt) and a base of pinentry-0.9.7.
I just can't do the packaging myself so that I may replace the existing
pinentry-* with the one I modified, so that it satisfies all dependencies.
I can provide the binary if someone wants to use it for now, but the
question here is wouldn't it be better to get the code into the official
pinentry project?
and why is kleopatra-trinity* kmail-trinity* kmailcvt-trinity*
kontact-trinity* tde-trinity* tdepim-trinity*
dependant on pinentry-qt/qt4 ?
Is it because pinentry-qt was previously qt3, but now qt5?
It pulls in qt5 libraries which I want to avoid.
regards
I upgraded to stretch and testing 14.1 (DEV)
Unfortunately when trying to send a gpg signed message today I realized that
gpg is not working properly. I started from command line and saw message
gpg2 migration successfull. I also see a file .gpg-v21-migrated
When I start kgpg from command line it shows many line with invalid date.
Gpg however lists all keys with properly displayed date. Kgpg does not
display date or name assigned to key.
I managed to find out that the date in the key is a unix timestamp, but in
kgpg we have TQDate fromString with QT:ISODate, which forces fromString to
split the string instead using it as unix time stamp.
I did following to fix it
if (ret.gpgkeyexpiration.isEmpty())
ret.gpgkeyexpiration=i18n("Unlimited");
else {
TQDate date = TQDate::fromString(ret.gpgkeyexpiration,
Qt::ISODate);
if (!date.isValid()) {
TQDateTime timestamp;
timestamp.setTime_t(ret.gpgkeycreation.toInt());
date = timestamp.date();
}
However I need to look into why the names are not shown properly. Perhaps
we'll get a patch
Can you confirm this?
I created a Bug 2791
regards
Hi all,
both domains are unreachable at the moment. Is it a local issue here or
something gone wrong at the other end?
PS: I wanted to upload improved patch to kgpg, but failed to get there.
regards
Le 30/07/2017 à 20:53, Felix Miata a écrit :
>
> There is at least one reason for high DPI users not to upgrade Leap past 42.1:
>
> GTK3 apps not honoring system-wide DPI settings nor KDE mouse cursor
> https://bugzilla.opensuse.org/show_bug.cgi?id=1022830
> [GTK+ 3.18] UI text sizes no longer inherited from Linux system
> https://bugzilla.mozilla.org/show_bug.cgi?id=1269274
>
> The same reason applies to Stretch, all currently supported Fedoras, Ubuntu
> 16.04 & up, Mint 18+, anything that includes unpatched gtk >3.16.
>
> Last night I did a final update on one 42.1 system and had to use the TDE 42.2
> repos to do it. I understand killing 13.1 & 13.2, but not 42.1 or 42.2.
Hello, I did not know about this particular DPI problem ...
I did not think that anyone using the 42.x serie would keep the 42.1
which is now EOL, that's why I removed the package.
I left the 13.1 and 13.2 for users with old computers, and did not
upgrade to 42. (also there is no more 32 bits architecture on 42.x)
So, I've put back the 42.1 packages on the mirror, they will re-appear soon.
François
I can do the Wiki work, but how do I find out the actual current state, which
releases actually have existing repos? Has one for 42.3 been built? Is 42.1
already gone? Surely 13.1 and 13.2 are gone, but how can one know for sure?
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Hi,
I finally managed to test and build syncevolution as debian package,
installed in fresh Stretch with TDE 14.1 (DEVELOPMENT) and was able to
sync. I used the debian source files for syncevolution (1.5.2-2) and
libsynthesis (3.4.0.47.5+syncevolution-1.5.2-1)
Big thanks to all who helped and guided so far.
My only problem is the naming of packages. So before uploading code I wanted
to sync up with you what I should do with this.
In summary the situation:
- Debian does not compile our plugins, which are in the source. After
discussing this last year, I decided we would need to provide syncevolution
for tde in packages.
Now if someone could help me to make the packages called *-trinity it would
be great.
- I couldn't make it for some reason with the /opt/trinity path
- Should it remove or coexist with debians or whatever distro provids
syncevolution
I would be glad to finalize this in the next 1-2 months because after this
it looks like I'll be very busy again
The work needs to be done on debian directory. I have no idea how rpm
packages are build, so for me this is out of scope
regards
PS: good thing is that I was able to build test environments for debian
which will help a lot
I've had this happen on at least one other installation. This is with a fresh
minimal Stretch installation followed by installing 14.0.5 tdm-trinity and
tdebase-trinity. When I boot multi-user.target, aplay works. Then I startx into
TDE, an error sound briefly occurs, followed by the nosound indication from
kmix, and no more sounds. I log off TDE, and aplay no longer works, until I do
alsactl init again, after which aplay works only until another TDE session is
started. Any ideas what's going on that TDE kills sound?
Attached are listed some installed packages plus snd modules:
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/