Slavek,
3.5.13-sru code built very well with all current commits applied plus the
additional patches for cups > 1.6 applied. This was built against the current
Arch (latest upstreams for all libs).
Full build list:
http://www.3111skyline.com/dl/dt/tde/doc/bldlist-x86_64-0814.txt
(i686 still building...)
--
David C. Rankin, J.D.,P.E.
Hey,
when I open anything with konqueror ( eg in a konsole, "konqueror ./"
), it always opens properly, but there is an extra empty tab also
open.
anyone seen this behavior?
Calvin
François, David, all
I noticed patches "Update deprecated XKeycodeToKeysym call" - I seem to be
suitable for cherry-pick to v3.5.13-sru.
What do you think?
Slavek
--
Tim, All,
To track the recent handful of ftbfs for k3b, k9copy, kdmtheme, krusader due
to scope/declaration issues that have surfaced, I have opened:
http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=1119
That will provide a common point to work from.
--
David C. Rankin, J.D.,P.E.
Slavek,
I think there is a t->k problem in
tdevelop/kdevdesigner/designer/listeditor.ui.h:33:5. The error at 89% is:
In file included from /build/src/build/kdevdesigner/designer/listeditor.cpp:22:0:
/build/src/build/kdevdesigner/designer/listeditor.ui.h: In member function
'virtual void ListEditor::addItem()':
/build/src/build/kdevdesigner/designer/listeditor.ui.h:33:5: error: 'App' was
not declared in this scope
The code is:
void ListEditor::addItem()
{
TQListViewItem *i = new TQListViewItem( listview, listview->lastItem() );
i->setRenameEnabled( 0, TRUE );
33 tqApp->processEvents();
i->startRename( 0 );
}
Is this supposed to be 'qApp' instead of 'tqApp'? I don't know if this is a
needed 'tqt-interface' 't' or a stray 't' from the TQt3 rename. What say the
experts?
--
David C. Rankin, J.D.,P.E.
Hi all, Tim.
I wanted to update topic v3.5.13-sru in Etherpad, but I encountered an
unexpected problem. Since line 1873 I see only line numbers, but I do not see
content. Anything below so I can not edit - or read others :) Any ideas? Move
list of changes to the wiki?
Thanks
Slavek
--
All,
I need help to find out why I cannot get the new graphical login to display.
Instead of the o2_enterprise theme, I get the old xdg login. Here is the R14 shot:
http://www.3111skyline.com/dl/dt/trinity/ss/tdm_r14-xdg-screen.jpg
The same think in 3.5.13-sru
http://www.3111skyline.com/dl/dt/trinity/ss/kdm-3513-sru-xdg-old.jpg
The kdmrc & tdmrc are default with 'k' 't' appropriate for each. Here is the
kdmrc:
[X-*-Core]
Setup=/opt/trinity/share/config/kdm/Xsetup
Startup=/opt/trinity/share/config/kdm/Xstartup
Reset=/opt/trinity/share/config/kdm/Xreset
Session=/opt/trinity/share/config/kdm/Xsession
AllowRootLogin=false
AllowNullPasswd=false
AllowShutdown=Root
ClientLogFile=.xsession-errors-%s
[X-*-Greeter]
LogoArea=Logo
LogoPixmap=/opt/trinity/share/apps/kdm/pics/kdelogo.png
AntiAliasing=true
MinShowUID=500
MaxShowUID=65000
UseTheme=true
Theme=/opt/trinity/share/apps/kdm/themes/o2_enterprise
[X-:*-Core]
ServerCmd=/usr/bin/X -br
ServerArgsLocal=-nolisten tcp
AllowNullPasswd=true
AllowShutdown=All
[X-:*-Greeter]
PreselectUser=Previous
FocusPasswd=true
LoginMode=DefaultLocal
AllowClose=true
[X-:0-Core]
ClientLogFile=.xsession-errors
[X-:0-Greeter]
On tdm/kdm start, you can see a momentary message flash in the center of the
black screen before the old xdg login dialog appears, but I can't find where
that message is logged and it just appears for a fraction of a second.
At any rate, I need help figuring out why the o2_enterprise chooser is falling
back to the old dialog. One clue is that both the login dialog and logout dialog
are 'regular windows' (with window decorations, etc.) instead of pixmaps. I
don't know why, but I suspect solving the greeter issue will solve the other...
Is anyone else experiencing this problem with their latest builds? It could
always be an arch upstream change issue, but I can't figure out how to tell
exactly what is failing to tell. Thoughts? Wisdom?
--
David C. Rankin, J.D.,P.E.
Tim,
Looking at the graphical tdm greeter issue, I have the same SAK error on R14
that I see in 3513-sru. In .xsession-errors, I get:
[kdesktop] SAK driven secure dialog is not available for use (retcode 6). Check
tdmtsak for proper functionality.
I looked at the code in tdebase/kdesktop/lockeng.cc and the correct tdmtsak
and kdmtsak executables are being called in R14/3513, so I can't explain this
error with tdmrc UseSAK=true??
--
David C. Rankin, J.D.,P.E.