[plasmashell] [Bug 409798] Image copied from Spectacle appears incorrectly on Wayland

2021-09-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=409798

--- Comment #34 from Méven Car  ---
There is a fix that should help here in some scenarios
https://codereview.qt-project.org/c/qt/qtwayland/+/366769 it is already in KDE
qt patch collection
https://invent.kde.org/qt/qt/qtwayland/-/commit/6072c1dc87e185f30c014f764737ac97b906640f
that should land in arch soonish if not already.

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

[KScreen] [Bug 407058] KDE Plasma5 can't change resolution in VM after last update

2021-09-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=407058

--- Comment #45 from Méven Car  ---
Git commit 0a2c511489cf4cfa7216b3222cee0430ef9a829c by Méven Car, on behalf of
Méven Car.
Committed on 01/09/2021 at 13:37.
Pushed by meven into branch 'master'.

Wayland: Add support for protocol kde-output-device_v2, allow to detect drm
mode changes

M  +3-6autotests/integration/outputmanagement_test.cpp
M  +1-1src/CMakeLists.txt
M  +1-1src/abstract_output.cpp
M  +2-2src/abstract_output.h
M  +28   -12   src/abstract_wayland_output.cpp
M  +13   -3src/abstract_wayland_output.h
M  +8-11   src/platform.cpp
M  +2-2src/platform.h
M  +0-5src/plugins/platforms/drm/drm_abstract_output.h
M  +2-2src/plugins/platforms/drm/drm_backend.cpp
M  +2-0src/plugins/platforms/drm/drm_gpu.cpp
M  +17   -8src/plugins/platforms/drm/drm_object_connector.cpp
M  +2-0src/plugins/platforms/drm/drm_object_connector.h
M  +48   -13   src/plugins/platforms/drm/drm_output.cpp
M  +6-3src/plugins/platforms/drm/drm_output.h
M  +1-1src/plugins/platforms/drm/drm_pipeline.cpp
M  +3-4src/plugins/platforms/drm/drm_virtual_output.cpp
M  +2-2src/plugins/platforms/drm/drm_virtual_output.h
M  +1-1src/plugins/platforms/drm/egl_stream_backend.cpp
M  +1-1src/plugins/platforms/drm/scene_qpainter_drm_backend.cpp
M  +1-1src/plugins/platforms/wayland/egl_wayland_backend.cpp
M  +6-6src/wayland_server.cpp
M  +2-3src/wayland_server.h
D  +0-139  src/waylandoutputdevice.cpp
A  +152  -0src/waylandoutputdevicev2.cpp [License: GPL(v2.0+)]
R  +7-3src/waylandoutputdevicev2.h [from: src/waylandoutputdevice.h -
074% similarity]

https://invent.kde.org/plasma/kwin/commit/0a2c511489cf4cfa7216b3222cee0430ef9a829c

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

[kwin] [Bug 441577] KWin crashes on X11 when manually rotating the screen

2021-08-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441577

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com
   Version Fixed In||5.23
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/bd6d04b417
   ||161f1b5864f08ec1295f3516307
   ||8d1

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

[dolphin] [Bug 441124] Renaming folders from folders panel context menu fails

2021-08-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441124

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/1d125057c
   ||b6318bca795fd4a153c2675c881
   ||a9d1

--- Comment #6 from Méven Car  ---
Git commit 1d125057cb6318bca795fd4a153c2675c881a9d1 by Méven Car, on behalf of
Jan Paul Batrina.
Committed on 27/08/2021 at 07:29.
Pushed by meven into branch 'release/21.08'.

FoldersPanel: Fix inline renaming

Commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 changed the value
for emitRoleEditingFinished() to a struct containing
the new name, but folderspanel was not updated.

M  +3-1src/panels/folders/folderspanel.cpp

https://invent.kde.org/system/dolphin/commit/1d125057cb6318bca795fd4a153c2675c881a9d1

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

[dolphin] [Bug 439225] Status bar disappears and reappears continuously after mass renaming

2021-08-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=439225

--- Comment #7 from Méven Car  ---
(In reply to Harald Sitter from comment #6)
> I guess the question anyone should be asking is why a function called
> setExtensionsVisible manipulates anything but the extensions ;)

It is due to
https://invent.kde.org/system/dolphin/-/commit/ba8158e2fa08651b0460adca3cb1e6a44eca0ed0

setVisible(showStatusBar); shouldn't be called here. I guess it was just a
piggy back since setExtensionsVisible is called often. 


I reviewed this and let it through...

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

[dolphin] [Bug 437349] "Reset Zoom Level" action is non-functional when previews are disabled

2021-08-26 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437349

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/ae46ab2c3
   ||d6e373425d9e107a9f34ebeea5c
   ||60b3
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Méven Car  ---
Git commit ae46ab2c3d6e373425d9e107a9f34ebeea5c60b3 by Méven Car, on behalf of
Eugene Popov.
Committed on 26/08/2021 at 11:14.
Pushed by meven into branch 'master'.

Use default icon size when resetting zoom level

M  +24   -8src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/ae46ab2c3d6e373425d9e107a9f34ebeea5c60b3

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

[Spectacle] [Bug 441047] "Open Containing Folder" opens wrong location when using "Copy Location to Clipboard" and not saving the screenshot manually.

2021-08-23 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441047

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/spectacle/commit/b753c
   ||bec8e7cca6f27533e8b7964ff42
   ||33241463
 Resolution|--- |FIXED

--- Comment #2 from Méven Car  ---
Git commit b753cbec8e7cca6f27533e8b7964ff4233241463 by Méven Car, on behalf of
Jan Paul Batrina.
Committed on 23/08/2021 at 08:15.
Pushed by meven into branch 'master'.

Copy the correct file path to clipboard

Previously, the path copied was always the temporary
save file path unless the image was autosaved.
Now, ExportManager keeps track of whether the image has
been saved, and that is used for choosing the correct path.

M  +12   -3src/ExportManager.cpp
M  +2-0src/ExportManager.h
M  +10   -1src/Gui/KSMainWindow.cpp

https://invent.kde.org/graphics/spectacle/commit/b753cbec8e7cca6f27533e8b7964ff4233241463

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

[kio-extras] [Bug 441279] filename search error message in root owned folder

2021-08-23 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441279

--- Comment #3 from Méven Car  ---
(In reply to zborowska40 from comment #2)
> But why is it not possible for dolphin to search in a root owned directory? 
> Rights for listing the files are apparently available

I didn't say it was not possible.
Just that this context may trigger bugs in our implementation for this uncommon
and hence little-tested usecase.

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

[kio-extras] [Bug 441279] filename search error message in root owned folder

2021-08-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441279

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kio-extras] [Bug 441279] filename search error message in root owned folder

2021-08-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=441279

Méven Car  changed:

   What|Removed |Added

Summary|filename search crash on|filename search error
   |any input   |message in root owned
   ||folder
Product|dolphin |kio-extras
 CC||meve...@gmail.com
  Component|search  |default
   Assignee|dolphin-bugs-n...@kde.org   |plasma-b...@kde.org

--- Comment #1 from Méven Car  ---
What you report is not a crash, but rather an unhelpful error message.

/usr/share/icons/ is a root owned folder that should be the main cause of this
error.

filesearch uses KCoreDirLister behind, this is most likely a bug there.

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

[Spectacle] [Bug 421974] [Wayland] Spectacle Doesn't Copy To The Clipboard The Screenshot Automatically

2021-08-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421974

Méven Car  changed:

   What|Removed |Added

   Version Fixed In|20.08   |21.08.1

--- Comment #21 from Méven Car  ---
(In reply to Alberto Díaz López from comment #19)
> Nice to see this is fixed already, after the works :).
> May I know if it will arrive in 20.08.1 or in which version to test it and
> confirm is already fixed?
> Thanks Méven & Nate for you work and efforts as always ^^.

I was hesitant to land this for 21.08.1, I just did it
https://invent.kde.org/graphics/spectacle/commit/bca68c17191f27723b6d96c4767dca5ef021087a

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

[Spectacle] [Bug 421974] [Wayland] Spectacle Doesn't Copy To The Clipboard The Screenshot Automatically

2021-08-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421974

Méven Car  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/spectacle/commit/138f9 |hics/spectacle/commit/bca68
   |c2680a3044d9e078fce1fefd3a2 |c17191f27723b6d96c4767dca5e
   |bc159ae2|f021087a

--- Comment #20 from Méven Car  ---
Git commit bca68c17191f27723b6d96c4767dca5ef021087a by Méven Car.
Committed on 21/08/2021 at 09:44.
Pushed by meven into branch 'release/21.08'.

ExportManager: delay copy to clipboard

Until a window is focused.

M  +25   -8src/ExportManager.cpp

https://invent.kde.org/graphics/spectacle/commit/bca68c17191f27723b6d96c4767dca5ef021087a

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

[Spectacle] [Bug 421974] [Wayland] Spectacle Doesn't Copy To The Clipboard The Screenshot Automatically

2021-08-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421974

Méven Car  changed:

   What|Removed |Added

  Latest Commit|https://phabricator.kde.org |https://invent.kde.org/grap
   |/R166:dec0e6cef23ac35754aa5 |hics/spectacle/commit/138f9
   |37db6d7ace42b23ca2a |c2680a3044d9e078fce1fefd3a2
   ||bc159ae2
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #18 from Méven Car  ---
Git commit 138f9c2680a3044d9e078fce1fefd3a2bc159ae2 by Méven Car.
Committed on 21/08/2021 at 07:08.
Pushed by meven into branch 'master'.

ExportManager: delay copy to clipboard

Until a window is focused.

M  +25   -8src/ExportManager.cpp

https://invent.kde.org/graphics/spectacle/commit/138f9c2680a3044d9e078fce1fefd3a2bc159ae2

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

[Spectacle] [Bug 440226] Screenshot resolution is reduced on Plasma Wayland session when the display is scaled

2021-08-19 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440226

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08.1

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

[Spectacle] [Bug 440226] Screenshot resolution is reduced on Plasma Wayland session when the display is scaled

2021-08-19 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440226

Méven Car  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/spectacle/commit/9e18f |hics/spectacle/commit/a91f8
   |a5aab0ac77d1813c99e22303688 |8d5a1ec6e08f9c5f142ed4bc142
   |73f1b0a4|1d6d32bf

--- Comment #8 from Méven Car  ---
Git commit a91f88d5a1ec6e08f9c5f142ed4bc1421d6d32bf by Méven Car.
Committed on 19/08/2021 at 10:43.
Pushed by meven into branch 'release/21.08'.

Wayland: when screens have same dpr use NativeSize

For GrabMode::AllScreens

M  +2-2src/Platforms/PlatformKWinWayland2.cpp

https://invent.kde.org/graphics/spectacle/commit/a91f88d5a1ec6e08f9c5f142ed4bc1421d6d32bf

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

[Spectacle] [Bug 440226] Screenshot resolution is reduced on Plasma Wayland session when the display is scaled

2021-08-19 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440226

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/spectacle/commit/9e18f
   ||a5aab0ac77d1813c99e22303688
   ||73f1b0a4

--- Comment #7 from Méven Car  ---
Git commit 9e18fa5aab0ac77d1813c99e2230368873f1b0a4 by Méven Car.
Committed on 19/08/2021 at 07:15.
Pushed by meven into branch 'master'.

Wayland: when screens have same dpr use NativeSize

For GrabMode::AllScreens

M  +2-2src/Platforms/PlatformKWinWayland2.cpp

https://invent.kde.org/graphics/spectacle/commit/9e18fa5aab0ac77d1813c99e2230368873f1b0a4

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

[Spectacle] [Bug 440226] Screenshot resolution is reduced on Plasma Wayland session when the display is scaled

2021-08-19 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440226

--- Comment #6 from Méven Car  ---
(In reply to Vlad Zahorodnii from comment #5)
> You need to use "Full Screen (All monitors, scaled)" mode. "Full Screen (All
> monitors)" returns the screenshot in the logical pixels.

The previous behavior was the opposite. AllScreens was native size, and
AllScreenScaled was logical (scaled was implying logic size).
And AllScreens makes sense even when you have 1 screens whereas
AllScreensScaled makes no sense, the UI uses that to only expose only
Grabmob::AllScreens when there is only one screen.

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

[Spectacle] [Bug 419148] Screenshots saved to the clipboard are cleared after 5 seconds/when the notification disappears

2021-08-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=419148

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||meve...@gmail.com

--- Comment #9 from Méven Car  ---
(In reply to Anders Aagaard from comment #8)
> I'm seeing some... curious behavior on this as well.
> 
> with clipboard enabled and hidden, spectacle -r -b -c used to capture
> screenshots.
> 
> 1. After taking the screenshot, while spectacle notification running. I can
> paste the screenshot into any application.
> 2. When the notification disappears I can no longer paste it. However.. it
> still exists in the clipboard list.

If the source application doesn't exist anymore, how would you expect it to
send data.

> 3. If I click on the entry in the clipboard list, I can paste it into any
> application again.
> 
> This is definitely not working the way my brain expects it to work 😂

The clipboard list is klipper, our clipboard manager that keeps clipboard
values cached for this kind of use case.

It is a quite tricky issue to solve.
We could make it so that the application stays open until an application has
received the data, that isn't klipper.
Or the notification should copy the data itself to make it available, and
remove it afterwards.
Or the notification could fetch the data from klipper somehow, if klipper
cached the value.

Please not, under wayland the -b command line is not supported, code needs some
adaptation, you will have strange behavior for now.

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

[Spectacle] [Bug 440226] Screenshot resolution is reduced on Plasma Wayland session when the display is scaled

2021-08-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440226

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #3 from Méven Car  ---
Seems like a regression.

Most likely due to
https://invent.kde.org/plasma/kwin/-/merge_requests/759/diffs
https://invent.kde.org/graphics/spectacle/-/merge_requests/54

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

[frameworks-kio] [Bug 440730] Spectacle Crashed

2021-08-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440730

Méven Car  changed:

   What|Removed |Added

  Component|General |Open/save dialogs
 CC||kdelibs-b...@kde.org,
   ||meve...@gmail.com
   Assignee|m...@baloneygeek.com  |kio-bugs-n...@kde.org
Version|21.04.3 |5.84.0
 Status|REPORTED|NEEDSINFO
Product|Spectacle   |frameworks-kio
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Méven Car  ---
This isn't likely a spectacle bug but a kfilewidgets bug.

Can your reliably reproduce the crash ?

Could you install the debug symbols for kio ?
(I have to ask even if Arch does not provide them for now).

Could describe more precisely the steps to reproduce the crash conditions ?

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

[KScreen] [Bug 424997] Kscreen not showing video modes frequency (rounding problem)

2021-08-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=424997

Méven Car  changed:

   What|Removed |Added

Summary|Kscreen not showing video   |Kscreen not showing video
   |modes frecuency (rounding   |modes frequency (rounding
   |problem)|problem)

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

[frameworks-kinit] [Bug 434290] After re-login, sometimes kdeinit5 takes 30 seconds to start

2021-08-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=434290

--- Comment #12 from Méven Car  ---
(In reply to Matt Fagnani from comment #10)
> When I've logged out of Plasma 5.22.3 with KF 5.83.0 and Qt 5.15.2 and
> earlier on Wayland in a Fedora 34 KDE Plasma installation then logged in
> again, Plasma was delayed by 30 seconds when starting remaining on the
> splash screen for that long. The desktop icons took another 30 seconds to
> appear. Certain KDE programs such as Dolphin and Gwenview took 30 seconds to
> start. The file selection dialogs in Qt-based programs like VLC took 30
> seconds to start. The most relevant messages in the journal when this delay
> happened were like
> kded5[9321]: kf.dbusaddons: 'kdeinit5' is taking more than 30 seconds to
> start.
> The journal when logging in to Plasma on Wayland was delayed after logging
> out as the same user is attached at
> https://bugzilla.redhat.com/show_bug.cgi?id=1985151
> 
> I first noticed this problem when logging out from Plasma on Wayland as one
> user then logging into Plasma on Wayland as a second user. This problem
> happened most of the time when doing so over the last few weeks at least. I
> had set KillUserProcesses=yes in /etc/systemd/logind.conf to stop the user
> session processes during that time. I changed that to #KillUserProcesses=yes
> in /etc/systemd/logind.conf. After that change, Plasma and other programs
> were delayed by 30 seconds when I logged out as one user and logged in again
> as the same user. These observations led me to think that some processes or
> files were left over after ending the first Plasma session which might be
> kdeinit5_shutdown and /tmp/startkdeinitlock as I describe below.
> 
> A similar report about Dolphin taking 30 s to start noted that
> /tmp/startkdeinitlock was left after logging out as userA and logging in as
> userB at https://bugs.kde.org/show_bug.cgi?id=439606 I noticed that
> /tmp/startkdeinitlock was present when the Plasma startup delay happened,
> but not otherwise. /tmp/startkdeinitlock was a text file containing
> 9014
> kdeinit5_shutdown
> localhost.localdomain
> 
> 
> 
> The kdeinit5_shutdown process was running when the problem happened, but it
> wasn't running when the problem wasn't happening. kdeinit5_shutdown and
> /tmp/startkdeinitlock seemed to be left over from the first Plasma session,
> and they might be blocking Plasma and other programs from starting normally.
> I tried removing /tmp/startkdeinitlock and stopping kdeinit5_shutdown, and
> the problem seemed to go away at least for starting Dolphin and loading the
> desktop icons during the same session.

That is some nice investigating.

Looking at kdeinit5_shutdown code 

header.cmd = LAUNCHER_TERMINATE_KDE;
header.arg_length = 0;
write_socket(sock, (char *) &header, sizeof(header));
read_socket(sock, (char *) &header, 1); /* wait for the socket to close
*/

It seems stuck either writing or reading to the kdeinit socket.
I am guessing something else is keeping kdeinit5_shutdown from terminating
because of this socket.

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

[dolphin] [Bug 439225] Status bar disappears and reappears continuously after mass renaming

2021-08-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=439225

--- Comment #3 from Méven Car  ---
I don't reproduce it under Wayland with 7k files on a SSD.

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

[Spectacle] [Bug 421974] [Wayland] Spectacle Doesn't Copy To The Clipboard The Screenshot Automatically

2021-08-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421974

--- Comment #15 from Méven Car  ---
I do reproduce it:

Operating System: Kubuntu 21.04
KDE Plasma Version: 5.22.80
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-25-generic (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz
Memory: 15.1 Gio of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

After https://bugreports.qt.io/browse/QTBUG-87657 the mime type are correctly
advertised.

But I could see something suspicious in the logs:

[1675147,350]  -> wl_data_device_manager@9.create_data_source(new id
wl_data_source@31)
[1675147,497]  -> wl_data_source@31.offer("application/x-qt-image")
[1675147,512]  -> wl_data_source@31.offer("x-kde-force-image-copy")
[1675147,520]  -> wl_data_source@31.offer("image/png")
[1675147,529]  -> wl_data_source@31.offer("image/avif")
[1675147,536]  -> wl_data_source@31.offer("image/bmp")
[1675147,546]  -> wl_data_source@31.offer("image/bw")
[1675147,555]  -> wl_data_source@31.offer("image/cur")
[1675147,567]  -> wl_data_source@31.offer("image/eps")
[1675147,577]  -> wl_data_source@31.offer("image/epsf")
[1675147,586]  -> wl_data_source@31.offer("image/epsi")
[1675147,596]  -> wl_data_source@31.offer("image/icns")
[1675147,607]  -> wl_data_source@31.offer("image/ico")
[1675147,616]  -> wl_data_source@31.offer("image/jpeg")
[1675147,627]  -> wl_data_source@31.offer("image/jpg")
[1675147,639]  -> wl_data_source@31.offer("image/pbm")
[1675147,650]  -> wl_data_source@31.offer("image/pcx")
[1675147,661]  -> wl_data_source@31.offer("image/pgm")
[1675147,672]  -> wl_data_source@31.offer("image/pic")
[1675147,684]  -> wl_data_source@31.offer("image/ppm")
[1675147,694]  -> wl_data_source@31.offer("image/rgb")
[1675147,705]  -> wl_data_source@31.offer("image/rgba")
[1675147,717]  -> wl_data_source@31.offer("image/sgi")
[1675147,728]  -> wl_data_source@31.offer("image/tga")
[1675147,739]  -> wl_data_source@31.offer("image/tif")
[1675147,750]  -> wl_data_source@31.offer("image/tiff")
[1675147,761]  -> wl_data_source@31.offer("image/wbmp")
[1675147,773]  -> wl_data_source@31.offer("image/webp")
[1675147,784]  -> wl_data_source@31.offer("image/xbm")
[1675147,796]  -> wl_data_source@31.offer("image/xpm")
[1675147,812]  -> wl_data_device@10.set_selection(wl_data_source@31, 42469)
[1675147,831]  -> wl_data_source@34.destroy()  <-- this
looks very suspicious
[1675148,131]  -> xdg_toplevel@20.set_min_size(921, 411)
[1675148,158]  -> xdg_toplevel@20.set_max_size(0, 0)
[1675148,175]  -> wl_surface@50.commit()

A good old gdb showed:

Thread 1 "spectacle" hit Breakpoint 1,
QtWaylandClient::QWaylandDataOffer::~QWaylandDataOffer (this=0x55b52a60,
__in_chrg=)
at qwaylanddataoffer.cpp:66
66  qwaylanddataoffer.cpp: Aucun fichier ou dossier de ce type.
(gdb) bt
#0  QtWaylandClient::QWaylandDataOffer::~QWaylandDataOffer
(this=0x55b52a60, __in_chrg=) at qwaylanddataoffer.cpp:66
#1  0x73810d52 in
QScopedPointerDeleter::cleanup
(pointer=)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qscopedpointer.h:60
#2  QScopedPointer >::reset (other=0x0, 
this=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qscopedpointer.h:159
#3  QtWaylandClient::QWaylandDataDevice::invalidateSelectionOffer
(this=) at qwaylanddatadevice.cpp:87
#4  0x737f01b6 in
QtWaylandClient::QWaylandInputDevice::Keyboard::handleFocusLost
(this=0x5560cb50) at qwaylandinputdevice.cpp:1305

So qtwaylandclient discard the data_offer upon keyboard focus loss, which would
be fine for primary selection copy, but it is not for regular case.

This seems to relate to the bug fix https://bugreports.qt.io/browse/QTBUG-73825
And qt patch https://codereview.qt-project.org/c/qt/qtwayland/+/253360

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

[dolphin] [Bug 440884] dolphin slow launch on wayland

2021-08-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440884

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #4 from Méven Car  ---
What happen if you launch in a terminal kdeinit5 while this blocking occurs ?

Do you experience this all the time ?

Do you use network file systems mount ?

I know about a rarely occurring similar bug in X11 but due to X11 intricacies.

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

[Powerdevil] [Bug 440947] Option to delay shutdown prompt/poweroff activation

2021-08-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440947

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #1 from Méven Car  ---
The option you are asking is a too niche to be implemented IMO.

I guess what you need is not a delay (there is a delay when the shutdown
fullscreen dialog shows up) but a sound so that you can stop typing when this
happens.

Or we could interpret keys, not arrows or enter to make a sound or dismiss the
dialog then.

Or you could change the key association of your unconventionally placed
shutdown button in the shorctuts settings.

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

[i18n] [Bug 440866] In kinfocenter "Graphics Platform" should be translated to "Plateforme graphique"

2021-08-12 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440866

--- Comment #2 from Méven Car  ---
Merci

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

[krename] [Bug 439293] Is Krename buglist ABANDONED?

2021-08-12 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=439293

--- Comment #5 from Méven Car  ---
> Personally, I hate that final sentence for USERS. Users can report and give 
> information about issue, they don't have and don't need to have programming 
> knowledgments to improve or help more. When I read that answers, I feel like 
> guilty for reporting bugs that for any reason are not fixed. That's my POV as 
> user.

I encourage you not to feel that, you did some constructive work here as a
reporter, that's great.
Nothing more is asked of you.

The last sentence simply does not concern non-developers. This sentence was in
a public devel mailing-list not just for you but also other developers.
If you don't find new contributors (both reporters and developers) projects
simply go extinct, it is important to encourage all kinds of contribution.

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

[plasmashell] [Bug 437155] [Wayland] Widgets list scrolls itself up when completely scrolled down with touchpad

2021-08-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437155

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #4 from Méven Car  ---
I couldn't reproduce this with latest master (future plasma 5.23).

I suspect
https://invent.kde.org/frameworks/kirigami/-/commit/537e213292cfadb6892a10987cdd9b21df158770
fixed the issue.

I would welcome confirmation that this has been.

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

[i18n] [Bug 440866] New: In kinfocenter "Graphics Platform" should be translated to "Plateforme graphique"

2021-08-11 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440866

Bug ID: 440866
   Summary: In kinfocenter "Graphics Platform" should be
translated to "Plateforme graphique"
   Product: i18n
   Version: 20.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: fr
  Assignee: kde-francoph...@kde.org
  Reporter: meve...@gmail.com
  Target Milestone: ---

SUMMARY

In kinfocenter, "Graphics Platform:" that represents the Display Server kind
(aka X11 or Wayland) is currently translated "Configuration graphique:" which
is not accurate.
It should be translated "Plateforme graphique" or à la rigueur "Serveur
d'affichage".

Tout ceci est débattable dans le sens ou ces notions ne sont pas facilement
traduisibles, mais la traduction actuelle ne me semble pas la bonne.

STEPS TO REPRODUCE
1. Open kinfocenter on a french plasma

OBSERVED RESULT
Configuration graphique: X11

EXPECTED RESULT
Plateforme graphique: X11

SOFTWARE/OS VERSIONS
Système d'exploitation : Kubuntu 21.04
Version de KDE Plasma : 5.22.4
Version de KDE Frameworks : 5.84.0
Version de Qt : 5.15.2
Version de noyau : 5.11.0-25-generic (64-bit)
Configuration graphique : X11   (<-- le problème est visible ici également)
Processeurs : 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz
Mémoire : 15,1 Gio de mémoire vive
Processeur graphique : Mesa Intel® UHD Graphics 620

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

[KScreen] [Bug 423576] The highest available screen refresh rate is not selected by default

2021-08-10 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=423576

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REOPENED|RESOLVED

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

[krename] [Bug 439293] Is Krename buglist ABANDONED?

2021-07-29 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=439293

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #3 from Méven Car  ---
> No one is replying or asking about that bug after months

That is not completely true, for instance:
https://bugs.kde.org/show_bug.cgi?id=438613

You can complain the bugs are not fixed as fast I'd you wish, but the
maintainer is still around.

The most objective way to see developers activity is to see the current
activity:
https://invent.kde.org/utilities/krename/-/commits/master

The app project would probably welcome more contributors.

Please keep in mind, that's volunteer work and after a few years even the most
motivated ones will have simply less time to devote to their app.

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

[KScreen] [Bug 424997] Kscreen not showing video modes frecuency (rounding problem)

2021-07-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=424997

--- Comment #4 from Méven Car  ---
And the content of .local/share/kscreen when the bug occurs ?

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

[KScreen] [Bug 423576] The highest available screen refresh rate is not selected by default

2021-07-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=423576

--- Comment #8 from Méven Car  ---
What does `kscreen-doctor -o` returns ?

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

[KScreen] [Bug 424997] Kscreen not showing video modes frecuency (rounding problem)

2021-07-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=424997

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||meve...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #3 from Méven Car  ---
What does `kscreen-doctor -o` returns ?

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

[systemsettings] [Bug 440259] [Wayland] There are three "Kwin" system services in Shortcuts KCM

2021-07-26 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=440259

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #1 from Méven Car  ---
There are in fact:
  * KWin shortcuts
  * Touchpad shortcuts
  * Keyboard layout shortcuts

I believe this is a regression, possibly due to
https://invent.kde.org/frameworks/kxmlgui/-/commit/48d07e3e813703e17eea3af0a120d64e3cd14153

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

[Spectacle] [Bug 413054] Plasma notification does not show the preview of the first screenshot taken after login

2021-07-26 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=413054

--- Comment #5 from Méven Car  ---
(In reply to popov895 from comment #4)
> Looks like this has already been fixed.

Can you confirm Patrick Silva ?

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

[kio-extras] [Bug 401170] Preview of text files is blurry with fractional display scaling

2021-07-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=401170

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/6f632283d
   ||022aaf9d8e2bda81a5409aa3624
   ||2d4d
 Resolution|--- |FIXED

--- Comment #13 from Méven Car  ---
Git commit 6f632283d022aaf9d8e2bda81a5409aa36242d4d by Méven Car.
Committed on 16/07/2021 at 06:53.
Pushed by meven into branch 'master'.

Allow to have HiDpi previews

M  +3-0src/main.cpp
M  +2-2src/panels/information/informationpanelcontent.cpp

https://invent.kde.org/system/dolphin/commit/6f632283d022aaf9d8e2bda81a5409aa36242d4d

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

[kio-extras] [Bug 342053] Allow 512px thumbnail sizes

2021-07-09 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=342053

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kio-extras/commit/87f12
   ||f936e053708ace0adc8b2bd8fc1
   ||c9bd38a2
   Version Fixed In||21.08

--- Comment #5 from Méven Car  ---
Git commit 87f12f936e053708ace0adc8b2bd8fc1c9bd38a2 by Méven Car.
Committed on 10/07/2021 at 04:11.
Pushed by meven into branch 'master'.

Thumbnails: Make thumbnail generation devicePixelRatio aware

Use the metadata devicePixelRatio to scale up dimensions of thumbnails
generated.
Sets the devicePixelRatio on the output QPixmap according to the thumbnail
generated.
Make the Text Thumbnail creator devicePixelRatio aware.
Follows xdg thumbnail specs 0.9
https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
FIXED-IN: 21.08

M  +14   -13   thumbnail/textcreator.cpp
M  +3-3thumbnail/textcreator.h
M  +1-0thumbnail/textthumbnail.desktop
M  +3-0thumbnail/thumbcreator.desktop
M  +87   -35   thumbnail/thumbnail.cpp
M  +3-1thumbnail/thumbnail.h

https://invent.kde.org/network/kio-extras/commit/87f12f936e053708ace0adc8b2bd8fc1c9bd38a2

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

[KScreen] [Bug 437599] Display configuration shows mismatch between resolution

2021-07-06 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437599

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||meve...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Méven Car  ---
Well 1920x1200@1.25 is 1536x960, so the resolution is correct in fact after the
scaling.

>From a user perspective we might want not to match the logical size of the
screen, and this would be a usability improvement.

What strikes me more, is the fact that the global scale progress bar is not at
125%.

Please not that global scale changes are only taken into account after a
deconnection/reconnection under X (with Wayland it is directly applied).

Do you still the UI discrepancy after a deconnection/reconnection ?

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

[Spectacle] [Bug 431278] Selection box is laggy while selecting an area to screenshot

2021-07-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=431278

--- Comment #8 from Méven Car  ---
(In reply to Matt from comment #4)
> (In reply to Méven Car from comment #3)
> > For those affected, Matt and Jason, do you experience the issue in a Wayland
> > session, or is it better or worse?
> 
> I'm only using Wayland now and it affects me and I (think) it affected me on
> X too. I don't use X anymore due to scaling problems though.
> 
> Not sure if this is helpful at all but I'm happy to to try any test builds
> or document anything that may help :)

I can reproduce it myself, the issue is finding the time to do the work...

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

[Spectacle] [Bug 431278] Selection box is laggy while selecting an area to screenshot

2021-07-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=431278

--- Comment #7 from Méven Car  ---
(In reply to jasoncarrete5 from comment #5)
> (In reply to Méven Car from comment #3)
> > For those affected, Matt and Jason, do you experience the issue in a Wayland
> > session, or is it better or worse?
> 
> I use X11 for the most part but tried using a wayland session and have the
> same issue. This lag appears to be slightly better using wayland than X11.

That's what I expected.

> I mainly use a single 4k monitor and sometimes I turn on a second 1080p
> monitor. The problem persists for me whether I use the single 4k monitor,
> 1080p monitor, or both monitors together.

What is your GPU Jason ?

Regardless https://bugs.kde.org/show_bug.cgi?id=431278#c3 explains what needs
to happen to fix this issue.

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

[Spectacle] [Bug 421974] [Wayland] Spectacle Doesn't Copy To The Clipboard The Screenshot Automatically

2021-07-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421974

Méven Car  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

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

[Spectacle] [Bug 431278] Selection box is laggy while selecting an area to screenshot

2021-07-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=431278

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #3 from Méven Car  ---
(In reply to Nate Graham from comment #2)
> Super smooth for me with a single 4k monitor on Wayland with everything from
> git master.
> 
> Méven, was this fixed recently un unreleased software?

You are thinking about https://bugs.kde.org/show_bug.cgi?id=433776, this was
shipped:
The spectacle part was in KDE Gear 21.04
https://invent.kde.org/graphics/spectacle/-/merge_requests/54

kwin part was in plasma 5.22
https://invent.kde.org/plasma/kwin/-/merge_requests/759

This issue is not the same.
Here it is about the drawing on screen of the selection area.
The rendering code in spectacle for this is suboptimal, so on a 2x 4k setup
this can show, especially on X11.
I am not sure this is a regression even, the rendering code was not really
changed with latest spectacle changes, but rather the first users with 2x4K
screens facing the shortcomings of the current implementation.

I don't have two 4k screens but I experience it somewhat with a 4k and a
2560x1440.

The solution for this bug is to rewrite the paintEvent of spectacle QuickEditor
https://invent.kde.org/graphics/spectacle/-/blob/master/src/QuickEditor/QuickEditor.cpp#L642
to be more efficient.
Around that subject we have also need to redo that painting to be per-screen,
to fix the mix dpr wayland case where the rendering gets blurry.

For those affected, Matt and Jason, do you experience the issue in a Wayland
session, or is it better or worse?

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

[frameworks-kfilemetadata] [Bug 438098] baloo does not always detect the aspect ratio of video files

2021-06-28 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438098

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REOPENED|RESOLVED

--- Comment #5 from Méven Car  ---
A video without aspect ratio is valid.
The issue is with the encoder that did not provide one.

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

[frameworks-plasma] [Bug 438666] Top 6 pixels of translucent panel appear opaque until cache is deleted

2021-06-28 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438666

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

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

[frameworks-kfilemetadata] [Bug 438098] baloo does not always detect the aspect ratio of video files

2021-06-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438098

Méven Car  changed:

   What|Removed |Added

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

--- Comment #4 from Méven Car  ---
I read ffmpeg upstream bug response.

I see the issue some video files simply won't contain aspect ratio data.

I guess that we can use the video size to compute the aspect ratio as it should
be what video player would do.

I made a MR to do that :
https://invent.kde.org/frameworks/kfilemetadata/-/merge_requests/33

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

[dolphin] [Bug 438104] dolphin - Segmentation fault randomly when open

2021-06-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438104

Méven Car  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[plasmashell] [Bug 422111] Battery applet not showing up in tray.

2021-06-26 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=422111

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #52 from Méven Car  ---
Probably relevant bug:
https://gitlab.freedesktop.org/upower/upower/-/merge_requests/24 upstream

But in solid `Solid::Battery::ChargeState Battery::chargeState` we don't event
use pending states, this marked "TODO".

I suspect some hardware use those states but not others.

I have a tentative patch to improve on the situation
https://invent.kde.org/frameworks/solid/-/merge_requests/43

If someone affected by the issue could test it, that would be great (I am not
affected by the bug on my Dell laptop).

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

[plasmashell] [Bug 425997] Pressing 'Shift' to change 'Move to trash' to 'delete' does not work when a sub-context-menu is open

2021-06-22 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=425997

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.04
 Status|ASSIGNED|RESOLVED
  Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst
   |em/dolphin/commit/ce3c24352 |em/dolphin/commit/dc3beae3a
   |50f5eb8a3c9322359b25c46d2b6 |b2c55cd3501e17f93b51e93e876
   |fb96|a177
 Resolution|--- |FIXED

--- Comment #12 from Méven Car  ---
Git commit dc3beae3ab2c55cd3501e17f93b51e93e876a177 by Méven Car, on behalf of
Derek Christ.
Committed on 22/06/2021 at 08:53.
Pushed by felixernst into branch 'release/21.04'.

Fix shift-action modifier in context menu

Before this patch, the shift-action modifier in context menus did not
work when a sub-context menu is open, that does not have the main
context menu as its parent.
The new fix installs an event filter on QApplication whenever a new
context menu is opened to make the context menu aware of shift-presses
even when a sub-context menu is in focus.
FIXED-IN: 21.04

M  +8-13   src/dolphincontextmenu.cpp
M  +1-2src/dolphincontextmenu.h

https://invent.kde.org/system/dolphin/commit/dc3beae3ab2c55cd3501e17f93b51e93e876a177

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

[dolphin] [Bug 439007] Dolphin crashes when open fully qualified file path from external program (Strawberry)

2021-06-22 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=439007

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||meve...@gmail.com

--- Comment #2 from Méven Car  ---
First issue, is a Strawberry bug: it seems it send files urls to file managers
that are essentially folder viewers. There is a dbus call to highlight a file
in folder in filemanagers, that strawberry is not using.

I tested with Version 20.12.3 dolphin ~/Downloads/my-document.pdf

The real bug, is that dolphin is misbehaving when calling it with a file url,
crashing (not reproduced for me with a pdf file) or opening bogus tabs treating
files as a folder url (~/Downloads/my-document.pdf/ in my case).

Something that happened for the pdf was the pdf viewer was launched.

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

[systemsettings] [Bug 438171] Quick Settings page gets truncated when the resolution is low

2021-06-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438171

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.21.2
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/commit/c5
   ||61706fed003b1746223a1c25cc4
   ||b476c835082
 Resolution|--- |FIXED

--- Comment #4 from Méven Car  ---
Git commit c561706fed003b1746223a1c25cc4b476c835082 by Méven Car, on behalf of
Nate Graham.
Committed on 20/06/2021 at 09:57.
Pushed by ngraham into branch 'master'.

[kcms/landingpage] Give up on vertical centering and let it scroll

In the past, we made the content view of this KCM center vertically.
However that caused binding loops and made resizing slow. Then later we
made it non-scrollable so that it could be vertically centered, but that
broke scrollability for users with very short screens.

This commit simplifies the situation to stop doing anything fancy at all
and just uses a boring old SimpleKCM. This lets it be scrollable but
does not have vertical centering for the content. However no other KCM
vertically centers its content like this anyway, so arguably there is a
consistency win as well.
FIXED-IN: 5.21.2

M  +1-14   kcms/landingpage/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/c561706fed003b1746223a1c25cc4b476c835082

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

[systemsettings] [Bug 438492] Updating plasma to 5.22 deleted my Downloads folder, and created a new, empty one in my language

2021-06-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438492

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #3 from Méven Car  ---
(In reply to Nate Graham from comment #1)
> Jesus.
> 
> Męven, can you investigate? I suspect this is related to the localized XDG
> dirs stuff you worked on.

The part where now default paths are translated in the kcm desktoppaths is due
to https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/252/diffs but
not the rest.

> The update not only changed the names of my home dir folders, but deleted my 
> Downloads folder completely

I suspect this is not be due to KDE software, but xdg-utils or Archlinux
scripts.
I don't think we have any code that would delete or even move a
xdg-desktoppaths, we rely on `xdg-user-dirs-update` for this.

> I mean Méven, of course. :)
No worries if you don't include the accent in my first-name, it is not even on
your keyboard.

> I even tried manually changing user-dirs.locale to en_US

Well if the local in user-dirs.locale does not match your current local, it
means the file is outdated (and user-dirs.dirs) and should be ignored, it is
what happens in your case.

Removing `user-dirs.dirs` and `user-dirs.locale` and running
`xdg-user-dirs-update` will recreate the dirs based on your local the same way.

What you want is to keep user-dirs.locale to your local, hu_HU, and edit the
values in user-dirs.dirs either using xdg-user-dirs-update or the kcm
desktoppaths:

xdg-user-dirs-update --set DOWNLOAD $HOME/Downloads (then relaunch
systemsettings to have it take into account in the KCM).

> I was not able to reproduce the bug with xdg-user-dirs-update

What did you do exactly to say that ?

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

[frameworks-kfilemetadata] [Bug 438098] baloo does not always detect the aspect ratio of video files

2021-06-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438098

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Component|general |general
 Resolution|--- |UPSTREAM
 CC||meve...@gmail.com
   Assignee|stefan.bruens@rwth-aachen.d |pinak.ah...@gmail.com
   |e   |
Product|baloo-widgets   |frameworks-kfilemetadata
Version|unspecified |5.82.0

--- Comment #2 from Méven Car  ---
This is a bug for ffmpeg : we use ffmpeg's av_guess_sample_aspect_ratio to get
video file aspect ratios, but this functions fails for the files you sent.

Reproducible with
ffmpeg -i Screen_recordings/2021-02-18\ 03-36-58.mkv
The SAR (sample aspect ratior) is missing for the video stream.

I'd recommend you open a bug there.

Code is there
https://ffmpeg.org/doxygen/2.7/libavformat_2utils_8c_source.html#l04188

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

[dolphin] [Bug 438100] path tab completion navigate to wrong folder

2021-06-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438100

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Méven Car  ---
I don't think that is a bug, using tab will suggest you next folders available
recursively that is expected.

Two things to note for your use case:

 - You can skip the first Tab and you will obtain what you expect here, that is
type 'b' then enter.
 - You can type backspace to remove the last / and the completion will stop
where you'd expect.

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

[dolphin] [Bug 438100] path tab completion navigate to wrong folder

2021-06-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438100

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||meve...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from Méven Car  ---
I do reproduce, nice reproducing steps.

The issue is that the kurlnavigator once tab was pressed is eager and will open
the child directory even if it was not selected.

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

[dolphin] [Bug 438104] dolphin - Segmentation fault randomly when open

2021-06-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=438104

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||meve...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Méven Car  ---
> (No debugging symbols found in dolphin)

Nice of you of using gdb to track this crash down, but in order to have it
useful you need to install a few debug symbols packages, here dolphin-dbg and
maybe others, `find-dbgsym-packages /usr/bin/dolphin` will help you there.

I can refer you to https://wiki.debian.org/HowToGetABacktrace
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Debian

What is you dolphin version and debian version ?

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

[dolphin] [Bug 437517] Fix file name display when showing a limited line number

2021-05-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437517

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #2 from Méven Car  ---
(In reply to Nate Graham from comment #1)
> Hmm, cannot reproduce.
> 

Me neither.

Can you share the exact filename of the file having the issue, i.e
"Resultado..."

What is your locale ? I would guess spanish, right ?

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

[Spectacle] [Bug 437368] Spectacle Takes Screenshot Without Being Prompted To Do So

2021-05-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437368

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #5 from Méven Car  ---
(In reply to karsondahlman from comment #2)
> (In reply to Nate Graham from comment #1)
> > It doesn't auto-save the screenshot that it automatically takes on launch
> > unless you turn on auto-save. I gather you've done that?
> 
> The issue is more that it takes an unprompted screenshot, I want my
> screenshots to auto save ofc

We have more shortcuts for this use case PrintScreen+SHIFT+Meta for rectangular
to avoid those cases.

(In reply to Antonio Prcela from comment #4)
> This would mean a new option in the settings?
> 
> Like:
> When launching Spectacle GUI:
>   ( ) take screenshot immediately
>   ( ) don't take a screenshot

Or more simply in Gui mode don't save the first screenshot/the one not
triggered by the user when autoSave was set.

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

[Spectacle] [Bug 437593] Spectacle / Wayland: rectangle snapshots not working

2021-05-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437593

Méven Car  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||meve...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Méven Car  ---
What is your distro and session kind ?
Are you using OpenSuse TumbleWeed with their half Wayland session mode ?

> Error calling KWin DBus interface: 
> "org.kde.kwin.Screenshot.Error.ScreenMissing" "Screen not found: XWAYLAND0"

The fact that Spectacle expected a screen to be called XWAYLAND0 would suggest
it is launched using XWayland in a Wayland session which should not be
supported.

You can try launching spectacle with `spectacle -platform wayland`, this should
workaround the issue and confirm the diagnostic.

I don't reproduce this as is.

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

[dolphin] [Bug 437382] Recent locations and recent files are broken in Dolphin

2021-05-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437382

Méven Car  changed:

   What|Removed |Added

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

--- Comment #5 from Méven Car  ---
(In reply to medin from comment #4)
> Even with refresh, some files and folders are not appearing, 

The data there is not refreshed dynamically based on access time, that would
not be reasonably feasible.
It is fed by apps instead, which means they need to have support.
KDE apps and Gtk apps should have support out of the box.

Did you notice this missing files or folders with a particular app or mimetype
?

> and what I
> found is that access time is broken in KDE because it's never updated when a
> file is accessed.
> When I sort recent files/folder by access time column they
> are not correctly sorted.

Do you have previews turned on ? I am asking this because it will change access
time when dolphin generates a new file preview.
Did you check with on disk data compared to recentlyused:// view ?
I don't reproduce this.

Currently we don't support refreshing this view as new data is added.
This is a known limitation.

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

[dolphin] [Bug 437382] Recent locations and recent files are broken in Dolphin

2021-05-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437382

--- Comment #2 from Méven Car  ---
Do you mean the results displayed there are not refreshed as new files and
folders are accessed ?

Does hitting F5 work as a workaround ?

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

[dolphin] [Bug 436657] Being able to add an file to the app menu by right clicking it.

2021-05-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436657

--- Comment #4 from Méven Car  ---
(In reply to Toadfield from comment #3)
> (In reply to Méven Car from comment #1)
> > So to be sure, you suggest to add this for executable files or executable
> > desktop files and have a sort of kmenuedit form prefiled for this file with
> > a tree to select the location of the future new desktop file (i.e entry in
> > the app menu).
> > 
> > AFAICT we don't have a dialog for this currently.
> 
> Yes,but not only for executables,but also for other file types.

Which other file types, and for what uses ?
For folders it would be the same as "Add to places", i.e add to dolphin places
that are shared with the menu favorites.
For documents or images, I don't see a use case, maybe add to recently accessed
files.

The executable file case is already some hefty work to implement.

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

[kio-extras] [Bug 430862] Kde5init crashes in ThumbnailProtocol::get() every time I take a screenshot or start the computer

2021-05-12 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430862

--- Comment #92 from Méven Car  ---
(In reply to Flavio Cappelli from comment #88)
> Hi Guys,
> 
Hey Flavio,

> Probably related.

If you are not sure this sounds like a different bug, please open new bugs
laser focused on your issue when you don't see duplicates with very close
symptoms.
Triagers and devs will mark them as duplicate if needed, but reporters can't do
that and bugs reported as comments will very unlikely be fixed.
See
https://community.kde.org/Get_Involved/Issue_Reporting#Step_6:_File_a_high-quality_Bugzilla_ticket

> I experiment continuous crashes in kdeinit5 opening simple text files with
> kate. The crashes happen when (and only when) some particular pdf are in my
> home directory (for example this one: https://arxiv.org/pdf/2010.08895).

Do you mean in the Open/File dialog with previews enabled ?

> Other pdf does not causes the crash. Also, Kwrite does not cause the crash,
> and if I move the "critical pdf" under a subdir of my home, even kate does
> not causes the crash anymore.
> 
> I am on Manjaro stable, with latest updates (plasma 5.21.4, kde framework
> 5.81.0, kde apps 21.04.0)

A crash without backtrace is really hard/impossible to fix.

Seems it could be this bug though. If you don't experience it with KDE
Frameworks 5.82, it is not worth reporting/investigating anymore.

> I experiment continuous crashes in kdeinit5 opening simple text files with 
> kate. The crashes happen when (and only when) some particular pdf are > in my 
> home directory (for example this one: https://arxiv.org/pdf/2010.08895). 
> Other pdf does not causes the crash. Also, Kwrite does not cause
> the crash, and if I move the "critical pdf" under a subdir of my home, even 
> kate does not causes the crash anymore.

Please report that 
(In reply to Duncan from comment #91)
> (In reply to vindicator from comment #19)
> > I'm curious why the other posts (specifically older) "has been marked as a
> > duplicate of this bug"
> 
> Bug is resolved/fixed (and my curiosity upon seeing it referenced in the git
> logs is why I'm here) but I don't see that this question was ever answered. 
> So here's my (explicitly unofficial as I'm just another bugfiler, here and
> elsewhere) attempt at an answer...
> 
> There are (at least) two general bug-duplicate policies that can be employed
> by devs choosing which bugs to mark as duplicates.  Some products or bug
> installations use one, some the other, and others may default to the first
> but choose the second given a strong enough reason on an individual bug
> basis.
> 
> 1) Chronological order policy.  Newer bugs are always duplicates of the
> oldest, original bug.
> 
> This could be argued to be the most "correct", but often has the practical
> issue described/solved by the more pragmatic policy below.  Still it's the
> most reasonable default in the absence of a solid reason to override and is
> thus favored where such priority-overrides are less common.  In my
> experience distros commonly have this policy, probably because of their
> function as accumulators/packagers of software from various upstream sources.
> 
> 2) Pragmatic "most useful information" policy.  The "original" bug is
> defined as the one with the most useful information already posted to it at
> the time of the duplicate marking, regardless of which one was actually
> filed first.
> 
> In my experience this policy is more common on upstream original software
> source providers, I'd suggest due to reasoning below, but extended to the
> more general case (that is, not always will the most informative bug-filing
> be the one with the commit-ID attached).
> 
> Especially where (semi-)automated crash-report filing is used (as it is with
> some kde components and apps, with the user's consent of course), the
> often-automated chronologically first bugs may have very little additional
> information, while a bug filed later, sometimes only because its author took
> the time to collect and add additional information, has more practically
> useful information in terms of actually fixing the bug.
> 
> A recent bug I filed where earlier bugs were marked duplicates of mine is a
> good example. For kde I run live-git versions built myself (using the
> gentoo/kde project's build scripts so it's pretty automated) and I normally
> update once or twice a week.  I found a regression that wasn't there before
> my last update, so I checked the git logs to see what changed and then
> bisected the problem down to an individual commit.  When I filed the bug it
> had the git commit ID that triggered the problem in the subject line.  There
> 

[kate] [Bug 436906] Do not include diffs created by kate in the list of recent files

2021-05-10 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436906

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Méven Car  ---
I do reproduce it, you end up with *.diff files in your recent files menu.
Those diff files seem to be written to ~, I would expect them to be in /tmp .

Relevant commit :
https://invent.kde.org/utilities/kate/commit/c4b20b89954560a8abf1f49024d74a8559128851

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

[dolphin] [Bug 436473] Cursor is stuck to resize icon when hovering into panels across the movable dividers

2021-05-10 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436473

--- Comment #8 from Méven Car  ---
(In reply to Metal from comment #7)
> 
> In fact, when I reinstalled it was working, but the problem remains.

Reinstalling dolphin won't change a thing indeed.

I believe the bug is X11 only, according to my testing in Wayland the bug does
not occur. Can anyone else confirm ?

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

[dolphin] [Bug 241227] konqueror file manager: home directory should show regular folders first and then hidden folders

2021-05-10 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=241227

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/996e430b6
   ||2075c5b69571f141456dbe5f295
   ||6679
 Resolution|--- |FIXED

--- Comment #8 from Méven Car  ---
Git commit 996e430b62075c5b69571f141456dbe5f2956679 by Méven Car, on behalf of
Gastón Haro.
Committed on 10/05/2021 at 06:13.
Pushed by meven into branch 'master'.

Show hidden files and folders last

Hidden files and folders are always displayed after
not hidden files.

Revision: https://phabricator.kde.org/D29115

M  +9-0src/kitemviews/kfileitemmodel.cpp
M  +57   -5src/tests/kfileitemmodeltest.cpp

https://invent.kde.org/system/dolphin/commit/996e430b62075c5b69571f141456dbe5f2956679

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

[systemsettings] [Bug 348082] monitor is randomly powered back on

2021-05-10 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=348082

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #16 from Méven Car  ---
(In reply to Patrick Silva from comment #15)
> My Arch Linux is affected. When this behavior occurs on Wayland, Frequently
> my
> hdmi monitor does not enter in power saving mode again until Plasma session
> is restarted, what can damage the monitor. That's why I always turn my
> monitor
> off manually when I need to leave my computer for a long time.
> 
> SOFTWARE/OS VERSIONS
> Operating System: Arch Linux
> KDE Plasma Version: 5.21.5
> KDE Frameworks Version: 5.82.0
> Qt Version: 5.15.2

Do you have a trackball mouse as well ?
Is it mouse related in your case too ?

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

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-05-06 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400921

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/spectacle/commit/2bc4d
   ||3971d3a34ef7a3177745f177357
   ||64daa2b6
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Méven Car  ---
Git commit 2bc4d3971d3a34ef7a3177745f17735764daa2b6 by Méven Car, on behalf of
Aleksandr Ksenofontov.
Committed on 07/05/2021 at 06:03.
Pushed by meven into branch 'master'.

X11: Use correct width and height for region selection window and its contents
when scaling is enabled

M  +4-2src/QuickEditor/QuickEditor.cpp

https://invent.kde.org/graphics/spectacle/commit/2bc4d3971d3a34ef7a3177745f17735764daa2b6

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

[dolphin] [Bug 436680] New: KOpenWith crashes dolphin

2021-05-06 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436680

Bug ID: 436680
   Summary: KOpenWith crashes dolphin
   Product: dolphin
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: meve...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Application: dolphin (21.07.70)
 (Compiled from sources)
Qt Version: 5.15.2
Frameworks Version: 5.82.0
Operating System: Linux 5.11.0-16-generic x86_64
Windowing system: X11
Distribution: Ubuntu 21.04

-- Information about the crash:
- What I was doing when the application crashed:

In dolphin:
 * Right click on a file
 * Open With, the dialog opens
 * Click on the folder icon right of the top input field, a open file dialog
opens
 * Type Esc
 * 

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[KCrash Handler]
#6  QSharedDataPointer::~QSharedDataPointer
(this=0x55871343b338, __in_chrg=) at
/usr/include/c++/10/bits/atomic_base.h:333
#7  KFileItem::~KFileItem (this=0x55871343b338, __in_chrg=) at
/home/meven/kde/src/kio/src/core/kfileitem.cpp:560
#8  0x7fc0ba6c19a1 in QList::node_destruct (n=0x55871343b338,
this=0x558712f7f8f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:479
#9  QList::erase (it=..., this=0x558712f7f8f0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:566
#10 KCoreDirListerCache::reinsert (this=this@entry=0x7fc0ba7273a0 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>, item=...,
oldUrl=...) at /home/meven/kde/src/kio/src/core/kcoredirlister_p.h:286
#11 0x7fc0ba6bda39 in KCoreDirListerCache::slotUpdateResult
(this=0x7fc0ba7273a0 <(anonymous
namespace)::Q_QGS_kDirListerCache::innerFunction()::holder>, j=)
at /home/meven/kde/src/kio/src/core/kcoredirlister.cpp:1823
#12 0x7fc0b8bf1b0e in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7fc0b9dc9d50 in KJob::result (this=this@entry=0x558714fe2e80,
_t1=, _t1@entry=0x558714fe2e80, _t2=...) at
/home/meven/kde/build/kcoreaddons/src/lib/KF5CoreAddons_autogen/include/moc_kjob.cpp:636
#14 0x7fc0b9dcab0b in KJob::finishJob (this=0x558714fe2e80,
emitResult=) at
/home/meven/kde/src/kcoreaddons/src/lib/jobs/kjob.cpp:94
#15 0x7fc0b8bf1b0e in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7fc0ba64c233 in KIO::SlaveInterface::dispatch (this=0x5587135109d0,
_cmd=, rawdata=...) at
/home/meven/kde/src/kio/src/core/slaveinterface.cpp:149
#17 0x7fc0ba64a89d in KIO::SlaveInterface::dispatch (this=0x5587135109d0)
at /home/meven/kde/src/kio/src/core/slaveinterface.cpp:78
#18 0x7fc0ba64f212 in KIO::Slave::gotInput (this=0x5587135109d0) at
/home/meven/kde/src/kio/src/core/slave.cpp:392
#19 0x7fc0b8bf1b0e in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x7fc0b8be72a1 in QObject::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x7fc0b9699173 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x7fc0b8bba22a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7fc0b8bbcd01 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7fc0b8c13f37 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x7fc0b685b84b in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x7fc0b68aec68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7fc0b6858f83 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x7fc0b8c13594 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x7fc0b8bb8b8b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x7fc0b9898f0f in QDialog::exec() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#31 0x7fc0b9898e51 in QDialog::exec() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#32 0x7fc0b8bf1b0e in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x7fc0b97885f6 in QAbstractButton::clicked(bool) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34 0x7fc0b9788fbe in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#35 0x7fc0b978a953 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#36 0x7fc0b978ab35 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#37 0x7fc0b96d9d6e in QWidget::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#38 0x7fc0b9699173 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#39 0x7fc0b96a01dd in QApplication::notify(QObject*, QEvent*)

[kio-extras] [Bug 430862] Kde5init crashes in ThumbnailProtocol::get() every time I take a screenshot or start the computer

2021-05-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430862

Méven Car  changed:

   What|Removed |Added

 CC||m_loui...@yahoo.com

--- Comment #82 from Méven Car  ---
*** Bug 436651 has been marked as a duplicate of this bug. ***

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

[kio-extras] [Bug 436651] thumbnail.so crashing when updating a PDF document

2021-05-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436651

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||meve...@gmail.com

--- Comment #1 from Méven Car  ---


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

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

[dolphin] [Bug 436657] Being able to add an file to the app menu by right clicking it.

2021-05-05 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436657

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #1 from Méven Car  ---
So to be sure, you suggest to add this for executable files or executable
desktop files and have a sort of kmenuedit form prefiled for this file with a
tree to select the location of the future new desktop file (i.e entry in the
app menu).

AFAICT we don't have a dialog for this currently.

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

[KScreen] [Bug 407058] KDE Plasma5 can't change resolution in VM after last update

2021-05-03 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=407058

--- Comment #42 from Méven Car  ---
(In reply to ZhangHua from comment #40)
> According to open-vm-tools development
> team(https://github.com/vmware/open-vm-tools/issues/493#issuecomment-
> 775450550), they think it is because "KDE KWin wayland backend is not
> correctly responding to the CHANGE hotplug events on the drm subsystem; it
> should rescan the drm connectors and update modes. "

I am working toward a patch serie to fix this.

This begins with the protocol
:https://invent.kde.org/libraries/plasma-wayland-protocols/-/merge_requests/9

Then it will need KWin kwayland-server kwayland kcreen and libkscreen patchs.

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

[dolphin] [Bug 436473] Cursor is stuck to resize icon when hovering into panels across the movable dividers

2021-05-03 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436473

--- Comment #4 from Méven Car  ---
I had a look at our code regarding Panel and Docking, we don't have any code
specific for cursor, so I would guess this is a Qt bug.

I couldn't find one corresponding there :
https://bugreports.qt.io/browse/QTBUG-51779?jql=status %3D Reported AND text ~
"resize cursor dock"

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

[dolphin] [Bug 436473] Cursor is stuck to resize icon when hovering into panels across the movable dividers

2021-05-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436473

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Méven Car  ---
(In reply to tomtomtomreportingin from comment #2)
> Let's take the Places panel for example, which contains your bookmarked
> folders. If placed to the left of the main view of the current directory, a
> user can resize the Places panel using the divider between the Places panel
> and the main view. This divider is what I'm referring to when I say "movable
> divider". The cursor switches to a sort of resize icon when shifting this
> divider.
> 
> More specific steps to reproduce the buggy behavior:
> 1. Place cursor over the main view (showing the files and folders of the
> current directory)
> 2. Shift the cursor to the left, moving across the divider and into the
> Places panel to the left of the main view. 
> 
> No clicking/dragging is necessary to reproduce. It seems that the cursor
> will "inherit" the resize icon as it moves across the movable divider
> seperating the panel and main view. It doesn't always happen, but it happens
> most of the time for both me and a friend.

Thanks, it is as simple to reproduce as it sounds, and I do reproduce it.

It does not always happen, it is sporadic indeed.

One detail I noticed while experiencing the issue: while hovering the panel the
cursor blinks for the arrow cursor to the resize panel cursor.

I reproduce it with dolphin 21.07.70 (master).

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

[kwin] [Bug 436472] Dolphin (and rest of session) Crash under Wayland when disconnecting Secondary display

2021-05-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436472

Méven Car  changed:

   What|Removed |Added

Version|unspecified |5.21.4
Product|kde |kwin
  Component|general |platform-wayland
   Assignee|unassigned-b...@kde.org |kwin-bugs-n...@kde.org

--- Comment #1 from Méven Car  ---
Thank you for those details regarding your screen setup, this is quite helpful.

Plasma 5.22 may already have a fix for this.

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

[kde] [Bug 436472] Dolphin (and rest of session) Crash under Wayland when disconnecting Secondary display

2021-05-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436472

Méven Car  changed:

   What|Removed |Added

   Keywords||wayland
 CC||meve...@gmail.com

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

[dolphin] [Bug 436473] Cursor is stuck to resize icon when hovering into panels across the movable dividers

2021-05-02 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436473

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Méven Car  ---
I don't understand what `Cross the cursor across the movable dividers into any
panel.` means.

By "cross across" do you mean move over, or drag ?

Could you explain what path your cursor did from which border and components,
clicks you did, and the setup you have most notably the panels displayed.

In other words Can you describe more precisely how to reproduce this ?

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

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-05-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400921

--- Comment #10 from Méven Car  ---
(In reply to sashok724 from comment #8)
> I think i figured out a solution for this problem.
> 
> I just replaced this line in QuickEditor.cpp(625):
> 
> resize(mScreensRect.width(), mScreensRect.height());
> 
> with:
> 
> resize(qRound(mScreensRect.width() / devicePixelRatio),
> qRound(mScreensRect.height() / devicePixelRatio));
> 
> So region selector window is created with correct size.
> 
> But, it was not the only problem. In region selector, leftmost screen
> contents was duplicated to central screen. I fixed it by also removing this
> line from QuickEditor.cpp(662), as width and height of rect appears to be
> already scaled, unlike X and Y, i do not know why:
> 
> rectToDraw.setSize(rectToDraw.size() * devicePixelRatio);
> 
> If what i done is correct solution, i can create pull request.

This seems like a plausible way, I encourage you to open a merge request !
https://community.kde.org/Infrastructure/GitLab

Reviewing out of context is hard and we can have more reviewers on
invent.kde.org

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

[dolphin] [Bug 260266] Allow assigning keyboard shortcuts to service menu actions

2021-05-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=260266

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #10 from Méven Car  ---
(In reply to Matheus from comment #8)
> I would like to use this to copy a file full path string with ctrl+shift+c :(

This exists now with CTRL+ALT+C by default and you can change it.

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

[Spectacle] [Bug 400921] Using Spectacle rectangular selection with HiDPI scaling results in a black screen

2021-04-30 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400921

--- Comment #6 from Méven Car  ---
(In reply to sashok724 from comment #5)
> Still occurs for me; Spectacle 21.04.0;
> 
> I have three 4K monitors with 200% scaling.

Three 4k screens is uncommon, just the shear amount of pixel could explain the
situation.

> When i try to capture screenshot, all screens are black.
> Without scaling everything works as expected
> 
> I can provide any other information if needed.

Please paste you kinfocenter info.

Do you reproduce with wayland ?

Do you reproduce with 2 screens ? 1 screen ?

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

[kio-extras] [Bug 430862] Kde5init crashes in ThumbnailProtocol::get() every time I take a screenshot or start the computer

2021-04-28 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430862

--- Comment #68 from Méven Car  ---
(In reply to Allexus J from comment #65)
> Delete folder ~.local/share/baloo/ solved this problem.

This is probably random, not a workaround.

I can't reproduce this bug.
For dolphin or the file open dialog, I would need to have a file that triggers
it or precise steps.

Did you reboot or logout since upgrading ?

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

[systemsettings] [Bug 408338] Options to set middle click are missing on Wayland

2021-04-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=408338

--- Comment #6 from Méven Car  ---
We should be able to implement this :
https://wayland.freedesktop.org/libinput/doc/1.11.3/middle_button_emulation.html

It should be possible to support. As a reference,
https://phabricator.kde.org/D28296

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

[dolphin] [Bug 434125] High CPU usage with "size of contents" option when trying to analyze "/proc" folder

2021-04-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=434125

--- Comment #1 from Méven Car  ---
FYI the folder size counting takes into account folder hiding, i.e with hidden
folders hidden you wouldn't experience this issue.

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

[dolphin] [Bug 434125] High CPU usage with "size of contents" option when trying to analyze "/proc" folder

2021-04-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=434125

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||meve...@gmail.com

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

[kio-gdrive] [Bug 432471] Dolphin Crashes while adding folders also lots of notification !!!!

2021-04-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=432471

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #2 from Méven Car  ---
> @Meven: is this cause by the recent changes in KNewFileMenu ?

Probably exposing a bug in gdrive ioslave not passing HideProgressInfo in stat
handling to one of its subjob.

The video also shows multiple jobs running.
There should be only one job running, typing a character more should stop the
previous statjob. That's something we should improve.

And also the jobs are very long, perhaps due to network/auth latency or
congestion due to the number of jobs running...

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

[dolphin] [Bug 436045] Dolphin user feedback falsely reports there are no samba shares in user places

2021-04-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436045

--- Comment #4 from Méven Car  ---
> Is that actually what we want to measure though?

Elvis did this I doubt he meant otherwise.
If anything we could report which kio-slave are used.

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

[dolphin] [Bug 430095] Information Panel is not updated when a selected file is overwritten

2021-04-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430095

Méven Car  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||21.08
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/6cec38619
   ||2e58089b4572996a265c9696cdc
   ||b3c0

--- Comment #2 from Méven Car  ---
Git commit 6cec386192e58089b4572996a265c9696cdcb3c0 by Méven Car.
Committed on 24/04/2021 at 09:00.
Pushed by meven into branch 'master'.

InformationPanel: Allow to refresh the panel when its displayed content changes
Related: bug 412902
FIXED-IN: 21.08

M  +4-1src/dolphinmainwindow.cpp
M  +10   -1src/dolphinmainwindow.h
M  +14   -0src/kitemviews/kfileitemmodel.cpp
M  +6-0src/kitemviews/kfileitemmodel.h
M  +10   -0src/panels/information/informationpanel.cpp
M  +2-0src/panels/information/informationpanel.h
M  +1-0src/views/dolphinview.cpp
M  +2-0src/views/dolphinview.h

https://invent.kde.org/system/dolphin/commit/6cec386192e58089b4572996a265c9696cdcb3c0

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

[dolphin] [Bug 412902] "Size" is not immediately updated after I paste items into a folder via the context menu

2021-04-24 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=412902

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/6cec38619
   ||2e58089b4572996a265c9696cdc
   ||b3c0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||21.08

--- Comment #2 from Méven Car  ---
Git commit 6cec386192e58089b4572996a265c9696cdcb3c0 by Méven Car.
Committed on 24/04/2021 at 09:00.
Pushed by meven into branch 'master'.

InformationPanel: Allow to refresh the panel when its displayed content changes
Related: bug 430095
FIXED-IN: 21.08

M  +4-1src/dolphinmainwindow.cpp
M  +10   -1src/dolphinmainwindow.h
M  +14   -0src/kitemviews/kfileitemmodel.cpp
M  +6-0src/kitemviews/kfileitemmodel.h
M  +10   -0src/panels/information/informationpanel.cpp
M  +2-0src/panels/information/informationpanel.h
M  +1-0src/views/dolphinview.cpp
M  +2-0src/views/dolphinview.h

https://invent.kde.org/system/dolphin/commit/6cec386192e58089b4572996a265c9696cdcb3c0

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

[dolphin] [Bug 436045] Dolphin user feedback falsely reports there are no samba shares in user places

2021-04-23 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436045

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||meve...@gmail.com
 Resolution|--- |INTENTIONAL

--- Comment #2 from Méven Car  ---
Well in fact smb://user@server/path/to/folder is not a samba share in the sense
dolphin expects it here.

It is not a fs mounted cifs filesystem and that what `hasSambaShare` means
currently.

smb:// is a kio-extras io-slave that is a lot easier to handle than cifs
mounts, that why the two kinds of samba share access are differentiated in the
feedback.

Ref:
https://invent.kde.org/system/dolphin/-/blob/master/src/userfeedback/placesdatasource.cpp

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

[frameworks-kio] [Bug 436020] File Association Isn't Respected

2021-04-22 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436020

--- Comment #3 from Méven Car  ---
> Again, nothing changed, as I was still in that same session as yesterday (no 
> reboot, > no logout, no closing of kate/chrome/dolphin, ...). I just woke up, 
> saw your email, > switched to another activity which was blank so I could 
> record the process I did, tried clicking the file, and it opened just fine in 
> kate.
> Bizarre.

This can happen when the cache is being updated handled by kservice or its new
state hasn't propagated yet, a race condition basically.

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

[plasmashell] [Bug 436024] [Wayland] multiple screen segfault

2021-04-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436024

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #1 from Méven Car  ---
Your codedump lacks debug symbols but we can see the culprit nonetheless:

#2  0x7fc93a28dda5
_ZN9QtWayland9wl_output15handle_geometryEPvP9wl_outputiPKcS5_i
(libQt5WaylandClient.so.5 + 0xb6da5)

I suspect a newer version of Qt would help.

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

[frameworks-kio] [Bug 436020] File Association Isn't Respected

2021-04-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=436020

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Méven Car  ---

> 3. Change file association property, adding chrome to the list, but dropping 
> it to the bottom.

How did you do that exactly ?
Which application did you use, did you hit apply ?

I don't reproduce this bug neither from the file association kcm (in
systemsettings) or from  the file dialog properties, type association
sub-dialog.

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

[dolphin] [Bug 390488] Icons and preview of some files (pdf, png and jpg, for example) look fuzzy in info panel when fractional display scaling is used

2021-04-19 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=390488

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #11 from Méven Car  ---
https://invent.kde.org/system/dolphin/-/merge_requests/147 should fix this.

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

[kde] [Bug 303462] Tracker bug for Extra Mile Initiative

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=303462
Bug 303462 depends on bug 269987, which changed state.

Bug 269987 Summary: Rename inline: in list and details views, up and down arrow 
keys should commit the name change and change the current item
https://bugs.kde.org/show_bug.cgi?id=269987

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[dolphin] [Bug 269987] Rename inline: in list and details views, up and down arrow keys should commit the name change and change the current item

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=269987

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|--- |FIXED

--- Comment #10 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 403931, bug 334533
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[dolphin] [Bug 403931] When renaming files, tab key should begin renaming the sequentially next file

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=403931

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|--- |FIXED

--- Comment #9 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 269987, bug 334533
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[dolphin] [Bug 334533] if a file position in a list changes while it is renamed a wrong file is renamed instead

2021-04-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=334533

Méven Car  changed:

   What|Removed |Added

   Version Fixed In||21.08
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/5a0da4a9c
   ||8d10dc1921077d84bdabf05d201
   ||50b0
 Resolution|WORKSFORME  |FIXED

--- Comment #16 from Méven Car  ---
Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car.
Committed on 19/04/2021 at 05:10.
Pushed by meven into branch 'master'.

When renaming files, move to next file using tab key or up/down

To rename previous file:
 Up or Shift-Tab

To rename next file:
 Down or Tab

Credit goes to msciubidlo
Related: bug 403931, bug 269987
FIXED-IN: 21.08

M  +5-0src/kitemviews/kitemlistcontainer.cpp
M  +5-2src/kitemviews/kitemlistview.cpp
M  +6-0src/kitemviews/kitemlistview.h
M  +1-0src/kitemviews/kstandarditemlistwidget.cpp
M  +24   -2src/kitemviews/private/kitemlistroleeditor.cpp
M  +18   -2src/kitemviews/private/kitemlistroleeditor.h
M  +3-0src/kitemviews/private/kitemlistsmoothscroller.cpp
M  +5-0src/kitemviews/private/kitemlistsmoothscroller.h
M  +28   -9src/views/dolphinview.cpp

https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0

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

[kio-extras] [Bug 380417] fish doesn't use User from .ssh/config

2021-04-17 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=380417

Méven Car  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #4 from Méven Car  ---
You checkout this branch
https://invent.kde.org/meven/kio-extras/-/tree/work/fish-bug-380417 and let me
know how it goes.

I don't know much about fish protocol in particular, so expect the unexpected.

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

<    5   6   7   8   9   10   11   12   13   14   >