Hi all,
recently there was some work on dcopidl.
I try to compile tdenetwork without recompiling all (tdelibs etc) from
scratch and get following
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/kpf/src/WebServerManager_stub.h:14:10:
fatal error: "Defaults.h": No such file or directory
#include <"Defaults.h">
^~~~~~~~~~~~~~
Also if I try make in tdenetwork/obj-x86_64-linux-gnu
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:
In member function 'virtual bool KNewsTicker::process(const TQCString&,
const TQByteArray&, TQCString&, TQByteArray&)':
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
error: 'arg0' was not declared in this scope
arg0;
^~~~
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
note: suggested alternative: 'margin'
arg0;
^~~~
margin
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:179:3:
error: 'arg0' was not declared in this scope
arg0;
^~~~
I wonder if both has to do with each other, or what could be the cause?
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
# inxi -S
System: Host: ab85m Kernel: 5.6.14-1-default x86_64 bits: 64 Desktop: Trinity R14.0.8
Distro: openSUSE Tumbleweed 20200615
# KControl -> Appearance & Themes -> GTK Styles and Fonts
"Warning: The GTK2-TQt theme engine is not installed. This means you will not be
able to use your TDE style in TGK2 applications."
#
zypper search tqt | grep -i gtk
...
i+ | trinity-gtk3-tqt-engine | GTK3 theme engine for TDE | package
| trinity-gtk3-tqt-engine-debuginfo | Debug information for package trinity-gtk3-tqt-engine | package
| trinity-gtk3-tqt-engine-debugsource | Debug sources for package trinity-gtk3-tqt-engine | package
...
# zypper --no-refresh se -si | grep 'tem Pac' | grep -v plication
...
i | libjasper4 | package | 2.0.16-3.2 | x86_64 | (System Packages)
...
# zypper rm libjasper4
Reading installed packages...
Resolving package dependencies...
The following 48 packages are going to be REMOVED:
libjasper4 trinity-gtk-qt-engine trinity-gtk3-tqt-engine trinity-gwenview trinity-kappfinder trinity-kate trinity-kcalc trinity-kcontrol trinity-kcpuload trinity-kdesktop trinity-kfind trinity-khelpcenter trinity-kicker trinity-kicker-applets trinity-klipper trinity-kmenuedit trinity-kmix trinity-konqueror trinity-konqueror-nsplugins trinity-konsole trinity-kpager trinity-kpdf trinity-kpersonalizer trinity-kruler trinity-ksensors trinity-ksmserver trinity-ksnapshot trinity-ksplash trinity-ksysguard trinity-ktip trinity-kwrite trinity-libarts-xine trinity-libkateinterfaces trinity-libkcddb trinity-libkipi0 trinity-libkonq trinity-tdebase trinity-tdebase-bin trinity-tdebase-libtqt3-integration trinity-tdebase-tdeio-pim-plugins trinity-tdebase-tdeio-plugins trinity-tdebase-tdeio-smb-plugin trinity-tdelibs trinity-tdemultimedia-tdeio-plugins trinity-tdepasswd trinity-tdeprint trinity-tdm trinity-twin
48 packages to remove.
After the operation, 113.0 MiB will be freed.
Continue? [y/n/v/...? shows all options] (y):
...
1-How can I use GTK2 apps to use TDE styles?
2-How would TDE be able to be installed on a new openSUSE TW installation with this
dependency on a libjasper4 that is not available on current mirrors?
3-Are these two problems related?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
What happened to trinity-icons-oxygen? Is TDE using generic oxygen icons since 15.1?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Zypper can't seem to find any 14.0.8 packages 30 days after its release
announcement. All are at 14.0.7. Did 14.0.8 ever get built for openSUSE?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi devs,
as we have improved the dbusxml2qt3 significantly, I am trying it out in
real life implementation, but I have one question I can not find an answer.
I hope you can help here. The question is how generated header files can be
installed. I looked at tdelibs/tdehw, but the generated header files are
not being installed.
I am thinking that if a dev library is provided then all the relevant header
files for this library should also be available. Now the problem is that it
generates the files in some build directory, which I can not access with
INSTALL or FILE or whatever I found recently on the net and tested.
Thank in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi Slavek,
you helped solving similar situation in tdelibs, perhaps you have some other
great idea for following
When building amarok with -j4 it failed because not able to find
amarokconfig.cpp (AFAIR)
Could be there some cmake magic you can apply?
regards
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
attached the mime and support for automatic assembly and association of
bluray disks in konqueror and trinity desktop file managers
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Hi,
after using tdebluez for quite some time, I think the basic functionality is
OK.
I am wondering what needs to be done to get this into release i.e. 14.1.
Can someone help?
IMO some things have to be cleaned up and others scheduled for later release
(for example obex ftp), but for some of the work I have no idea how it
should be done and need some guidance or mentoring.
The code is in my profile on Gitea. Let me know what you think.
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Slavek, all
Kate-editor.org finally pulled the plug on allowing updates to the kate
syntax files. Not just for KDE3, but for Frameworks5 as well. While the change
was over a year ago, I don't think the link went down until sometime later.
So basically we are left with a config dialog with a [Download] button that
no longer does anything anymore. It seems there needs to be a similar
repository setup and a change made to the URL kate uses. While with Frameworks
5, each new version will come with the new syntax files, for TDE/KDE3 there
will need to be some repository that makes updates available when things
change (like the current html/css file needs help)
The files are relatively small (40k, etc..), and the number that change on
an annual basis is small, so there shouldn't be much bandwidth required to
support it at all -- the reality of it is very few ever update the syntax
files until -- well something doesn't work any more.
I'm open to suggestions. I know we looked a difference in the javascript
file ~ 2 years ago between the TDE version and openSUSE KDE3 version, and
since that time kate-editor.org pulled the plug.
I would probably lean toward hooking the [Download] URL button to a git
repository that could provide a more or less seamless URL change for where
kate looks for the updates? Thoughts?
--
David C. Rankin, J.D.,P.E.
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Note I am not Anti-Russian, in fact I am addicted to news on RT.com
(according to my friends anyway).
I installed altlinux-p7-sysv-tde-20160312-x86_64.iso trinity version
thinking about switching over to it:
I played with it for a couple of days and decided it would be more work
than I wanted to do, to customize it to what I wanted, which was too bad
since I liked it.
I then deleted it and installed the live Q4OS version. I liked it too but
did not want to be forced to use LVM. While testing Q4OS I noticed that
the large blue box with two Russian words in it thatI first saw after
install ALT_Linux, was still appearing on the screen--right after the power
came on.
I thought maybe that during the live install it was put on the boot section
or the disk, or possibly some where else on the hard drive that didn't get
erased, so I used dd to zero out those sections as well as the entire
drive, and created a new partition with gparted. Then the first time I
restarted the computer it was gone. But when I pushed the reset button, it
was there again and after that all power on events caused it to reappear.
About this time I started getting nervous, and wanted to know where was
this image stored on my computer and what activated it at startup.
So. I pulled the hard drive and started the computer up with no usb or hard
drive attached and still got the logo. This meant that the image was not
on the hard drive. So I thought it might be in the volatile ram on the
BIOS chip. I used the jumpers to clear the BIOS chip and just for good
measure removed the chip and let it sit for 30 minutes. Nothing changed
when I put it back in and started up the computer, the image still appeared.
The only thing I can think of that would permit this scenario to work,
would be if they burned the image into the non-volatile part of the BIOS
chip.
I don't think they are hacking my computer, I think they are just showing
off. But the idea of someone burning code onto my BIOS chip, or hiding it
somewhere I can't find it--doesn't make me happy. They could have put
anything, including a back door access to my computer in it.
Has anyone else had or noticed this problem when installing ALT_Linux
versions? And does anyone have any other ideas as to what I could test or
other things to try that might remove it?
Keith