[plasmashell] [Bug 483163] On X11 with compositing turned on, blank screen on lock screen when using Breeze Plasma style

2024-04-24 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=483163

Joshua J. Kugler  changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

--- Comment #28 from Joshua J. Kugler  ---
I don't know if this is related, but I'll sometimes have a black lock screen.
But, if I blind-type my password, it unlocks, and displays the desktop without
issue.

Plasma 6.0.4 on X11

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 485212] Folder applet only makes this clickable when items are approached from the bottom

2024-04-08 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=485212

Joshua J. Kugler  changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 485212] New: Folder applet only makes this clickable when items are approached from the bottom

2024-04-07 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=485212

Bug ID: 485212
   Summary: Folder applet only makes this clickable when items are
approached from the bottom
Classification: Plasma
   Product: plasmashell
   Version: 6.0.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: plasma-b...@kde.org
  Reporter: jos...@joshuakugler.com
CC: h...@kde.org
  Target Milestone: 1.0

SUMMARY
Cannot "approach" items from the top and click them

STEPS TO REPRODUCE
1. Add applet to bar
2. Point to custom folder with .desktop files
3. Click applet
4. Move mouse *down* the list

OBSERVED RESULT
Nothing is clickable.

Moving mouse *up* the list, and the items hovered over *are* clickable.

EXPECTED RESULT
All items are clickable regardless of direction of mouse movement


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon stable
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 484104] New: KMail will not start with libzxing2 2.2.1-1xneon+22.04+jammy+release+build12

2024-03-20 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=484104

Bug ID: 484104
   Summary: KMail will not start with libzxing2
2.2.1-1xneon+22.04+jammy+release+build12
Classification: Applications
   Product: kmail2
   Version: 6.0.0
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

SUMMARY

With the recent upgrade of libzxing to 2.2.1-1xneon+22.04+jammy+release+build12
KMail fails to start, throwing this error:

kmail: error while loading shared libraries: libZXing.so.3: cannot open shared
object file: No such file or directory

STEPS TO REPRODUCE
1. Upgrade to libzxing2 2.2.1-1xneon+22.04+jammy+release+build12
2. Try to start KMail

OBSERVED RESULT
Fails to start, with given error message.

EXPECTED RESULT
KMail starts

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Neon
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
Downgrading to 2.1.0-0xneon+22.04+jammy+release+build8 fixed the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 482568] Links don't convert cursor to a hand, and don't open when clicked

2024-03-11 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482568

--- Comment #3 from Joshua J. Kugler  ---
But even in non-HTML messages, cursor still does not convert to a hand.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 482568] Links don't convert cursor to a hand, and don't open when clicked

2024-03-11 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482568

--- Comment #2 from Joshua J. Kugler  ---
Oddly enough, text converted to links (such as in a non-html message) can
simply be clicked. Images/links in an HTML message must be right-clicked.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 483060] Akonadi sending UTC timestamps as local time to MySQL (and this failing around DST change) - QMYSQL bug?

2024-03-11 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=483060

--- Comment #7 from Joshua J. Kugler  ---
(In reply to Christophe Marin from comment #2)
> Duplicate of 483061?

That's quite funny. Mine is even the very next bug filed after this one. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 483060] Akonadi sending UTC timestamps as local time to MySQL (and this failing around DST change) - QMYSQL bug?

2024-03-11 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=483060

--- Comment #6 from Joshua J. Kugler  ---
When I was debugging this, someone in the #maria IRC channel said:
> As a workaround SQL mode flag ALLOW_INVALID_DATES should help, but it is 
> better to store the UTC values properply as UTC.

So, there is that...but that does seem ugly. Can you even specify a TZ on a
TIMESTAMP column in MySQL/MariaDB (it's been too long since I've actively used
MySQL).

Another idea: have Akonadi set the client time zone to UTC when it connects.
BUT: I don't know what that might do to the times it returns in other queries,
so would require investigation, and if code would have to be changed elsewhere.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 483061] Akonadi server does not declare UTC times as UTC

2024-03-11 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=483061

--- Comment #1 from Joshua J. Kugler  ---
It occurred to me this could also cause a problem with receiving e-mail. The
"datetime" column is also a timestamp, and if Akonadi gets an e-mail that was
sent between 2AM and 3AM UTC on a daly light savings change day, it could throw
an error when trying to store it. Possibly resulting in data loss? I'm not
sure.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 483061] New: Akodani server does not declare UTC times as UTC, resulting in brief denial of service

2024-03-09 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=483061

Bug ID: 483061
   Summary: Akodani server does not declare UTC times as UTC,
resulting in brief denial of service
Classification: Frameworks and Libraries
   Product: Akonadi
   Version: 6.0.0
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: jos...@joshuakugler.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY

STEPS TO REPRODUCE
1. Try to access e-mail in a time when you are going to "spring forward" and it
generates an atime with a time between 2AM and 3AM.

OBSERVED RESULT
KMail hangs and gets the dreaded "Retrieving folder contents" hang. This error
is seen in the logs:

Error text: "Incorrect datetime value: '2024-03-10 02:15:10' for column
`akonadi`.`pimitemtable`.`datetime` at row 1 QMYSQL: Unable to execute
statement"

This tipped me off:
https://linustechtips.com/topic/1028839-mariadb-need-help-incorrect-datetime-value-2018-03-25-022324/

Conclusion: Akonadi is inserting time as UTC, but not declaring it UTC, and the
DB server is saying "That's not a valid time in my time zone!" (I'm currently
in Americas/Anchorage).

Yes, I also am a programmer. Yes, I also hate date/time math.

EXPECTED RESULT
Message loads.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Neon all packages up to date
(available in About System)
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
Now that is after 2024-03-10 03:00:00 UTC, I can once again access my e-mails.
:)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 482568] New: Links don't convert cursor to a hand, and don't open when clicked

2024-03-06 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482568

Bug ID: 482568
   Summary: Links don't convert cursor to a hand, and don't open
when clicked
Classification: Applications
   Product: kmail2
   Version: 6.0.0
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

SUMMARY

Hovering over a link no longer makes the cursor a hand, and clicking on the
link doesn't open the link. Right clicking and selecting "Open URL" *does*
work.

STEPS TO REPRODUCE
1. Get e-mail
2. Hover over link
3. Click

OBSERVED RESULT
No "hand" cursor, link doesn't open in browser

EXPECTED RESULT
Cursor turns into a hand, and link opens.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon, latest packages
(available in About System)
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 470991] kio-sftp tries to use old ssh key algorithms

2024-03-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=470991

--- Comment #2 from Joshua J. Kugler  ---
Still a problem with Neon/Plasma 6.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 482442] After update to plasma 6, akonadi can't start because mysql configuration is missing/faulty

2024-03-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482442

--- Comment #4 from Joshua J. Kugler  ---
In /etc/apparmor.d/, I ran:

sudo aa-complain ./mariadbd_akonadi
sudo aa-complain ./mysqld_akonadi

Akonadi is up and running now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 482442] After update to plasma 6, akonadi can't start because mysql configuration is missing/faulty

2024-03-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482442

--- Comment #3 from Joshua J. Kugler  ---
In trying to invoke mysqld directly:

$ /usr/sbin/mysqld
--defaults-file=/home/jkugler/.local/share/akonadi/mysql.conf
--datadir=/home/jkugler/.local/share/akonadi/db_data/ 
--socket=/run/user/1000/akonadi/mysql.socket
--pid-file=/run/user/1000/akonadi/mysql.pid

MariaDB starts and runs without issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 482442] After update to plasma 6, akonadi can't start because mysql configuration is missing/faulty

2024-03-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482442

--- Comment #2 from Joshua J. Kugler  ---
Seems this bug had a similar error (Permission denied):
https://bugs.kde.org/show_bug.cgi?id=427618

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 482442] After update to plasma 6, akonadi can't start because mysql configuration is missing/faulty

2024-03-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=482442

Joshua J. Kugler  changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

--- Comment #1 from Joshua J. Kugler  ---
Similar problems. Fresh install. Installed kmail, had to manually install
akonadi-backend-mysql. Akonadi still won't start.

$ akonadictl start
org.kde.pim.akonadictl: Starting Akonadi Server...
org.kde.pim.akonadictl:done.
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server...
org.kde.pim.akonadiserver: Failed to detect mysqld version!
org.kde.pim.akonadiserver: Could not start database server!
org.kde.pim.akonadiserver: executable: "/usr/sbin/mysqld"
org.kde.pim.akonadiserver: arguments:
QList("--defaults-file=/home/jkugler/.local/share/akonadi/mysql.conf",
"--datadir=/home/jkugler/.local/share/akonadi/db_data/",
"--socket=/run/user/1000/akonadi/mysql.socket",
"--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: process error: "execve: Permission denied"
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited
normally...

Tried sudo aa-complain /usr/bin/akonadiserver and got the error "ERROR: Include
file /etc/apparmor.d/local/mariadbd_akonadi not found"

Currently stuck. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 475256] New: Crash when searching for messages

2023-10-05 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=475256

Bug ID: 475256
   Summary: Crash when searching for messages
Classification: Applications
   Product: kmail2
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

Application: kmail (5.24.1 (23.08.1))

Qt Version: 5.15.10
Frameworks Version: 5.110.0
Operating System: Linux 6.4.6-76060406-generic x86_64
Windowing System: X11
Distribution: KDE neon 5.27
DrKonqi: 5.27.8 [KCrashBackend]

-- Information about the crash:
I tried to search for a specific string in all folders, "complete message."
After finding what seemed like way too many messages (given the string; but
that's another issue) KMail simply crashed.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: KMail (kmail), signal: Aborted

[KCrash Handler]
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139982423506048)
at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=139982423506048) at
./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=139982423506048, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#7  0x7f503b642476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7f503b6287f3 in __GI_abort () at ./stdlib/abort.c:79
#9  0x7f503baa2b9e in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x7f503baae20c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x7f503baae277 in std::terminate() () from
/lib/x86_64-linux-gnu/libstdc++.so.6
#12 0x7f503baae4d8 in __cxa_throw () from
/lib/x86_64-linux-gnu/libstdc++.so.6
#13 0x7f5039e6bb3d in ?? () from
/lib/x86_64-linux-gnu/libKPim5AkonadiCore.so.5
#14 0x7f5045903fa2 in ?? () from /lib/x86_64-linux-gnu/libkmailprivate.so.5
#15 0x7f5045931b41 in ?? () from /lib/x86_64-linux-gnu/libkmailprivate.so.5
#16 0x7f5045932aa2 in ?? () from /lib/x86_64-linux-gnu/libkmailprivate.so.5
#17 0x7f5039f8145e in Akonadi::EntityTreeModel::data(QModelIndex const&,
int) const () from /lib/x86_64-linux-gnu/libKPim5AkonadiCore.so.5
#18 0x7f503c086b99 in QSortFilterProxyModel::data(QModelIndex const&, int)
const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f503d00aeae in QAbstractItemDelegate::helpEvent(QHelpEvent*,
QAbstractItemView*, QStyleOptionViewItem const&, QModelIndex const&) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f503cff50d9 in QAbstractItemView::viewportEvent(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x7f503c0bcbda in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f503cd6c752 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x7f503cd753e1 in QApplication::notify(QObject*, QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x7f503c0bce7a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x7f503cd72239 in QApplication::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x7f503cd6c763 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#27 0x7f503c0bce7a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x7f503c11569b in QTimerInfoList::activateTimers() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x7f503c115fe4 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x7f50372bed3b in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x7f5037314258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x7f50372bc3e3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#33 0x7f503c116368 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#34 0x7f503c0bb79b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#35 0x7f503c0c3d44 in QCoreApplication::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#36 0x56419bda2dbb in ?? ()
#37 0x7f503b629d90 in __libc_start_call_main
(main=main@entry=0x56419bda1cb0, argc=argc@entry=3,
argv=argv@entry=0x7ffc3dcc5ba8) at ../sysdeps/nptl/libc_start_call_main.h:58
#38 0x7f503b629e40 in __libc_start_main_impl (main=0x56419bda1cb0, argc=3,
argv=0x7ffc3dcc5ba8, init=, fini=,
rtld_fini=, stack_end=0x7ffc3dcc5b98) at ../csu/libc-start.c:392
#39 0x56419bda3915 in ?? ()
[Inferior 1 (process 964605) detached]

The reporter indicates this bug may be a duplicate of or related to bug 472052.

Reported using DrKonqi

-- 
You are receiving this 

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2023-07-15 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #15 from Joshua J. Kugler  ---
Sorry to report, this happened again. Resume from hibernate. KDE Neon, Plasma
5.27.6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 470991] New: kio-sftp tries to use old ssh key algorithms

2023-06-13 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=470991

Bug ID: 470991
   Summary: kio-sftp tries to use old ssh key algorithms
Classification: Frameworks and Libraries
   Product: kio-extras
   Version: 23.04.1
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: SFTP
  Assignee: plasma-b...@kde.org
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

SUMMARY
I'm trying to open a file on a remote host using sftp://. When I do so, I get
this:

kex error : no match for method server host key algo: server
[rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519], client
[ssh-dss]

STEPS TO REPRODUCE
1. Try to connect to a modern host with kio-sftp.

OBSERVED RESULT
Connection error:

kex error : no match for method server host key algo: server
[rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519], client
[ssh-dss]

EXPECTED RESULT

Connection with modern ssh key algorithm.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon
(available in About System)
KDE Plasma Version: 23.04.1
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 450550] K-Mail does not print images in an e-mail

2023-06-06 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=450550

Joshua J. Kugler  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #5 from Joshua J. Kugler  ---
This is fixed as of (and maybe before) KMail Version 5.23.1 (23.04.1). I was
just able to print an e-mail with all images included.

This worked both with hitting Ctrl-P while the mail displayed in the main
window, and opening the message in a separate window and hitting Ctrl-P.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2023-05-23 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #13 from Joshua J. Kugler  ---
I am running KDE Neon these days. Currently at Plasma 5.27. I have not seen the
network icon disappear since I started using it.

Just FYI. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 461319] WireGuard connection doesn't save persistent-keepalive value.

2023-01-26 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=461319

Joshua J. Kugler  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 461319] WireGuard connection doesn't save persistent-keepalive value.

2023-01-26 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=461319

--- Comment #5 from Joshua J. Kugler  ---
@sn: 

I added "persistent-keepalive=21" to the [wireguard-peer.x] section and ran
`nmcli connection reload`. Restarted conenction via plasma applet, and `wg
show` now showed the keep alive value.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 461319] WireGuard connection doesn't save persistent-keepalive value.

2023-01-26 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=461319

Joshua J. Kugler  changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

--- Comment #4 from Joshua J. Kugler  ---
I am running 5.26.5-0xneon+22.04+jammy+release+build17 and this bugs still
exists.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2022-08-04 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #12 from Joshua J. Kugler  ---
Any updates as to this being fixed in a later version? Hopefully will upgrade
to Ubuntu 22.04 soon so curious if this is fixed yet.

Also, is there a command-line equivalent to hide/show the network icon? `sudo
systemctl restart network-manager.service` does work, but it would be nice if I
could bring it back without restarting my network. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 450550] K-Mail does not print images in an e-mail

2022-02-21 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=450550

--- Comment #3 from Joshua J. Kugler  ---
Not an exact duplicate, as that bug said "Wherever a graphic image is in an
email, it gets replaced with blank space in the printout."

This may be related to a security setting. I have K-Mail configured to show all
graphics when it displays e-mail. However, if I open the e-mail in a separate
window, I get a message that says:

"""
Note: This HTML message may contain external references to images etc. For
security/privacy reasons external references are not loaded. If you trust the
sender of this message then you can load the external references for this
message by clicking here.
"""

And all the images are broken image icons. I went through all the security
settings and couldn't find any additional settings that allowed images in
separate windows or when printing. I wonder if some (hidden?) setting is
prevent it from fetching images during a print. There is no print preview, so I
can't check that. way. Even if I click the link to load images in the external
window, it still prints with broken image icons.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 450550] K-Mail does not print images in an e-mail

2022-02-18 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=450550

--- Comment #1 from Joshua J. Kugler  ---
This bug has been around for quite a while. I found this when googling:
https://www.reddit.com/r/kde/comments/eu0wjo/kmail_print_image/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 450550] New: K-Mail does not print images in an e-mail

2022-02-18 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=450550

Bug ID: 450550
   Summary: K-Mail does not print images in an e-mail
   Product: kmail2
   Version: 5.13.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: commands and actions
  Assignee: kdepim-b...@kde.org
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

SUMMARY
K-Mail does not print the images in an e-mail. "Print background color and
images" is checked in Settings -> Misc -> Printing


STEPS TO REPRODUCE
1. Get an e-mail with images referenced remotely
2. Print

OBSERVED RESULT
"Broken image" icon in print out

EXPECTED RESULT
E-mail printed with images viewable as when viewed in Kmail

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  
KDE Plasma Version: 5.18.8
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2020-10-26 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #10 from Joshua J. Kugler  ---
Just a data point. Vanished again.

sudo systemctl restart network-manager.service

brought it back.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2020-09-30 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #9 from Joshua J. Kugler  ---
Welp...it vanished again. I did try

sudo systemctl restart network-manager.service

from the terminal, and it brought back the icon.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2020-09-28 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #5 from Joshua J. Kugler  ---
I vanished again. So, this is what I did:

1. Right clicked on expander arrow, and selected "Configure System Tray.
2. Found "Networks (Automatic Load)
3. Changed to Disabled
4. Clicked Apply
5. Changed networks to Always shown.
6. Hit apply
7. It's back.

Agh...I did not pay attention to what it was before I changed it. It may have
been "Shown when relevant."  I'll keep an eye on it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2020-09-25 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #4 from Joshua J. Kugler  ---
Konrad -

Thanks for you reply!

I will give that test a try as soon as it next vanishes.

As to the version, I'm on Kubuntu 20.04, and I'm running the latest in
kubuntu-ppa/backports/. It seems There was a decision to bump the required
version of Qt in KDE, so there are no newer KDE/Plasma packages for Focal.
Kubuntu 20.10 isn't out yet, so to upgrade Plasma, as far as I know, I'd have
to do a LOT of compiling. :) If you know of simpler way, I'm all ears!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] plasma-nm icon vanishes sometimes after wake-from-sleep

2020-09-14 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

--- Comment #1 from Joshua J. Kugler  ---
tsdgeos in #kde-devel mentioned that a possible cause might be a kded crash,
and "plasma-nm doesn't seem to be smart enough to restart itself properly."

The next time it does it, I will try to gather syslog and .xsession-errors
output.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 426540] New: plasma-nm icon vanishes sometimes after wake-from-sleep

2020-09-14 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=426540

Bug ID: 426540
   Summary: plasma-nm icon vanishes sometimes after
wake-from-sleep
   Product: plasma-nm
   Version: 5.18.5
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: jos...@joshuakugler.com
  Target Milestone: ---

SUMMARY
I am running Plasma version 5.18.5 on Kubutnu 20.04. I am seeing a bug that has
been present for a long time (multiple releases of KDE and Kubuntu). The icon
for the network control panel in the tray will often vanish (usually after a
wake from sleep). I have to kill plasmashell and invoke it to get it back.

STEPS TO REPRODUCE
1. Wake/sleep/wake/sleep several times

OBSERVED RESULT
Eventually, when waking up, the plasma-nm icon will no longer be in the panel,
and it will not be in the hidden icons either.

EXPECTED RESULT
plasma-nm icon to always be there.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION
This could be confirmation bias, since it's when I *want* the NM panel, but it
seems to do it more when I wake from sleep, and the wireless network I was on
is no longer there.

Any tips on what I could gather for your analysis would be appreciated! :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 376333] KMail crashed while opening on KDE Neon distribution (fresh install)

2019-12-30 Thread Joshua J. Kugler
https://bugs.kde.org/show_bug.cgi?id=376333

Joshua J. Kugler  changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

--- Comment #1 from Joshua J. Kugler  ---
This bug is going on three years, and I'm still hitting it.

I just installed Neon (neon-user-20191226-1116.iso). Logged in. Installed
Kmail. Started it. New profile dialog came up, and then it put up a dialog box:

The Email program encountered a fatal error and will terminate now.
The error was:
Invalid parent

Letting KMail die, and starting it again seems to let it proceed, but it did
fail on both fresh installs I tried.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 379677] Application: No such method 'agentName' in interface 'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager' (signature 'ss') (akonadi_baloo_indexer), signal: Aborted

2018-06-14 Thread Joshua J . Kugler
https://bugs.kde.org/show_bug.cgi?id=379677

--- Comment #8 from Joshua J. Kugler  ---
Hmm...dpkg tells me akonadi_baloo_indexer is from the baloo-utils package. I
removed that. Didn't complain about anything else. Oddly enough, I stopped
getting the crash messages not too long after I appended to this bug report.

Thanks for the help!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 379677] Application: No such method 'agentName' in interface 'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager' (signature 'ss') (akonadi_baloo_indexer), signal: Aborted

2018-06-13 Thread Joshua J . Kugler
https://bugs.kde.org/show_bug.cgi?id=379677

--- Comment #6 from Joshua J. Kugler  ---
Ah, good point. But this is a clean Kubuntu 18.04 install, and I'm using the
KDE Update PPA.  I don't *think* I'd having any KDE4 PIM packages installed,
but I'll ping the forum and see if they have any leads.

```
$ dpkg -l|grep kde|grep pim|grep ii
ii  kdepim-addons   17.12.3-0ubuntu2   
amd64Addons for KDE PIM applications
ii  kdepim-runtime  4:17.12.3-0ubuntu2 
amd64runtime components for Akonadi KDE
ii  kdepim-themeeditors 4:17.12.3-0ubuntu1 
amd64Theme Editors for KDE PIM applications
ii  kf5-kdepim-apps-libs-data   4:17.12.3-0ubuntu1 
all  KDE PIM mail related libraries, data files
ii  kio-sieve   4:17.12.3-0ubuntu1 
amd64Sieve mail filtering language support for kdepim,
development files
ii  libkf5kdepimdbusinterfaces5:amd64   4:17.12.3-0ubuntu1 
amd64KDE PIM D-Bus interfaces library
ii  libkf5kmanagesieve5:amd64   4:17.12.3-0ubuntu1 
amd64Sieve remote script management support for kdepim,
library
ii  libkf5ksieve-data   4:17.12.3-0ubuntu1 
all  Sieve mail filtering language support for kdepim,
data files
ii  libkf5ksieve5:amd64 4:17.12.3-0ubuntu1 
amd64Sieve mail filtering language support for kdepim,
library
ii  libkf5ksieveui5:amd64   4:17.12.3-0ubuntu1 
amd64Sieve mail filtering language support for kdepim,
GUI library
ii  libkf5libkdepim-data4:17.12.3-0ubuntu1 
all  KDE PIM library - data files
ii  libkf5libkdepim-plugins:amd64   4:17.12.3-0ubuntu1 
amd64KDE PIM library - plugins
ii  libkf5libkdepim5abi2:amd64  4:17.12.3-0ubuntu1 
amd64KDE PIM library
ii  libkf5libkdepimakonadi5:amd64   4:17.12.3-0ubuntu1 
amd64KDE PIM Akonadi library
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 379677] Application: No such method 'agentName' in interface 'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager' (signature 'ss') (akonadi_baloo_indexer), signal: Aborted

2018-06-13 Thread Joshua J . Kugler
https://bugs.kde.org/show_bug.cgi?id=379677

--- Comment #4 from Joshua J. Kugler  ---
OS: Linux (x86_64) release 4.15.0-23-generic
KDE Frameworks 5.46.0
Qt 5.9.5 (built against 5.9.5)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 379677] Application: No such method 'agentName' in interface 'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager' (signature 'ss') (akonadi_baloo_indexer), signal: Aborted

2018-06-13 Thread Joshua J . Kugler
https://bugs.kde.org/show_bug.cgi?id=379677

--- Comment #3 from Joshua J. Kugler  ---
Ah, didn't see this:

Executable: akonadi_baloo_indexer PID: 13490 Signal: Aborted (6) Time: 06/13/18
08:52:34

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde] [Bug 379677] Application: No such method 'agentName' in interface 'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager' (signature 'ss') (akonadi_baloo_indexer), signal: Aborted

2018-06-13 Thread Joshua J . Kugler
https://bugs.kde.org/show_bug.cgi?id=379677

Joshua J. Kugler  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||jos...@joshuakugler.com
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #2 from Joshua J. Kugler  ---
I just started hitting this today...over and over and over. I have no idea what
is causing it, or how to fix it.  It doesn't say who or what is crashing, just
that it is crashing with this message:

Application: No such method 'agentName' in interface
'org.freedesktop.Akonadi.AgentManager' at object path '/AgentManager'
(signature 'ss')

Let me know anything I can do to help debug this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 297930] Kmail hangs on "Retrieving folder contents ... please wait"

2016-10-06 Thread Joshua J . Kugler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=297930

Joshua J. Kugler <jos...@joshuakugler.com> changed:

   What|Removed |Added

 CC||jos...@joshuakugler.com

--- Comment #19 from Joshua J. Kugler <jos...@joshuakugler.com> ---
Just hit this problem today.

KMail Version: 5.1.3
KDE Plasma Version: 5.6.5
KDE Frameworks Version: 5.23.0
Qt Version: 5.5.1

Thanks Dimitris for the work-around!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 323294] error "Could not move message" after pop3 filter

2016-09-26 Thread Joshua J . Kugler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323294

--- Comment #8 from Joshua J. Kugler <jos...@joshuakugler.com> ---
Are there KDE 5.x packages for Ubuntu 14.04?  I'm still on 14.04, since it is
LTS.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 323294] error "Could not move message" after pop3 filter

2016-09-26 Thread Joshua J . Kugler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323294

--- Comment #6 from Joshua J. Kugler <jos...@joshuakugler.com> ---
I still get this constantly on KMail version 4.14.3 (KDE 4.14.13).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 306954] Sometimes get "could not move message" when trying to delete messages.

2016-09-26 Thread Joshua J . Kugler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306954

--- Comment #7 from Joshua J. Kugler <jos...@joshuakugler.com> ---
I still get this constantly on KMail version 4.14.3 (KDE 4.14.13).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kmail2] [Bug 323294] error "Could not move message" after pop3 filter

2016-09-26 Thread Joshua J . Kugler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323294

--- Comment #5 from Joshua J. Kugler <jos...@joshuakugler.com> ---
I still get this constantly on KMail version 4.14.3

-- 
You are receiving this mail because:
You are watching all bug changes.