Bug 233877 - doesn't show any notes
Summary: doesn't show any notes
Status: RESOLVED FIXED
Alias: None
Product: basket
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Kelvie Wong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 21:03 UTC by Martin Steigerwald
Modified: 2010-06-03 21:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
picture of basket not displaying the notes in the incoming basket (147.19 KB, image/png)
2010-04-09 21:11 UTC, Martin Steigerwald
Details
another image of an empty basket (81.23 KB, image/png)
2010-04-09 21:12 UTC, Martin Steigerwald
Details
konsole output when starting basket (119.37 KB, text/plain)
2010-04-09 21:14 UTC, Martin Steigerwald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Steigerwald 2010-04-09 21:03:21 UTC
Version:           1.80 aka 2.0 Beta 1 (using KDE 4.4.2)
Compiler:          gcc (Debian 4.4.2-9) 4.4.3 20100108 (prerelease) 
OS:                Linux
Installed from:    Debian testing/unstable Packages

I just compiled basket 1.80 aka 2.0 Beta 1 on my Debian squeeze/sid/experimental/experimental-snapshots system with KDE 4.4.2-0rc0 and 4.4.2-1 packages by the Debian Qt/KDE development team.

It takes quite long to start but I have *lots* of baskets. But even then it doesn't show any notes. I removed ~/.kde/share/config/basketrc to see whether its a configuration issue, but this didn't help either.

All the baskets are shown in the tree view, just their contents are empty. I had this already with some git versions of Basket, but only mentioned it as a sidemark on the basket devel mailing list.

I will attach a console output log and a screenshot in a moment.
Comment 1 Martin Steigerwald 2010-04-09 21:11:01 UTC
Created attachment 42630 [details]
picture of basket not displaying the notes in the incoming basket

as shown in the status bar at the bottom this basket contains 91 notes of which basket displays none
Comment 2 Martin Steigerwald 2010-04-09 21:12:01 UTC
Created attachment 42631 [details]
another image of an empty basket

the "Willkommen" basket. Seems to be a standard one that should work.
Comment 3 Martin Steigerwald 2010-04-09 21:14:23 UTC
Created attachment 42632 [details]
konsole output when starting basket

What about these?

QPainter::setPen: Painter not active
QPainter::translate: Painter not active
QPainter::font: Painter not active
QPainter::setFont: Painter not active
QPainter::translate: Painter not active
QPainter::save: Painter not active
QPainter::pen: Painter not active
QPainter::setPen: Painter not active
QPainter::pen: Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2

PS: I installed basket to my home directory (choice 2 in the installer script)
Comment 4 Martin Steigerwald 2010-04-09 21:30:30 UTC
I am using these debian packages:

martin@shambhala:~> apt-show-versions | egrep "(kdelibs5|libqt4-gui/|qimageblitz)"
kdelibs5/experimental uptodate 4:4.4.2-1
kdelibs5-data/experimental uptodate 4:4.4.2-1
kdelibs5-dbg/experimental uptodate 4:4.4.2-1
kdelibs5-dev/experimental uptodate 4:4.4.2-1
kdelibs5-plugins/experimental uptodate 4:4.4.2-1
libqimageblitz-dev/squeeze uptodate 1:0.0.4-4
libqimageblitz4/squeeze uptodate 1:0.0.4-4
libqt4-gui/experimental uptodate 4:4.6.2-2
Comment 5 Matt Rogers 2010-04-10 04:17:16 UTC
perhaps this has something to do with 233881? 

I don't have any problems here, but I didn't use the installer script and just 
compiled and installed everything manually.
Comment 6 Martin Steigerwald 2010-04-10 13:41:41 UTC
Hmmm, interesting thought. How are your manual steps - I am not sure about the cmake related steps? Do you install to home directory or system wide?
Comment 7 Matt Rogers 2010-04-10 21:54:46 UTC
I install to my home directory. The following script replicates the manual 
steps I take to build and install basket. You should adapt them to whatever 
your setup is.

SOURCE_DIR=$HOME/code/basket/src
BUILD_DIR=$HOME/code/basket/build
INSTALL_DIR=$HOME/code/basket/master
cd $BUILD_DIR
cmake $SOURCE_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
-DCMAKE_BUILD_TYPE=Debug \
-DKDE4_BUILD_TESTS=on
make install
Comment 8 Robert Marmorstein 2010-05-28 02:34:49 UTC
Martin -- did Matt's workaround do the trick for you?
Comment 9 Martin Steigerwald 2010-05-29 17:12:38 UTC
Thanks for asking, Robert. I didn't get around to take time to try it yet. I asked on Debian KDE mailinglist on the status of a debian package of it. I will get to it sooner or later.
Comment 10 Martin Steigerwald 2010-06-03 21:06:36 UTC
Thats closed. Yiihah! basket 1.80-1 debian package works like a charm on my two heavy basket user accounts on my laptop. So I think this indeed had something to do with the installation.

Thanks.