> I have experimented with tdebase building with -DBUILD_TSAK=OFF
>and building
>with it on and simply disabling it in tdmrc. I think the latter
>works just as
>well and gives the user to option to enable it if desired. All I
>do is post
>make-install:
>
> # disable SAK in tdmrc by default (user can enable if desired)
> sed -i 's/#UseSAK=false/UseSAK=false/' \
> ${pkgdir}${TDEDIR}/share/config/tdm/tdmrc
>
> May help, may not, thought I would pass it along...
(scratches head) This in response to what?
Darrell
>> tdecmshell screensaver
>
>That's what I was reporting when I got side-tracked with the "Is
>there a Master
>list of what is rename K->T or K->TDE"... It loads when called
>with tdecmshell,
>but not from kcontrol:
I'll take a guess this is a VM problem.
I test in VMs, but there are limits with hardware.
Darrell
>OpenGL Error: DLL Loader couldn't find/open VBoxOGLpackspu.so
This message is from libGL and not Trinity. I see messages like
this whenever libGL is called indirectly from Trinity.
For example, on my system, running 'tdecmshell opengl' results in
libGL spew.
Try running the screen saver module directly in a terminal:
tdecmshell screensaver
Then you'll see the errors and warnings directly and won't have to
wade through the xsession-error log.
Despite the complaints by libGL, the screensaver module should not
crash. Can you capture a kcrash backtrace?
Darrell
> I created a fantastic kicker wallpaper that I would like to have
>added to the
>tdebase install. (343 bytes total) It goes with the default theme
>and makes
>kicker look pretty slick. I'm not saying make it the default
>kicker background,
>but just provide it in the directory. I would probably rename it
>'blueglass.png'
>instead of the attached filename. Take a look.
Looks fine to me. I have no objections.
I will push unless somebody complains.
Darrell
Tim, All,
I created a fantastic kicker wallpaper that I would like to have added to the
tdebase install. (343 bytes total) It goes with the default theme and makes
kicker look pretty slick. I'm not saying make it the default kicker background,
but just provide it in the directory. I would probably rename it 'blueglass.png'
instead of the attached filename. Take a look.
--
David C. Rankin, J.D.,P.E.
Darrell,
I have experimented with tdebase building with -DBUILD_TSAK=OFF and building
with it on and simply disabling it in tdmrc. I think the latter works just as
well and gives the user to option to enable it if desired. All I do is post
make-install:
# disable SAK in tdmrc by default (user can enable if desired)
sed -i 's/#UseSAK=false/UseSAK=false/' \
${pkgdir}${TDEDIR}/share/config/tdm/tdmrc
May help, may not, thought I would pass it along...
--
David C. Rankin, J.D.,P.E.
All,
I have noticed that when looking at kcontrol Appearance/Themes Screensaver,
the dialog begins to open, then kcontrol crashes. This happens every time. On an
odd instance, all of the screensavers will appear, but now it craters 100% of
the time.
I have looked at the xsession-errors log and it indicates the following:
[tdeinit] Got EXT_EXEC 'tdecmshell' from launcher.
libpng error: IDAT: invalid distance too far back
OpenGL Error: DLL Loader couldn't find/open VBoxOGLpackspu.so
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 19
Minor opcode: 0
Resource id: 0x3800006
Apparently, the file that cannot be located is hidden in plain sight:
14:22 valhalla:~> find /usr/lib -name VBoxOGLpackspu.so
/usr/lib/VBoxOGLpackspu.so
I can confirm that the crash corresponds to the 'OpenGL Error: DLL Loader
couldn't find/open VBoxOGLpackspu.so' message, but why is it not finding the
file it is looking for at /usr/lib/VBoxOGLpackspu.so?
--
David C. Rankin, J.D.,P.E.
All,
Since sound is now working on my install, I was setting sound system
notifications for events I like feedback on, i.e. shade/unshade,
maximize/minimize/restore, etc.. After clicking the '[ ] play sound' for the
event and confirming the sound file was present and working by pressing the '|>'
button before the sound filename, and then clicking [Apply] I was surprised to
find that TDE did not play anything on the events I configured.
Playing the sound file with the test '|>' button worked find, but TDE was not
responding to the sound events I chose at all. What to check?
Also, artsd has gone back to eating 10-17% of the CPU for the 60 second
'autosusped if idle for' period after a sound event. After the 60 second
autosuspend period, artsd quiets back down. Why are we setting a 60 second
autosuspend by default? Why not set it to 1 or 5 seconds. It would sure make TDE
run better giving users back 10-20% of their CPU for the remaining 55 seconds of
the timeout. Further, if the user has sound events enabled for a bulk of the
events as many sound themes do for TDE, then with an autosuspend set at 60,
artsd will be basically grinding away full time.
Can we set that to 5 sec by default instead of 60? What are the pros/cons of
shortening the autosuspend period? I've seen some of the sound server pages
(pulse - perfect setup page) recommending 1 second for the setting. Thoughts?
--
David C. Rankin, J.D.,P.E.
Hi all, Darrell,
it appears that it is necessary to add to CMake rule to find path to htsearch.
The default path is /usr/lib/cgi-bin/htsearch. Commit 83f044c5 changed the
path to /srv/www/cgi-bin/htsearch - probably specific to certain
distributions. However at least on Debian and Ubuntu it caused a problem.
Therefore, I propose add to CMake rule to search cgi-bin/htsearch on usual
paths (/usr/lib, /srv/www, some other?). With the fact that is possible to
set the path as a build option.
What do you think?
--
Slavek
>Are there any other not complete CMakeLists.txt traps waiting?
Look in my build scripts, near the top of each, for whether I have
the AUTOTOOLS variable enabled:
applications/amarok/amarok.SlackBuild -> I use autotools
applications/dolphin/dolphin.SlackBuild -> I use autotools
applications/konversation/konversation.SlackBuild
applications/kpilot/kpilot.SlackBuild -> I use autotools
applications/tde-systemsettings/tde-systemsettings.SlackBuild -> I
use autotools
tde-i18n/tde-i18n.SlackBuild
tdeaddons/tdeaddons.SlackBuild
tdemultimedia/tdemultimedia.SlackBuild -> I use autotools
tdenetwork/tdenetwork.SlackBuild
tdesdk/tdesdk.SlackBuild
tdetoys/tdetoys.SlackBuild
tdeutils/tdeutils.SlackBuild
tdewebdev/tdewebdev.SlackBuild -> I use autotools
>Here is what I am building with cmake:
Side note:
>tde-knetworkmanager9 -> this is for HAL systems, otherwise use
tdenetworkmanager
>tde-kpowersave-> ditto, use tdepowersave
Darrell