[partitionmanager] [Bug 477544] Add support for bcachefs

2023-11-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477544

--- Comment #1 from Andrius Štikonas  ---
This will also need util-linux 2.39 to work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

Andrius Štikonas  changed:

   What|Removed |Added

   Version Fixed In||24.02.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/kpmcore/-/commit/6e7efe9
   ||7c29c4bdab38388a6931df379dd
   ||2a8d3b

--- Comment #10 from Andrius Štikonas  ---
Git commit 6e7efe97c29c4bdab38388a6931df379dd2a8d3b by Andrius Štikonas.
Committed on 26/11/2023 at 02:09.
Pushed by stikonas into branch 'master'.

Only search for binaries in trusted prefixes.

Untrusted prefixes are blocked by external command helper anyway.

M  +10   -3src/util/externalcommand.cpp

https://invent.kde.org/system/kpmcore/-/commit/6e7efe97c29c4bdab38388a6931df379dd2a8d3b

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916

Andrius Štikonas  changed:

   What|Removed |Added

 CC||n...@hq.sk

--- Comment #4 from Andrius Štikonas  ---
*** Bug 470678 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 470678] Crash during resize

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470678

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 441916 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916

Andrius Štikonas  changed:

   What|Removed |Added

 CC||doubles...@gmail.com

--- Comment #3 from Andrius Štikonas  ---
*** Bug 477523 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477523] crash while shrinking NTFS partition

2023-11-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477523

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 441916 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

Andrius Štikonas  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INTENTIONAL |---
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

--- Comment #9 from Andrius Štikonas  ---
(In reply to Zihad from comment #8)
> (In reply to Andrius Štikonas from comment #6)
> > Or you can run it with PATH=/usr/bin:/bin:/sbin/:/usr/sbin partitionmanager
> 
> This works. 
> Can you force it automatically to use the system libraries? It should check
> if system path exist. And try to use them instead of user one.

Hmm, yes, I was just thinking about this too... I think it should be possible.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

--- Comment #7 from Andrius Štikonas  ---
What should be improved though is reporting back error to GUI rather than
failing silently. That was already on the planned for future (but I have no ETA
for it).

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #6 from Andrius Štikonas  ---
Or you can run it with PATH=/usr/bin:/bin:/sbin/:/usr/sbin partitionmanager

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

--- Comment #5 from Andrius Štikonas  ---
Oh, it's probably because of the prefix. That reddit thread says:
"/home/linuxbrew/.linuxbrew" prefix is not one of the trusted command prefixes

By default partitionmanager only allows calling commands from / and /usr
prefixes. That is for security reasons, specifically to avoid accidentally
running non-system commands (that might be malicious) as root.

Which is kind of exactly what you are trying to do with homebrew. Partition
Manager notices that you are running it from somewhere untrusted and aborts.
You need to add your prefix to src/util/trustedprefixes and recompile it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

--- Comment #4 from Andrius Štikonas  ---
Hmm, that does look fine, so that's strange...

Anything interesting stdout/stderr if you run
KPMCORE_DEBUG=1 partitionmanager

It should print the list of commands it  is running... We can then try to run
them manually

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 477422] If brew / linuxbrew is installed. KDE Partition Manager doesn't show any disk.

2023-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=477422

--- Comment #2 from Andrius Štikonas  ---
That links says it's util-linux. And that makes sense. util-linux is used to
scan for devices.

In particular, to get device list partition manager runs:

lsblk --nodeps --paths --sort name --json --output type,name

What does it output on your system?

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 422877] SMART status is not working on NVMe drives

2023-10-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=422877

--- Comment #30 from Andrius Štikonas  ---
(In reply to hurricanepootis from comment #29)
> Any progress on this?

No, no progress yet. Perhaps once I replace my laptop and have NVMe in it...
But all this SMART code is somewhat ugly compared to other parts of KDE
Partition Manager and personally I'm less familiar with it...

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 474183] Add dev path to KDE Partition Manager Partition properties window

2023-09-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=474183

Andrius Štikonas  changed:

   What|Removed |Added

   Keywords||junior-jobs

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 474164] Allow unprivileged users to list/modify non-system partitions (typically thumb drives)

2023-09-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=474164

--- Comment #1 from Andrius Štikonas  ---
This is not by specifically design, but not easy to implement in
partitionmanager in a secure way that would not lead to root privilege
escalation.

Something like you requested might be done with udisks but to design of
partitionmanager (having operation stack rather than doing one operation at a
time like gnome disks does) it's not really possible to use udisks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 473756] No way to change LUKS passphrase

2023-08-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=473756

Andrius Štikonas  changed:

   What|Removed |Added

   Severity|normal  |wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 473670] defaults option does not persist in fstab or partitionmanager

2023-08-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=473670

--- Comment #1 from Andrius Štikonas  ---
You only need defaults if the field is otherwise empty. Which is what I think
current behaviour is.

If you disagree, could you please show specific examples where defaults is
necessary.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2023-08-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

--- Comment #8 from Andrius Štikonas  ---
(In reply to postix from comment #7)
> David Redondo has just published a nice write up about the current situation
> and how has solved this issue for the upcoming Plasma 6 release. [1]
> So I'd say it should be resolved fixed in Plasma 6 once the app is also
> built against Qt6.6+. :-)
> 
> [1]
> https://blog.david-redondo.de/kde/wayland/qt/2023/08/08/xdg-toplevel-drag.
> html

It's already ported to Qt6. You can build partition manager with either Qt5 or
Qt6.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2023-07-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

Andrius Štikonas  changed:

   What|Removed |Added

 CC||kdebug3rep0rt.lwyfo@aleeas.
   ||com

--- Comment #6 from Andrius Štikonas  ---
*** Bug 472474 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 472474] No way to restore a panel back into the main KDE Partition Editor after selecting the option to use the panel in a separate window.

2023-07-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=472474

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 462382 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2023-07-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 472089] "New Partition Table" icon is confusing

2023-07-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=472089

--- Comment #3 from Andrius Štikonas  ---
I've discussed this with KDE Visual Design Group. To summarise:

* The icon should communicate the destructiveness of the actions.
* There isn't really anything better right now, perhaps the best way forward
would be to create a new icon based on "tools-media-optical-erase".

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 472089] "New Partition Table" icon is confusing

2023-07-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=472089

--- Comment #1 from Andrius Štikonas  ---
(In reply to mashkal2...@gmail.com from comment #0)
> Created attachment 160209 [details]
> button
> 
> The icon used for the new partition table button is confusing, particularly
> when the drive is fresh and has no existing partition table. The existing
> icon implies actions like "delete", "backspace", and "undo", which is not
> what that button does.

Which icon (in the breeze icon set) do you think would work better?

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 470678] Crash during resize

2023-07-08 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470678

Andrius Štikonas  changed:

   What|Removed |Added

Summary|Crash druing resize |Crash during resize

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2023-07-08 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

--- Comment #5 from Andrius Štikonas  ---
(In reply to postix from comment #4)
> (In reply to Andrius Štikonas from comment #3)
> > Hmm, just tried searching, couldn't find anything...
> 
> I see. Would you like to open one as you have more insights on KDE
> Parititon's manager code and its components and thus you are likely more
> capable of providing a minimal example? It would also be interesting to see
> if Qt6 is affected as well.
> 
> I've noticed that the panel keeps being detached, even after restarting the
> application. Therefor a fix would be very welcome. :)

Yeah, I guess I can report it but I first need to build it again with Qt6...

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2023-07-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

--- Comment #3 from Andrius Štikonas  ---
(In reply to postix from comment #2)
> Is there any Qt bug report for this, which you can link to?
Hmm, just tried searching, couldn't find anything...

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 471499] Spaces in file system label are displayed as underscores

2023-07-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=471499

Andrius Štikonas  changed:

   What|Removed |Added

   Version Fixed In||23.08.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 471499] Spaces in file system label are displayed as underscores

2023-07-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=471499

Andrius Štikonas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/kpmcore/-/commit/4490081
   ||c7acc60ff9a9a158cf8af4d7ed2
   ||6a57b4
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Andrius Štikonas  ---
Git commit 4490081c7acc60ff9a9a158cf8af4d7ed26a57b4 by Andrius Štikonas.
Committed on 03/07/2023 at 23:42.
Pushed by stikonas into branch 'master'.

Obtain file system label from ID_FS_LABEL_ENC.

M  +1-1src/core/operationrunner.cpp
M  +35   -3src/plugins/sfdisk/sfdiskbackend.cpp

https://invent.kde.org/system/kpmcore/-/commit/4490081c7acc60ff9a9a158cf8af4d7ed26a57b4

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 471499] Spaces in file system label are displayed as underscores

2023-06-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=471499

Andrius Štikonas  changed:

   What|Removed |Added

 CC||ch.ehrlic...@gmx.de

--- Comment #2 from Andrius Štikonas  ---
Hmm, there doesn't seem to be canonical way to decode blkid strings in Qt.

Qt has a internal function to do that
https://github.com/qt/qtbase/blob/9a320b037ce7b63c5f9de6fbb4e391612e857a95/src/corelib/io/qstorageinfo_unix.cpp#L456
which we could presumably "steal" it.

But tt seems that it incorrectly decodes backslashes...

Christian, would you happen to remember why backslashes are ignored in
qstorageinfo_unix.cpp::decodeFsEncString
(// but not the backslash to prevent collisions)

Because of that conditional, backslash is not decoded and it does seem correct
to me. For example, I created a label called
rootfs test\test
blkid then encodes it to rootfs\x20test\x5ctest
which your function decoded to rootfs test\x5ctest

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 471499] Spaces in file system label are displayed as underscores

2023-06-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=471499

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Andrius Štikonas  ---
Oh, that seems to be coming from udev...
I ran udevadm command manually and it returns:

ID_FS_LABEL=rootfs_test
ID_FS_LABEL_ENC=rootfs\x20test

So we were reading ID_FS_LABEL but I guess we should read ID_FS_LABEL_ENC and
decode it.

https://invent.kde.org/system/kpmcore/-/blob/master/src/plugins/sfdisk/sfdiskbackend.cpp#L636

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2023-06-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=423917

Andrius Štikonas  changed:

   What|Removed |Added

 CC||ondrej.m...@seznam.cz

--- Comment #2 from Andrius Štikonas  ---
*** Bug 470946 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 470946] Unmounting the drive in plasma before clicking Apply causes SEGFAULT

2023-06-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470946

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 423917 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 470675] Broken NTFS after moving partition

2023-06-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470675

--- Comment #1 from Andrius Štikonas  ---
Implementation of update boot sector code is at
https://invent.kde.org/system/kpmcore/-/blob/master/src/fs/ntfs.cpp#L180

I.e it just writes it to position 28 of the first and last sectors.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 468048] Fail to open shortcut to folder

2023-04-19 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=468048

Andrius  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[ktimer] [Bug 397738] ktimer needs an alarm

2023-04-19 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=397738

Andrius  changed:

   What|Removed |Added

Version|v0.10   |22.12.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[ktimer] [Bug 397738] ktimer needs an alarm

2023-04-19 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=397738

Andrius  changed:

   What|Removed |Added

 CC||andrius.puk...@gmail.com

--- Comment #1 from Andrius  ---
That's what 'Command line' field is for. The command in there is run once the
timer completes. You can, for example, trigger a notification with it:
> notify-send -a Clock -u critical "Ding dong!"

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 468048] Fail to open shortcut to folder

2023-04-19 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=468048

--- Comment #3 from Andrius  ---
It is just a regular shortcut file. To reproduce it, you can create a folder on
Desktop then create a shortcut to it via Windows Explorer.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 468132] Lost ability to detect installed exfatprogs file system support tools

2023-04-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=468132

--- Comment #7 from Andrius Štikonas  ---
(In reply to nickl from comment #5)
Thanks for attaching full table. It does seem like only exfat is affected (this
excludes some of the possible failure scenarios but still leaves me a bit
puzzled).

You don't need setting SESSION variables, you can set them for a single app
launch from the command line, e.g. like I was suggesting
KPMCORE_DEBUG=y partitionmanager

As for setting PATH, there is a fine point. For security reasons partition
manager restricts PATH further.
All privileged operations are performed by a small helper running as root and
as some basic sanity checking we make sure that executables are located in some
trusted prefix (see
https://invent.kde.org/system/kpmcore/-/blob/master/src/util/externalcommandhelper.cpp#L384)
which is specified at compile time and defaults to / and /usr. I.e. partition
manager would refuse to run /home/username/bin/sfdisk even if you have
PATH=/home/username/bin/ (or even something like
/usr/../home/username/bin/sfdisk wouldn't work).
Anyway, it looks like your exfatprogs are in /usr/sbin, so you should be fine.

I think at this point it would be useful to see if there are any error messages
in the terminal when you run
KPMCORE_DEBUG=y partitionmanager

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 468132] Lost ability to detect installed exfatprogs file system support tools

2023-04-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=468132

--- Comment #4 from Andrius Štikonas  ---
(In reply to nickl from comment #2)
> Created attachment 157831 [details]
> Error prompting the missing file system support package
> 
> I also have no idea how I would go about reverting the change should I click
> on "Do not show this message again".

If I remember correctly, it's in  ~/.config/partitionmanagerrc
Source is at
https://invent.kde.org/system/kpmcore/-/blob/master/src/fs/exfat.cpp
Sometimes you can see some useful debug info if you run KPMCORE_DEBUG=1
partitionmanager and observe terminal output.

Is it really just exfat tools that are not detected (you truncated that
screenshot of file system support table)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 468048] New: Fail to open shortcut to folder

2023-04-01 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=468048

Bug ID: 468048
   Summary: Fail to open shortcut to folder
Classification: Applications
   Product: dolphin
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: andrius...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Have a Windows shortcut ".lnk" to any folder
2. Open it inside dolphin

OBSERVED RESULT
Although Dolphin recognises it as a folder destination (when hovering the
shortcut), it fails to open its path, giving an "Invalid protocol" error,
possibly it interprets the path as a url (mistaking the drive letter as a
protocol scheme) instead of a local path.

EXPECTED RESULT
Dolphin should open the destination directory.

SOFTWARE/OS VERSIONS
Windows: 11
Dolphin 23.07.70
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 466992] KDE Partition Manager shows the partition name as label and doesn't allow you to change one

2023-03-24 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=466992

--- Comment #4 from Andrius Štikonas  ---
Git commit 6f88ec0124fa7da45cd0c479829a66f7ddd41296 by Andrius Štikonas.
Committed on 12/03/2023 at 00:27.
Pushed by stikonas into branch 'master'.

Rename Partition Label to Partition Name

M  +1-1src/gui/partitionmanagerwidgetbase.ui
M  +1-1src/gui/partpropswidgetbase.ui

https://invent.kde.org/system/partitionmanager/commit/6f88ec0124fa7da45cd0c479829a66f7ddd41296

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 467319] KDE Partition Manager is using the same icon as Gparted and it's confusing

2023-03-14 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=467319

--- Comment #2 from Andrius Štikonas  ---
Actually both KDE Partition Manager and Gparted are using icon from filelight.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 466992] KDE Partition Manager shows the partition name as label and doesn't allow you to change one

2023-03-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=466992

Andrius Štikonas  changed:

   What|Removed |Added

   Version Fixed In||23.08.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 466992] KDE Partition Manager shows the partition name as label and doesn't allow you to change one

2023-03-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=466992

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Andrius Štikonas  ---
1. Fixed
2. Fixed
3 This is already reported as 443197.

4 and 5 are kind of blocked by 3 (in any case best done together). I mentioned
this bug in 443197, so I'll close this fixed even though 3 is not yet fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 443197] Add support to name Partition Labels

2023-03-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=443197

--- Comment #2 from Andrius Štikonas  ---
(In reply to Andrius Štikonas from comment #1)
> Yes, this is known. There is some support for setting partition labels in
> KPMcore library but it needs to be exposed in the KDE Partition Manager GUI.

See also 466992

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 466992] KDE Partition Manager shows the partition name as label and doesn't allow you to change one

2023-03-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=466992

--- Comment #2 from Andrius Štikonas  ---
(In reply to Paul Worrall from comment #1)
> Agree.  
> 
> GPT partitions have a "PartitionName" 
> (https://uefi.org/specs/UEFI/2.10/05_GUID_Partition_Table_Format.html#gpt-
> partition-entry-array)
> 
> Filesystems generally have a "Label" or "Volume Label" (man mkfs.btrfs,
> .ext4, etc.)
> 
> Partition Manager should follow this terminology

There seems to be a bit of a mess with label vs name for partitions...

Hmm, I think I followed terminology used by lsblk:
$ lsblk -o PARTLABEL  /dev/sda1
PARTLABEL
EFI System

lsblk is part of util-linux package. Yet fdisk which is also from util-linux
uses Partition Name.

I guess this confusion in therminology is because they are essentially the same
thing, just at different levels, one is a string at partition level, the other
at file system level.

That said, if people feel strongly that this should be partition name, we can
change it.

Support for actually editing parition names is not wired into GUI (if I
remember correctly kpmcore library has implemented required functions, but it's
not exposed in GUI). Anyway, this is a duplicate of 443197, so any discussion
for this point should be there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 466994] KDE Partition Manager cannot change the label on a FAT32 partition

2023-03-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=466994

--- Comment #1 from Andrius Štikonas  ---
Changing it to uppercase was a deliberate commit:

commit 5a30aff288fce05c540786ab9001cb0217f29494
Author: Pali Rohár 
Date:   Tue Sep 26 19:01:20 2017 +0200

Set FAT label in upper case

FAT label should be stored in upper case. Also Windows systems doing it.

I think it is to avoid confusion to those users who actually do dual booting.
Otherwise if we enable lowercase, those users who need uppercase for better
Windows support won't know that they need it uppercase.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kde-windows] [Bug 186824] wish: Windows Explorer context menu

2023-03-01 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=186824

Andrius  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Andrius  ---
Closing this old one, as the installer is long deprecated and some of the
individual apps already provide this funcitonality

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 466216] New: Double line breaks when opening a remote CRLF file

2023-02-21 Thread Andrius
https://bugs.kde.org/show_bug.cgi?id=466216

Bug ID: 466216
   Summary: Double line breaks when opening a remote CRLF file
Classification: Applications
   Product: kate
   Version: 22.12.2
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: part
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: andrius...@gmail.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  Open a remote folder (SFTP) in dolphin
2.  Drag a file (in my case a python file) that has CR/LF (Windows Line breaks)
into Kate

OBSERVED RESULT
Files display double line breaks (i.e.: empty lines after each line of the
file)

EXPECTED RESULT
Text should display normally without empty lines through it.

SOFTWARE/OS VERSIONS
Windows 11 (22H2)
KDE Frameworks Version: 5.103.0

ADDITIONAL INFORMATION
Kate and Dolphin built from sources with Craft.
Seems to happen only with remote files, not with local files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 465242] Partition restore fails with misleading message about unavailable space

2023-02-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=465242

--- Comment #5 from Andrius Štikonas  ---
(In reply to Gabriel Barros from comment #4)
> I think my confusion is when you right click an empty drive's empty space.
> is that showing me the menu for partition or device (since there's no
> partition)

That's still the same partition menu. You get device menu if you right click on
the very top line (or if you have a floating device panel, you can right click
there).

If you still think that's bit confusing, I guess we could add extra word
Partition there. I.e. "Backup partition", "Restore partition". But we already
have a tooltip that shows that when you hover your mouse above "Backup" menu
entry.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 465242] Partition restore fails with misleading message about unavailable space

2023-02-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=465242

--- Comment #3 from Andrius Štikonas  ---
(In reply to Gabriel Barros from comment #2)
> I see. Thank you. The manual does say it works on a empty region, so I
> assumed wrong. Guess the feature is not well named either, not just the
> error.
> 
> Menu items should be called "restore partition" not just "restore"/"backup".

Hmm, in principle these menu entries are in "Partition". All operations in it
are partition specific. There is also device menu for device-wide things.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 465242] Partition restore fails with misleading message about unavailable space

2023-02-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=465242

--- Comment #1 from Andrius Štikonas  ---
Message is a bit misleading, but what you are trying to do is not a valid
operation. You are trying to restore disk image into a partition (i.e. restore
/dev/sda into /dev/sda1).

At the moment partition manager does not support restoring whole disk image.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 448908] The blue icon to extend the partition needs it's area of influence expanded

2023-01-30 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=448908

Andrius Štikonas  changed:

   What|Removed |Added

 CC||greenscarf...@gmail.com

--- Comment #8 from Andrius Štikonas  ---
*** Bug 465021 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 465021] make partition Resize/Move slider handle more forgiving

2023-01-30 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=465021

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andrius Štikonas  ---
It's not trivial to implement this. It seemed to me that the only way to
achieve that is to increase size of the border, but it looks quite confusing:
https://bugsfiles.kde.org/attachment.cgi?id=145730

*** This bug has been marked as a duplicate of bug 448908 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2023-01-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103

Andrius Štikonas  changed:

   What|Removed |Added

 CC||mattia.ve...@tiscali.it

--- Comment #5 from Andrius Štikonas  ---
*** Bug 464399 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464399] QString::indexOf(): partitionmanager killed by SIGSEGV

2023-01-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464399

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 432103 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464416] Disconnected panels cannot be reintegrated with the main application window

2023-01-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464416

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrius Štikonas  ---
Not a partition manager bug. That's Qt.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464338] The existing volume label is not preserved after changing the file system from partition properties

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464338

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 360564 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 360564] Format / recreate File System keep Label

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=360564

Andrius Štikonas  changed:

   What|Removed |Added

 CC||wojta...@notowany.pl

--- Comment #1 from Andrius Štikonas  ---
*** Bug 464338 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464338] The existing volume label is not preserved after changing the file system from partition properties

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464338

--- Comment #1 from Andrius Štikonas  ---
Note that valid label in one filesystem might not be a valid label in another
(i.e. some file systems limit the allowed charaters), so it's not just saving
the old label and restoring it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464306] KDE Partition Manager crashes when trying format partition to f2fs

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464306

Andrius Štikonas  changed:

   What|Removed |Added

   Version Fixed In||23.04

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464306] KDE Partition Manager crashes when trying format partition to f2fs

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464306

Andrius Štikonas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/kpmcore/commit/b3fb2064b
   ||7a9160d69032d1ef4c8be8e7f09
   ||a71c
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Andrius Štikonas  ---
Git commit b3fb2064b7a9160d69032d1ef4c8be8e7f09a71c by Andrius Štikonas.
Committed on 15/01/2023 at 15:17.
Pushed by stikonas into branch 'master'.

Add support for f2fslabel.

This also fixes another f2fs creation bug as the code is rewritten.

M  +7-18   src/fs/f2fs.cpp
M  +1-9src/fs/f2fs.h
M  +1-0src/util/externalcommand_whitelist.h

https://invent.kde.org/system/kpmcore/commit/b3fb2064b7a9160d69032d1ef4c8be8e7f09a71c

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464306] KDE Partition Manager crashes when trying format partition to f2fs

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464306

--- Comment #1 from Andrius Štikonas  ---
Strangely it only crashes when changing it via properties. Doesn't crash when
creating a new f2fs partition. (or changing file system in properties to other
file systems).

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464306] KDE Partition Manager crashes when trying format partition to f2fs

2023-01-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464306

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464017] Cannot shrink an ext2/3/4 filesystem

2023-01-08 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464017

--- Comment #5 from Andrius Štikonas  ---
(In reply to Ian Turner from comment #4)
> I suppose that one possible step forward would be to change some of these
> types to unsigned

I suspect this is easier said than done. Probably both API and ABI would break.

> or to add asserts.

Asserts might be useful though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 464017] Cannot shrink an ext2/3/4 filesystem

2023-01-08 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=464017

--- Comment #3 from Andrius Štikonas  ---
(In reply to Ian Turner from comment #2)
> Actually, looking more closely at the resize2fs documentation, I think the
> problem is that we are passing a negative number at all. And unfortunately,
> I'm now unable to reproduce this issue.

Yeah, I was just going to say that it shouldn't be negative number.

Strangely that negative number is equal to 1,953,523,119 - 1,827,692,544, so
the difference between final and current size.

Do you remember whether you were trying to reduce it by a bit (1,953,523,119 ->
1,827,692,544) or by a lot 1,953,523,119 to 125830575 sectors? I.e. my guess is
that maybe something went wrong and newLength() was -1
https://invent.kde.org/system/kpmcore/-/blob/master/src/jobs/resizefilesystemjob.cpp#L82

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 463555] Add mount point for a LUKS encrypted partition will lead to booting into emergency mode

2022-12-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=463555

--- Comment #4 from Andrius Štikonas  ---
(In reply to Uwe Köhler from comment #3)
> Hmmm, come to thinks about it: Maybe the answer is in your question. To
> mount the encrypted partition, you have to take more steps than just
> changing the fstab. Otherwise the partition cannot be mounted and the boot
> process ends up in the emergency mode. I do have a precise protocol of the
> steps I had to o manually to get it working, if that helps.

Oh indeed, I think the source for the mount was missing because it was not
decrypted (which could be done by e.g. initramfs on boot).

Not sure what's the best way to proceed. Running those extra steps would be way
beyond scope of KDE Partition Manager, as it depends a lot on how system is
configured... We could disable mounts for encrypted partitions but it's also
not ideal.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 463555] Add mount point for a LUKS encrypted partition will lead to booting into emergency mode

2022-12-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=463555

--- Comment #1 from Andrius Štikonas  ---
It would be helpful if you could attach /etc/fstab file before and after it was
edited with KDE Partition Manager.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 456325] Two authentication prompts appear at app startup

2022-12-19 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=456325

Andrius Štikonas  changed:

   What|Removed |Added

 CC||rosswzy...@outlook.com

--- Comment #4 from Andrius Štikonas  ---
*** Bug 463243 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 463243] two authentication windows appear and the first is minimized by default

2022-12-19 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=463243

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Andrius Štikonas  ---
This seems to be downstream opensuse bug.

*** This bug has been marked as a duplicate of bug 456325 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462611] Info on how to get started using KPMcore library is incomplete

2022-12-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462611

--- Comment #5 from Andrius Štikonas  ---
(In reply to Ross Boylan from comment #3)
> Thanks for the pointer.  That was the last bit I needed, and I can now
> compile and run.  Qt structures are impenetrable in the debugger, but that's
> a separate issue.  I'm installing kdevelop and qtcreator now; I think both
> have helpers for debugging.
> 
> So my final tips to get running were
> 1. Use CoreBackendManager::self()->backend() to get the backend.
> 2. The app requires the Qt event loop, which can be started with
> QCoreApplication app(argc, argv);
> 3. Those require including  and 

Maybe I can convince you to update README with the things you discovered? (Or
at least mention this useful example in tests directory).

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462611] Info on how to get started using KPMcore library is incomplete

2022-12-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462611

--- Comment #2 from Andrius Štikonas  ---
Yes, documentation needs more work...

This is due to how kpmcore appeared. Initially we had just partitionmanager as
application with no library, later Calamares installer started using forked
version of partitionmanager but later we managed to separate some bits into a
separate library, so that Calamares installer can link to those. Those bits of
kpmcore that were useful to Calamares were separated into library but the
coupling between application and library is fairly tight and API is not
particularly nice.

Have you checked kpmcore/test directory. In particular testlist.cpp should be a
fairly self contained example how to get the list of device objects and print
some of that info.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462382] Information panel detaches and cannot be attached again to parent window

2022-12-01 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462382

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrius Štikonas  ---
This is a Qt bug, so not sure if it's best to track it here... We can't do much
on partition manager side, so I suggest to just wait.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 396775] Incorrect unallocated size calculated for LVM with cache pool

2022-11-29 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=396775

Andrius Štikonas  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Andrius Štikonas  ---
This is still not implemented. Patches are welcome.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462033] KDE Partition Manager does not update free used space on encrypted partition

2022-11-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462033

--- Comment #12 from Andrius Štikonas  ---
(In reply to Teddy from comment #11)
> This is Theodore's comment:
> 
> That's working as intended.  Dumpe2fs is reading from the superblock
> on disk, and the Linux kernel is quite deliberately not updating most
> fields in the superblock until the file system is unmounted.
> 
> There are a couple of reasons for this.  The first is that frequent
> updates of the superblock is costly in terms of wasted I/O; it
> requires taking a random seek to update the superblock on disk, and
> that I/O operation and throughput is better used for real work.
> 
> The second is that updating some of the fields is simply costly.  It
> would require taking a global lock to update the fields, which reduces
> the file system's scalability across a large number of CPU cores.  The
> ext2 and ext3 file system (before it was removed from the kernel; the
> ext4 kernel code now provides ext3 support) used to update the total
> free blocks and free inodes, and this turned out to be a major
> Scalability bottleneck.  This is why we don't do it any more.  :-)
> 
> Yes, it means that a system administrator which tries to monitor free
> blocks usage using dumpe2fs won't be able to do it any more.  But the
> proper, and more portable way of getting that information was to use
> the df command.

Thanks, so it might make sense to switch to df...

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462103] System can fall asleep/suspend while job is in progress causing job to fail midway with data loss potential

2022-11-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462103

--- Comment #1 from Andrius Štikonas  ---
Hmm, somehow I thought we already are doing that but I can't see it. I must
have been confusing it with KTorrent.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462033] KDE Partition Manager does not update free used space on encrypted partition

2022-11-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462033

--- Comment #9 from Andrius Štikonas  ---
(In reply to Teddy from comment #8)
> Tried with Arch linux and the issue is exactly the same, with dumpe2fs
> 1.46.5 (30-Dec-2021). No Free blocks/inodes update until reboot.
> How can I report this to developer?

https://e2fsprogs.sourceforge.net seems to suggest that Theodore Ts'o seems to
be maintining it. Maybe email him and ask where to report the bug (at least I
don't seem to notice any info about reporting bugs on that website).

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462087] What API documentation?

2022-11-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462087

--- Comment #1 from Andrius Štikonas  ---
Hmm, I think it used to be on https://api.kde.org/kpmcore/ but indeed it seems
to be missing now.

You can still read doxygen comments that are inline in the source code until
above link comes back. (Even then  documentation really needs more work, it's
not completely standalone)

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 462033] KDE Partition Manager does not update free used space on encrypted partition

2022-11-19 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=462033

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #5 from Andrius Štikonas  ---
This sounds a bit strange. Have you rescanned the drives (F5) after free space
changed. KDE Partition Manager does not report any live info, it reads it when
you start KDE Partition Manager and caches all info until you refresh.

For ext4, KDE Partition Manager runs "dumpe2fs -h deviceNode", looks at "Block
count:", "Free blocks:" and "Block size:" and then free space is returned as
(blockCount - freeBlocks) * blockSize. So encryption shouldn't matter at all.

If this was not due to lack of refreshing, could you try rerunning your test
where KDE Partition Manager does not update the value until reboot and compare
it with (blockCount - freeBlocks) * blockSize.

-- 
You are receiving this mail because:
You are watching all bug changes.

[telepathy] [Bug 379778] Chat window in ktp-text-ui automatically scrolls to the bottom

2022-11-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=379778

--- Comment #4 from Andrius Štikonas  ---
Can't check this as ktp is completely broken for me, I can't even sign in into
my account.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 385806] KMail Spam/Not Spam toolbar buttons are not loaded on Wayland

2022-11-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=385806

Andrius Štikonas  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 461044] Auth dialog crazily showing repeatedly

2022-10-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=461044

--- Comment #1 from Andrius Štikonas  ---
That is very strange? Is it reproducible?

I've never seen anything like this before. Could also be driver or Qt
problem...

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-13 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=460222

--- Comment #4 from Andrius Štikonas  ---
Argh, this is a mess on the ntfs side...

Partition Manager was indeed relying on mount command to be smart enough to
pick file system type.

One could add -t ntfs3 but then that would break support for people who have
older kernels. Though maybe 5.15 is getting old enough to be in most places.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=460222

--- Comment #2 from Andrius Štikonas  ---
What's the error if you run mount command manually?

Partition Manager seems to be running mount --verbose /dev/nvme0n1p3
/home/xxx/C which looks to me like a correct command.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 459001] Asks for password twice

2022-09-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=459001

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrius Štikonas  ---
That's downstream OpenSUSE bug.

*** This bug has been marked as a duplicate of bug 456325 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 456325] Two authentication prompts appear at app startup

2022-09-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=456325

Andrius Štikonas  changed:

   What|Removed |Added

 CC||neilpadgett...@gmail.com

--- Comment #3 from Andrius Štikonas  ---
*** Bug 459001 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 458947] apple filesystem is not detected

2022-09-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=458947

--- Comment #2 from Andrius Štikonas  ---
Unlikely to be fixed as KDE Partition Manager uses sfdisk to detect partition
table and as you can see fdisk does not detect it.

In particular, we run "sfdisk --json /dev/sda" and look for device type. Maybe
you could actually run this command and see if it prints anything useful?

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 458449] Ubuntu Studio crash due to corrupt SD card

2022-09-02 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=458449

--- Comment #1 from Andrius Štikonas  ---
If possible, could you try to install debugging symbols for kpmcore and
partitionmanager and try to get backtrace again?

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 457109] Saving mount point to Fstab causes the system to be unbootable

2022-07-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=457109

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Andrius Štikonas  ---
Ok, let's close this for now. But if it happens again please reopen this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 457109] Saving mount point to Fstab causes the system to be unbootable

2022-07-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=457109

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|FIXED   |WAITINGFORINFO

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 457109] Saving mount point to Fstab causes the system to be unbootable

2022-07-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=457109

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |FIXED

--- Comment #2 from Andrius Štikonas  ---
.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 457109] Saving mount point to Fstab causes the system to be unbootable

2022-07-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=457109

--- Comment #1 from Andrius Štikonas  ---
I need more information than that.

Would it be possible for you to attach the broken fstab file? And if you still
have it, the original would be useful too.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 428974] KDE Partition Manager keeps on asking for authentication even if the user presses "cancel"

2022-07-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=428974

Andrius Štikonas  changed:

   What|Removed |Added

 CC||goz_02...@yahoo.com

--- Comment #18 from Andrius Štikonas  ---
*** Bug 456766 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 456766] Unable to Cancel from password dialog

2022-07-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=456766

Andrius Štikonas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andrius Štikonas  ---


*** This bug has been marked as a duplicate of bug 428974 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 415929] Partitionmanager crashed after pressing the Save button

2022-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=415929

--- Comment #3 from Andrius Štikonas  ---
(In reply to Kevin from comment #2)
> Created attachment 150506 [details]
> New crash information added by DrKonqi
> 
> partitionmanager (22.04.3) using Qt 5.15.5
> 
> I had an extended partition containing a swap and a primary. I deleted the
> primary, then choose edit this mount, left the path empty, clicked save,
> then crashes. It's repeatable on my pc. Thanks
> 
> -- Backtrace (Reduced):
> #4  0x7fae59565454 in FstabEntry::fsSpec() const () at
> /usr/lib/libkpmcore.so.12
> [...]
> #7  0x7fae58a5c517 in QAbstractButton::clicked(bool) () at
> /usr/lib/libQt5Widgets.so.5
> [...]
> #10 0x7fae58a60460 in QAbstractButton::mouseReleaseEvent(QMouseEvent*)
> () at /usr/lib/libQt5Widgets.so.5
> #11 0x7fae589af707 in QWidget::event(QEvent*) () at
> /usr/lib/libQt5Widgets.so.5
> #12 0x7fae58978b3c in QApplicationPrivate::notify_helper(QObject*,
> QEvent*) () at /usr/lib/libQt5Widgets.so.5

This is a different issue. Backtrace is different from the original report. If
you want, please report it in a new bug but with debug symbols (at least for
kpmcore and partitionmanager but ideally Qt as well)

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 456325] Two authentication prompts appear at app startup

2022-07-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=456325

--- Comment #1 from Andrius Štikonas  ---
I can't reproduce it on my system. Might be something to do with OpenSUSE or
packaging issue. Maybe you should report downstream bug on suse bugzilla?

I only have a single prompt with subject and caller pids identical.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krdc] [Bug 377911] [Wayland] RDP doesn't work under Wayland

2022-06-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=377911

--- Comment #26 from Andrius Štikonas  ---
(In reply to johnathan from comment #24)
> i am on latest kde neon and i am facing the same bug. krdc refuses to work
> on wayland while on x11 it works perfectly.
> 
that's not krdc bug. You can report it to neon if you want but it's simply an
issue of missing runtime dependencies.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 455090] Typo in desktop file

2022-06-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=455090

Andrius Štikonas  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst
   |em/partitionmanager/commit/ |em/partitionmanager/commit/
   |64c42a23576f5558ebb2c661f11 |3dc7bcdc7ae85584748e67f93c1
   |d03f5ca9cb126   |66fcf19ed8625

--- Comment #2 from Andrius Štikonas  ---
Git commit 3dc7bcdc7ae85584748e67f93c166fcf19ed8625 by Andrius Štikonas.
Committed on 09/06/2022 at 16:33.
Pushed by stikonas into branch 'release/22.04'.

Fix desktop file

CCMAIL: toni.ase...@kdemail.net

M  +1-1src/org.kde.partitionmanager.desktop

https://invent.kde.org/system/partitionmanager/commit/3dc7bcdc7ae85584748e67f93c166fcf19ed8625

-- 
You are receiving this mail because:
You are watching all bug changes.

<    1   2   3   4   5   6   7   8   9   10   >