https://bugs.kde.org/show_bug.cgi?id=481937
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #10 from
https://bugs.kde.org/show_bug.cgi?id=473669
--- Comment #2 from Aaron Rainbolt ---
I was working on it last night, but isma pointed out (in the Plasma dev room)
that KRunner supports unknown variables when solving equations (for instance
you can type =2x=5 and it will tell you that x = 2.5
https://bugs.kde.org/show_bug.cgi?id=473669
Bug ID: 473669
Summary: KRunner can give erroneous output when evaluating
equations involving implicit mutiplication
Classification: Plasma
Product: krunner
Version: 5.27.7
Pl
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #37 from Aaron Rainbolt ---
I had found the bug-fixing commit, and the only commit that affected the bugged
file after the bug-fixing commit is this one:
https://invent.kde.org/plasma/plasma-workspace/-/commit
https://bugs.kde.org/show_bug.cgi?id=473271
Bug ID: 473271
Summary: Leaving an apparently empty space while viewing it
results in the joined room list being hidden until
next NeoChat restart
Classification: Applications
https://bugs.kde.org/show_bug.cgi?id=473003
Bug ID: 473003
Summary: The snap version of NeoChat Stable can't fetch auth
info from KWallet due to AppArmor policy
Classification: Applications
Product: NeoChat
Version: unspecified
https://bugs.kde.org/show_bug.cgi?id=472822
Bug ID: 472822
Summary: "Show KRunner" button in "Places" menu can end up
masquerading as some other button
Classification: Plasma
Product: plasma-simplemenu
Version: unspecified
https://bugs.kde.org/show_bug.cgi?id=472812
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #1 from
https://bugs.kde.org/show_bug.cgi?id=453918
--- Comment #4 from Aaron Rainbolt ---
I mean KDE 5.27.6 in the above comment, sorry
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=453918
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #3 from
https://bugs.kde.org/show_bug.cgi?id=458936
--- Comment #4 from Aaron Rainbolt ---
(Also I believe Element (a Matrix chat client) is good at causing this problem
on my system.)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=458936
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #3 from
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #34 from Aaron Rainbolt ---
After much fiddling, diffing, bisecting, and fighting, the code change that
fixed this bug has finally been found. And it is...
https://invent.kde.org/plasma/plasma-workspace/-/commit
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #33 from Aaron Rainbolt ---
OK so that didn't work. I tried to diff between what I thought was a working
point on the master branch, and the tip of the Plasma/5.26 branch, and got a
diff that was, I kid you not, nearly two million
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #32 from Aaron Rainbolt ---
Most recent findings:
1. I can successfully run a KDE Plasma build that is mostly from the tip of
Plasma/5.26, but with only plasma-workspace built from master.
2. When everything is built from Plasma/5.26
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #30 from Aaron Rainbolt ---
Alright, I built Plasma from master with kdesrc-build again, and now the crash
has vanished. Whew.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #29 from Aaron Rainbolt ---
Also I didn't get a stack trace from my crashes to ensure that they were the
same, so it's within the realm of possibility I'm doing this to myself with a
version mismatch.
--
You are rece
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #28 from Aaron Rainbolt ---
I should specify, I'm building from source manually, cloning directly from the
Git repos and using cmake and make myself for this latest build that has the
crash, so perhaps the problem is in a dependency
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #27 from Aaron Rainbolt ---
Crud. Not sure what changed, but I can reproduce the bug with git master again.
:(
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #26 from Aaron Rainbolt ---
Verified that the bug is in plasma-workspace - building from an earlier commit
shows the crash, but the latest one doesn't crash. I am actively bisecting the
repo (about 5 steps left) and should hopefully h
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #25 from Aaron Rainbolt ---
I can reproduce the crash using the tip of the Plasma/5.26 branch for all
components.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #24 from Aaron Rainbolt ---
And this is the output of the working plasmashell from master:
kf.plasma.quick: Applet preload policy set to 1
QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *,
QUrl)
Trying to use
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #23 from Aaron Rainbolt ---
Alright, I modified the plasma-workspace code slightly (using the version in
Kubuntu's repos), and edited all of the lines that said "requesting unexisting
screen" to specify what function the
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #21 from Aaron Rainbolt ---
@NateGraham Where is that code at? I'm looking for it and having a hard time
finding it in Plasma 5.24.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #19 from Aaron Rainbolt ---
If I reproduce the crash with "plasmashell --replace" running in a terminal, I
see a ton of "requesting unexisting screen 0" messages appear just before
crash. This on Kubuntu 22.04.1, which u
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #18 from Aaron Rainbolt ---
Nevermind, I actually failed to notice the crashes. I can now see that
plasmashell crashed several times during my latest testing with the Plasma/5.24
testing. Sorry.
--
You are receiving this mail because:
You
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #17 from Aaron Rainbolt ---
I also cannot reproduce this with the tip of the Plasma/5.24 branch.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=454946
--- Comment #15 from Aaron Rainbolt ---
Currently unable to reproduce this with the latest git master. Using KDE neon
22.04 Developer Edition (KForge virtual appliance on VirtualBox 6.1).
I built the full KDE Plasma stack with kdesrc-build as
https://bugs.kde.org/show_bug.cgi?id=460618
--- Comment #9 from Aaron Rainbolt ---
Hmm, and it's happening *without* a resolution change? That's weird. Fushan Wen
thought that perhaps a Qt bug had something to do with one aspect of this mess,
but I've been having a ridiculously ha
https://bugs.kde.org/show_bug.cgi?id=413645
Aaron Rainbolt changed:
What|Removed |Added
Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
https://bugs.kde.org/show_bug.cgi?id=413645
Aaron Rainbolt changed:
What|Removed |Added
Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
https://bugs.kde.org/show_bug.cgi?id=438312
Aaron Rainbolt changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit|https
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #59 from Aaron Rainbolt ---
Writing this as a comment and not a bug report since there's still some more
work to be done, but here's some extra info:
While attempting to test the backports of this bug fix
(https://invent.kde.
https://bugs.kde.org/show_bug.cgi?id=454946
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=456511
--- Comment #19 from Aaron Rainbolt ---
(In reply to Vlad Zahorodnii from comment #18)
> (In reply to Aaron Rainbolt from comment #17)
> > This *might* be Qt related - I'm experiencing a similar problem on Lubuntu
> > 22.04.1 with
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #51 from Aaron Rainbolt ---
Alright, looks like everything's now working right! Merge request:
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2118
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #50 from Aaron Rainbolt ---
Bah, and now there it is again! Fickle thing. Alright, sorry for bug spam. I'll
be back once I figure out what it's doing this time.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #49 from Aaron Rainbolt ---
Nevermind, I guess the bug seeming to still be there was a fluke? Now I can't
get the wrong behavior to happen anymore. :/ Task failed successfully, I guess.
--
You are receiving this mail because:
Yo
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #48 from Aaron Rainbolt ---
Er, no, probably in GridLayoutManager. (Note to self, look at code before
declaring where you think a bug is.)
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #47 from Aaron Rainbolt ---
Crud. Well the solution that I was about to post a merge request for turned out
to only solve the problem partway. While the widgets are no longer scrambled on
startup, you can still cause them to be scrambled by
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #46 from Aaron Rainbolt ---
Looks like the resolution change was indeed (at least part of) the problem.
Changing AppletsLayout::AppletsLayout to ignore any screen resolution changes
the first time it is ran fixed the bug, while still
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #42 from Aaron Rainbolt ---
So, looking at the logic here, I think the problem might actually be the result
of a resolution change during early startup - for instance, on an NVIDIA
machine of mine, the SDDM display on bootup is rather
https://bugs.kde.org/show_bug.cgi?id=456511
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #17 from
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #18 from Aaron Rainbolt ---
(In reply to Aaron Rainbolt from comment #17)
> OK, nevermind, upon closer inspection I'm looking at the wrong code. No
> changes I make to bool Activities::start(const QString &id) seem to have an
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #17 from Aaron Rainbolt ---
OK, nevermind, upon closer inspection I'm looking at the wrong code. No changes
I make to bool Activities::start(const QString &id) seem to have any effect
(not even a blatant null pointer dereference
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #16 from Aaron Rainbolt ---
Wow, in retrospect that code is SO BAD. A typo, I'm probably missing C++
syntax, and the pseudocode logic is itself flawed. :facepalm:
I think I meant something more like this:
> bool Activities::sta
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #15 from Aaron Rainbolt ---
Maybe it would be better if, rather than implementing the fix in ksmserver, we
implemented it in kwin/src/activities.cpp? I'm realizing it might be rather
trivial to do something like this:
> bool Ac
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #13 from Aaron Rainbolt ---
Interesting. Using "killall kwin_x11 && kwin_x11" in KDE neon Unstable Edition
results in identical behavior as when using "kwin_x11 --replace".
--
You are receiving this mail becau
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #11 from Aaron Rainbolt ---
The kwin/src/activities.cpp file is
https://invent.kde.org/plasma/kwin/-/blob/master/src/activities.cpp, sorry to
accidentally fail to specify that.
--
You are receiving this mail because:
You are watching all
https://bugs.kde.org/show_bug.cgi?id=438312
--- Comment #10 from Aaron Rainbolt ---
OK, I've read through the code and I think I see why this bug is occurring. My
understanding of C++ is not all that great since I don't actually know the
language, so this could be partially wrong.
https://bugs.kde.org/show_bug.cgi?id=438312
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #9 from
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #41 from Aaron Rainbolt ---
(In reply to Aaron Rainbolt from comment #40)
> The patch: https://termbin.com/kv20
> Plasma version - 5.25.5 (built from source with kdesrc-build with
> build-group set to stable-kf5-qt5)
>
> WA
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #40 from Aaron Rainbolt ---
The patch: https://termbin.com/kv20
Plasma version - 5.25.5 (built from source with kdesrc-build with build-group
set to stable-kf5-qt5)
WARNING: I do not know C++. All this patch does is comment out a chunk of
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #38 from Aaron Rainbolt ---
Looking at my previous comment, it may appear misleading - the comment within
the "else if" block actually applies to the following "else" block if I'm
understanding correctly. H
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #37 from Aaron Rainbolt ---
In
https://invent.kde.org/plasma/plasma-workspace/-/blob/Plasma/5.25/components/containmentlayoutmanager/appletslayout.cpp,
lines 83-88:
>} else if (!m_geometryBeforeResolutionChange.isEm
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #36 from Aaron Rainbolt ---
> (I believe the bug trigger here was a multi-monitor setup with different
> resolutions for each monitor, one full-HD one 4K. When I upgraded to
> matching-resolution 4Ks it stopped triggering for m
https://bugs.kde.org/show_bug.cgi?id=413645
--- Comment #34 from Aaron Rainbolt ---
I can also resolve the problem by entirely removing the "ItemGeometries" line
and leaving the "ItemGeometriesHorizontal" line. However, again, this line is
recreated at login, and if left a
https://bugs.kde.org/show_bug.cgi?id=413645
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #33 from
https://bugs.kde.org/show_bug.cgi?id=455881
Bug ID: 455881
Summary: Would like the ability to resize widgets that are
placed in the panel
Product: plasmashell
Version: master
Platform: Neon Packages
OS: Linu
https://bugs.kde.org/show_bug.cgi?id=453883
Aaron Rainbolt changed:
What|Removed |Added
CC||arraybo...@gmail.com
--- Comment #1 from
60 matches
Mail list logo