This kdelibs patch prevents appearance of garbage in the scrollbars in
Lightweight version 2 patch. Currently the rightmost pixel row in vertical
scrollbars and bottom pixel row in horizontal scrollbars are not drawn.
In KDE application this manifests in random appearance of a light line next to
the scrollbar slider, but the most annoying this issue when using
GTK-Qt-engine: in GTK apps the whole row becomes filled with garbage.
This issue barred me from using Light_v_2 style.
"David C. Rankin" <drankinatty(a)suddenlinkmail.com> wrote:
>On 05/06/2011 09:53 PM, Calvin Morrison wrote:
>> On 4 May 2011 19:53, Tiago Marques<tiagomnm(a)gmail.com> wrote:
>>> On Thu, May 5, 2011 at 12:12 AM, /dev/ammo42<mickeytintincolle(a)yahoo.fr>
>>> wrote:
>>>>
>>>>> I would toss out the idea that we take a look at using the current
>>>>> background with crystal windeco and keramik style as the default. It
>>>>> would turn a lot of heads out of the box and really give TDE a much
>>>>> different default look than KDE (a much improved look -- in my
>>>>> opinion)<snip>
>>>> I don't think using the default style of KDE 3.1 would give TDE a much
>>>> different default look than KDE :D
>>>> IMHO I would suggest defaulting to QtCurve or Domino (with a light
>>>> colorscheme, not the default grey one), but I don't know if they are
>>>> integrated now.
>>>
>>> +1 for a lighter color scheme. Even one like openSUSE, slightly yellow, is a
>>> lot nicer all around.
>>> Will try QtCurve, seems quite nice.
>>
>> Has anyone looked into how to make themes for Trinity? I couldn't find
>> any docs about KDE3.5 but I'd love to tinker around with some of these
>> themes.
>>
>> Thanks
>> Calvin Morrison
>>
>
>Calvin,
>
> I recall there being a couple of pages at techbase.kde.org or in the
>tutorials there. I think the kde3 docs are still up. I do recall an explanation
>of the theme elements, etc.. but I have no specifics committed to memory. Heck,
>if we could just get the CMake files for crystal window decorations done -- I'd
>be happy :)
>
>--
>David C. Rankin, J.D.,P.E.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
>For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
>Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
>Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>
Calvin, Baho,
I rebuilt the libcaldav PKGBUILD I did to use Tim's quickbuild source as
suggested by Serghei. The updated PKGBUILD is here:
http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-libcaldav.tar.gz
Let me know if you find anything wrong with it. Hopefully it will fix the kdepim
build error with -DWITH_CALDAV=ON
--
David C. Rankin, J.D.,P.E.
Does anybody have a patch?
knetworkmanager-tray.cpp:502:9: error: 'DEVICE_TYPE_802_3_ETHERNET' was not
declared in this scope
knetworkmanager-tray.cpp:505:9: error: 'DEVICE_TYPE_802_11_WIRELESS' was not
declared in this scope
knetworkmanager-tray.cpp:508:9: error: 'DEVICE_TYPE_GSM' was not declared in
this scope
knetworkmanager-tray.cpp:509:9: error: 'DEVICE_TYPE_CDMA' was not declared in
this scope
All,
The Add Printer Wizard fails to build a driver database because it looks at:
/opt/kde3/bin/make_driver_db_cups
which looks to be a hardwired path in the code. My install is /opt/trinity. I
created the directories /opt/kde3/bin/ and symlinked make_driver_db_cups to get
it to work. This needs to be fixed somewhere in the code to make sure the wizard
looks to the ${prefix} instead of just in /opt/kde3/bin.
--
David C. Rankin, J.D.,P.E.
Baho, Calvin:
The new updates to kdegraphics require a new depends:
depends=('trinity-kdebase' 'libart-lgpl')
will work :)
--
David C. Rankin, J.D.,P.E.
Serghei,
Looking at the CMakeLists.txt, why are SASL and all the groupware options
(WITH_GROUPDAV, WITH_CALDAV, WITH_CARDDAV, WITH_EGROUPWARE, etc..) defaulted to OFF?
I just seems like for the 3.5.13 release, new users will expect the groupware
options and SASL to be 'ON'..
--
David C. Rankin, J.D.,P.E.
Tim, Serghei, Robert, all
kmail is having problems getting to imap folders on my imap server. It sends
over smtp just fine. My server uses SSL (Plain) for imap access. When I attempt
to subscribe to folders on my server (or just open up the server settings), I
get the following error:
SASL authentication is not compiled into kio_imap4.
How do I fix this? Which build flag/option needs to be set? Which package
(kdebase?)
--
David C. Rankin, J.D.,P.E.
Tim, Serghei,
Building kdepim with -DWITH_CALDAV=ON resulted in the following error:
[ 83%] Building CXX object
kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o
cd /home/david/tblds/trinity-kdepim/src/build/kresources/caldav && /usr/bin/c++
-Dkcal_caldav_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-march=i686 -mtune=generic -O2 -pipe -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT
-include tqt.h -fPIC
-I/home/david/tblds/trinity-kdepim/src/build/kresources/caldav
-I/home/david/tblds/trinity-kdepim/src/kdepim
-I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include
-I/opt/qt/include -I/opt/qt/include/tqt -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libcaldav-0.6.2 -o
CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o -c
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp: In
member function ‘virtual int KCal::CalDavReader::runTasksJob(runtime_info*)’:
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:89:100:
error: ‘caldav_tasks_getall_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:92:141:
error: ‘caldav_tasks_get_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp: In
member function ‘virtual int KCal::CalDavReader::runJournalsJob(runtime_info*)’:
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:123:106: error:
‘caldav_tasks_getall_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:126:147: error:
‘caldav_tasks_get_object’ was not declared in this scope
make[2]: *** [kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o]
Error 1
make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/build'
make[1]: *** [kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/all] Error 2
make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/build'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Full cmake options:
cmake ${srcdir}/${_svnmod} \
-DCMAKE_INSTALL_PREFIX=${trinity_prefix} \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DQT_VERSION=3 \
-DWITH_ARTS=ON \
-DWITH_BIRTHDAYS=ON \
-DWITH_CALDAV=ON \
-DWITH_EGROUPWARE=ON \
-DWITH_GROUPDAV=ON \
-DWITH_INDEXLIB=ON \
-DWITH_PAM=ON \
-DWITH_SASL=ON \
-DBUILD_ALL=ON
make
What to try?
--
David C. Rankin, J.D.,P.E.