http://www.heliocastro.info/?p=291
This is very interesting
--
John Pisini
Systems Administrator
TFCCS
617-450-3988
Disclaimer for email:
The information contained in this electronic message and any attachments to
this message is intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. This e-mail is not
intended to, and shall not, constitute an electronic signature giving rise
to a binding legal contract, unless expressly stated otherwise in the body
of the e-mail by the sender.
Hi
I'm trying to get skype sound to work but apparently the monkeys at MS removed
alsa support and replaced it with pulse, which is rubbish. Even though I have
pulse enable (pclos - ali's remaster), it still doesn't show up. Is there a
fix to re-enable alsa or the like?
Kate
Hi there.
I've got a really great Amarok playlist of songs that I find help me
concentrate.
I've looked for a means of playing such a playlist on Android without
success.
If anyone has succeeded in porting a TDE program to Android it would
maybe bring this dream a little closer.
Please tell me I'm not the only one with such a dream :)
Regards,
Philip Ashmore
hey,
I'm considering the zenbook ux330ua.
I've found people online saying they successfully installed Mint or
some other Linux variant; so I'm confident about Trinity. (I got
Trinity on a ux305f, no problem, also Windows 7.)
I'd prefer Windows 7 on it instead of Windows 10. I see no one who's
undertaken this and no drivers on Asus's site.
can I infer from the fact that Linux will install that Windows 7 will
LIKELY install also? or a complete leap in the dark?
I'm also considering the Thinkpad Carbon x1 which is likely no problem
at all; older but maybe more functional.
f.
--
Felmon Davis
For every complex problem, there is a solution that is simple, neat,
and wrong.
-- H. L. Mencken
Hi,
I'm trying to learn to write a GUI app using the book "C++ GUI Programming
with Qt 3", which of course is not written with Trinity in mind, but
hopefully will be enough to get me started. I've already figured out that I
need to substitute 'tqmake' for 'qmake', but I can't get the
simple 'helloworld' project to actually compile the c++ code. I've got the
project generated, and I see the code in its src/ directory, but when I try
to build it (the book says to use 'make') it says "make: Nothing to be done
for 'first'."
Here is the Makefile generated by tqmake:
>
> ###########################################################################
> Makefile for building: Tutorial1
> Generated by qmake (1.07a) (TQt 3.5.0) on: Wed Nov 16 22:57:35 2016
> Project: Tutorial1.pro
> Template: subdirs
> Command: $(QMAKE) -o Makefile Tutorial1.pro
> ###########################################################################
>
> MAKEFILE = Makefile
> MAKE = tqmake
> DEL_FILE = rm -f
> CHK_DIR_EXISTS= test -d
> MKDIR = mkdir -p
> INSTALL_FILE=
> INSTALL_DIR =
> SUBTARGETS =
>
> first: all
>
> all: Makefile $(SUBTARGETS)
>
> Makefile: Tutorial1.pro /usr/share/tqt3/mkspecs/default/qmake.conf
> $(QMAKE) -o Makefile Tutorial1.pro
> qmake: qmake_all
> @$(QMAKE) -o Makefile Tutorial1.pro
>
> all qmake_all distclean uicables mocables install_subdirs uninstall_subdirs
uiclean mocclean lexclean yaccclean clean : FORCE
> install: install_subdirs
>
> uninstall: uninstall_subdirs
>
> FORCE:
>
And here is the Project file:
> ######################################################################
> # Automatically generated by qmake (1.07a) Wed Nov 16 22:47:58 2016
> ######################################################################
>
> TEMPLATE = subdirs
>
> # Directories
Are there additional steps required when compiling a QT project in Trinity?
Leslie
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.