[kaddressbook] [Bug 387804] Create folder in KAddressBook fails

2022-08-16 Thread Dmitry Smirnov
https://bugs.kde.org/show_bug.cgi?id=387804

Dmitry Smirnov  changed:

   What|Removed |Added

 CC||only...@member.fsf.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kaddressbook] [Bug 405200] Creating a subfolder in any addressbook fails: can't create collection...

2022-08-16 Thread Dmitry Smirnov
https://bugs.kde.org/show_bug.cgi?id=405200

Dmitry Smirnov  changed:

   What|Removed |Added

 CC||only...@member.fsf.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdelibs] [Bug 198172] printer margin settings are forgotten at restart

2022-08-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=198172

--- Comment #20 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kleopatra] [Bug 384013] Kleopatra does not save revocation certificate

2022-08-16 Thread Erik Moeller
https://bugs.kde.org/show_bug.cgi?id=384013

Erik Moeller  changed:

   What|Removed |Added

 CC||eloque...@gmail.com

--- Comment #3 from Erik Moeller  ---
I'm seeing the same behavior in version 3.1.11 (the version included in current
Tails OS). It appears to be related to how the `gpg` operations are performed;
if I run Kleopatra from a terminal, I can save the revocation successfully (and
see the `gpg` output in the terminal); if I run it without a TTY, I also cannot
save successfully.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[frameworks-kcalendarcore] [Bug 457964] Program kalendarac crash

2022-08-16 Thread Giuseppe Della Bianca
https://bugs.kde.org/show_bug.cgi?id=457964

--- Comment #1 from Giuseppe Della Bianca  ---
(gdb) frame 1

QDateTime
KalendarAlarmClient::occurrenceForAlarm(const KCalendarCore::Incidence::Ptr
, const KCalendarCore::Alarm::Ptr , const QDateTime )
const
{
if (!incidence->recurs()) {
return {};
}

// recurring alarms not handled here for simplicity
if (alarm->repeatCount()) {
return {};
}

(gdb) print incidence
$1 = (const KCalendarCore::Incidence::Ptr &) @0x7fffc940: {value = 0x0, d =
0x0}

-- 
You are receiving this mail because:
You are the assignee for the bug.

[frameworks-kcalendarcore] [Bug 457964] New: Program kalendarac crash

2022-08-16 Thread Giuseppe Della Bianca
https://bugs.kde.org/show_bug.cgi?id=457964

Bug ID: 457964
   Summary: Program kalendarac crash
   Product: frameworks-kcalendarcore
   Version: 5.96.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: gius...@gmail.com
  Target Milestone: ---

Run kalendarac, crashes on 

(gdb) backtrace
#0  KCalendarCore::Incidence::recurs > (this=0x0) < at
/usr/src/debug/kf5-kcalendarcore-5.96.0-1.fc36.x86_64/src/incidence.cpp:605
#1  0x55560c5d in KalendarAlarmClient::occurrenceForAlarm
(this=0x7fffd200, from=..., alarm=..., incidence=...)
at
/usr/src/debug/kf5-akonadi-calendar-22.04.1-1.fc36.x86_64/reminder-daemon/kalendaralarmclient.cpp:281
#2  KalendarAlarmClient::checkAlarms (this=0x7fffd200)
at
/usr/src/debug/kf5-akonadi-calendar-22.04.1-1.fc36.x86_64/reminder-daemon/kalendaralarmclient.cpp:252
#3  0x76ff08c6 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#4  0x77c10106 in Akonadi::EntityTreeModel::collectionPopulated(long
long) () from /lib64/libKF5AkonadiCore.so.5
#5  0x77c20a82 in
Akonadi::EntityTreeModelPrivate::itemFetchJobDone(long long, KJob*) () from
/lib64/libKF5AkonadiCore.so.5
#6  0x76ff08c6 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#7  0x77a20d29 in KJob::result(KJob*, KJob::QPrivateSignal) () from
/lib64/libKF5CoreAddons.so.5
#8  0x77a2634b in KJob::finishJob(bool) () from
/lib64/libKF5CoreAddons.so.5
#9  0x76fe72c4 in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#10 0x76fbd228 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#11 0x76fc0594 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#12 0x7700e467 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#13 0x748e3faf in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#14 0x749392c8 in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#15 0x748e1940 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#16 0x7700df5a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#17 0x76fbbc7a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#18 0x76fc3d42 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#19 0xcdeb in main (argc=, argv=)
at
/usr/src/debug/kf5-akonadi-calendar-22.04.1-1.fc36.x86_64/reminder-daemon/kalendaracmain.cpp:53

gdb frame 0

bool Incidence::recurs() const
{
Q_D(const Incidence);
if (d->mRecurrence) {
return d->mRecurrence->recurs();
} else {
return false;
}
}

(gdb) print d
Cannot access memory at address 0x18


Fedora Linux 36
KDE Plasma: 5.25.4
KDE Frameworks: 5.96.0
Qt: 5.15.5
X11
Kernel: 5.18.16-200.fc36.x86_64 (64 bit)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 457958] New: crash on close

2022-08-16 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=457958

Bug ID: 457958
   Summary: crash on close
   Product: kontact
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: mathias.hom...@opensuse.org
  Target Milestone: ---

Application: kontact (5.20.3 (22.04.3))

Qt Version: 5.15.5
Frameworks Version: 5.96.0
Operating System: Linux 5.19.1-1-default x86_64
Windowing System: X11
Distribution: "openSUSE Tumbleweed"
DrKonqi: 5.25.4 [KCrashBackend]

-- Information about the crash:
I closed knotact with ctrl-q and it crashed. Didn't see if it happens all the
time.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault

[KCrash Handler]
#4  0x7face2b7d444 in QTabWidget::count() const (this=0x55b0692fced0) at
widgets/qtabwidget.cpp:1212
#5  0x7fac5d60f56f in MessageList::Pane::PanePrivate::updateTabControls()
() at /lib64/libKF5MessageList.so.5
#6  0x7face1d12e6f in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x77917340, r=0x55b066407c20, this=0x55b0665d04f0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#7  doActivate(QObject*, int, void**) (sender=0x55b0665ee7a0,
signal_index=3, argv=0x77917340) at kernel/qobject.cpp:3886
#8  0x7face1896678 in KCoreConfigSkeleton::save() (this=0x55b0665ee7a0) at
/usr/src/debug/kconfig-5.96.0-1.1.x86_64/src/core/kcoreconfigskeleton.cpp:1245
#9  0x7fac5d5bd058 in  () at /lib64/libKF5MessageList.so.5
#10 0x7fac5d5bd516 in  () at /lib64/libKF5MessageList.so.5
#11 0x7fac5d5e94e8 in  () at /lib64/libKF5MessageList.so.5
#12 0x7fac5d617519 in MessageList::Widget::~Widget() () at
/lib64/libKF5MessageList.so.5
#13 0x7face1d0532e in QObjectPrivate::deleteChildren()
(this=this@entry=0x55b066345780) at kernel/qobject.cpp:2104
#14 0x7face29e2666 in QWidget::~QWidget() (this=0x55b0663d72d0,
__in_chrg=) at kernel/qwidget.cpp:1522
#15 0x7face2b59f89 in QStackedWidget::~QStackedWidget()
(this=0x55b0663d72d0, __in_chrg=) at
widgets/qstackedwidget.cpp:147
#16 0x7face1d0532e in QObjectPrivate::deleteChildren()
(this=this@entry=0x55b0664227f0) at kernel/qobject.cpp:2104
#17 0x7face29e2666 in QWidget::~QWidget() (this=0x55b066407c20,
__in_chrg=) at kernel/qwidget.cpp:1522
#18 0x7fac5d97c6bd in CollectionPane::~CollectionPane()
(this=0x55b066407c20, this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/widgets/collectionpane.cpp:24
#19 CollectionPane::~CollectionPane() (this=0x55b066407c20, this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/widgets/collectionpane.cpp:24
#20 0x7face1d0532e in QObjectPrivate::deleteChildren()
(this=this@entry=0x55b066378410) at kernel/qobject.cpp:2104
#21 0x7face29e2666 in QWidget::~QWidget() (this=0x55b0666f9a90,
__in_chrg=) at kernel/qwidget.cpp:1522
#22 0x7face2b55229 in QSplitter::~QSplitter() (this=0x55b0666f9a90,
__in_chrg=) at widgets/qsplitter.cpp:979
#23 0x7face1d0532e in QObjectPrivate::deleteChildren()
(this=this@entry=0x55b066698130) at kernel/qobject.cpp:2104
#24 0x7face29e2666 in QWidget::~QWidget() (this=0x55b0666f9a50,
__in_chrg=) at kernel/qwidget.cpp:1522
#25 0x7face2b55229 in QSplitter::~QSplitter() (this=0x55b0666f9a50,
__in_chrg=) at widgets/qsplitter.cpp:979
#26 0x7fac5d9c8cf3 in KMMainWidget::deleteWidgets()
(this=this@entry=0x55b0663a07a0) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kmmainwidget.cpp:987
#27 0x7fac5d9cb9f6 in KMMainWidget::destruct() (this=0x55b0663a07a0) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kmmainwidget.cpp:395
#28 KMMainWidget::destruct() (this=0x55b0663a07a0) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kmmainwidget.cpp:384
#29 0x7facb8621c1f in KMailPart::~KMailPart() (this=0x55b0662d4640,
this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kmail_part.cpp:89
#30 0x7facb8621d69 in KMailPart::~KMailPart() (this=0x55b0662d4640,
this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kmail_part.cpp:92
#31 0x7face33468fe in KontactInterface::Plugin::~Plugin()
(this=this@entry=0x55b0662d06b0, __vtt_parm=__vtt_parm@entry=0x7fac5dfa1b30
, this=, __vtt_parm=) at
/usr/src/debug/kontactinterface-22.04.3-1.1.x86_64/src/plugin.cpp:74
#32 0x7fac5df8ed11 in KMailPlugin::~KMailPlugin() (this=0x55b0662d06b0,
this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kontactplugin/kmail/kmail_plugin.cpp:145
#33 0x7fac5df8ed49 in KMailPlugin::~KMailPlugin() (this=0x55b0662d06b0,
this=) at
/usr/src/debug/kmail-22.04.3-1.1.x86_64/src/kontactplugin/kmail/kmail_plugin.cpp:145
#34 0x7face337b59e in
qDeleteAll::const_iterator>(QList::const_iterator,
QList::const_iterator) (end=..., begin=...) at
/usr/include/qt5/QtCore/qalgorithms.h:320
#35 qDeleteAll
>(QList 

[kdepim] [Bug 457632] Cannot receive mails from pop.gmail.com with KMail

2022-08-16 Thread Ulrich Loup
https://bugs.kde.org/show_bug.cgi?id=457632

Ulrich Loup  changed:

   What|Removed |Added

Summary|Cannot revieve mails from   |Cannot receive mails from
   |pop.gmail.com with KMail|pop.gmail.com with KMail

-- 
You are receiving this mail because:
You are the assignee for the bug.