|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
Missing iconsHi,
I use sidux (i386) which is on KDE 4.3.0. KMM 1.0.0 is missing some icons. (this was true for 0.9.3 as well). See the following images: http://lh6.ggpht.com/_5fjMo1bhzQw/SparCPPbr2I/AAAAAAAAALc/KDTKY1QzmF0/s800/kmm_no_icons.png http://lh4.ggpht.com/_5fjMo1bhzQw/SparCEuR1LI/AAAAAAAAALg/WCEU-gsgPtM/s800/kmm_no_icons1.png Am I missing some KDE 3 libs or mis-configured paths? Thanks, -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHello PK,
These seem to be misconfigured paths, because those images are KMM icons or images. The html ones are in the /html/images folder and the icons in the /icons folder. Regards, Alvaro
On Thu, Aug 27, 2009 at 12:55 PM, P K <kap4lin@...> wrote: Hi, ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsThanks Alvaro,
On Thu, Aug 27, 2009 at 6:17 PM, Alvaro Soliverez<asoliverez@...> wrote: > Hello PK, > These seem to be misconfigured paths, because those images are KMM icons or > images. > The html ones are in the /html/images folder and the icons in the /icons > folder. How do I incorporate these paths so that KMM can find them? -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsOn Fri, Aug 28, 2009 at 3:12 PM, P K <kap4lin@...> wrote: Thanks Alvaro, Good question. How are you installing KMM? Can you send us the list of commands you are using to install it? Usually, when you run ./configure, you can set the path to the application, but that's if you are installing from a scratch, and not using a package. Regards, Alvaro ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsOn Fri, Aug 28, 2009 at 2:18 PM, Alvaro Soliverez<asoliverez@...> wrote:
> > > On Fri, Aug 28, 2009 at 3:12 PM, P K <kap4lin@...> wrote: >> >> Thanks Alvaro, >> >> On Thu, Aug 27, 2009 at 6:17 PM, Alvaro Soliverez<asoliverez@...> >> wrote: >> > Hello PK, >> > These seem to be misconfigured paths, because those images are KMM icons >> > or >> > images. >> > The html ones are in the /html/images folder and the icons in the /icons >> > folder. >> >> How do I incorporate these paths so that KMM can find them? >> > > Good question. > How are you installing KMM? > Can you send us the list of commands you are using to install it? > Usually, when you run ./configure, you can set the path to the application, > but that's if you are installing from a scratch, and not using a package. I am using Debian's (unstable) package: $ dpkg -l *kmymoney2* ii kmymoney2 1.0.0-1 personal finance manager for KDE ii kmymoney2-common 1.0.0-1 KMyMoney architecture independent files So, is that a packaging problem? -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
on Friday 28 August 2009 P K wrote: > On Fri, Aug 28, 2009 at 2:18 PM, Alvaro Soliverez<asoliverez@...> wrote: > > On Fri, Aug 28, 2009 at 3:12 PM, P K <kap4lin@...> wrote: > >> Thanks Alvaro, > >> > >> On Thu, Aug 27, 2009 at 6:17 PM, Alvaro Soliverez<asoliverez@...> > >> > >> wrote: > >> > Hello PK, > >> > These seem to be misconfigured paths, because those images are KMM > >> > icons or > >> > images. > >> > The html ones are in the /html/images folder and the icons in the > >> > /icons folder. > >> > >> How do I incorporate these paths so that KMM can find them? > > > > Good question. > > How are you installing KMM? > > Can you send us the list of commands you are using to install it? > > Usually, when you run ./configure, you can set the path to the > > application, but that's if you are installing from a scratch, and not > > using a package. > > I am using Debian's (unstable) package: > $ dpkg -l *kmymoney2* > ii kmymoney2 1.0.0-1 personal finance manager for KDE > ii kmymoney2-common 1.0.0-1 KMyMoney architecture independent files > > So, is that a packaging problem? $KDEDIR/share/apps/kmymoney2/html/images while the HTML pages that have references to them are located in $KDEDIR/share/apps/kmymoney2/html $KDEDIR being the KDE3 base directory as printed by kde-config --prefix I do have KDE4 and KDE3 installed on the same box and get thb@dollo:~> kde-config --prefix /opt/kde3 thb@dollo:~> kde4-config --prefix /usr The HTML files appear to be found because you can see the text, but the icons are not. Strange. The reference in the HTML files is relative to images/xxxx. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA ------------------------------------------------------------- Windows are like... windows. Shiny, fragile, expensive. ------------------------------------------------------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
Thanks Thomas, On Fri, Aug 28, 2009 at 3:10 PM, Thomas Baumgart<thb@...> wrote: > Hi, > > on Friday 28 August 2009 P K wrote: > > >> On Fri, Aug 28, 2009 at 2:18 PM, Alvaro Soliverez<asoliverez@...> > wrote: >> > On Fri, Aug 28, 2009 at 3:12 PM, P K <kap4lin@...> wrote: >> >> Thanks Alvaro, >> >> >> >> On Thu, Aug 27, 2009 at 6:17 PM, Alvaro Soliverez<asoliverez@...> >> >> >> >> wrote: >> >> > Hello PK, >> >> > These seem to be misconfigured paths, because those images are KMM >> >> > icons or >> >> > images. >> >> > The html ones are in the /html/images folder and the icons in the >> >> > /icons folder. >> >> >> >> How do I incorporate these paths so that KMM can find them? >> > >> > Good question. >> > How are you installing KMM? >> > Can you send us the list of commands you are using to install it? >> > Usually, when you run ./configure, you can set the path to the >> > application, but that's if you are installing from a scratch, and not >> > using a package. >> >> I am using Debian's (unstable) package: >> $ dpkg -l *kmymoney2* >> ii kmymoney2 1.0.0-1 personal finance manager for KDE >> ii kmymoney2-common 1.0.0-1 KMyMoney architecture independent files >> >> So, is that a packaging problem? > > This could well be the case. Usually, these icons are stored in > > $KDEDIR/share/apps/kmymoney2/html/images > > while the HTML pages that have references to them are located in > > $KDEDIR/share/apps/kmymoney2/html > > $KDEDIR being the KDE3 base directory as printed by > > kde-config --prefix > > I do have KDE4 and KDE3 installed on the same box and get > > thb@dollo:~> kde-config --prefix > /opt/kde3 > thb@dollo:~> kde4-config --prefix > /usr In my case both the commands give /usr. In fact, $ kde-config -v Qt: 3.3.8b KDE: 3.5.10 kde-config: 1.0 $ kde4-config -v Qt: 4.5.2 KDE: 4.3.00 (KDE 4.3.0) kde4-config: 1.0 So, I opened dolphin here: /usr/share/apps/kmymoney2/html/. Sure I can see all the images in the 'images' subfolder. I opened the home.html file in konqueror. And here it is: http://lh3.ggpht.com/_5fjMo1bhzQw/SpjGMTNJx5I/AAAAAAAAAMc/FPMM3_cZLxg/s800/kmm_no_icons2_konq.png (don't mind the black background, its my color theme) Everything comes up fine. Yet, in KMM2 it is not: http://lh4.ggpht.com/_5fjMo1bhzQw/SparCEuR1LI/AAAAAAAAALg/WCEU-gsgPtM/s144/kmm_no_icons1.png > The HTML files appear to be found because you can see the text, but the icons > are not. Strange. The reference in the HTML files is relative to images/xxxx. Yes, I checked that now. I tried to put the full path, ie, /usr/share/apps/kmymoney2/html/images/xxxx in home.html (bad hack), but that did not work. Could it be possible that some local user file, ie in ~/.kde/ is messing with it? If so, which file should I look into? My other guess is that, the html engine, KHTML, may be the culprit. Does KMM2 need KDE3's khtml? Because, that same page is being displayed correctly in KDE4's konqueror! So, the data is there but the rendering is messed up. Anyway, if a KDE4 version is round the corner, then may be this is not such an important issue to worry about. -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
on Saturday 29 August 2009 P K wrote: [...] > > thb@dollo:~> kde-config --prefix > > /opt/kde3 > > thb@dollo:~> kde4-config --prefix > > /usr > > In my case both the commands give /usr. In fact, > $ kde-config -v > Qt: 3.3.8b > KDE: 3.5.10 > kde-config: 1.0 > $ kde4-config -v > Qt: 4.5.2 > KDE: 4.3.00 (KDE 4.3.0) > kde4-config: 1.0 > > So, I opened dolphin here: /usr/share/apps/kmymoney2/html/. Sure I can > see all the images in the 'images' subfolder. I opened the home.html > file in konqueror. And here it is: > http://lh3.ggpht.com/_5fjMo1bhzQw/SpjGMTNJx5I/AAAAAAAAAMc/FPMM3_cZLxg/s800/ >kmm_no_icons2_konq.png (don't mind the black background, its my color theme) > Everything comes up fine. Yet, in KMM2 it is not: > http://lh4.ggpht.com/_5fjMo1bhzQw/SparCEuR1LI/AAAAAAAAALg/WCEU-gsgPtM/s144/ >kmm_no_icons1.png > > > The HTML files appear to be found because you can see the text, but the > > icons are not. Strange. The reference in the HTML files is relative to > > images/xxxx. > > Yes, I checked that now. I tried to put the full path, ie, > /usr/share/apps/kmymoney2/html/images/xxxx in home.html (bad hack), > but that did not work. Could it be possible that some local user file, > ie in ~/.kde/ is messing with it? If so, which file should I look > into? My other guess is that, the html engine, KHTML, may be the > culprit. Does KMM2 need KDE3's khtml? Because, that same page is being > displayed correctly in KDE4's konqueror! thb@dollo:~> ldd `which kmymoney` | grep html libkhtml.so.4 => /opt/kde3/lib/libkhtml.so.4 (0xb7892000) > > So, the data is there but the rendering is messed up. Looks like it does not find the files. Run the following command, let KMyMoney start and quit out of it again. strace -o kmm.lst -e trace=file kmymoney2 bzip2 kmm.lst and send me the resulting kmm.lst.bz2 file to me privately. > Anyway, if a KDE4 version is round the corner, then may be this is not > such an important issue to worry about. Its in the works but not around the corner. I guess there will be more people running into a similar situation like yours so we need to figure out why it's not working. Thanks for your support on this. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA ------------------------------------------------------------- A: I hear that if you play the Windows XP CD backwards, you get a Satanic message! B: That's nothing. If you play it forward, it installs WinXP! ------------------------------------------------------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
On Sat, Aug 29, 2009 at 3:48 AM, Thomas Baumgart<thb@...> wrote: > on Saturday 29 August 2009 P K wrote: > [...] >> > The HTML files appear to be found because you can see the text, but the >> > icons are not. Strange. The reference in the HTML files is relative to >> > images/xxxx. >> >> Yes, I checked that now. I tried to put the full path, ie, >> /usr/share/apps/kmymoney2/html/images/xxxx in home.html (bad hack), >> but that did not work. Could it be possible that some local user file, >> ie in ~/.kde/ is messing with it? If so, which file should I look >> into? My other guess is that, the html engine, KHTML, may be the >> culprit. Does KMM2 need KDE3's khtml? Because, that same page is being >> displayed correctly in KDE4's konqueror! > > I am pretty sure that we need the KDE3 khtml stuff: > > thb@dollo:~> ldd `which kmymoney` | grep html > libkhtml.so.4 => /opt/kde3/lib/libkhtml.so.4 (0xb7892000) $ ldd `which kmymoney` | grep html libkhtml.so.4 => /usr/lib/libkhtml.so.4 (0xb783a000) So, this looks to be the KDE3's khtml, provided by (on Debian Sid) kdelibs4c2a package. >> So, the data is there but the rendering is messed up. > > Looks like it does not find the files. Run the following command, let KMyMoney > start and quit out of it again. > > strace -o kmm.lst -e trace=file kmymoney2 > bzip2 kmm.lst > > and send me the resulting kmm.lst.bz2 file to me privately. Will do so. -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
Digging up an old grave: On Sat, Aug 29, 2009 at 2:57 PM, P K <kap4lin@...> wrote: > Hi, > > On Sat, Aug 29, 2009 at 3:48 AM, Thomas Baumgart<thb@...> wrote: >> on Saturday 29 August 2009 P K wrote: >> > [...] >>> > The HTML files appear to be found because you can see the text, but the >>> > icons are not. Strange. The reference in the HTML files is relative to >>> > images/xxxx. >>> >>> Yes, I checked that now. I tried to put the full path, ie, >>> /usr/share/apps/kmymoney2/html/images/xxxx in home.html (bad hack), >>> but that did not work. Could it be possible that some local user file, >>> ie in ~/.kde/ is messing with it? If so, which file should I look >>> into? My other guess is that, the html engine, KHTML, may be the >>> culprit. Does KMM2 need KDE3's khtml? Because, that same page is being >>> displayed correctly in KDE4's konqueror! >> >> I am pretty sure that we need the KDE3 khtml stuff: >> >> thb@dollo:~> ldd `which kmymoney` | grep html >> libkhtml.so.4 => /opt/kde3/lib/libkhtml.so.4 (0xb7892000) > > $ ldd `which kmymoney` | grep html > libkhtml.so.4 => /usr/lib/libkhtml.so.4 (0xb783a000) > > So, this looks to be the KDE3's khtml, provided by (on Debian Sid) > kdelibs4c2a package. > >>> So, the data is there but the rendering is messed up. >> >> Looks like it does not find the files. Run the following command, let KMyMoney >> start and quit out of it again. >> >> strace -o kmm.lst -e trace=file kmymoney2 >> bzip2 kmm.lst >> >> and send me the resulting kmm.lst.bz2 file to me privately. > > Will do so. I had been waiting for KMM 1.0.1 to land in Debian/Sid. Now, a confusing thing is seen: This problem (of missing icons/images) does not occur for a new user (ie a fresh ~/.kde folder). All the icons and backgrounds are visible as expected. So, I removed the following two files for the old user (~/.kde): ./config/kmymoney2rc ./apps/kmymoney2/kmymoney2ui.rc But the problem persisted. What else can be influencing the icons (or paths)? Which other config file could be meddling with KDE3's paths? -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
I've found a part of the problem: On Sun, Oct 4, 2009 at 7:09 PM, P K <kap4lin@...> wrote: > Hi, > > I had been waiting for KMM 1.0.1 to land in Debian/Sid. Now, a > confusing thing is seen: > > This problem (of missing icons/images) does not occur for a new user > (ie a fresh ~/.kde folder). All the icons and backgrounds are visible > as expected. So, I removed the following two files for the old user > (~/.kde): > > ./config/kmymoney2rc > ./apps/kmymoney2/kmymoney2ui.rc > > But the problem persisted. What else can be influencing the icons (or > paths)? Which other config file could be meddling with KDE3's paths? > Removing it solved the issue. So, what was in khtmlrc? A bunch of ad blockers/filters. I've attached my khtmlrc (hopefully the list lets it through, ~38 K gzipped) - if some one can figure out which ad blocker is filtering KMM images/icons, it would be great!! -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsHi,
on Monday 05 October 2009 P K wrote: > Hi, > > I've found a part of the problem: > > On Sun, Oct 4, 2009 at 7:09 PM, P K <kap4lin@...> wrote: > > Hi, > > > > I had been waiting for KMM 1.0.1 to land in Debian/Sid. Now, a > > confusing thing is seen: > > > > This problem (of missing icons/images) does not occur for a new user > > (ie a fresh ~/.kde folder). All the icons and backgrounds are visible > > as expected. So, I removed the following two files for the old user > > (~/.kde): > > > > ./config/kmymoney2rc > > ./apps/kmymoney2/kmymoney2ui.rc > > > > But the problem persisted. What else can be influencing the icons (or > > paths)? Which other config file could be meddling with KDE3's paths? > > The culprit was khtmlrc. > > Removing it solved the issue. So, what was in khtmlrc? A bunch of ad > blockers/filters. I've attached my khtmlrc (hopefully the list lets it > through, ~38 K gzipped) - if some one can figure out which ad blocker > is filtering KMM images/icons, it would be great!! I'm sure they can figure out which one of your 2900+ entries hits when running through our little file. -- Regards Thomas Baumgart GPG-FP: E55E D592 F45F 116B 8429 4F99 9C59 DB40 B75D D3BA ------------------------------------------------------------- To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. ------------------------------------------------------------- ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsOn Mon, Oct 5, 2009 at 4:00 PM, Thomas Baumgart <thb@...> wrote:
Hi, Most likely there is some filter like */images/*, which would block all of the icons. :) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
|
|
Re: Missing iconsOn Mon, Oct 5, 2009 at 3:06 PM, Alvaro Soliverez <asoliverez@...> wrote:
> > On Mon, Oct 5, 2009 at 4:00 PM, Thomas Baumgart <thb@...> wrote: >> >> Hi, >> >> on Monday 05 October 2009 P K wrote: >> >> >> > Hi, >> > >> > I've found a part of the problem: >> > >> > On Sun, Oct 4, 2009 at 7:09 PM, P K <kap4lin@...> wrote: >> > > Hi, >> > > >> > > I had been waiting for KMM 1.0.1 to land in Debian/Sid. Now, a >> > > confusing thing is seen: >> > > >> > > This problem (of missing icons/images) does not occur for a new user >> > > (ie a fresh ~/.kde folder). All the icons and backgrounds are visible >> > > as expected. So, I removed the following two files for the old user >> > > (~/.kde): >> > > >> > > ./config/kmymoney2rc >> > > ./apps/kmymoney2/kmymoney2ui.rc >> > > >> > > But the problem persisted. What else can be influencing the icons (or >> > > paths)? Which other config file could be meddling with KDE3's paths? >> > >> > The culprit was khtmlrc. >> > >> > Removing it solved the issue. So, what was in khtmlrc? A bunch of ad >> > blockers/filters. I've attached my khtmlrc (hopefully the list lets it >> > through, ~38 K gzipped) - if some one can figure out which ad blocker >> > is filtering KMM images/icons, it would be great!! >> >> This is probably a job for the folks who wrote the filter software, >> because >> I'm sure they can figure out which one of your 2900+ entries hits when >> running >> through our little file. I understand, this is certainly not a job for KMM team/users. I was just frustrated. Anyway, good news: > Most likely there is some filter like */images/*, which would block all of > the icons. :) The following line : Filter-1996=[Adblock Plus 1.0.2] needed to be modified to: Filter-1996=##[Adblock Plus 1.0.2] This particular line is supposed to be just a comment. Anyway..... -- Regards PK -------------------------------------- http://counter.li.org #402424 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ KMyMoney2-user mailing list KMyMoney2-user@... https://lists.sourceforge.net/lists/listinfo/kmymoney2-user |
| Free embeddable forum powered by Nabble | Forum Help |