cyberbeat

내 정보

개발자 정보
이름 cyberbeat
가입한 날짜 3월 9, 2012
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

KDE5 Wallet password integration

5점중 5점 받음

For me thunderbird always crashed, when using your kwallet5 addon. I found out why:

In this function:

int32_t KDE5Wallet_Init() {
qDebug() << "Start";

// KWindowSystem requires a functioning QGuiApplication or it will segfault
if (!app) {
int fakeargc = 0;
char *fakeargv[] = { NULL };
app = new QGuiApplication(fakeargc, fakeargv);
}

if (!app) {
qCritical() << "Could not create KApplication";
return false;
}

return true;
}

the local variables fakeargc and fakeargv (both are handled as references in QGuiApplication) are undefined after the function returns, so there is a segfault.

The fix: define both variables globally above:

uint32_t disabledHostsBufferCount = 0;
char** disabledHostsBuffer = 0;
int fakeargc = 0;
char *fakeargv[] = { NULL };
..

---
the contact form on your website does not work in chromium, because the captcha cannot be loaded because of some
--
EDIT: thanks, fixed!

이 검토는 현재 부가 기능의 이전 (1.0) 버전에 대한 것입니다. 

Complete YouTube Saver

5점중 3점 받음

Configuration says ffmpeg detected (linux), I use the newest version (5.6.67), and firefox v45. What may be the problem?

이 검토는 현재 부가 기능의 이전 (5.6.57) 버전에 대한 것입니다. 

KDE Wallet password integration

5점중 4점 받음

Could you please have a look, why it does not work in thunderbird 31 with version 2.4 anymore?

This is a great addon! I would really miss it!

Oxygenate

5점중 4점 받음

When I click into the column-headers of the list view, all checkboxes are displayed although not all are set. I had also some problems with white text on white input boxes in some dialogs. Have no such problems without oxygenate-2.

이 검토는 현재 부가 기능의 이전 (2) 버전에 대한 것입니다.