Attempt to install trinity-desktop on Opensuse Leap 42.2 fails with message
Problem: trinity-desktop-14.0.4-1.oss422.noarch requires trinity-tdeaccessibility >= 14.0.4, but this requirement cannot be provided
Attempt to install trinity-tdebase fails with message
Problem: nothing provides libHalf.so.12()(64bit) needed by trinity-tdelibs-14.0.4-1.oss422.x86_64
What to do?
Hi there!
Not sure if It"s the right thing to do, but I adjusted tutorial 1 code (hello world) like this:
-------------------------------------------------------------
#include <tqapplication.h>
#include <tqpushbutton.h>
int main( int argc, char **argv )
{
TQApplication a( argc, argv );
TQPushButton hello( "Hello world!", 0 );
hello.resize( 100, 30 );
a.setMainWidget( &hello );
hello.show();
return a.exec();
}
------------------------------------------------------------
Since I've compiled Trinity by myself the headers are located in /usr/include/tqt and /usr/include/tqt3, the libraries (all of them) in /usr/lib64.
I had to adjust the Makefile file accordingly, like this:
---------------------------------------------------------------------------------------------------------------------
INCPATH = -I/usr/share/tqt3/mkspecs/default -I. -I/usr/include/tqt -I/usr/include/tqt3
LINK = g++
LFLAGS = -luuid -Wl,-rpath,/usr/lib64
LIBS = $(SUBLIBS) -L/usr/lib64 -L/usr/X11R6/lib -luuid -ltqt-mt
-lXext -lX11 -lm -lpthread
---------------------------------------------------------------------------------------------------------------------
Hope that help!
Good day, all.
So, subj is the problem.
1. (KolourPaint) I just wonder if I'm alone excepting such kind of
error. If I'm not, is there any kind of solution? If I'm, I suppose I
should file an issue?
2. (Kuickshow) I don't know what happens and if I'm able to do anything,
but here's the attachment. I hope it shows.
Hello all,
I have installed MX-15 Linux (I think I learned about it here), that is Debian
based. I haven't used it so much yet (main install using openSUSE).
Following the announce of 14.0.4 I have tried to dist-upgrade, which worked
well (appart of Grub2 overwriting my mbr as usual) and MX-15 now has 14.0.4.
However, I can't shutdown from TDE (anymore? I think I could before, but I am
not 100% sure). I have checked what settings I identify "(offer shutdown
options" is checked, "allow shutdown" is set to "everybody") but after a
right click + Log out <user> all I'm offered is to "End current session". To
shutdown or restart I must use the command line and get root.
Thierry
> Hello,
>
> Some more information about the RPM packages:
>
> Official packages are available from Trinity web site for the following
> Linux distributions:
> - CentOS, RHEL 5, 6 and 7
> - Fedora 23 and 24
> - Mageia 5
> - openSUSE 13.1, 13.2 and Leap 42.1
> - PCLinuxOS 2016
>
> Current Trinity 14.0.3 users should receive the update automatically
> through their distribution package manager.
>
> New users can install 14.0.4 packages using instruction on the Trinity Wiki.
>
> Some Linux distributions are no more supported by their vendor, so I did
> not build 14.0.4 for them. TDE R14.0.3 is still downloadable at the
> moment for these older distributions:
> - Fedora 21 and 22
> - Mageia 4
>
> Beside the official packages, there is also automatic package build
> hosted by the Open Build Service, which is using the Trinity GIT
> directly. These packages are an alternative to the official packages:
> - https://build.opensuse.org/project/show/home:PunisherHD:Trinity:stable
> (git tag r14.0.4)
> -
> https://build.opensuse.org/project/show/home:PunisherHD:Trinity:r14.0.x
> (git branch r14.0.x)
> -
> https://build.opensuse.org/project/show/home:PunisherHD:Trinity:unstable
> (git branch master)
>
> In the "unstable" repository you will find packages for some unsupported
> distributions (Fedora 22, openSUSE Arm, openSUSE Tumbleweed, openSUSE
> Leap 42.2)
>
> Have fun with this great release of Trinity :-)
>
> François
>
>
>
> ---------------------------------------------------------------------
Thank you so much François
Kate
Hi all!
I kmail, when typing an email address, kmail gives a dropdown list of previously entered mail adresses. Now I trying to get rid of some badly formed email adressess from that list, but I cannot figure out where kmail stores this list. So, does anybody know where this list lives?
I also try to give konqueror a list of adresses that it should present the user when he/she types something in the URL field. Where do I find this list?
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA.
Hi all,
if you have not seen announcement, R14.0.4 been released!
http://www.trinitydesktop.org/newsentry.php?entry=2016.11.07
As previously announced, the number of supported versions of Ubuntu has been
reduced. Newly was added support for Ubuntu 16.10. RPM packages and
distributions has also been updated - François thank you!
http://trinity-users.pearsoncomputing.net/?0::10643http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/
For Ubuntu is now available two LiveCD: The official follow-up to the original
KUbuntu - it is based on Ubuntu 14.04 (Trusty). Thirdparty (alternative) made
from scratch - it is based on Ubuntu 16.04 (Xenial).
https://wiki.trinitydesktop.org/LiveCDs
Now already begun work on a new target R14.0.5. Therefore in the Preliminary
Stable Builds apt repository you can soon expect new packages. If you used
the Preliminary Stable Builds repository only temporarily, and you prefer to
stick on the official final release, it is now the best time to switch to the
official repository. Otherwise, we will be very happy if you help us in
testing the upcoming release.
Thank you for your attention :)
Cheers
--
Slávek
Debian stable system latest TDE version R14.0.4.
When I click on a mailto link in chrome it brings up the chrome browser,
possibly looking for gmail.
Google says the default behavior is to use the OS default mail client. I use
Thunderbird and Kmail, chrome can not seem to find either one.
Does this work for any one else?
--
Greg
Hi,
I tried to install TDE on a Raspberry Pi, which goes with an error in
htdig - so I disabled its installation.
But when I start tdm which ends without an error and no gui is shown.
Starting with startx there is a gui, but I get no tde environment.
Does someone else had this problem and solved it? Any help will be great.
Thanks
Rolf