Tim, Darrell, All,
Looking at a post on the washingtonpost site, a javascript error filled the
screen with download dialog boxes. This is similar to the error in kate when
opening numerous files on a remote host via sftp. Literally, the screen is
filled with dialogs:
http://www.3111skyline.com/dl/dt/trinity/ss/konqueror-browser-image-crash.j…
The page being viewed at the time was:
http://www.washingtonpost.com/blogs/innovations/post/hypersonic-craft-x-51a…
I had to click a "Close" button in 1 dialog for each download window that also
popped up an error dialog in the middle of the screen.
Where are these generated?
--
David C. Rankin, J.D.,P.E.
Slavek,
Tim has 2 commits that implement support for Cups 1.6 we need to test and
backport to 3513-sru. They are:
9bc0d2cd9d
91bf63b43b
I will try to patch a local copy and build with it, but if you can look at
them as well, that be appreciated. I'll report back after my test run.
--
David C. Rankin, J.D.,P.E.
Slavek, All,
In 3.5.13-sru, the icon in the menu under Games/Games for kids is missing. We
should define one (haven't found where yet). This may also effect R14, but the
only current install I have is the one with the menu problem from the
3.5.12->R14 update.
Screenshot:
http://www.3111skyline.com/dl/dt/trinity/ss/3513-icon-gamesforkids-missing.…
Can someone check a current build of R14 to see if this is a problem there as
well?
--
David C. Rankin, J.D.,P.E.
All,
In both R14 and 3513-sru, on first use kpdf opens maximized. However, when the
restore button is clicked to exit full-screen mode, the window resizes to a tiny
window completely obscuring the document. (it looks like about 300x200 window
size. We should set the default window size to at least 640x480 or more likely
to 800x600. Anybody know where this can be set?
--
David C. Rankin, J.D.,P.E.
All,
I have my abakus GIT tree messed up:
15:04 providence:/mnt/pv/home/david/tde13/tde/main/applications/abakus> git
checkout -f v3.5.13-sru
Already on 'v3.5.13-sru'
Your branch and 'origin/v3.5.13-sru' have diverged,
and have 66 and 11 different commits each, respectively.
15:04 providence:/mnt/pv/home/david/tde13/tde/main/applications/abakus> git pull
U admin
U cmake
U src/CMakeLists.txt
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
How in the heck do I fix this? I've googled, I've 'git checkout --
src/CMakeLists.txt', I've git status, I've git diffed, but I can just tell it to
throw away all the stuff I have in abakus and just download a fresh copy of
origin/v3.5.13-sru
What is the trick?
--
David C. Rankin, J.D.,P.E.
Darrell, All,
In koffice, the font superscript/subscript buttons look 1/2 cut-off. The
remaining buttons look OK. It almost looks like they need a border added to make
them look like normal buttons. They just look out of place??
http://www.3111skyline.com/dl/dt/trinity/ss/koffice-font-size-graphics.jpg
The files involved are:
pics/cr16-action-text_sub.png
pics/cr16-action-text_super.png
pics/cr22-action-sub.png
pics/cr22-action-super.png
If there is any desire to improve these, I could attempt to update them,
similar to the attached versions of cr22-action-super.png
(I think I like the dark)
--
David C. Rankin, J.D.,P.E.
The cause seems to be commit 4b78cab4. The failure messages:
sipqtTQStyleWidgetActionRequestData.cpp:55:29: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:55:29: error: expected '>' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:55:29: error: expected '(' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:55:29: error: 'TQStyleWidgetActionRequestData' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:55:61: error: expected primary-expression before '>' token
sipqtTQStyleWidgetActionRequestData.cpp:55:71: error: expected ')' before ';' token
sipqtTQStyleWidgetActionRequestData.cpp:62:22: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:62:22: error: expected '>' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:62:22: error: expected '(' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:62:22: error: 'TQStyleWidgetActionRequestData' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:62:54: error: expected primary-expression before '>' token
sipqtTQStyleWidgetActionRequestData.cpp:62:73: error: 'void*' is not a pointer-to-object type
sipqtTQStyleWidgetActionRequestData.cpp:62:101: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
sipqtTQStyleWidgetActionRequestData.cpp:62:101: error: expected '>' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:62:101: error: expected '(' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:62:133: error: expected primary-expression before '>' token
sipqtTQStyleWidgetActionRequestData.cpp:62:142: error: expected ')' before ';' token
sipqtTQStyleWidgetActionRequestData.cpp:62:142: error: expected ')' before ';' token
sipqtTQStyleWidgetActionRequestData.cpp:69:16: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:69:16: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:69:16: error: 'TQStyleWidgetActionRequestData' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:76:16: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:76:16: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:76:70: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
sipqtTQStyleWidgetActionRequestData.cpp:76:70: error: expected '>' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:76:70: error: expected '(' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:76:70: error: 'TQStyleWidgetActionRequestData' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:76:102: error: expected primary-expression before '>' token
sipqtTQStyleWidgetActionRequestData.cpp:76:121: error: 'const void*' is not a pointer-to-object type
sipqtTQStyleWidgetActionRequestData.cpp:93:5: error: 'TQStyleWidgetActionRequestData' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:93:37: error: 'sipCpp' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:98:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:98:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:110:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:110:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:123:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:123:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:136:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:136:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:147:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:147:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:154:15: error: 'TQStyleWidgetActionRequestData' does not name a type
sipqtTQStyleWidgetActionRequestData.cpp:156:124: error: 'a0' was not declared in this scope
sipqtTQStyleWidgetActionRequestData.cpp:158:26: error: expected type-specifier before 'TQStyleWidgetActionRequestData'
sipqtTQStyleWidgetActionRequestData.cpp:158:26: error: expected ';' before 'TQStyleWidgetActionRequestData'
Darrell