[kscreenlocker] [Bug 491655] New: Seperate inputs with multiple monitors

2024-08-13 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=491655 Bug ID: 491655 Summary: Seperate inputs with multiple monitors Classification: Plasma Product: kscreenlocker Version: unspecified Platform: Fedora RPMs OS: Linux Statu

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #58 from Marcin Gurtowski --- And fix for not showing thumbnails in trash also: https://invent.kde.org/frameworks/kio/-/merge_requests/829 -- You are receiving this mail because: You are watching all bug changes.

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #57 from Marcin Gurtowski --- The merge request: https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/216 -- You are receiving this mail because: You are watching all bug changes.

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #56 from Marcin Gurtowski --- Alternatively, I could just change it so FUSE_SUPER_MAGIC returns Other instead of Nfs. -- You are receiving this mail because: You are watching all bug changes.

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #55 from Marcin Gurtowski --- Another update. The exact source of bug is in kcoreaddons/src/lib/io/kfilesystemtype.cpp static KFileSystemType::Type determineFileSystemTypeImpl(const QByteArray &path) When we use switch to check the

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-23 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #52 from Marcin Gurtowski --- Continuing work. It turns out, reason why `isSlow()` returns `true`, for encrypted media is that `KFileSystemType::fileSystemType` returns Nfs for them – which is wrong. I'll try to see why exactly th

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-22 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #51 from Marcin Gurtowski --- (In reply to Nate Graham from comment #50) > Would that fix the Vaults use case? The vault gets mounted, but it is itself > encrypted. We want to store the cached thumbnails for its files inside of >

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-22 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #49 from Marcin Gurtowski --- The previous policy, in regards to encrypted $HOME was: "If encrypted file for which thumbnail is generated is on the same drive as ~/.cache/thumbnails, do create cache for this file.". Should we ch

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-19 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #34 from Marcin Gurtowski --- Ok, to be more specific, previews aren't currently showed, because when we check if file is local, we also exclude "slow" devices `if ((itemUrl.isLocalFile() || KProtocolInfo::protocolClass

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-14 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #33 from Marcin Gurtowski --- Is seems like thumbnails for files on encrytped devices aren't shown, because of ``` skipCurrentItem = !d->ignoreMaximumSize && size > d->maximumRemoteSize; ``` in `PreviewJob::slotRes

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-08 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #26 from Marcin Gurtowski --- (In reply to flan_suse from comment #25) > How and where do I submit a merge request? I'm just an end-user that > believes in practicality and usability. :) I'll do it, just need to know the

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2022-04-07 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #23 from Marcin Gurtowski --- (In reply to Nate Graham from comment #22) > I agree that the current situation is not ideal. Marcin, if you aren't able > to fix the issue, and nobody else can either, we may have to revert the >

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2021-10-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #19 from Marcin Gurtowski --- It looks like my hard drive just broke, so I won't be able to work on the problem this weekend. Sorry about that. Let me know if someone else will be looking at this. If not, I should get around

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2021-10-26 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #18 from Marcin Gurtowski --- (In reply to David from comment #16) > I still get previews generated under ~/.chache/thumbnails in 21.08.2. I can confirm. I'm getting previews generated now. I'll look into it this weekend.

[gwenview] [Bug 412538] Moving/copying files doesn't integrate well with Dolphin

2020-11-30 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=412538 --- Comment #4 from Marcin Gurtowski --- I'm also no longer able to reproduce this bug. -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 426376] Directory size (number of element) not shown

2020-11-17 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=426376 --- Comment #7 from Marcin Gurtowski --- (In reply to Méven Car from comment #6) It turns out this bug is actually duplicate of https://bugs.kde.org/show_bug.cgi?id=428712, but because my starting directory is a symlink, I thought it affects all

[dolphin] [Bug 426376] Directory size (number of element) not shown

2020-10-02 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=426376 --- Comment #5 from Marcin Gurtowski --- I imagine it could be something like this. Remaining questions are: 1. Should there be an option to show file sizes but no directory sizes? 2. Should option for number of elements be under "Addit

[dolphin] [Bug 426376] Directory size (number of element) not shown

2020-10-02 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=426376 --- Comment #4 from Marcin Gurtowski --- Created attachment 132076 --> https://bugs.kde.org/attachment.cgi?id=132076&action=edit Elements Size -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 426376] Directory size (number of element) not shown

2020-10-02 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=426376 --- Comment #2 from Marcin Gurtowski --- What would be desired outcome? Should calculating actual size for every view be an option? What about showing number or elements? -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 426376] New: Directory size (number of element) not shown

2020-09-10 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=426376 Bug ID: 426376 Summary: Directory size (number of element) not shown Product: dolphin Version: 20.08.0 Platform: Neon Packages OS: Linux Status: REPORTED Severit

[gwenview] [Bug 424373] New: Gvenview uses enormous amounts of RAM when browsing big image collections with thumbnails bar on

2020-07-18 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=424373 Bug ID: 424373 Summary: Gvenview uses enormous amounts of RAM when browsing big image collections with thumbnails bar on Product: gwenview Version: 20.04.3 Platform: Neon Packages

[ktorrent] [Bug 423065] New: Directory shows more % downloaded than any of its children

2020-06-16 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=423065 Bug ID: 423065 Summary: Directory shows more % downloaded than any of its children Product: ktorrent Version: 5.1 Platform: Neon Packages OS: Linux Sta

[dolphin] [Bug 421581] New: Dolphin wants to override file when copying file into symbolic link directory

2020-05-15 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=421581 Bug ID: 421581 Summary: Dolphin wants to override file when copying file into symbolic link directory Product: dolphin Version: 20.04.0 Platform: Neon Packages OS:

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2020-04-11 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 Marcin Gurtowski changed: What|Removed |Added Status|CONFIRMED |ASSIGNED -- You are receiving this mail

[ktorrent] [Bug 419643] New: KTorrent shows alert dialog when file is missing

2020-04-04 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=419643 Bug ID: 419643 Summary: KTorrent shows alert dialog when file is missing Product: ktorrent Version: 5.1 Platform: Neon Packages OS: Linux Status: REPORTED Severi

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2020-03-24 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #9 from Marcin Gurtowski --- (In reply to Christoph Feck from comment #8) > Directory thumbnails are created at > https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp#n466 Thanks! Hopefully this will be a big help. Al

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2020-03-24 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #7 from Marcin Gurtowski --- I've taken this bug, but since it might take me bit longer to fix I've decided to share where I'm at. This is my first time working on KDE code, so it takes extra time. Also I only work on it w

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails

2020-03-15 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 Marcin Gurtowski changed: What|Removed |Added Assignee|plasma-b...@kde.org |halftough...@gmail.com -- You are

[krita] [Bug 416750] Canceling transformation crashes application

2020-01-28 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=416750 --- Comment #2 from Marcin Gurtowski --- I can't reproduce this bug when running Krita from appimage. Krita from KDE Neon repository crashes when canceling transformation. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 416750] New: Canceling transformation crashes application

2020-01-25 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=416750 Bug ID: 416750 Summary: Canceling transformation crashes application Product: krita Version: 4.2.8 Platform: Neon Packages OS: Linux Status: REPORTED Severity: c

[dolphin] [Bug 381408] "Follow path" does not work

2020-01-05 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=381408 Marcin Gurtowski changed: What|Removed |Added CC||halftough...@gmail.com --- Comment #8 from

[plasmashell] [Bug 413463] Wallpaper slideshow set to "random" is not random at all

2019-12-08 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=413463 Marcin Gurtowski changed: What|Removed |Added CC||halftough...@gmail.com --- Comment #7 from

[plasmashell] [Bug 414889] Create Activity Dialog doesn't show full content

2019-12-06 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=414889 --- Comment #2 from Marcin Gurtowski --- I changed my monitor recently to a much bigger one and while my scale is still set to 1, I use larger fonts (due to display bugs on scales different that 1). This might be reason why this is happening. -- You

[plasmashell] [Bug 414889] New: Create Activity Dialog doesn't show full content

2019-12-06 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=414889 Bug ID: 414889 Summary: Create Activity Dialog doesn't show full content Product: plasmashell Version: 5.17.4 Platform: Neon Packages OS: Linux Status: REPORTED

[plasma-browser-integration] [Bug 414579] New: Files saved in GTK file picker instead of qt one

2019-11-27 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=414579 Bug ID: 414579 Summary: Files saved in GTK file picker instead of qt one Product: plasma-browser-integration Version: unspecified Platform: Neon Packages OS: Linux Status:

[krita] [Bug 414444] New: Saving as webp doesn't give any option

2019-11-24 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=41 Bug ID: 41 Summary: Saving as webp doesn't give any option Product: krita Version: 4.2.7.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: wishl

[krita] [Bug 414203] New: Crop tool doesn't respect locked settings

2019-11-16 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=414203 Bug ID: 414203 Summary: Crop tool doesn't respect locked settings Product: krita Version: 4.2.7.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: no

[dolphin] [Bug 412610] New: Menu transparency doesn't work on dolphin's drag and drop

2019-10-04 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=412610 Bug ID: 412610 Summary: Menu transparency doesn't work on dolphin's drag and drop Product: dolphin Version: 19.08.1 Platform: Neon Packages OS: Linux S

[gwenview] [Bug 412538] Moving/copying files doesn't integrate well with Dolphin

2019-10-03 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=412538 --- Comment #2 from Marcin Gurtowski --- To clarify. By "parent" directory I mean currently opened directory and not its child, to which file wale dragged. -- You are receiving this mail because: You are watching all bug changes.

[gwenview] [Bug 412538] New: Moving/copying files doesn't integrate well with Dolphin

2019-10-02 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=412538 Bug ID: 412538 Summary: Moving/copying files doesn't integrate well with Dolphin Product: gwenview Version: 19.08.1 Platform: Neon Packages OS: Linux S

[gwenview] [Bug 412446] New: Animated webp with transparency don't render properly

2019-09-29 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=412446 Bug ID: 412446 Summary: Animated webp with transparency don't render properly Product: gwenview Version: 19.08.1 Platform: Neon Packages OS: Linux Status: REPORTED

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails

2019-09-16 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #3 from Marcin Gurtowski --- (In reply to Nate Graham from comment #2) > This is deliberate, because right now, the only place that thumbnails are > stored are outside of the encrypted container in ~/.cache/thumbnails, which > rep

[dolphin] [Bug 411919] Dolphin doesn't show thumbnails for files in encfs or cryFS encrypted folders

2019-09-15 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #1 from Marcin Gurtowski --- Changed title as the same happens for cryFS encryption -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 411919] Dolphin doesn't show thumbnails for files in encfs or cryFS encrypted folders

2019-09-15 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 Marcin Gurtowski changed: What|Removed |Added Summary|Dolphin doesn't show|Dolphin doesn&#

[dolphin] [Bug 411919] New: Dolphin doesn't show thumbnails for files in encfs encrypted folders

2019-09-14 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411919 Bug ID: 411919 Summary: Dolphin doesn't show thumbnails for files in encfs encrypted folders Product: dolphin Version: 19.08.1 Platform: Other OS: Linux

[systemsettings] [Bug 411910] New: System settings crached after adding two languages

2019-09-14 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=411910 Bug ID: 411910 Summary: System settings crached after adding two languages Product: systemsettings Version: 5.16.5 Platform: Neon Packages OS: Linux Status: REPORTED

[krita] [Bug 409765] New: Filename is cut when "saving as" file with multiple dots in name

2019-07-13 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=409765 Bug ID: 409765 Summary: Filename is cut when "saving as" file with multiple dots in name Product: krita Version: 4.2.2 Platform: Appimage OS: Linux Sta

[kdialog] [Bug 387985] New: File Dialog cuts filenames in a buggy way

2017-12-17 Thread Marcin Gurtowski
https://bugs.kde.org/show_bug.cgi?id=387985 Bug ID: 387985 Summary: File Dialog cuts filenames in a buggy way Product: kdialog Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED