plaws@toto:plaws $ /usr/bin/lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
kdesktop-trinity 4:3.5.13-1ubuntu0+ax3~natty
Just updated FF and TBird to 16.0.1 out of the repos.
Can't launch either from their icons.
When I try either from the command line, I get:
plaws@toto:plaws $ firefox
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = gtk-qt-application path = <unknown> pid = 47697
Memory fault
laws@toto:plaws $ thunderbird
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = gtk-qt-application path = <unknown> pid = 47862
Memory fault
To run them, I used:
LD_PRELOAD=/opt/trinity/lib/kgtk/libkgtk2.so
Clearly, I have something mis-configured, but what? Where should I look first?
--
Peter Laws / N5UWY
National Weather Center / Network Operations Center
University of Oklahoma Information Technology
plaws(a)ou.edu
College of Architecture, Regional and City Planning, MRCP '16
--------------------------------------------------------------------------
Feedback? Contact my director, Matt Younkins, younkinsm(a)ou.edu. Thank you!
I am having trouble with all GTK applications such as Firefox or Inkscape
as they crash when I attempt to use the "Save As" dialog or "Open file"
dialog.
Linux luthic 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 12.04.1 LTS
Filename:
pool/main/t/tdebase-trinity/tdebase-trinity_14.0.0-0ubuntu11+r821+pr2~precise_all.deb
Size: 62810
MD5sum: d9ca989acaca5b0db1ccc62584af17b5
I have attacked backtraces of the programs when they crash. What else
would be useful?
Hello
When I use konqueror to open a director which contains
images, everything seems fine: the images are displayed as
thumbnails.
However when I click on a jpg file, the file is displayed,
but with the following message displayed:
There was an error loading the module Gwenview Image Viewer.
The diagnostics is:
can't open the module
I have gwenview and gwenview-kde3 installed.
Is this message serious?
Thanks
Uwe Brauer
Hi everybody,
I am using Slavek's personal repository and it isn't fast like other
european mirror. There was call for donation too.
I think, I should be able to negotiated some server(s) inside Czech
Technical University (http://www.siliconhill.cz/en/) that could by use as
build, storage etc...
Are you interested for this form of "donation"? I would be my way how to
contribute to trinity...
Regards
Jiří Jánský
Hello, all. I am completely hobbled in KDevelop since upgrading to
3.5.13.1. On 3.5.12, all worked fine. Now, I cannot compile. Not
being a heavy duty programmer, I am somewhat hampered in troubleshooting
this but it has me stopped in my tracks at work.
I added a new .ui file and it corresponding subclasses and tried to
compile. It failed immediately with an error about tqt missing but I'm
building a qt3 application. I ran distclean followed by automake and
friends. When I run configure, I receive a warning about:
checking if TQt is available... no
configure: WARNING: You are attempting to compile Trinity without the
Trinity Qt Interface installed. Please install libtqtinterface-dev and
try again!
I've checked and libtqtinterface-dev is installed. I don't know why
it's even checking for TQt.
When I try to build, I get:
/usr/share/qt3/bin/moc /home/jsullivan/gitISCS/iscs/spm/src/acceptcadialog.h acceptcadialog.moc
Qt meta object compiler
moc: Too many input files specified
Usage: moc [options] <header-file>
-o file Write output to file rather than stdout
-f[file] Force #include, optional file name
-p path Path prefix for included file
-i Do not generate an #include statement
-k Do not stop on errors
-nw Do not display warnings
-v Display version of moc
make[2]: *** [acceptcadialog.moc] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***
What is going on here? Is there a bug where the output file in the moc
command is not being preceded with a -o?
I also thought it a bad indication when I checked my Qt Options for the
project and the Qt3 directory was set to /usr and in glaring red
(meaning it is not a valid qt3 directory). I changed it back
to /usr/share/qt3 but it is still showing as red.
I'm very badly stuck on a major project so all help is deeply
appreciated. Thanks - John
Hello, all. I've recently upgraded from TDE 3.5.12 to 3.5.13.1 on
Debian Squeeze but I do not know if this problem was introduced with
that upgrade.
I am working on a regular Qt3 application (yes, I know I need to upgrade
it) inside of KDevelop and created a new Qt3 Dialog by right clicking in
the Automake Manager and creating a new file. I then tried to open it
in Qt Designer and it refused to open. Here is the .ui file it
initially created:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>Form1</class>
<widget class=TQDIALOG_OBJECT_NAME_STRING>
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>480</height>
</rect>
</property>
<property name="caption">
<string>Form1</string>
</property>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
I then manually edited using another QDialog as a template so that it
reads:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>RadioButtonVariableDlg</class>
<widget class="QDialog">
<property name="name">
<cstring>RadioButtonVariableDlg</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>480</height>
</rect>
</property>
<property name="caption">
<string>SPM - Choice Dialog</string>
</property>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>
and that opens. It was not just a matter of changing <widget
class=TQDIALOG_OBJECT_NAME_STRING> to <widget class=QDialog> as I tried
that. It appears that the magic change is changing <widget
class=TQDIALOG_OBJECT_NAME_STRING> to <widget class="QDialog"> (N.B. the
quotation marks around QDialog). Thanks - John
Each time I enter Trinity's bugzilla it takes a lot of time to load the front page because all
unresolved bugs are displayed. When I log in I am once again redirected to the same page, which
causes it to be reloaded. It's a bit of annoying because it actually takes quite a lot of time to
display all the bugs and I imagine it also puts unnecessary load on the server. My usual use-case
is: log in to bugzilla and then report a new bug or view list of my bugs. This means that these
two huge queries to bugzilla could be safely ommited. Can this behaviuor be changed?
Janek