Tim, All,
Shutting down to kill the tsak issue, I noticed the top-half of the 'tdm'
shutdown confirmation dialog is missing:
http://www.3111skyline.com/dl/dt/trinity/ss/tdm-shutdown-conf.jpg
Anybody know where this dialog lives in the code? It looks like this is
probably a kdm/tdm issue where the code is still looking for a graphic in (or
named) 'k_something..'
--
David C. Rankin, J.D.,P.E.
Tim, All,
I know there were a few tweaks involving tsak to fix the tdm.log explosion
problem. After leaving TDE running overnight, I noticed the fans on my laptop
pegged on. Huh? Checking top, tsak was eating 90-100% of my CPU.
What is tsak?
Why is it pegging the CPU?
Here is a screenshot of top showing the cpu use:
http://www.3111skyline.com/dl/dt/trinity/ss/tsak-hog.jpg
Want me to file a bug or you want to look at it first?
--
David C. Rankin, J.D.,P.E.
Anybody with experience running a fund raising drive?
I'd like us to raise $500 --- or more so Tim can update server hardware.
50 people x $10 and we're done.
I'll put up $50.
Darrell
Is there an easy method to configure the TDE Menu not to show KDE3 or KDE apps?
That is, without using the menu editor, which would be clunky for such massive menu changes.
Darrell
All,
This has been a big issue in kde3/trinity for a couple of years now. sftp is
broken in konqueror. IIRC, this is due to the sftp kioslave. I know we have
raised and discussed this issue numerous time and as of 3/23/11, the plan was a
complete re-write of the kioslave from scratch. (discussion on opensuse/kde3
list with Robert, Ilya and Serghei)
Does anybody have a quick status on this issue?
Basic Synopsis:
In konqueror if you try:
sftp://hostname/dir
you get the error:
An error occurred while loading sftp://nirvana.3111skyline.com
Unknown error
Error encountered while talking to ssh.
However, if I open konsole and issue sftp from the command line - no problem:
20:28 valkyrie:~> sftp nirvana
Connected to nirvana.
sftp>
Here is a screenshot of the konqueror error:
http://www.3111skyline.com/dl/dt/trinity/ss/sftp-error.jpg
If this is still broken, then I think it needs to be listed as a blocker for
R14. sftp is a incredibly secure and useful protocol that konqueror handled
flawlessly in the past. Should be working again.
The curious part is that fish continues to work. (i.e.:
fish://nirvana/home/david works just fine...)
What say the gurus?
--
David C. Rankin, J.D.,P.E.
I'm seeing this error with tdelibs. I updated GIT this morning but saw the same error yesterday after updating GIT.
/dev/shm/tdelibs/dcop/dcopidl2cpp/main.cpp:44: error: 'qVersion' was not declared in this scope
/dev/shm/tdelibs/dcop/dcopidl2cpp/main.cpp:96: error: 'qFatal' was not declared in this scope
I can patch the problem by adding the "t" prefix: tqVersion, tqFatal, etc.
But with each patch a new error appears. For example, qWarning -> tqWarning, qt_xrootwin -> tqt_xrootwin, qt_xdisplay -> tqt_xdisplay, qDebug -> tqDebug, qt_use_xrender -> tqt_use_xrender, etc.
TQt3, tqtinterface, arts and other dependencies build without failure.
Darrell
Hello,
I'm packaging TDE for RHEL and Fedora, but trying to keep each
distribution specific artwork (at least, the default wallpaper, and the
default "start" button in kicker). That way, TDE looks like it is
integrated in each distro.
To do so, I currently modify the default 'startkde' script, so that
default user preference file are created upon first login.
In fact, there are ubuntu-specific stuff in the default startkde script,
I just wrote a patch that replaces ubuntu stuff with RHEL/Fedora stuff.
For example, something like this is done in startkde for RHEL/Fedora:
if [ ! -e $kdehome/share/config/kdesktoprc ]; then
cat <<EOF >$kdehome/share/config/kickerrc
[KMenu]
CustomIcon=/usr/share/pixmaps/redhat-starthere.png
EOF
fi
if [ ! -e $kdehome/share/config/kickerrc ]; then
cat >$kdehome/share/config/kdesktoprc <<EOF
[Desktop0]
Wallpaper=/usr/share/backgrounds/verne/default/standard/verne.png
WallpaperMode=Scaled
EOF
fi
Now, I do not want to maintain patches the startkde script anymore, for
distribution-specific purposes.
What is the correct place to set these settings ?
BTW, I already found that:
TDM wallpaper: set in tdebase/tdm/kfrontend/gentdmconf.c
TDE wallpaper set via kpersonalizer: tdebase/kpersonalizer/keyecandypage.cpp
Should we consider an easy way (e.g. a cmake directive ...) to put the
distribution-specific artwork at build time ?
Thanks
Francois
I'm building packages right now, all against TQt3. tdebindings built but here is a list of error/warning messages that don't look healthy:
Access isn't a known type (type=Access)
Color isn't a known type (type=Color)
Orientation isn't a known type (type=Orientation)
Q_INT64 isn't a known type (type=Q_INT64)
Q_IPV6ADDR isn't a known type (type=Q_IPV6ADDR)
Q_LLONG isn't a known type (type=Q_LLONG)
Q_UINT64 isn't a known type (type=Q_UINT64)
Q_ULLONG isn't a known type (type=Q_ULLONG)
TQTSFUNC isn't a known type (type=TQTSFUNC)
TQt::NFlags isn't a known type (type=TQt::NFlags)
TQtCleanUpFunction isn't a known type (type=TQtCleanUpFunction)
TQtMsgHandler isn't a known type (type=TQtMsgHandler)
TQtStaticMetaObjectFunction isn't a known type (type=TQtStaticMetaObjectFunction)
TagType isn't a known type (type=TagType)
Access isn't a known type (type=Access)
ActionType isn't a known type (type=ActionType)
Color isn't a known type (type=Color)
Context isn't a known type (type=Context)
DOM::DOMTimeStamp isn't a known type (type=DOM::DOMTimeStamp)
KACL isn't a known type (type=KACL)
KActionPtrList isn't a known type (type=KActionPtrList)
KCompletionBase::KeyBindingMap isn't a known type (type=KCompletionBase::KeyBindingMap)
KConfigSkeletonItem::List isn't a known type (type=KConfigSkeletonItem::List)
KEntryMap isn't a known type (type=KEntryMap)
KFileItemList isn't a known type (type=KFileItemList)
KIO::filesize_t isn't a known type (type=KIO::filesize_t)
KLockFile::Ptr isn't a known type (type=KLockFile::Ptr)
KMimeType::List isn't a known type (type=KMimeType::List)
KMimeType::Ptr isn't a known type (type=KMimeType::Ptr)
KMountPoint::List isn't a known type (type=KMountPoint::List)
KParts::BrowserExtension::ActionSlotMap isn't a known type (type=KParts::BrowserExtension::ActionSlotMap)
KParts::BrowserExtension::PopupFlags isn't a known type (type=KParts::BrowserExtension::PopupFlags)
KPluginInfo::List isn't a known type (type=KPluginInfo::List)
KProtocolInfo::ExtraFieldList isn't a known type (type=KProtocolInfo::ExtraFieldList)
KProtocolInfo::FileNameUsedForCopying isn't a known type (type=KProtocolInfo::FileNameUsedForCopying)
KSSLCertificate::KSSLValidationList isn't a known type (type=KSSLCertificate::KSSLValidationList)
KSSLKeyType isn't a known type (type=KSSLKeyType)
KService::List isn't a known type (type=KService::List)
KService::Ptr isn't a known type (type=KService::Ptr)
KServiceGroup::List isn't a known type (type=KServiceGroup::List)
KServiceGroup::Ptr isn't a known type (type=KServiceGroup::Ptr)
KServiceType::List isn't a known type (type=KServiceType::List)
KServiceType::Ptr isn't a known type (type=KServiceType::Ptr)
KServiceTypeProfile::OfferList isn't a known type (type=KServiceTypeProfile::OfferList)
KSharedConfig::Ptr isn't a known type (type=KSharedConfig::Ptr)
KStyle::KStyleFlags isn't a known type (type=KStyle::KStyleFlags)
KSycocaFactoryId isn't a known type (type=KSycocaFactoryId)
KSycocaType isn't a known type (type=KSycocaType)
KTrader::OfferList isn't a known type (type=KTrader::OfferList)
Orientation isn't a known type (type=Orientation)
Ptr isn't a known type (type=Ptr)
QCStringList isn't a known type (type=QCStringList)
QRgb isn't a known type (type=QRgb)
Q_INT64 isn't a known type (type=Q_INT64)
Q_IPV6ADDR isn't a known type (type=Q_IPV6ADDR)
Q_LLONG isn't a known type (type=Q_LLONG)
Q_UINT64 isn't a known type (type=Q_UINT64)
Q_ULLONG isn't a known type (type=Q_ULLONG)
Qt::ArrowType isn't a known type (type=Qt::ArrowType)
Qt::HANDLE isn't a known type (type=Qt::HANDLE)
Qt::Orientation isn't a known type (type=Qt::Orientation)
TQMainWindow::ToolBarDock isn't a known type (type=TQMainWindow::ToolBarDock)
TQTSFUNC isn't a known type (type=TQTSFUNC)
TQ_ComplexControl isn't a known type (type=TQ_ComplexControl)
TQ_ControlElement isn't a known type (type=TQ_ControlElement)
TQ_INT32 isn't a known type (type=TQ_INT32)
TQ_INT64 isn't a known type (type=TQ_INT64)
TQ_LONG isn't a known type (type=TQ_LONG)
TQ_PrimitiveElement isn't a known type (type=TQ_PrimitiveElement)
TQ_StyleHint isn't a known type (type=TQ_StyleHint)
TQ_UINT32 isn't a known type (type=TQ_UINT32)
TQ_UINT64 isn't a known type (type=TQ_UINT64)
TQt::NFlags isn't a known type (type=TQt::NFlags)
TQtCleanUpFunction isn't a known type (type=TQtCleanUpFunction)
TQtMsgHandler isn't a known type (type=TQtMsgHandler)
TQtStaticMetaObjectFunction isn't a known type (type=TQtStaticMetaObjectFunction)
TagType isn't a known type (type=TagType)
Type isn't a known type (type=Type)
KFileMetaInfoItem::Hint isn't a known type (type=const KFileMetaInfoItem::Hint)
KService::Ptr isn't a known type (type=const KService::Ptr)
long long isn't a known type (type=long long)
long long int isn't a known type (type=long long int)
ssize_t isn't a known type (type=ssize_t)
unsigned long long int isn't a known type (type=unsigned long long int)
Unidentified decl: unsigned inBufIndex /** Offset into first input buffer. */, outBufIndex /** Offset into first output buffer. */ ;
Unidentified decl: static bool isKnownProtocol( const TQString& protocol ) KDE_WEAK_SYMBOL ;
Unidentified decl: static bool isHelperProtocol( const TQString& protocol ) KDE_WEAK_SYMBOL ;
Unidentified decl: static bool isFilterProtocol( const TQString& protocol ) KDE_WEAK_SYMBOL ;
Unidentified decl: STACK_OF(X509) *_caStack;
Unidentified decl: }
Unidentified decl: ;
Unidentified decl: }
I can post a full build log if desired.
Darrell