[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices and SD cards after disconnecting and re-connecting them

2021-09-12 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #46 from Domker  ---
> Thank you!
> I'll try do that next weekend.
> Anyway the bug will be in any case fixed when plasma-workspace-5.23 will be
> available. Is it correct?
Yes fixed version is 5.23. As you have it marked in the header.

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices and SD cards after disconnecting and re-connecting them

2021-09-09 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #43 from Domker  ---
(In reply to Xwang from comment #41)
> (In reply to Fabio from comment #37)
> > I just created a merge request that fixes this bug for me.
> > It would be nice if someone could confirm if this is working.
> > 
> > https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1039
> 
> Is there any howto which explains how I can test your merge?
> I'm using archlinux.

Live swapping files is the worst possible way to patch something!!


$patch -d "plasma-workspace-5.22.5" -p1 < 1039.patch

(plasma-workspace-5.22.5 - direcotry with source code of plasma-workspace)

patching file applets/devicenotifier/package/contents/ui/DeviceItem.qml
Hunk #1 FAILED at 31.
Hunk #2 succeeded at 123 (offset 4 lines).
Hunk #3 succeeded at 140 (offset 4 lines).
Hunk #4 FAILED at 189.
Hunk #5 succeeded at 233 (offset 4 lines).
Hunk #6 FAILED at 250.
3 out of 6 hunks FAILED -- saving rejects to file
applets/devicenotifier/package/contents/ui/DeviceItem.qml.rej
patching file applets/devicenotifier/package/contents/ui/devicenotifier.qml
Hunk #1 succeeded at 88 (offset 13 lines).
Hunk #2 succeeded at 112 (offset 13 lines).

!! It FAILED becouse patch is for plasma-workspace v5.23, not v5.22.5 !!

>>> You need make own patch file based on differences in "ui" direcotry:

1. Make new directory:
$ mkdir test_build && cd "$_"

2. Clone source package master repo where patch is merged:
$ git clone https://invent.kde.org/plasma/plasma-workspace.git

3. Rename it to "b":
$ mv plasma-workspace b

4. Download (and extract) source code plasma-workspace (current version)
present in Arch Linux, rename directory to "a":
$ wget
"https://download.kde.org/stable/plasma/5.22.5/plasma-workspace-5.22.5.tar.xz;
-qO - | tar xvJ
$ mv plasma-workspace-5.22.5 a

5. Now you have directory "a" with current source code (plasma-workspace in
Arch Linux) and direcotry "b" with merged patch. Make own custom.patch with
differences in "ui" directories:

$ diff -ur a/applets/devicenotifier/package/contents/ui
b/applets/devicenotifier/package/contents/ui > custom.patch

If You have now "custom.patch" file, remove "a" and "b" directories:
$ rm -rf a b

>>> Now you need build own patched package "plasma-workspace-5.22.5":

1. Go to:
https://github.com/archlinux/svntogit-packages/tree/packages/plasma-workspace/trunk
and download "PKGBUILD", "kde.pam" files, for quick download use this:

$ wget
"https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/plasma-workspace/trunk/PKGBUILD;
&& wget
"https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/plasma-workspace/trunk/kde.pam;

2. Edit "PKGBUILD" file:
source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
kde.pam
https://invent.kde.org/plasma/plasma-workspace/-/commit/6379d1ec.patch)

REPLACE WITH:

source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig}
kde.pam
https://invent.kde.org/plasma/plasma-workspace/-/commit/6379d1ec.patch
custom.patch)

AND:
prepare() {
  patch -d $pkgbase-$pkgver -p1 < 6379d1ec.patch # Fix power management
inhibition
}

REPLACE WITH:
prepare() {
  patch -d $pkgbase-$pkgver -p1 < 6379d1ec.patch # Fix power management
inhibition
  patch -d $pkgbase-$pkgver -p1 < custom.patch
}



SAVE CHANGES in PKGBUILD FILE!

3. Update checksums in PKGBUILD:
$ updpkgsums PKGBUILD


3. Now build and install patched "plasma-workspace" package:
$ makepkg -sri --skippgpcheck PKGBUILD

#option -s (download and install dependencies)
#option -r (remove dependency after successful package build, in this case:
pps-tools-1.0.2-1  gpsd-3.23-1  plasma-wayland-protocols-1.4.0-1)
#option -i (install the package if it has been built)

After installing the package restart your PC. For me, a patch made in this way
works.

If something doesn't work, just force reinstall plasma-workspace from the
repository.
( sudo rm
/var/cache/pacman/pkg/plasma-workspace-5.22.5-2-x86_64.pkg.tar.zst{,.sig} &&
sudo pacman -S plasma-workspace )

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices and SD cards after disconnecting and re-connecting them

2021-08-16 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #28 from Domker  ---
The bug still exists on Arch Linux (current).

Operating System: Arch Linux
KDE Plasma Version: 5.22.4
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.13.10-arch1-1 (64-bit)

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

[kwin] [Bug 422844] Stuttering Plasma effects after the composer's resumption

2021-08-13 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=422844

--- Comment #11 from Domker  ---
Still present in:
Operating System: Arch Linux
KDE Plasma Version: 5.22.4
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2
Kernel Version: 5.13.9-arch1-1 (64-bit)
Graphics Platform: X11
Graphics Processor: NVIDIA GeForce GTX 980/PCIe/SSE2

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices after connecting the device for 2nd time

2021-06-18 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #4 from Domker  ---
Created attachment 139501
  --> https://bugs.kde.org/attachment.cgi?id=139501=edit
A connected USB flash drive, which previously did not show up for the second
and next time in the applet, but at the moment when the previous USB flash
drive with 2 partitions is connected as well, sh

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices after connecting the device for 2nd time

2021-06-18 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #3 from Domker  ---
Created attachment 139500
  --> https://bugs.kde.org/attachment.cgi?id=139500=edit
A USB flash drive connected (with 2 partitions) - visible every time in Dolphin
and in the applet.

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices after connecting the device for 2nd time

2021-06-18 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #2 from Domker  ---
Created attachment 139499
  --> https://bugs.kde.org/attachment.cgi?id=139499=edit
Another USB flash drive connected (for the first time) - visible in Dolphin,
not visible in the applet.

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

[plasmashell] [Bug 438874] Disk & Devices applet doesn't show USB removable devices after connecting the device for 2nd time

2021-06-18 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

--- Comment #1 from Domker  ---
Created attachment 139498
  --> https://bugs.kde.org/attachment.cgi?id=139498=edit
The same flash drive connected the second time - visible in Dolphin, not
visible in the applet.

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

[plasmashell] [Bug 438874] New: Disk & Devices applet doesn't show USB removable devices after connecting the device for 2nd time

2021-06-18 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=438874

Bug ID: 438874
   Summary: Disk & Devices applet doesn't show USB removable
devices after connecting the device for 2nd time
   Product: plasmashell
   Version: master
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Disks & Devices
  Assignee: plasma-b...@kde.org
  Reporter: domk...@wp.pl
  Target Milestone: 1.0

Created attachment 139497
  --> https://bugs.kde.org/attachment.cgi?id=139497=edit
USB Flash drive connected 1nd time after computer startup - visible in Dolphin
and in the "Device Notifier" applet

SUMMARY
I noticed that USB flash drives are not detected by "Device Notifier" when
reconnected.
If the flash drive has more than one partition, it is always shown by the
applet, both on the first connection and on subsequent ones.
This happens regardless of which USB port the flash drive is connected to.

First screenshot: 
USB Flash drive connected 1nd time after computer startup - visible in Dolphin
and in the "Device Notifier" applet

Second screenshot: 
The same flash drive connected the second time - visible in Dolphin, not
visible in the applet.

Third screenshot:
Another USB flash drive connected (for the first time) - visible in Dolphin,
not visible in the applet.

Fourth screenshot:
A USB flash drive connected (with 2 partitions) - visible every time in Dolphin
and in the applet.

Fifth screenshot:
A connected USB flash drive, which previously did not show up for the second
and next time in the applet, but at the moment when the previous USB flash
drive with 2 partitions is connected as well, shows up normally, but only again
for once time.

STEPS TO REPRODUCE
1. Connect USB Flash drive (with one partition)
2. Disconnect USB Flash drive
3. Connect USB Flash drive again

OBSERVED RESULT
The USB Flash drive is visible in Dolphin, but not visible in the "Device
Notifier" applet.

EXPECTED RESULT
The "Device Notifier" applet should show the device every time it is connected.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.22.1
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
Kernel Version: 5.12.11-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 980/PCIe/SSE2

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

[dolphin] [Bug 437361] Description in the Dolphin status bar susceptible to the character "RIGHT-TO-LEFT OVERRIDE"

2021-05-19 Thread Domker
https://bugs.kde.org/show_bug.cgi?id=437361

Domker  changed:

   What|Removed |Added

Summary|Description in the status   |Description in the Dolphin
   |bar susceptible to the  |status bar susceptible to
   |character "RIGHT-TO-LEFT|the character
   |OVERRIDE"   |"RIGHT-TO-LEFT OVERRIDE"

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