[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11

2022-05-29 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #71 from Petr --- this is a good step foreward. after 3 reboots still stable restore confirmed! on Operating System: Fedora 34 KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 Kernel Version: 5.16.18-100.fc34

[dolphin] [Bug 452924] Dolphin not showing metadata for files on network shares, "Details" tab in File Properties missing

2023-03-23 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=452924 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[Akonadi] [Bug 459578] New: Tests timeout due to unspecified program

2022-09-23 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=459578 Bug ID: 459578 Summary: Tests timeout due to unspecified program Classification: Frameworks and Libraries Product: Akonadi Version: unspecified Platform: Other OS: Linux

[kwin] [Bug 438883] Re-implement Desktop Cube effect with modern effects API

2022-09-24 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=438883 --- Comment #51 from Petr --- (In reply to Vlad Zahorodnii from comment #49) > FTR while kdeplasma-addons MR is not merged, you could use > https://github.com/zzag/kwin-effects-cube. Contributions are welcome! well, i tested (as of instructi

[kalendar] [Bug 459615] New: Kalendar segment faults

2022-09-24 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=459615 Bug ID: 459615 Summary: Kalendar segment faults Classification: Applications Product: kalendar Version: 22.08.1 Platform: Other OS: Linux Status: REPORTED Se

[kwin] [Bug 459642] New: Missing runtime modules

2022-09-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=459642 Bug ID: 459642 Summary: Missing runtime modules Classification: Plasma Product: kwin Version: 5.25.5 Platform: Other OS: Linux Status: REPORTED Severity: nor

[frameworks-karchive] [Bug 459716] New: Failing test for zstd

2022-09-26 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=459716 Bug ID: 459716 Summary: Failing test for zstd Classification: Frameworks and Libraries Product: frameworks-karchive Version: 5.98.0 Platform: Other OS: Linux Status: R

[Plasma Bigscreen] [Bug 470055] New: Video not playing

2023-05-20 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=470055 Bug ID: 470055 Summary: Video not playing Classification: Plasma Product: Plasma Bigscreen Version: unspecified Platform: Other OS: Linux Status: REPORTED Se

[kwin] [Bug 438883] Re-implement Desktop Cube effect with modern effects API

2023-05-20 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=438883 --- Comment #64 from Petr --- could somebody please write an update on this? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-14 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #14 from Petr --- I can confirm the latest patch from Paul Floyd works for me. I have a test suite that should verify ALL cases and the tests pass with this patch. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-14 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #17 from Petr --- Yeah, I have discovered this bug originally by running this test suite: - https://github.com/blend2d/blend2d/blob/aarch64_jit/src/blend2d/pipeline/jit/pipecompiler_test.cpp However, this link will be dead once the

[valgrind] [Bug 485148] New: vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 Bug ID: 485148 Summary: vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified) Classification: Developer tools

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #1 from Petr --- I can repro this on the latest master checkout as well: valgrind-3.23.0.GIT -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #3 from Petr --- Yeah, I'm not sorry for providing a C++ code. Here is a very simple repro: ``` #include #include static __attribute__((noinline)) void test_fma_ss(float dst[4], const float a[4], const float b[4],

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #4 from Petr --- LOL "I'm not sorry" -> "I'm sorry" - haha that looked funny :) -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #6 from Petr --- I'm not sure I follow your last comment. The best would be to just compile the code locally and to run it with and without valgrind - the results will be different, and this is what I'm trying to poin

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #8 from Petr --- (In reply to Paul Floyd from comment #7) > I wanted to make sure that it is only a problem with vfmadd132ss . I didn't test others as this was the first test failing, but I would assume that the whole family of F

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 Petr changed: What|Removed |Added Version|3.21 GIT|3.23 GIT -- You are receiving this mail because: You

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-10 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #10 from Petr --- BTW are you sure about the patch? Basically what SS operations do: DST[31..0] = result DST[127..32] = unchanged DST[vLen..128] = 0 So the high part of the YMM register should be zeroed, but the zeroing seems to be

[valgrind] [Bug 485148] vfmadd213ss instruction is instrumented incorrectly (the remaining part of the register is cleared instead of kept unmodified)

2024-04-10 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=485148 --- Comment #12 from Petr --- That looks much better. I will not be able to test it until Sunday I think, so I'm not able to confirm that this fixes all the issues, but I will test on Sunday with this patch. -- You are receiving this mail be

[dolphin] [Bug 456356] Cannot 'right-click' and run executable file; 'Execute' option isn't listed in menu.

2022-07-05 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=456356 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[frameworks-kconfigwidgets] [Bug 442301] New: system monitor sensor widget: "could not prompt the user for which application to start"

2021-09-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442301 Bug ID: 442301 Summary: system monitor sensor widget: "could not prompt the user for which application to start" Product: frameworks-kconfigwidgets Version: 5.85.0 Platform: Fedor

[kruler] [Bug 381975] "Always On Top" isn't saved, and is shown in wrong state upon relaunch

2021-09-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=381975 Petr changed: What|Removed |Added CC||p...@smely.org --- Comment #13 from Petr --- i think

[ksmserver] [Bug 442380] New: plasma does not remember desktop

2021-09-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 Bug ID: 442380 Summary: plasma does not remember desktop Product: ksmserver Version: 5.22.4 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: normal

[systemsettings] [Bug 441762] in GTK Application Style, Show theme previews inline as in other KCMs

2021-09-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=441762 Petr changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop

2021-09-30 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 Petr changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11

2022-02-27 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #59 from Petr --- (In reply to Brian Kaye from comment #56) > My laptop (Lenovo P50) crashed and I fired up an old IBM P42 Thinkpad. It is > running Fedora 29 and the bug appears there as well. Don't remember it doing >

[kscreenlocker] [Bug 457364] New: Building from source fails on Guix

2022-08-01 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=457364 Bug ID: 457364 Summary: Building from source fails on Guix Product: kscreenlocker Version: 5.25.3 Platform: Other OS: Linux Status: REPORTED Severity: normal

[kscreenlocker] [Bug 457364] Building from source fails on Guix

2022-08-01 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=457364 --- Comment #2 from Petr --- Hi Nicolas, thanks for help. Adding the QML support to the KConfig package solved the problem. The KScreenlocker package now builds. Regarding the modification I had to apply this fix https://invent.kde.org/frameworks

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop

2021-10-02 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 Petr changed: What|Removed |Added Status|RESOLVED|REPORTED Resolution|FIXED

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop

2021-10-02 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #5 from Petr --- (ok, not possible to rollback, because most of the previous packages already purged from repo) -- You are receiving this mail because: You are watching all bug changes.

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11

2021-10-04 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #9 from Petr --- hello Nate, sorry, but me too, i have to disagree. i always was running X11 (also because Wayland does not run on any of my servers). no, not fixed in X11. regards, Petr. -- You are receiving this mail because: You are

[kwin] [Bug 443410] Please restore the Desktop Cube switching effect

2021-10-16 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=443410 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[kwin] [Bug 438883] Re-implement Desktop Cobe effect with modern effects API

2021-10-16 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=438883 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[kwin] [Bug 438883] Re-implement Desktop Cobe effect with modern effects API

2021-10-16 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=438883 --- Comment #4 from Petr --- (In reply to Nate Graham from comment #1) > This was intentional; see > https://invent.kde.org/plasma/kwin/-/merge_requests/1075 > > It may be possible to rewrite it in the future. Tracking that with this

[kwin] [Bug 438883] Re-implement Desktop Cobe effect with modern effects API

2021-10-16 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=438883 --- Comment #5 from Petr --- workaround: downgrade to plasma 5.22.5 (about 85 packages) and insert an exception into dnf (/etc/dnf/dnf.conf) for all the packages. i will never update plasma until cube is back. -> it is really sad, to see all my belo

[systemsettings] [Bug 441760] New: GTK Application Style installer allows only one variant

2021-08-30 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=441760 Bug ID: 441760 Summary: GTK Application Style installer allows only one variant Product: systemsettings Version: 5.20.5 Platform: Other OS: Linux Statu

[systemsettings] [Bug 441762] New: in GTK Application Style, theme chooser should have a preview

2021-08-30 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=441762 Bug ID: 441762 Summary: in GTK Application Style, theme chooser should have a preview Product: systemsettings Version: 5.20.5 Platform: Other OS: Linux

[systemsettings] [Bug 441762] in GTK Application Style, Show theme previews inline as in other KCMs

2021-08-30 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=441762 --- Comment #2 from Petr --- thank you, Nate. please, can you confirm in which version of plasma that preview button "appeared"? in my 5.20.5, i don't see that preview button. -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 429603] Dolphin refuses to launch AppImages marked as executables

2021-07-09 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=429603 Petr changed: What|Removed |Added CC||p...@smely.org --- Comment #2 from Petr --- question

[plasmashell] [Bug 412121] calendar, copy date on any date selected only copies actual date.

2020-10-18 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=412121 --- Comment #3 from Petr --- dear Nate, can't tell. newest Plasma-version on fedora31 is 5.18.5 ... i'll update, once 5.20 is available on fedora. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 419878] Mouse Action Vertical-Scroll stopped working

2021-03-31 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=419878 --- Comment #15 from Petr --- tested on fedora 33, Plasma 5.21.3, FW 5.80.0, Qt 5.15.2 as advised, i removed mouse-actions, applied, and re-added them. no change. still, desktop does not change on mouse-scroll. -- You are receiving this mail because

[plasmashell] [Bug 419878] Mouse Action Vertical-Scroll stopped working

2021-04-02 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=419878 --- Comment #21 from Petr --- hm ... my desktop is and has always been on wallpaper. what can you suggest me to change? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 419878] Mouse Action Vertical-Scroll stopped working

2021-04-03 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=419878 --- Comment #23 from Petr --- ok, found it. mystery solved and probably case closed. it's a problem in the upgrade process. there have ben a lot of new properties introduced in "plasma-org.kde.plasma.desktop-appletsrc", as such, that p

[plasmashell] [Bug 419878] Mouse Action Vertical-Scroll stopped working

2021-04-03 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=419878 --- Comment #26 from Petr --- @Ivar you're completely right, it only works in desktop view, still not working under folder view. but previously under 5.18 (which was my original concern, which prevented me to upgrade), neither was working (f

[elisa] [Bug 424445] New: The word Playlist is cropped in Czech language and it only shows 3 columns in the library

2020-07-19 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=424445 Bug ID: 424445 Summary: The word Playlist is cropped in Czech language and it only shows 3 columns in the library Product: elisa Version: 19.12.3 Platform: Kubuntu Packages

[kwin] [Bug 474688] New: KWin Crash while manipulating a webpage in firefox running some HTML5/Javascript

2023-09-19 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=474688 Bug ID: 474688 Summary: KWin Crash while manipulating a webpage in firefox running some HTML5/Javascript Classification: Plasma Product: kwin Version: 5.27.7 Platform: Fedora

[dolphin] [Bug 445065] Dolphin freezes on "disk sleep" when browsing samba mount

2023-10-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=445065 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[dolphin] [Bug 473733] Dolphin unable to copy or move files "The file or folder Message recipient disconnected from message bus without replying does not exist."

2023-10-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=473733 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[dolphin] [Bug 463136] Copying files by dragging them doesn't work. Also dragging files to folders sometimes makes the whole editor freeze for some time.

2023-07-07 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=463136 Petr changed: What|Removed |Added CC||p...@smely.org --- Comment #7 from Petr --- still

[valgrind] [Bug 463082] New: (vpsrld) vex x86->IR: unhandled instruction bytes: 0x62 0xD1 0x6D 0x8 0x72 0x10 0x18 0x62 0xD1 0x7D

2022-12-15 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=463082 Bug ID: 463082 Summary: (vpsrld) vex x86->IR: unhandled instruction bytes: 0x62 0xD1 0x6D 0x8 0x72 0x10 0x18 0x62 0xD1 0x7D Classification: Developer tools Product: valgrind Version: 3.

[plasmashell] [Bug 419867] Unable to use scrollwheel on desktop to change Virtual Desktop

2022-01-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=419867 --- Comment #41 from Petr --- i'm fine with it. shall i close it? -- You are receiving this mail because: You are watching all bug changes.

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11

2022-01-18 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #20 from Petr --- cleaning up the .config/sessions directory seems to have done it. there must have been some entries there, which prevented the session restore. deleting everything a redoing the whole application spread over all the

[ksmserver] [Bug 442380] Session restore does not remember which windows were on which virtual desktop on X11

2022-01-19 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=442380 --- Comment #25 from Petr --- (In reply to Petr from comment #20) > cleaning up the .config/sessions directory seems to have done it. there must > have been some entries there, which prevented the session restore. deleting > everything a re

[plasmashell] [Bug 432201] New: desktop settings mouse actions vertical-scroll does nothing

2021-01-27 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=432201 Bug ID: 432201 Summary: desktop settings mouse actions vertical-scroll does nothing Product: plasmashell Version: 5.18.5 Platform: Fedora RPMs OS: Linux

[plasmashell] [Bug 357367] Desktop Settings -> Mouse Actions -> Vertical Scroll set to Application Launcher does not work

2021-01-27 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=357367 Petr changed: What|Removed |Added CC||p...@smely.org --- Comment #10 from Petr --- same as

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2020-08-24 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #23 from Petr --- I must say that I'm slowly moving away from KDevelop. Thanks for not doing anything to make colors configurable! -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2020-08-24 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #25 from Petr --- Hey we ALL have open source project, right? Who is the most proficient person to fix an issue in a project that he knows? You know, I compile my own KDevelop and I really tried to fix it, but if you read the discussion

[plasmashell] [Bug 412121] New: calendar, copy date on any date selected only copies actual date.

2019-09-20 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=412121 Bug ID: 412121 Summary: calendar, copy date on any date selected only copies actual date. Product: plasmashell Version: 5.15.5 Platform: Fedora RPMs OS: Linux

[kdevelop] [Bug 395856] New: Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 Bug ID: 395856 Summary: Semantic highlighting uses hardcoded colors that cannot be changed Product: kdevelop Version: git master Platform: Other OS: Linux

[kdevelop] [Bug 395857] New: Tooltips have white background even when the color theme is dark

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395857 Bug ID: 395857 Summary: Tooltips have white background even when the color theme is dark Product: kdevelop Version: git master Platform: Other OS: Linux

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #2 from Petr --- Created attachment 113560 --> https://bugs.kde.org/attachment.cgi?id=113560&action=edit Dark theme with hardcoded KDevelop colors -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #3 from Petr --- I think "fine" is a bit subjective here. I just think that all colors should be configurable in the color scheme settings, otherwise it doesn't make much sense to have color scheme settings don't you

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #5 from Petr --- The problem is that I would like to use my own color scheme and this "hardcoding" complicates my work. To me it sounds absurd that I can change a color of a damn breakpoint dot, but I cannot change a color of a

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #7 from Petr --- Why it's so impossible to add like 3 more options to the existing color scheme? I mean if I check out the current Color Scheme there is a lot of options (and a lot of ISO C++ options as well) and I would say that may

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #9 from Petr --- The question is whether there is a will to progress with this or not. If it's so much of a problem then I would understand it and this can be closed. I just wanted to contribute and give some opinions about this as

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #10 from Petr --- I mean why not to talk to Kate developers and agree on new fields that even Kate can support in the future? As you said, it would be absurd to have 2 color settings. Or maybe KDevelop can use its own settings and have them

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #13 from Petr --- I see, you can prob close this one, I have a feeling this would never really be fixed anytime soon. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-25 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #14 from Petr --- Alternatively, you have Color Schemas where you have "Default Text Styles" and "Highlighting Text Styles". In "Highlighting Text Styles" there is a million highlight types, so maybe adding

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-06-28 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #15 from Petr --- I found that there are these additional fields in color scheme that don't belong to standard C++: Qt Macros Qt Types Qt Classes Qt Functions Standard Macros Standard Classes Boost stuff Types (_t,

[gwenview] [Bug 403476] New: SVG multiline text displayed single line

2019-01-21 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403476 Bug ID: 403476 Summary: SVG multiline text displayed single line Product: gwenview Version: 18.04.2 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: mi

[gwenview] [Bug 403476] SVG multiline text displayed single line

2019-02-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403476 --- Comment #2 from Petr --- Created attachment 117856 --> https://bugs.kde.org/attachment.cgi?id=117856&action=edit test svg created by inkscape -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 403476] SVG multiline text displayed single line

2019-02-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403476 --- Comment #3 from Petr --- Created attachment 117857 --> https://bugs.kde.org/attachment.cgi?id=117857&action=edit firefox that is correct -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 403476] SVG multiline text displayed single line

2019-02-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403476 --- Comment #4 from Petr --- Created attachment 117858 --> https://bugs.kde.org/attachment.cgi?id=117858&action=edit gwenview at al hmm, even cut the line ... -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 403476] SVG multiline text displayed single line

2019-02-06 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403476 Petr changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO

[korganizer] [Bug 403031] New: KOrganizer does not sync with Yandex Calendar via CalDAV

2019-01-09 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403031 Bug ID: 403031 Summary: KOrganizer does not sync with Yandex Calendar via CalDAV Product: korganizer Version: 5.7.3 Platform: Ubuntu Packages OS: Linux

[korganizer] [Bug 403031] KOrganizer does not sync with Yandex Calendar via CalDAV

2019-01-09 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403031 Petr changed: What|Removed |Added CC||upcfr...@gmail.com URL

[korganizer] [Bug 403031] KOrganizer does not sync with Yandex Calendar via CalDAV

2019-01-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=403031 --- Comment #1 from Petr --- Most likely related to https://bugs.kde.org/show_bug.cgi?id=386985 -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 395856] Semantic highlighting uses hardcoded colors that cannot be changed

2018-12-05 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=395856 --- Comment #18 from Petr --- You can just close it, I don't think this will ever be solved anyway. It's kinda pity that I cannot customize colors in a text editor thought. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 398147] New: #ifdef is undelined when followed by a symbol starting with underscore

2018-09-02 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=398147 Bug ID: 398147 Summary: #ifdef is undelined when followed by a symbol starting with underscore Product: kdevelop Version: git master Platform: Other OS: All

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #104 from Petr --- If you use a distribution such as Gentoo with AVX-512 enabled globally you basically cannot use valgrind as it doesn't matter what valgrind advertises - all the code is already using AVX-512. And this of course

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-10-11 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #105 from Petr --- BTW can anyone clarify the following: - What happened to the work Tanya did / what happened to Tanya? - If Intel wanted to sponsor AVX-512 support and the one who was working on it lost interest or cannot do it

[plasmashell] [Bug 493685] New: crash during boot

2024-09-26 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=493685 Bug ID: 493685 Summary: crash during boot Classification: Plasma Product: plasmashell Version: 5.27.11 Platform: Fedora RPMs OS: Linux Status: REPORTED Keywo

[plasmashell] [Bug 497489] New: system monitor plasmoid, item spacing inappropriate

2024-12-15 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=497489 Bug ID: 497489 Summary: system monitor plasmoid, item spacing inappropriate Classification: Plasma Product: plasmashell Version: git-stable-Plasma/6.2 Platform: Fedora RPMs OS: Li

[dolphin] [Bug 455324] States of individual Dolphin windows are not remembered/restored

2024-12-15 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=455324 Petr changed: What|Removed |Added CC|p...@smely.org| -- You are receiving this mail because: You are

[dolphin] [Bug 455324] States of individual Dolphin windows are not remembered/restored

2024-12-15 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=455324 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[kdeplasma-addons] [Bug 476161] Ability to use the new Cube effect as animation when switching virtual desktops

2024-12-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=476161 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[kde] [Bug 484209] System Settings > Session > Desktop Session > Session Restore (Does not restore last session)

2024-12-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=484209 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[kde] [Bug 484209] System Settings > Session > Desktop Session > Session Restore (Does not restore last session)

2024-12-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=484209 --- Comment #6 from Petr --- maybe related to bug 496063 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 496063] When restoring session with multiple virtual desktops applications that are being restored keep switching virtual desktops

2024-12-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=496063 Petr changed: What|Removed |Added CC||p...@smely.org --- Comment #1 from Petr --- maybe

[dolphin] [Bug 455324] States of individual Dolphin windows are not remembered/restored

2024-12-13 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=455324 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[plasmashell] [Bug 488520] kde-plasma/plasma-workspace 5.27.11.1: ksmserver still sometimes fails to save and later restore a session

2025-02-08 Thread Petr
https://bugs.kde.org/show_bug.cgi?id=488520 Petr changed: What|Removed |Added CC||p...@smely.org -- You are receiving this mail because

[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-10-26 Thread Petr Vorálek
https://bugs.kde.org/show_bug.cgi?id=366793 Petr Vorálek changed: What|Removed |Added CC||nazir...@gmail.com -- You are receiving this

[yakuake] [Bug 372216] New: Yakuake scrolls down when it opens and the user clicks into it

2016-11-08 Thread Petr Mrázek
https://bugs.kde.org/show_bug.cgi?id=372216 Bug ID: 372216 Summary: Yakuake scrolls down when it opens and the user clicks into it Product: yakuake Version: 3.0.2 Platform: Archlinux Packages OS: Linux

[Breeze] [Bug 370648] SDDM Breeze theme hardly usable on multiscreen set up with different DPIs

2016-11-28 Thread Petr Bartos
https://bugs.kde.org/show_bug.cgi?id=370648 Petr Bartos changed: What|Removed |Added CC||bartos.p...@gmail.com -- You are receiving this

[gwenview] [Bug 449642] Unable to set keyboard shortcut for Gwenview zooming to +/-

2022-02-08 Thread Petr N.
https://bugs.kde.org/show_bug.cgi?id=449642 --- Comment #2 from Petr N. --- Yes, numpad on the right of the keyboard. https://tinyurl.com/image-of-the-keyb12 Btw. I was unable to make it save "+/-" as the shortcut using Alt tab or switching to other window of a different app. You

[frameworks-kxmlgui] [Bug 433698] Setting keys from the numpad as a shortcut is buggy

2022-02-08 Thread Petr N.
https://bugs.kde.org/show_bug.cgi?id=433698 Petr N. changed: What|Removed |Added CC||a...@prnet.info --- Comment #10 from Petr N. --- 11

[kscreenlocker] [Bug 433054] Code errors in the lock screen theme (1st party or 3rd-party) can block screen unlocking

2022-02-11 Thread Petr Kovács
https://bugs.kde.org/show_bug.cgi?id=433054 Petr Kovács changed: What|Removed |Added CC||ko...@centrum.cz --- Comment #70 from Petr

[ksysguard] [Bug 450140] New: ksysguard Upload/Download columns waste 2 CPU threads (ksgrd_network_helper high CPU usage)

2022-02-13 Thread Petr N.
https://bugs.kde.org/show_bug.cgi?id=450140 Bug ID: 450140 Summary: ksysguard Upload/Download columns waste 2 CPU threads (ksgrd_network_helper high CPU usage) Product: ksysguard Version: unspecified Platform: Debian stable

[plasma-nm] [Bug 350521] [RFE] [OpenVPN] kdeplasma-applets-plasma-nm does not support OTP Tokens for OpenVPN connections

2022-02-15 Thread Petr Barton
https://bugs.kde.org/show_bug.cgi?id=350521 Petr Barton changed: What|Removed |Added CC||petrbart...@gmail.com --- Comment #21 from Petr

  1   2   3   4   5   6   7   >