https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #34 from Aleix Pol ---
Git commit 9ee5712be3510f5ee9dd3b4c0a9fb2959ec0a8b4 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 30/10/2024 at 21:24.
Pushed by apol into branch 'master'.
kio-open: Special-case thunderlinks
They often
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #33 from Raman Gupta ---
Based on the output of
while sleep .1; do ps aux | grep slack | grep -v grep | grep magic; done
It appears that the magic links are still being created in upper case, and
being passed to the Slack command in lower
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #32 from Raman Gupta ---
I don't know if its a change in KDE, Slack, or Chrome, but at least Slack links
open for me now.
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Ver
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #31 from l...@gmx.com ---
For me bug is present also in KDE 6.1
this is my old post in this thread:
example: kde-open5 'callto://545'
change
545 in 0.0.2.33
but if i use callto://545545545
it's all OK!! :((
This is the link of my post in ot
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #30 from Oded Arbel ---
(In reply to Bug Janitor Service from comment #25)
> A possibly relevant merge request was started @
> https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/99
I just tested this MR with Plasma 6.1 and that fi
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #29 from Pedro Boschi ---
I do not believe a fix focusing only on Slack and ThunderBird would be the way
to go, because this issue happens with other applications as well, such as
Zoom: "zoommtg://"
--
You are receiving this mail because:
https://bugs.kde.org/show_bug.cgi?id=429408
Pedro Boschi changed:
What|Removed |Added
CC||bos...@gmail.com
--- Comment #28 from Pedro Bosc
https://bugs.kde.org/show_bug.cgi?id=429408
Sven Wappler changed:
What|Removed |Added
CC||s...@wappler.eu
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=429408
Tom changed:
What|Removed |Added
Platform|Manjaro |Arch Linux
--
You are receiving this mail because:
You a
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #27 from Tom ---
It's also happening to an updated vanilla Archlinux.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=429408
Tom changed:
What|Removed |Added
CC||ayr...@riseup.net
--
You are receiving this mail because
https://bugs.kde.org/show_bug.cgi?id=429408
Vladimir Tennov changed:
What|Removed |Added
CC||tennov+...@gmail.com
--
You are receiving th
https://bugs.kde.org/show_bug.cgi?id=429408
k...@disguised.io changed:
What|Removed |Added
CC||k...@disguised.io
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #26 from Tom Crider ---
(In reply to Bug Janitor Service from comment #25)
> A possibly relevant merge request was started @
> https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/99
Tested MR 99 on kde5, modified for thunderlinks a
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #25 from Bug Janitor Service ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/99
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #24 from Tom Crider ---
I'm unable to edit my comments. anyway previously applied patches caused some
encoding issues, had to limit them further:
+if ((domain.toStdString().find("slack://") >= 0) ||
(domain.toStdString().find("thunderli
https://bugs.kde.org/show_bug.cgi?id=429408
kahen...@gmail.com changed:
What|Removed |Added
CC||kahen...@gmail.com
--- Comment #23 from kah
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #22 from Tom Crider ---
not sure why i went around my butt to get to my elbow for those :facepalm:,
could have been much simpler. assuming the issue only occurs when :// is passed
and generally :// shouldn't be passed from applications -- I
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #21 from Tom Crider ---
Alternate version for qt6-qtbase:
```
diff --git a/src/corelib/io/qurlidna.cpp b/src/corelib/io/qurlidna.cpp
index bb14e1cd..1c560975 100644
--- a/src/corelib/io/qurlidna.cpp
+++ b/src/corelib/io/qurlidna.cpp
@@ -892,
https://bugs.kde.org/show_bug.cgi?id=429408
Tom Crider changed:
What|Removed |Added
CC||gloriouseggr...@gmail.com
--- Comment #20 from Tom
https://bugs.kde.org/show_bug.cgi?id=429408
André Werlang changed:
What|Removed |Added
CC||bepp...@gmail.com
--- Comment #19 from André We
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #18 from g.vagnu...@gmx.it ---
Hi to all, i have same problem only with "short" argument.
example: kde-open5 'callto://545'
change
545 in 0.0.2.33
but if i use callto://545545545
it's all OK!! :((
This is the link of my post in other fo
https://bugs.kde.org/show_bug.cgi?id=429408
g.vagnu...@gmx.it changed:
What|Removed |Added
CC||g.vagnu...@gmx.it
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=429408
Raman Gupta changed:
What|Removed |Added
CC||rocketra...@gmail.com
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=429408
equal.bowl2...@turtton.net changed:
What|Removed |Added
CC||equal.bowl2...@turtton.net
--
You
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #17 from Hans-Peter Jansen ---
(In reply to Stefano Forli from comment #16)
> (In reply to Hans-Peter Jansen from comment #14)
> > Hi Nigel,
> >
> > you may want to try my slackfix hack - that provides a -v option, allowing
> > you to prove
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #16 from Stefano Forli ---
(In reply to Hans-Peter Jansen from comment #14)
> Hi Nigel,
>
> you may want to try my slackfix hack - that provides a -v option, allowing
> you to prove, if it's Qt to blame here, or something else...
Hi Hans,
https://bugs.kde.org/show_bug.cgi?id=429408
Stefano Forli changed:
What|Removed |Added
CC||ntro...@gmail.com
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=429408
Strahinja Kustudic changed:
What|Removed |Added
CC||kustod...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=429408
Grief changed:
What|Removed |Added
CC||iamgr...@gmail.com
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=429408
Yuriy Vidineev changed:
What|Removed |Added
CC||adeptsm...@gmail.com
--- Comment #15 from Yuri
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #14 from Hans-Peter Jansen ---
Hi Nigel,
you may want to try my slackfix hack - that provides a -v option, allowing you
to prove, if it's Qt to blame here, or something else...
--
You are receiving this mail because:
You are watching all
https://bugs.kde.org/show_bug.cgi?id=429408
Nigel Stewart changed:
What|Removed |Added
CC||nig...@nigels.com
--- Comment #13 from Nigel St
https://bugs.kde.org/show_bug.cgi?id=429408
Eric Armbruster changed:
What|Removed |Added
CC||er...@armbruster-online.de
--
You are receiv
https://bugs.kde.org/show_bug.cgi?id=429408
Hans-Peter Jansen changed:
What|Removed |Added
CC||h...@urpla.net
--- Comment #12 from Hans-Pe
https://bugs.kde.org/show_bug.cgi?id=429408
Jeremy W. Murphy changed:
What|Removed |Added
CC||jeremy.william.murphy@gmail
https://bugs.kde.org/show_bug.cgi?id=429408
Ralph changed:
What|Removed |Added
CC||segira...@gmail.com
--
You are receiving this mail bec
https://bugs.kde.org/show_bug.cgi?id=429408
Nicolai Langfeldt changed:
What|Removed |Added
CC||j...@langfeldt.net
--- Comment #11 from Nic
https://bugs.kde.org/show_bug.cgi?id=429408
Oded Arbel changed:
What|Removed |Added
CC||o...@geek.co.il
--- Comment #10 from Oded Arbel -
https://bugs.kde.org/show_bug.cgi?id=429408
CyberKitsune changed:
What|Removed |Added
CC||m...@cyberkitsune.net
--- Comment #9 from CyberK
https://bugs.kde.org/show_bug.cgi?id=429408
Joe changed:
What|Removed |Added
CC||jchevar...@gmail.com
--- Comment #8 from Joe ---
Just wa
https://bugs.kde.org/show_bug.cgi?id=429408
Rodrigo Garcia Martin changed:
What|Removed |Added
CC||rodrigogarci...@gmail.com
--
You are r
https://bugs.kde.org/show_bug.cgi?id=429408
Daniel Noga changed:
What|Removed |Added
CC||noga.d...@gmail.com
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=429408
Mario Ray Mahardhika changed:
What|Removed |Added
CC||leledumbo_c...@yahoo.co.id
--
You are r
https://bugs.kde.org/show_bug.cgi?id=429408
Darafei Praliaskouski changed:
What|Removed |Added
CC||m...@komzpa.net
Status|REPO
https://bugs.kde.org/show_bug.cgi?id=429408
cybik changed:
What|Removed |Added
CC||r...@cybikbase.com
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=429408
k...@dickbag.org changed:
What|Removed |Added
CC||k...@dickbag.org
--- Comment #7 from k...@dic
https://bugs.kde.org/show_bug.cgi?id=429408
Francesc Ortiz changed:
What|Removed |Added
Platform|Kubuntu Packages|Manjaro
Version|5.18.5
https://bugs.kde.org/show_bug.cgi?id=429408
Francesc Ortiz changed:
What|Removed |Added
CC||francescor...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=429408
Connor Schunk changed:
What|Removed |Added
CC||k...@peeves.pro
--- Comment #6 from Connor Schu
https://bugs.kde.org/show_bug.cgi?id=429408
--- Comment #5 from Egon Willighagen ---
(In reply to Egon Willighagen from comment #3)
> I got here via this StackOverflow workaround for a problem where Slack does
SO link:
https://stackoverflow.com/questions/70867064/signing-into-slack-desktop-not-w
https://bugs.kde.org/show_bug.cgi?id=429408
Levon Avagyan changed:
What|Removed |Added
CC||levon.avag...@gmail.com
--- Comment #4 from Lev
https://bugs.kde.org/show_bug.cgi?id=429408
rafaeln@gmail.com changed:
What|Removed |Added
CC||rafaeln@gmail.com
--
You are receiv
https://bugs.kde.org/show_bug.cgi?id=429408
John changed:
What|Removed |Added
CC||ender8...@gmail.com
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=429408
Nico Kruber changed:
What|Removed |Added
CC||nico.kru...@gmail.com
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=429408
m...@rodion.icu changed:
What|Removed |Added
CC||m...@rodion.icu
--
You are receiving this mai
https://bugs.kde.org/show_bug.cgi?id=429408
p...@fivebulldogs.com changed:
What|Removed |Added
CC||p...@fivebulldogs.com
--
You are receiv
https://bugs.kde.org/show_bug.cgi?id=429408
Sok Ann Yap changed:
What|Removed |Added
CC||sok...@gmail.com
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=429408
Egon Willighagen changed:
What|Removed |Added
CC||egon.willigha...@gmail.com
--- Comment #3 fr
https://bugs.kde.org/show_bug.cgi?id=429408
Thomas Borowski changed:
What|Removed |Added
Status|CONFIRMED |REPORTED
Ever confirmed|1
https://bugs.kde.org/show_bug.cgi?id=429408
Casenet changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords||acc
61 matches
Mail list logo