4:14.0.13~pre26-0debian12.0.0+3~a Bookworm
I have multiple installations doing this when attempting to bring up context menu
from desktop RMB click, which fails. I then LMB click on menu starter as alternate
method to log out, and this triggers the $SUBJECT window on first click.
Subsequent click on menu starter produces no response unless I first dismiss the
error window.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
0% of 0 completed, ETA = --:--:--, speed = 0
0% of 0 completed, ETA = --:--:--, speed = 0
0% of 0 completed, ETA = --:--:--, speed = 0
0% of 0 completed, ETA = --:--:--, speed = 0
0% of 0 completed, ETA = --:--:--, speed = 0
...
is how most trinity packages are shown being processed for installation, in
contrast to packages from mageia's own mirrored repos, which result in numbers in
place of the dashes and zeros, and few or no blank lines in between. This is for
sure in cauldron (9 to be), and I think also in 8, and it has been this way too
long to remember. Indeed I always forget to do this in an X session in order to
capture more detail without losing it off top of tty screen, inaccessible since
the demise of kernel's scrollback 2 years ago.
Is there a repo for Cauldron? There's talk of version freeze for v9 coming up
before long. So far I've been using 8's TDE in Cauldron, usually without serious
issues.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
# cat /usr/local/bin/zypse
#!/bin/sh
zypper --no-refresh se -s $* | grep -Ev 'debug|devel|srcp|openSUSE-20' | grep -E 'x86|noarch'| sort
# zypse libFLAC
| libFLAC++10 | package | 1.4.0-1.1 | x86_64 | OSS
| libFLAC++10-32bit | package | 1.4.0-1.1 | x86_64 | OSS
| libFLAC12-32bit | package | 1.4.0-1.1 | x86_64 | OSS
i | libFLAC12 | package | 1.4.0-1.1 | x86_64 | OSS
i | libFLAC8 | package | 1.3.4-1.3 | x86_64 | (System Packages)
# zypper rm libFLAC8
Reading installed packages...
Resolving package dependencies...
The following 4 packages are going to be REMOVED:
libFLAC8 trinity-akode trinity-libarts-akode trinity-tdemultimedia-tdeio-plugins
4 packages to remove.
After the operation, 2.5 MiB will be freed.
Continue? [y/n/v/...? shows all options] (y): n
New installations of TDE on TW are doomed to fail due to
dependency on old libFLAC version.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
# zypper install trinity-desktop
...
Problem: nothing provides 'libjasper.so.4()(64bit)' needed by the to be installed trinity-tdelibs-14.0.11-1.osstw.x86_64
Solution 1: do not install trinity-desktop-14.0.11-1.osstw.noarch
Solution 2: break trinity-tdelibs-14.0.11-1.osstw.x86_64 by ignoring some of its dependencies
libjasper4-2.0.33-2.1.x86_64.rpm
has been replaced by
libjasper6-3.0.0-1.1.x86_64.rpm
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
I suppose that this is the same thing that happened with gmail.com, yes?
Leslie
--
Operating System: Linux
Distribution: openSUSE Leap 15.4 x86_64
Desktop Environment: Trinity
Qt: 3.5.0
TDE: R14.0.12
tde-config: 1.0
I can no longer see a held message by clicking on the blue link
for it on the held messages page.
I've tried both Firefox and Chromium.
There appear to be other minor cosmetic changes so I'm guessing
an upgrade happened?
--Mike
Hi,
I ran across this on the OpenSuSE user list. It's also a problem for me at login time;
I've been starting Kmail and Konqueror manually because of it.
Will the suggestion using systemd, listed at the end, work in Trinity also?
TIA,
Leslie
---------- Forwarded Message ----------
> Subject: Re: Make Kwallet behave ?
> Date: 2022-08-28, 06:43:19
> From: Adam Mizerski <adam(a)mizerski.pl>
> To: users(a)lists.opensuse.org
>
> W dniu 28.08.2022 o 07:19, Nicolas Kovacs pisze:
> > Hi,
> >
> > I've been a KDE user since version 2.x on Slackware more than 20 years
> > ago. I really like it for my daily work, but some details are a bit of a
> > PITA. Kwallet is one of them.
> >
> > Here's a few scenarios that happen erratically on my Tumbleweed
> > installations.
> >
> > 1. KDE starts, Kwallet pops up immediately and leaves me about ten
> > seconds to type in my very long GPG password. In the background,
> > applications that need a password to connect (like OwnCloud) fail and
> > have to be restarted.
> >
> > 2. KDE starts, Wi-Fi tries to connect but fails, OwnCloud asks me for
> > the connection password, and after about a minute or so, Kwallet decides
> > to pop up too late to the show.
> >
> > 3. KDE starts, Kwallet pops up, I type in my password fast enough, Wi-Fi
> > connects but OwnCloud asks me for the connection password even though
> > Kwallet has been opened successfully.
> >
> > Any idea how I can make Kwallet behave ?
> >
> > Cheers from the sunny South of France,
> >
> > Niki
> >
>
> I have the same problem.
>
> I just had an idea, but it needs some experimenting to check whether it
> would work. Recently KDE introduced managing it's services with systemd
> [1]. Systemd allows to extend units using "foo.service.d" directories
> [2]. Maybe it would be possible to inject a dependency between kwallet
> and nextcloud?
>
> In my case it looks like this:
> - kwallet runs under "dbus-:1.2-org.kde.kwalletd5@0.service"
> - nextcloud runs under
> "app-com.nextcloud.desktopclient.nextcloud-<random_id>.scope".
> - both units are "a transient unit file, created programmatically via
> the systemd API. Do not edit."
>
> You can see all systemd units (they form a tree) using "systemctl --user
> status".
>
> I'll try to do some experiments with it.
>
> [1] https://blog.davidedmundson.co.uk/blog/plasma-and-the-systemd-startup/
> [2] "man systemd.unit" or
> https://www.freedesktop.org/software/systemd/man/systemd.unit.html
>
> Unfortunately it's not a solution, but for the record:
> https://github.com/nextcloud/desktop/issues/1011
-------------------------------------------------------
--
Operating System: Linux
Distribution: openSUSE Leap 15.4 x86_64
Desktop Environment: Trinity
Qt: 3.5.0
TDE: R14.0.12
tde-config: 1.0
Hey, just wanna start off by saying I love Trinity Desktop, easy to use and fast on a Pentium 4 with little than a gigabyte of RAM, that's what good coding runs like :D
I was reading https://www.trinitydesktop.org/development.php and noticed one of the listed things that Trinity needed assistance in was UI design review. What exactly needs to be reviewed in the terms of UI design? I know people like to say Trinity looks outdated, and although that is kind of true, the Breeze theme from Q4OS modernizes it quite a bit and that could be used as a basis for an optional "modernized" theme. (maybe during setup give the user the choice between the new modern theme and the classic themes)
I own a 16:10 ThinkPad, folding tablet laptop, modern curved 1080p monitor and a 5:4 monitor so it's pretty safe to say I could test all sorts of UI designs and layouts functionality-wise, but design wise I'll go ahead and say I'm a bit younger and I still think the KDE 2.x theme looks great, but I'll be open to test and use any sort of theme if it helps.
I don't code but I am pretty fluent in just generally knowing what good UI/UX looks and functions like (although I am a bit biased towards the old Windows UI) and can test many different things on new and old hardware, so if help isn't needed there but somewhere else please let me know and I'd be glad to help!
- bobsmith