لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.

Close

مرحبا بك في إضافات فَيَرفُكس.

اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.

Close

في الطريق، أثناء تنقلك؟

ألقِ نظرة على موقع إضافات الهواتف الذكية.

Close

cyberbeat

معلومات عنّي

معلومات المطور
الاسم cyberbeat
مُستخدم منذ مارس 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

مقيمة بـ 3 من 5 نجوم

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

مقيمة بـ 4 من 5 نجوم

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

مقيمة بـ 4 من 5 نجوم

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)