I would like to update branding issues in all of the What's This and Tooltip text strings. Primarily changing KDE -> TDE.
A challenge is many of the text strings are multiple lines. A simple find/sed one-liner will be insufficient.
The What's This strings are contained in TQString functions and end with the traditional semi-colon. Additional What's This strings are in XML files enclosed in <whatsthis> and </whatsthis> tags.
The tool tips are embedded in i18n functions.
I'm no expert with awk or perl and I'm guessing either is better for addressing this challenge.
A good way for me to learn some basics about awk or perl is to update these text strings.
I would appreciate some awk/perl tips or pointers for approaching this mini project.
Thanks!
Darrell
All,
Built and installed knemo, my favorite network monitor. The first thing I
notices was there was no menu entry created? IIRC there was always a launcher.
Not a huge problem, 'kcmshell kcm_knemo' fires the config right up. Configure it
to taste, set nettools backend to sys and --- nothing shows up in the systray?
Tweak config, try NetTools backend, delete eth0 and recreate, still - no knemo
in systray. Hmm - anyone else see this?
[ ] hide when not connected - unchecked :)
--
David C. Rankin, J.D.,P.E.
All,
This may be a bug in the kbarcode database connect code. I configured mysql
and tested kbarcode. The database connect failed using the TQMYSQL3 driver
(selected in kbarcode settings) Has anyone got it working in R14? The error
received was:
Unable to open database: kbarcode
could not connect to server: Connection refused Is the server running on host
"localhost" (::1) and accepting TCP/IP connections on port 5432? could not
connect to server: Connection refused Is the server running on host "localhost"
(127.0.0.1) and accepting TCP/IP connections on port 5432?
The user and pass are properly configured in mysql. I also tested my suse kde3
install and setup connected with the 'QMYSQL3' driver without any problems,
installed the tables and added the example data.
Thoughts? Anybody tested this with the 'TQMYSQL3' driver? Seems the 'T' driver
prefix may be a bit nebulous...
--
David C. Rankin, J.D.,P.E.
I'm debugging various problems with digikam.
When I start digikam from the terminal I see the following:
TQObject::connect: No such signal Digikam::ImageAttributesWatch::signalImageTagsChanged(Q_LLONG)
TQObject::connect: (sender name: 'unnamed')
TQObject::connect: (receiver name: 'unnamed')
TQObject::connect: No such signal Digikam::ImageAttributesWatch::signalImageRatingChanged(Q_LLONG)
TQObject::connect: (sender name: 'unnamed')
TQObject::connect: (receiver name: 'unnamed')
TQObject::connect: No such signal Digikam::ImageAttributesWatch::signalImageDateChanged(Q_LLONG)
TQObject::connect: (sender name: 'unnamed')
TQObject::connect: (receiver name: 'unnamed')
TQObject::connect: No such signal Digikam::ImageAttributesWatch::signalImageCaptionChanged(Q_LLONG)
TQObject::connect: (sender name: 'unnamed')
TQObject::connect: (receiver name: 'unnamed')
The strings repeat a second time.
Looking at the sources I see TQ_LLONG but not Q_LONG.
TQ_LLONG is defined in tqt.h.
What is causing these messages?
Darrell
Everything built without incident, yet no plugins in either app.
David, have you built kipi-plugins? Would you check your digikam and gwenview? In digikam you'll see a fully populated Export menu and in gwenview a fully populated Plugins menu.
Also, when starting digikam for the first time, such as in a new profile (or deleting all profile config files), digikam gets stuck trying to create the database, complaining of file permissions. I'm willing to overlook that at the moment because all of the above could be related to libkipi or kipi-plugins building incorrectly.
Darrell
I'm debugging various digikam issues. I can't create an initial database.
When I am asked to create the database, I accept the defaults:
http://humanreadable.nfshost.com/trinity/build_logs/digikam1.png
Then digikam scrolls through the various messages in the splash image. At the point when the messages say "Scan Albums" the process stops:
http://humanreadable.nfshost.com/trinity/build_logs/digikam2.png
The message is misleading because there are no permission problems.
The error message string appears in albummanager.cpp. Looking at the sources indicates there is some kind upgrade test with the database. I don't understand what could be happening because the database is being created for the first time.
I can create a new database in KDE3 and copy that to my profile and then the Trinity digikam does not complain.
Any ideas what is happening here?
Darrell