https://bugs.kde.org/show_bug.cgi?id=487043
Nate Graham changed:
What|Removed |Added
Version Fixed In|6.1 |6.1.0
--
You are receiving this mail because:
Yo
https://bugs.kde.org/show_bug.cgi?id=487043
Nate Graham changed:
What|Removed |Added
Version Fixed In||6.1
--
You are receiving this mail because:
You
https://bugs.kde.org/show_bug.cgi?id=487043
Vlad Zahorodnii changed:
What|Removed |Added
Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
https://bugs.kde.org/show_bug.cgi?id=487043
Vlad Zahorodnii changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugs.kde.org/show_bug.cgi?id=487043
mira...@mirandastreeter.com changed:
What|Removed |Added
CC||mira...@mirandastreeter.com
--
Yo
https://bugs.kde.org/show_bug.cgi?id=487043
postix changed:
What|Removed |Added
CC||pos...@posteo.eu
--
You are receiving this mail becau
https://bugs.kde.org/show_bug.cgi?id=487043
Gonçalo Negrier Duarte changed:
What|Removed |Added
CC|gonegrier.dua...@gmail.com |
--
You are receiving this mail becau
https://bugs.kde.org/show_bug.cgi?id=487043
Bug Janitor Service changed:
What|Removed |Added
Status|CONFIRMED |ASSIGNED
--- Comment #22 from Bug Janitor
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #21 from David Edmundson ---
>Maybe there's a way to avoid QLockFile use there.
I think so. From my reading of the code it can all be guarded with
#if !QT_CONFIG(temporaryfile)
The saving *sometimes* uses QSaveFile which writes to another
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #20 from David Edmundson ---
Turning this into some actual numbers, total time in pipeline creation for both
the overview and cube effect with the cache off gave the result:
"Total time spent on pipeline creation during the lifetime of the
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #19 from David Edmundson ---
I ran with
QCoreApplication::setAttribute(Qt::AA_DisableShaderDiskCache); in main.cpp and
it's certainly not visibly worse.
Our pipelines aren't exactly complicated, and mesa has a cache anyway, maybe it
isn't
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #18 from David Edmundson ---
Interetsingly there is a line that the automatic pipeline cache naming doesn't
handle the same UI in mulitple windows in the same app very well, that's
something we use in kwin. So there's definitely something to
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #17 from David Edmundson ---
strace for me showed second invocation did not touch the QML cache files, as
expected.
RHI pipeline was hit a lot.
RHI pipeline cache can be disabled, see:
https://doc.qt.io/qt-6/qquickgraphicsconfiguration.htm
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #16 from Fabian Vogt ---
(In reply to Méven Car from comment #15)
> (In reply to Fabian Vogt from comment #14)
> > Apparently something in Qt's Rhi has a lock file in .cache which needs to be
> > synced to disk
> > (/home/testuser/.cache/kwi
https://bugs.kde.org/show_bug.cgi?id=487043
Méven Car changed:
What|Removed |Added
CC||meve...@gmail.com
--- Comment #15 from Méven Car -
https://bugs.kde.org/show_bug.cgi?id=487043
Fabian Vogt changed:
What|Removed |Added
CC||fab...@ritter-vogt.de
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=487043
Alessandro Astone changed:
What|Removed |Added
CC||ales.ast...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=487043
duha.b...@gmail.com changed:
What|Removed |Added
CC||duha.b...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=487043
Dashon changed:
What|Removed |Added
CC||dashonww...@pm.me
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=487043
k...@dinolek.me changed:
What|Removed |Added
CC||k...@dinolek.me
--
You are receiving this mai
https://bugs.kde.org/show_bug.cgi?id=487043
Zix changed:
What|Removed |Added
CC||zixaphirmoxp...@gmail.com
--- Comment #13 from Zix ---
(
https://bugs.kde.org/show_bug.cgi?id=487043
Podagric changed:
What|Removed |Added
CC||kde.podag...@slmail.me
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=487043
Marco Schmidlin changed:
What|Removed |Added
CC||ner...@gmail.com
--
You are receiving this m
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #12 from Ritchie Frodomar ---
(In reply to Nate Graham from comment #10)
> (In reply to Brodie Robertson from comment #7)
> > Additionally Plasma seems to be the only software that is this negatively
> > effected by the cache existing on a h
https://bugs.kde.org/show_bug.cgi?id=487043
Gonçalo Negrier Duarte changed:
What|Removed |Added
CC||gonegrier.dua...@gmail.com
--- Comment
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #10 from Nate Graham ---
(In reply to Brodie Robertson from comment #7)
> Additionally Plasma seems to be the only software that is this negatively
> effected by the cache existing on a hard drive, GNOME, Hyprland and other
> desktops do not
https://bugs.kde.org/show_bug.cgi?id=487043
lulukl...@gmail.com changed:
What|Removed |Added
CC||lulukl...@gmail.com
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=487043
mpalys7...@gmail.com changed:
What|Removed |Added
CC||mpalys7...@gmail.com
--
You are receivin
https://bugs.kde.org/show_bug.cgi?id=487043
dannk...@gmail.com changed:
What|Removed |Added
CC||dannk...@gmail.com
--
You are receiving th
https://bugs.kde.org/show_bug.cgi?id=487043
Victoria changed:
What|Removed |Added
CC||vi...@pm.me
--- Comment #9 from Victoria ---
Can th
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #8 from Brodie Robertson ---
(In reply to Mithras from comment #5)
> Is it throughout whole .cache folder or a specific subfolder? Any chance I
> can mount tmpfs for these animation only?
The folder at fault is .cache/kwin/qmlcache from wha
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #7 from Brodie Robertson ---
Additionally Plasma seems to be the only software that is this negatively
effected by the cache existing on a hard drive, GNOME, Hyprland and other
desktops do not seem to exhibit similar issues.
--
You are rec
https://bugs.kde.org/show_bug.cgi?id=487043
Brodie Robertson changed:
What|Removed |Added
CC||brodierobertson54321@gmail.
https://bugs.kde.org/show_bug.cgi?id=487043
mithras@gmail.com changed:
What|Removed |Added
CC||mithras@gmail.com
--- Comment #5 fro
https://bugs.kde.org/show_bug.cgi?id=487043
Nate Graham changed:
What|Removed |Added
CC||n...@kde.org
--- Comment #4 from Nate Graham ---
https://bugs.kde.org/show_bug.cgi?id=487043
Oded Arbel changed:
What|Removed |Added
CC||o...@geek.co.il
--- Comment #3 from Oded Arbel --
https://bugs.kde.org/show_bug.cgi?id=487043
Fabian Arndt changed:
What|Removed |Added
CC||fabian.ar...@root-core.net
--
You are receiving
https://bugs.kde.org/show_bug.cgi?id=487043
devmi...@devminer.xyz changed:
What|Removed |Added
CC||devmi...@devminer.xyz
--- Comment #2 fro
https://bugs.kde.org/show_bug.cgi?id=487043
Jure Repinc changed:
What|Removed |Added
CC||j...@holodeck1.com
--
You are receiving this mai
https://bugs.kde.org/show_bug.cgi?id=487043
Neal Gompa changed:
What|Removed |Added
CC||ngomp...@gmail.com
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=487043
David Edmundson changed:
What|Removed |Added
Version|unspecified |6.0.4
CC|
https://bugs.kde.org/show_bug.cgi?id=487043
--- Comment #1 from Ritchie Frodomar ---
Wanted to add additional info - I did mention "slow and busy" drives, but I
should clarify that the busy-ness of the drive absolutely does affect the
hanging. You can observe this even on a moderately-fast spinni
42 matches
Mail list logo