[frameworks-kimageformats] [Bug 428238] Not able to render PSD file with depth != 8

2020-10-25 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 --- Comment #1 from Gary Wang --- Created attachment 132735 --> https://bugs.kde.org/attachment.cgi?id=132735=edit Example PSD file with depth == 16 Inside the zip file, there is an example PSD file with depth == 16 and image data doesn't h

[frameworks-kimageformats] [Bug 360821] Gimp 2.10 xcf files cannot be loaded

2020-10-25 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=360821 Gary Wang changed: What|Removed |Added CC||wzc782970...@gmail.com --- Comment #47 from Gary

[frameworks-kimageformats] [Bug 428238] New: Not able to render PSD file with depth != 8

2020-10-25 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 Bug ID: 428238 Summary: Not able to render PSD file with depth != 8 Product: frameworks-kimageformats Version: 5.75.0 Platform: Compiled Sources OS: All Status: REPORTED

[kate] [Bug 429382] black icon with dark theme for Windows build.

2020-11-30 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429382 --- Comment #1 from Gary Wang --- Reinstalled craft with windows-msvc2019_64-cl ABI, and now I'm able to get Kate build under Windows. Adding `QIcon::setThemeName()` call to set `breeze-dark` icon theme is not enough to fix this bug. There are still

[frameworks-plasma] [Bug 429892] support set display an alternate calendar system under the main calendar

2020-12-02 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429892 --- Comment #3 from Gary Wang --- > ...but I'm not familiar enough with different calendar systems and how they > are used to judge what is best. Me too! So I think it could be good to discuss with more people so we can know more about how alt

[frameworks-plasma] [Bug 429892] support set display an alternate calendar system under the main calendar

2020-12-04 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429892 --- Comment #4 from Gary Wang --- Created attachment 133875 --> https://bugs.kde.org/attachment.cgi?id=133875=edit My thoughts about how to add alternate calendar support. I wrote about what I currently found and what I think about how to achi

[frameworks-plasma] [Bug 429892] New: support set display an alternate calendar system under the main calendar

2020-12-01 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429892 Bug ID: 429892 Summary: support set display an alternate calendar system under the main calendar Product: frameworks-plasma Version: 5.76.0 Platform: unspecified

[frameworks-plasma] [Bug 429892] support set display an alternate calendar system under the main calendar

2020-12-01 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429892 Gary Wang changed: What|Removed |Added Attachment #133768|0 |1 is obsolete

[frameworks-kimageformats] [Bug 428238] Not able to render PSD file with depth != 8

2020-11-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 --- Comment #3 from Gary Wang --- (In reply to Christoph Feck from comment #2) > Probably fixed by > https://invent.kde.org/frameworks/kimageformats/-/merge_requests/5 !4 and !5 partially fixed this issue for 16-bits PSD files, there are still 3

[frameworks-kimageformats] [Bug 428238] Not able to render PSD file with depth != 8

2020-11-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 --- Comment #5 from Gary Wang --- (In reply to Christoph Feck from comment #4) > Then !5 is probably wrong. It seems to assume that the only possible depth > values are 8 and 16. The old implementation only supports 8-bits pre channel. Both !4

[frameworks-kimageformats] [Bug 428238] Not able to render PSD file with depth other than 8 and 16

2020-11-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 Gary Wang changed: What|Removed |Added Summary|Not able to render PSD file |Not able to render PSD file

[kate] [Bug 429382] New: black icon with dark theme for Windows build.

2020-11-19 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429382 Bug ID: 429382 Summary: black icon with dark theme for Windows build. Product: kate Version: 20.08.3 Platform: Other OS: Microsoft Windows Status: REPORTED

[Craft] [Bug 429299] New: launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-18 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429299 Bug ID: 429299 Summary: launch Craft by running craftenv.ps1 falls on BadExpression error Product: Craft Version: master Platform: Other OS: Microsoft Windows

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #4 from Gary Wang --- (In reply to Hannah von Reth from comment #3) > Ok I guess $env:CRAFT_PYTHON is not properly defined. > Can you check your python install? > Can you run "get-command py" "get-command pyth

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #6 from Gary Wang --- (In reply to Hannah von Reth from comment #5) > Hmm that looks rather sane. > > And you run D:\CraftRoot\craft\craftenv.ps1 in powershell core? > (You'll have a to start it explicitly it does not replac

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-18 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #2 from Gary Wang --- (In reply to Hannah von Reth from comment #1) > Please follow the guide and update your powershell. > https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/ > Windows#Setting_up_a_powershell I

[Craft] [Bug 429299] launch Craft by running craftenv.ps1 falls on BadExpression error

2020-11-19 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429299 --- Comment #8 from Gary Wang --- (In reply to Hannah von Reth from comment #7) > Hm not at that pint, you could add some print statements to > https://invent.kde.org/packaging/craft/-/blob/master/craftenv.ps1#L24 > > Like: write-hos

[kate] [Bug 429382] black icon with dark theme for Windows build.

2021-01-30 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=429382 --- Comment #3 from Gary Wang --- Oh, by reading the comments in the newer bug report seems the fix you're working on is so much better approach than what I tried to do! Kdenlive could also get benefit from that patch :) About Craft build, I guess

[kdenlive] [Bug 437159] New: Ability to set which font to use for subtitling tool

2021-05-15 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=437159 Bug ID: 437159 Summary: Ability to set which font to use for subtitling tool Product: kdenlive Version: 21.04.0 Platform: Other OS: Microsoft Windows Status: REPORTED

[kate] [Bug 436331] Kate 21.04 from Binary Factory stable build crash at launch

2021-05-02 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=436331 --- Comment #2 from Gary Wang --- Thanks for the fix, it works now with kate-21.04.0-1264-windows-msvc2019_64-cl.exe :) -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 436269] Not able to launch after upgrading from 20.12.3 to 21.04.0 under Windows

2021-04-27 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=436269 Gary Wang changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[kate] [Bug 436331] New: Kate 21.04 from Binary Factory stable build crash at launch

2021-04-28 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=436331 Bug ID: 436331 Summary: Kate 21.04 from Binary Factory stable build crash at launch Product: kate Version: 21.04.0 Platform: Microsoft Windows OS: Other

[kdenlive] [Bug 436269] New: Not able to launch after upgrading from 20.12.3 to 21.04.0 under Windows

2021-04-27 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=436269 Bug ID: 436269 Summary: Not able to launch after upgrading from 20.12.3 to 21.04.0 under Windows Product: kdenlive Version: 21.04.0 Platform: Microsoft Windows

[plasmashell] [Bug 433297] New: Locale-aware alphabetic index/category in kickoff for non-English applications

2021-02-20 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 Bug ID: 433297 Summary: Locale-aware alphabetic index/category in kickoff for non-English applications Product: plasmashell Version: master Platform: Other OS:

[plasmashell] [Bug 433297] Locale-aware alphabetic index/category in kickoff for non-English applications

2021-02-20 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 --- Comment #2 from Gary Wang --- (In reply to Mikel Johnson from comment #1) > Actually kickoff uses ListView's section group > (https://doc.qt.io/qt-5/qml-qtquick-listview.html#section.criteria-prop) Oh, seems I found the wrong one, but it

[plasmashell] [Bug 433297] Locale-aware alphabetic index/category in kickoff for non-English applications

2021-02-20 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 --- Comment #4 from Gary Wang --- > be sure to post the link here once you do Here you go https://bugreports.qt.io/browse/QTBUG-91258 :) btw since I don't know much about QML, so if you found anything that needs to be added to that bug report, ple

[plasmashell] [Bug 433297] Locale-aware alphabetic index/category in kickoff for non-English applications

2021-02-22 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 --- Comment #6 from Gary Wang --- (In reply to Shawn Rutledge from comment #5) > I'm a bit surprised that Chinese people consider the first character of > modern pinyin a better index character than the ancient symbols that are > actu

[kate] [Bug 447532] New: Kate 21.12.0 on Windows doesn't save user color scheme

2021-12-26 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=447532 Bug ID: 447532 Summary: Kate 21.12.0 on Windows doesn't save user color scheme Product: kate Version: 21.12.0 Platform: Other OS: Microsoft Windows Status: REPORTED

[kate] [Bug 447532] Kate 21.12.0 on Windows doesn't save user color scheme

2021-12-27 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=447532 --- Comment #2 from Gary Wang --- I got another PC with kate-21.12.0-1500-windows-msvc2019_64-cl.exe installed, that version doesn't have this bug. I try to upgrade to kate-21.12.0-1515-windows-msvc2019_64-cl.exe and this bug can now be reproduced

[frameworks-syntax-highlighting] [Bug 445649] New: OrgMode syntax highlighting support

2021-11-17 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=445649 Bug ID: 445649 Summary: OrgMode syntax highlighting support Product: frameworks-syntax-highlighting Version: 5.88.0 Platform: Other OS: Other Status: REPORTED

[frameworks-syntax-highlighting] [Bug 445649] OrgMode syntax highlighting support

2021-11-17 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=445649 --- Comment #2 from Gary Wang --- (In reply to Waqar Ahmed from comment #1) > If you have created a syntax file for org mode, feel free to make a merge > request with it. It doesn't have to be perfect, you can improve it with time. Thanks! My c

[kate] [Bug 447532] Kate 21.12.0 on Windows doesn't save user color scheme

2022-02-21 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=447532 --- Comment #7 from Gary Wang --- This issue still exist in kate-21.12.2-1567-windows-msvc2019_64-cl.exe Since kate-21.12.0-1500-windows-msvc2019_64-cl.exe works fine and after kate-21.12.0-1515-windows-msvc2019_64-cl.exe it got this issue, does

[kate] [Bug 447532] Kate 21.12.0 on Windows doesn't save user color scheme

2022-03-30 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=447532 --- Comment #14 from Gary Wang --- Tested and it's fixed on kate-21.12.3-1-1612-windows-msvc2019_64-cl.exe from the binary factory. Thanks for the fix! -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 453537] Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-16 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 Gary Wang changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdenlive] [Bug 453537] Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-16 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 Gary Wang changed: What|Removed |Added Version Fixed In||22.04.1 -- You are receiving this mail because

[plasmashell] [Bug 433297] Locale-aware/romanized alphabetic categories for when using a language with a non-Latin alphabet

2022-05-18 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 --- Comment #10 from Gary Wang --- > Improve kickoff's group for non-latin language. Thanks for the fix! Does the fix also apply to the Application Dashboard applet since it also behaviors the same way as Kicker and Kickoff? If not, do I need to o

[plasmashell] [Bug 433297] Locale-aware/romanized alphabetic categories for when using a language with a non-Latin alphabet

2022-05-18 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=433297 --- Comment #13 from Gary Wang --- (In reply to Fushan Wen from comment #11) > (In reply to Gary Wang from comment #10) > > Thanks for the fix! Does the fix also apply to the Application Dashboard > > applet since it also behavio

[frameworks-kimageformats] [Bug 428238] Not able to render PSD file with depth other than 8 and 16

2022-07-07 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=428238 Gary Wang changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdenlive] [Bug 453312] Not able to launch after upgrading from 21.12.3 to 22.04.0-1 under Windows

2022-05-07 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453312 Gary Wang changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kdenlive] [Bug 453536] New: Mix clip for audio track is reversed in 2nd and 4th time

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453536 Bug ID: 453536 Summary: Mix clip for audio track is reversed in 2nd and 4th time Product: kdenlive Version: 22.04.0 Platform: Other OS: All Status:

[kdenlive] [Bug 453537] New: Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 Bug ID: 453537 Summary: Mix clip for audio track is reversed in 2nd and 4th time and so on Product: kdenlive Version: 22.04.0 Platform: Other OS: All

[kdenlive] [Bug 453537] Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 --- Comment #2 from Gary Wang --- Created attachment 148657 --> https://bugs.kde.org/attachment.cgi?id=148657=edit video that recorded the steps to reproduce this issue -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 453536] Mix clip for audio track is reversed in 2nd and 4th time

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453536 Gary Wang changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[kdenlive] [Bug 453537] Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 --- Comment #1 from Gary Wang --- *** Bug 453536 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 453537] Mix clip for audio track is reversed in 2nd and 4th time and so on

2022-05-08 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453537 --- Comment #3 from Gary Wang --- Created attachment 148658 --> https://bugs.kde.org/attachment.cgi?id=148658=edit testkdenlive.mp4: The original video clip used in the recording that reproduced this bug -- You are receiving this mail because:

[kdenlive] [Bug 453312] New: Not able to launch after upgrading from 21.12.3 to 22.04.0-1 under Windows

2022-05-02 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=453312 Bug ID: 453312 Summary: Not able to launch after upgrading from 21.12.3 to 22.04.0-1 under Windows Product: kdenlive Version: 22.04.0 Platform: Other OS:

[ghostwriter] [Bug 460158] Incorrect input method (IME) position

2022-10-27 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=460158 --- Comment #5 from Gary Wang --- > I noticed my own distro has fcitx-qt as a package. Does yours? It might work > better that way. We does have fcitx(5)-qt under Arch Linux, but fcitx is a IME framework, and fcitx(5)-qt is a IME module, it d

[ghostwriter] [Bug 460158] Incorrect input method (IME) position

2022-10-11 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=460158 --- Comment #2 from Gary Wang --- Hi again, > Which IME application are you using so I can try to replicate this? As already provided in the original report: When tested under Arch Linux: fcitx5-rime [1] When tested under Windows 11: defa

[ghostwriter] [Bug 460158] New: Incorrect input method (IME) position

2022-10-09 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=460158 Bug ID: 460158 Summary: Incorrect input method (IME) position Classification: Applications Product: ghostwriter Version: unspecified Platform: Other OS: Other Status:

[Tokodon] [Bug 463271] New: Clicking account avatar/icon will open a blank user profile page

2022-12-20 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463271 Bug ID: 463271 Summary: Clicking account avatar/icon will open a blank user profile page Classification: Applications Product: Tokodon Version: unspecified Platform: Other

[kwin] [Bug 464193] New: KWin_x11 shows redundant minimize and maximize button for Qt::Dialog type window

2023-01-12 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=464193 Bug ID: 464193 Summary: KWin_x11 shows redundant minimize and maximize button for Qt::Dialog type window Classification: Plasma Product: kwin Version: 5.26.4 Platform:

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-12 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463063 --- Comment #5 from Gary Wang --- (In reply to Fushan Wen from comment #4) > I don't know minimize and maximize button are redundant or not. They are, as long as the Qt::Dialog documentation is correct: > Indicates that the widget is a

[kwin] [Bug 463063] KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2023-01-11 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463063 --- Comment #3 from Gary Wang --- (In reply to Fushan Wen from comment #2) > It's indeed a Qt bug. See > https://codereview.qt-project.org/c/qt/qtbase/+/448355/comments/ > 42975ff8_8945d70e for more details Sorry to bother again, did

[NeoChat] [Bug 463512] "In Sidebar" Tooggle in Appearances Settings not effective

2022-12-27 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463512 Gary Wang changed: What|Removed |Added Latest Commit||https://invent.kde.org/netw

[kwin] [Bug 463063] New: KWin_x11 only shows minimize and maximize button for Qt::Dialog type window

2022-12-15 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463063 Bug ID: 463063 Summary: KWin_x11 only shows minimize and maximize button for Qt::Dialog type window Classification: Plasma Product: kwin Version: 5.26.4 Platform: Archlinux

[frameworks-kio] [Bug 463030] New: KUrlRequester from KIO cannot accept file drop event to input file URL under Windows.

2022-12-13 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=463030 Bug ID: 463030 Summary: KUrlRequester from KIO cannot accept file drop event to input file URL under Windows. Classification: Frameworks and Libraries Product: frameworks-kio Version:

[NeoChat] [Bug 462348] Crash when click Open Externally if image is not loaded

2022-11-28 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=462348 --- Comment #1 from Gary Wang --- Additionally: When building with libquotient 0.6.11 (0.6.11-1 from Arch Linux repo), even if the image/sticker is still not able to load properly, NeoChat won't crash. The crash only happen if I build

[NeoChat] [Bug 462348] New: Crash when click Open Externally if image is not loaded

2022-11-28 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=462348 Bug ID: 462348 Summary: Crash when click Open Externally if image is not loaded Classification: Applications Product: NeoChat Version: unspecified Platform: Archlinux

[NeoChat] [Bug 464397] Closing NeoChat when it doesn't have proper network connection will cause all account disappear

2023-01-16 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=464397 --- Comment #1 from Gary Wang --- Managed to reproduce this issue by losting all my login token again, some details: When the network is down, we will need to wait for all "GetTokenOwnerJob" re-attempt failed, then it will attempt to do

[NeoChat] [Bug 464397] New: Closing NeoChat when it doesn't have proper network connection will cause all account disappear

2023-01-16 Thread Gary Wang
https://bugs.kde.org/show_bug.cgi?id=464397 Bug ID: 464397 Summary: Closing NeoChat when it doesn't have proper network connection will cause all account disappear Classification: Applications Product: NeoChat Version: