[kde] [Bug 492887] The `Configuration file "/root/.config/kreadconfig5rc" not writable` error appears every 10-20 minutes on the Plasma Desktop

2024-09-15 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=492887

Murz  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #2 from Murz  ---
I finally found the source of this annoying popup message using cgroup!
```
$ cat /proc/53272/cgroup 
0::/system.slice/opswatclient.service
```
So, it's caused by the OPSWAT service and not related to KDE at all, so closing
the issue.

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

[kde] [Bug 492887] The `Configuration file "/root/.config/kreadconfig5rc" not writable` error appears every 10-20 minutes on the Plasma Desktop

2024-09-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=492887

--- Comment #1 from Murz  ---
If I run the command from the process tree manually, it works well without
throwing an error:
```
$ xdg-settings get default-web-browser
/home/alexey_korepov/.local/share/applications/firefox.desktop
```
But if I run it with root:
```
$ sudo su -
# xdg-settings get default-web-browser
/usr/bin/xdg-settings: 32: cannot create /tmp/xdg.log: Permission denied
/usr/bin/xdg-settings: 33: cannot create /tmp/xdg.log: Permission denied
/usr/bin/xdg-settings: 34: cannot create /tmp/xdg.log: Permission denied
/usr/bin/xdg-settings: 35: cannot create /tmp/xdg.log: Permission denied
org.kde.falkon.desktop
```
it started to warn about the permission denied of the `/tmp`.

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

[kde] [Bug 492887] New: The `Configuration file "/root/.config/kreadconfig5rc" not writable` error appears every 10-20 minutes on the Plasma Desktop

2024-09-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=492887

Bug ID: 492887
   Summary: The `Configuration file "/root/.config/kreadconfig5rc"
not writable` error appears every 10-20 minutes on the
Plasma Desktop
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
Around 3 months ago on my Kubuntu 24.04 Linux I started to get a popup window
with the error:
---
Title: kreadconfig5
Configuration file "/root/.config/kreadconfig5rc" not writable.
Please contact your system administrator.
---
And I can't find a source of this message, but it is very annoying! It starts
to appear even with an empty session, when no apps are running!

Maybe it's related to some updates of some packages, or some other activities,
but I didn't do any specific that can trigger this error.

Here is the process tree of these messages:
```
/sbin/init splash
└─ /bin/sh /usr/bin/xdg-settings get default-web-browser
└─ kreadconfig5 --file kdeglobals --group General --key BrowserApplication
   └─ /usr/bin/kdialog --title kreadconfig5 --msgbox Configuration file
"/root/.config/kreadconfig5rc" not writable. Please contact your system
administrator.
  ├─ /usr/bin/kdialog --title kreadconfig5 --msgbox Configuration file
"/root/.config/kreadconfig5rc" not writable. Please contact your system
administrator.
  ├─ /usr/bin/kdialog --title kreadconfig5 --msgbox Configuration file
"/root/.config/kreadconfig5rc" not writable. Please contact your system
administrator.
  ├─ /usr/bin/kdialog --title kreadconfig5 --msgbox Configuration file
"/root/.config/kreadconfig5rc" not writable. Please contact your system
administrator.
  └─ /usr/bin/kdialog --title kreadconfig5 --msgbox Configuration file
"/root/.config/kreadconfig5rc" not writable. Please contact your system
administrator.
```

STEPS TO REPRODUCE
1. Log in as a user. 
2. Do some work - open apps, do some activitiy. Or even do nothing, keep the
session just idle for several hours. 
3. See around 3-20 error messages.

OBSERVED RESULT
There should be no error messages like this!

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-41-generic (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

I have found a similar bug report here
https://github.com/Octachron/olivine/issues/4 but it didn't helped with finding
out the root source of this error.  

So, if someone started to receive the same problem - let's join forces! And if
someone has an idea on how to debug this - please share!

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

[frameworks-kcoreaddons] [Bug 492875] New: Add KAboutData function to read the about information from the metadata XML file

2024-09-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=492875

Bug ID: 492875
   Summary: Add KAboutData function to read the about information
from the metadata XML file
Classification: Frameworks and Libraries
   Product: frameworks-kcoreaddons
   Version: unspecified
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: mur...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY

All the apps should provide the AppStream Metadata file (appdata.xml) file with
a description, that contains the about information too.

But when we're creating the about dialog, in most cases we have to put the same
information there, but in code. 

And it's pretty problematic to update the information and keep in sync in both
places.

So, the idea is to create a function like `KAboutData::setDataFromFile(string
filePath)` that will read the XML file and fill the all values from there.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13

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

[systemsettings] [Bug 480661] OpenConnect GlobalProtect VPN connection with SAML no longer works since RC2

2024-06-05 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=480661

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[plasmashell] [Bug 446581] plasmashell and Firefox hang in QXcbClipboard::waitForClipboardEvent() when Firefox attempts to update the clipboard and show a notification at the same time

2024-03-26 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=446581

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[frameworks-knotifications] [Bug 481612] New: Allow custom filtering of KDE Plasma notifications to filter out specific apps or notification types

2024-02-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=481612

Bug ID: 481612
   Summary: Allow custom filtering of KDE Plasma notifications to
filter out specific apps or notification types
Classification: Frameworks and Libraries
   Product: frameworks-knotifications
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: mur...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
***
Some applications send a lot of different notifications and provide no way to
filter out unneeded ones.

But currently, KDE Plasma Notifications settings provide the ability to only
disable all notifications from an app. And provide the limited (hardcoded?)
list of apps that we can configure. So I don't see in the list many apps that I
use and want to configure notification rules for.

And even for the apps presented in the list, sometimes configuration doesn't
work. For example, if I remove the "Show popups" for the Spotify application,
it notification still continues to pop up, ignoring this setting.

To workaround this problem will be good to implement custom filtering rules for
incoming notifications, in addition to the current per-app settings. 

Something easy like the notification source filter (by substring or regexp) and
the notification body filter (the same - substring or regexp).

And the debug mode, where we can track the notification properties for incoming
notifications, to understand how to filter the specific ones.

What do you think about this idea?
***

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-17-generic (64-bit)
Graphics Platform: X11

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

[Akonadi] [Bug 455351] Modify Calendar button in Configure KOrganizer does nothing for Google Groupware calendar

2024-02-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=455351

Murz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[Akonadi] [Bug 455351] Modify Calendar button in Configure KOrganizer does nothing for Google Groupware calendar

2024-02-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=455351

--- Comment #3 from Murz  ---
Also, even with the Akonadi Console the Google Groupware account doesn't open
the settings using the "Configure Natively" button. Using "Configure Remotely"
opens the key-value configuration window, but don't know what to click there.

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

[Akonadi] [Bug 455351] Modify Calendar button in Configure KOrganizer does nothing for Google Groupware calendar

2024-02-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=455351

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #2 from Murz  ---
Faced exactly the same problem on Kubuntu 23.10 with KOrganizer and Google
Groupware Calendar. 
I found an article with a fix here
https://www.lorenzobettini.it/2022/10/again-woes-for-kde-and-google-accounts/
but the suggested solution doesn't work for me at all.
The "Enable the KDE wallet subsystem" was turned on by default. I tried to turn
it off, reboot, then turn on, reboot, ad still have no reaction to the "Modify"
button.

Can anyone provide another workaround or ways to debug this issue?

Software versions:
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-17-generic (64-bit)
Graphics Platform: X11

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

[Akonadi] [Bug 449024] Unable to fetch google calendar events

2024-02-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=449024

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #47 from Murz  ---
Found an article about how to fix this issue:
https://www.lorenzobettini.it/2022/10/again-woes-for-kde-and-google-accounts/
but for me the workaround doesn't help, still nothing happens when I click on
the "Configure" button.

Versions:
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-17-generic (64-bit)
Graphics Platform: X11

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

[systemsettings] [Bug 480027] New: Set custom display name for Shortcuts commands

2024-01-18 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=480027

Bug ID: 480027
   Summary: Set custom display name for Shortcuts commands
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_khotkeys
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
CC: k...@michael-jansen.biz
  Target Milestone: ---

SUMMARY
***
We can add a custom command to the list of shortcuts via the "Add Command"
button, that is great!
But when we set up many commands, especially with the same starting text but
different arguments, it's become hard to manage them, because all of them look
the same in the list.

To resolve this issue, will be good to add an ability to set the custom
"display name" for each command, and display it instead of the full command
string. 
***

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

[konsole] [Bug 477282] Green text on blue background is almost invisible in the default color theme

2023-11-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=477282

--- Comment #1 from Murz  ---
Created attachment 163313
  --> https://bugs.kde.org/attachment.cgi?id=163313&action=edit
The mc with the "Linux default" color theme.

And here is the mc screenshot with the "Linux default" color theme, where all
file names are visible pretty well.

So, please tune up the default theme, to make all file names visible by
default.

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

[konsole] [Bug 477282] New: Green text on blue background is almost invisible in the default color theme

2023-11-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=477282

Bug ID: 477282
   Summary: Green text on blue background is almost invisible in
the default color theme
Classification: Applications
   Product: konsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

Created attachment 163312
  --> https://bugs.kde.org/attachment.cgi?id=163312&action=edit
The mc with the default colors

SUMMARY
***
I very often use Midnight Commander (MC) to manage files, and by default it
uses a blue (dark blue) background and a green color for some filenames.

But when I use the MC inside Konsole, for some reason the colors are too
different from the default Linux colors.

As the result, the file name is very hard to recognize because of very similar
colors, it is almost invisible (see the attached screenshot).
***


STEPS TO REPRODUCE
1. Install the mc program via something like "apt install mc"
2. Run the "mc"
3. Create a file with ".patch" extension.

OBSERVED RESULT
See that its name is very hard to recognize.
See the attached screenshots.

EXPECTED RESULT
With default colors, the name should be easy to recognize.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kcolorchooser] [Bug 466867] Color picker gets wrong color when "Dim Inactive" effect is enabled

2023-10-13 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=466867

--- Comment #1 from Murz  ---
A workaround for this issue is to configure a keyboard shortcut in the widget
settings, and use it. But the proper fix will be welcome.

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

[Discover] [Bug 475497] New: Discover Flatpak suggests to upgrade to lower versions

2023-10-11 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=475497

Bug ID: 475497
   Summary: Discover Flatpak suggests to upgrade to lower versions
Classification: Applications
   Product: Discover
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Flatpak Backend
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
CC: aleix...@kde.org, jgrul...@redhat.com,
trav...@redhat.com
  Target Milestone: ---

Created attachment 162240
  --> https://bugs.kde.org/attachment.cgi?id=162240&action=edit
A screenshot with the problem

SUMMARY
***
Pretty often I see that KDE Discover Flatpak suggests upgrading to the lower
versions of the apps.
***

STEPS TO REPRODUCE
1. Wait for a Flatpak app update.
2. Open Discover.
3. Look at the suggested updates.

OBSERVED RESULT
The new version number is lower than the installed one (see the attachment).

EXPECTED RESULT
Updates should increase the version number, not decrease!

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-34-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.8 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP EliteBook 850 G8 Notebook PC

ADDITIONAL INFORMATION

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

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

2023-09-22 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=422111

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #99 from Murz  ---
This is still happening for me too on Ubuntu 22.04 with KDE Plasma Version
5.27.4.

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

[plasmashell] [Bug 473882] New: Can't disable an action popup for urls in Klipper Action Menu

2023-08-29 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=473882

Bug ID: 473882
   Summary: Can't disable an action popup for urls in Klipper
Action Menu
Classification: Plasma
   Product: plasmashell
   Version: 5.27.7
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: 1.0

SUMMARY
***
I have configured a single action, that matches only specified strings and
enables "Immediately on selection", and it works well - when I'm copying the
matched string - the popup appears.

But together with this, the default popup started to appear every time when I'm
copying an url like https://google.com to the clipboard!

And I can't find a way to disable this behavior. In the list of actions there
is only one my action, no other actions that can be deleted.
***


STEPS TO REPRODUCE
1. Configure an action to match on some specific string, eg containing "hello"
substring. See that only this action is present in the list.
2. Enable the "Immediately on selection" option. Check that it works well by
copying the string "hey, hello everyone". 
3. Copy some string with url to the clipboard, like "https://google.com";.
You will see a popup, suggesting to open this url in a browser or share.

OBSERVED RESULT
No popup should appear.

EXPECTED RESULT
There is a popup appears, suggesting to open this url in a browser or share.
And there are no ways to disable it, keeping only your custom actions active.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-27-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.8 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP EliteBook 850 G8 Notebook PC

ADDITIONAL INFORMATION

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

[plasma-pa] [Bug 472728] Audio Volume plasmoid misses the "Keep open" (pin) button if added separately to a Plasma panel (not to the system tray)

2023-07-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=472728

Murz  changed:

   What|Removed |Added

 Attachment #160576|0   |1
is obsolete||

--- Comment #1 from Murz  ---
Created attachment 160577
  --> https://bugs.kde.org/attachment.cgi?id=160577&action=edit
A screenshot with the problem

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

[plasma-pa] [Bug 472728] New: Audio Volume plasmoid misses the "Keep open" (pin) button if added separately to a Plasma panel (not to the system tray)

2023-07-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=472728

Bug ID: 472728
   Summary: Audio Volume plasmoid misses the "Keep open" (pin)
button if added separately to a Plasma panel (not to
the system tray)
Classification: Plasma
   Product: plasma-pa
   Version: 5.27.4
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: applet
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
CC: isma...@gmail.com, m...@ratijas.tk, now...@gmail.com
  Target Milestone: ---

Created attachment 160576
  --> https://bugs.kde.org/attachment.cgi?id=160576&action=edit
A screenshot with the problem

STEPS TO REPRODUCE
1. Add the "Audio Volume" plasmoid to the system tray.
2. Click on the icon, and see that the "Keep open" (pin) button is present.
3. Add the "Audio Volume" plasmoid as a separate widget to a Plasma panel.
4. Click on the icon, and see that the "Keep open" (pin) button is missing.

OBSERVED RESULT
The "Keep open" (pin) button is missing.

EXPECTED RESULT
The "Keep open" (pin) button should be present.
Most of the other widgets have this pin button in both modes.

Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-25-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.8 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP EliteBook 850 G8 Notebook PC

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

[plasmashell] [Bug 471002] New: Add general timezones like CEST, PDT

2023-06-13 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=471002

Bug ID: 471002
   Summary: Add general timezones like CEST, PDT
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Digital Clock
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: 1.0

Please add general timezones like CEST, PDT to the list, because now we have to
choose a specific city, eg Paris for CEST, which is very confusing.

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

[kcolorchooser] [Bug 466867] New: Color picker gets wrong color when "Dim Inactive" effect is enabled

2023-03-04 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=466867

Bug ID: 466867
   Summary: Color picker gets wrong color when "Dim Inactive"
effect is enabled
Classification: Applications
   Product: kcolorchooser
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
***
I have the "Dim Inactive" effect enabled, which dims inactive windows. But when
I try to get a color via the "Color Picker" plasma widget, it grabs the
"active" status to the widget window, as the result it gets the wrong color
(darker) from other windows, because they are dimmed.
***

A solution can be temporarily disabling the  "Dim Inactive" effect when the
"Pick color" function is active.

STEPS TO REPRODUCE
1. Enable the "Dim Inactive" effect in System Settings
2. Open the "Color Picker" widget from the applications launcher. It will open
a new window with itself.
3. Try to capture a color in another window.

OBSERVED RESULT
A captured color will be wrong, darker than the original.

EXPECTED RESULT
A captured color should be the same.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 22.10
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.6
Kernel Version: 5.19.0-35-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.9 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP EliteBook 850 G8 Notebook PC

ADDITIONAL INFORMATION

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

[plasma-systemmonitor] [Bug 466138] New: Monitor resources (CPU, Memory) for a single specific process in KDE Plasma System Monitor sensor

2023-02-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=466138

Bug ID: 466138
   Summary: Monitor resources (CPU, Memory) for a single specific
process in KDE Plasma System Monitor sensor
Classification: Plasma
   Product: plasma-systemmonitor
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: mur...@gmail.com
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
***
Add the ability to monitor values for a single process
***

Now KDE Plasma System Monitor can monitor values only for all running
processes: total applications memory usage, total CPU usage, etc.

But sometimes we need to track the exact process (or group of processes) for
the history of CPU and Memory usage, and seems there are no ways to do this for
now?

Now we can see a chart of last several seconds of CPU usage in the
"Applications" table in the background of the "CPU" column, but seems that's
all.

So, will be good to give us the ability to add sensors for a specific process
(by name, or pid), is it hard to implement?

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

[kwin] [Bug 448634] Add "Shake to locate cursor" feature to window effects

2023-02-01 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=448634

Murz  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Murz  ---
Yeah, I very much miss the "Shake to Find Cursor" action in KDE, like in Mac
OS, that increases the size of the mouse cursor to make it easy to find it,
too!

And the "Track Mouse" KDE Plasma effect is not a good alternative, because it
requires clicking a keyboard key to act, and can't be activated just via
shaking the mouse.

But I've found a similar solution for GNOME
https://extensions.gnome.org/extension/3438/jiggle/ - maybe we can reuse
something from it to implement the same on KDE side?

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

[kwin] [Bug 448634] Add "Shake to locate cursor" feature to window effects

2023-02-01 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=448634

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kscreenlocker] [Bug 461621] Implement classic Screen Saver feature for KDE Plasma desktop (some animation on screen on timeout)

2022-11-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461621

--- Comment #3 from Murz  ---
But I don't want to have a static picture, I want an interactive application!
Most photos users store in clouds like iCloud, Google Photos, NextCloud, etc,
so will be good to have the ability to start an app instead of just showing a
wallpaper, and auto-exit the app on mouse movement.

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

[kscreenlocker] [Bug 461621] Implement classic Screen Saver feature for KDE Plasma desktop (some animation on screen on timeout)

2022-11-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461621

--- Comment #1 from Murz  ---
There are some tricks available on the internet like this
https://forum.garudalinux.org/t/kde-plasma-screensaver/7101
But the native support would be much better!

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

[kscreenlocker] [Bug 461621] New: Implement classic Screen Saver feature for KDE Plasma desktop (some animation on screen on timeout)

2022-11-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461621

Bug ID: 461621
   Summary: Implement classic Screen Saver feature for KDE Plasma
desktop (some animation on screen on timeout)
Classification: Plasma
   Product: kscreenlocker
   Version: 5.26.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

Seems the KDE Plasma desktop totally misses the Screen Saver feature now?

And I'm talking not about Screen Energy Saving, but about the classic Screen
Saver feature, when on some timeout of inactivity some app starts showing some
good stuff. Can't find any feature requests related to this, so posting a new
one.

It's very useful for using KDE Plasma as a media center, for example, to
slideshow photos from a user's photo album, when it plays background music, or
to show some equalizer animation from the sound output channel. And for a
desktop computer at an office or home - it's a cool feature too!

So, what are the reasons why this feature is missing in modern KDE Plasma
releases? Are there any blockers or hard things with the implementation of this
feature?

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

[kdeconnect] [Bug 461145] Quick way to disable/enable a connection to device in KDE Connect without unpairing

2022-10-28 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461145

Murz  changed:

   What|Removed |Added

Summary|Quick way to disable/enable |Quick way to disable/enable
   |a device without unpairing  |a connection to device in
   ||KDE Connect without
   ||unpairing

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

[kdeconnect] [Bug 461145] New: Quick way to disable/enable a device without unpairing

2022-10-28 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461145

Bug ID: 461145
   Summary: Quick way to disable/enable a device without unpairing
Classification: Applications
   Product: kdeconnect
   Version: 22.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: plasmamobile-application
  Assignee: nicolas.fe...@gmx.de
  Reporter: mur...@gmail.com
  Target Milestone: ---

I don't want to have an always-connected phone with my computer, because it
spends the phone's battery to sync clipboard, notifications, battery status,
etc. Because I need the synchronization pretty rarely, but still need it! Most
of the time I need it to just copy some text to the phone's clipboard, or send
a file. Sometimes - read and cleanup notifications.

But now I can only unpair it, and will have to do pairing again when want to
restore the connection!

So, will be good to have a quick way to disable/enable the connection, without
unpairing.

Alternatively, this problem can be solved via disabling and enabling plugins,
but for do this I still need to do a lot of actions and clicks, instead of a
possible simple "on/off" swither.

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

[kscreenlocker] [Bug 461095] New: Kscreenlocker checks for auth and show "Unlock" button twice, when configured howdy facial recognition authentication

2022-10-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=461095

Bug ID: 461095
   Summary: Kscreenlocker checks for auth and show "Unlock" button
twice, when configured howdy facial recognition
authentication
Classification: Plasma
   Product: kscreenlocker
   Version: 5.26.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: ---

SUMMARY
***
I use https://github.com/boltgolt/howdy for facial recognition authentication.
It works well on login using SDDM and checks my face once.

Also, it works for Kscreenlocker too, but Kscreenlocker checks my face twice!
So I see a password input prompt, the facial recognition process starts working
(IR camera starts working), it successfully recognizes me and the "password
input prompt" slides to the left and changes to the "Unlock" button, that's
cool!

But immediately after this - Kscreenlocker starts the facial recognition
process again, and after couple of seconds - that "Unlock" button slides to the
left again, and changes to the new "Unlock" button screen!

Why that happens and how to make this happen only one time?

For any other auth processes (terminal login, sudo, etc) - Linux uses the
facial recognition process (us IR camera) only once, the problem is only with
Kscreenlocker.

***


STEPS TO REPRODUCE
1. Install howdy and configure the face recognition.
2. Add howdy to auth process via something like putting into
`/etc/pam.d/common-auth` the line:
```
auth[success=2 default=ignore]pam_python.so
/lib/security/howdy/pam.py
```
3. Login to the KDE session using face recognition and see that the IR camera
uses only once.
4. Lock the screen.
5. Try to unlock the screen.

OBSERVED RESULT
You will see two changes of the login screen: from the password prompt to
unlock button, and from the first unlock button, to the second one (that uses
the IR camera for face recognition the second time), which unnecessarily spends
unlocking time!

EXPECTED RESULT
The "unlock button" switch and the "face recognition" call should happen only
one time.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 22.10
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 5.19.0-23-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.9 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP EliteBook 850 G8 Notebook PC

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 417713] Emoji picker doesn't show emojis for some locales

2022-08-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=417713

--- Comment #10 from Murz  ---
Installing the `ibus-data` package resolves my problem:
```
sudo apt install ibus-data

```

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

[plasmashell] [Bug 417713] Emoji picker doesn't show emojis for some locales

2022-08-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=417713

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #9 from Murz  ---
I have the same problem on Ubuntu 22.04, but it seems that just the dictionary
is missing:
```
$ ibus-ui-emojier-plasma
could not find ibus emoji dictionaries. "ibus/dicts/emoji-en.dict"
qml: There's no page to replace
qrc:/ui/CategoryPage.qml:80:5: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 9. Use 'sequences: [  ]' to bind to
all of them.
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PlaceholderMessage.qml:235:5:
QML Heading: Binding loop detected for property "verticalAlignment"
qml: Calling replace on empty PageRow CategoryPage_QMLTYPE_156(0x564884e1c110)
$ LANG=en_US.UTF-8 ibus-ui-emojier-plasma
could not find ibus emoji dictionaries. "ibus/dicts/emoji-en.dict"
qml: There's no page to replace
qrc:/ui/CategoryPage.qml:80:5: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 9. Use 'sequences: [  ]' to bind to
all of them.
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PlaceholderMessage.qml:235:5:
QML Heading: Binding loop detected for property "verticalAlignment"
qml: Calling replace on empty PageRow CategoryPage_QMLTYPE_156(0x558a843f3140)
$ LANG=en_US ibus-ui-emojier-plasma
could not find ibus emoji dictionaries. "ibus/dicts/emoji-en.dict"
qml: There's no page to replace
qrc:/ui/CategoryPage.qml:80:5: QML Shortcut: Shortcut: Only binding to one of
multiple key bindings associated with 9. Use 'sequences: [  ]' to bind to
all of them.
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PlaceholderMessage.qml:235:5:
QML Heading: Binding loop detected for property "verticalAlignment"
qml: Calling replace on empty PageRow CategoryPage_QMLTYPE_156(0x55fe9a851d60)
$ 
```

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

[plasmashell] [Bug 417517] Emoji Selector shows an empty window with just a clickable sidebar and nothing else

2022-08-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=417517

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[libkgapi] [Bug 419713] KOrganizer deletes events in calendar without prompting

2022-07-01 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=419713

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[systemsettings] [Bug 455540] Unable to download from Settings with error "invalid number of concurrent streams"

2022-06-21 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=455540

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kscreenlocker] [Bug 455608] After 5.25 update kscreenlocker crashes if using howdy

2022-06-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=455608

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #1 from Murz  ---
And here is the issue in Howdy bug tracker:
https://github.com/boltgolt/howdy/issues/679

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

[plasmashell] [Bug 454746] New: Implement list of favorite strings in Klipper to quickly put them to the clipboard

2022-06-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=454746

Bug ID: 454746
   Summary: Implement list of favorite strings in Klipper to
quickly put them to the clipboard
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: 1.0

SUMMARY
***
Will be good to add ability to manage list of favorite strings in Klipper, to
quickly select and put them to the clipboard. There can be template phrases
like "I'm busy, will reply later.", "This task is completed, tested and
deployed to the test stand.", my phone number, email, post address, etc.
***

This can be implemented via adding tab "Favorites" with list of all phrases,
and button "Add to favorite / Remove from favorite" on list of recent clipboard
strings. And, additionally, tab to manage (add/remove/reorder) list of favorite
strings in the widget settings window.

What do you think about this idea?

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

[systemsettings] [Bug 453118] System Settings window doesn't fit vertically on 1280x720 screen resolution

2022-04-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=453118

--- Comment #1 from Murz  ---
Same problem is with "About this System" window.

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

[systemsettings] [Bug 453118] New: System Settings window doesn't fit vertically on 1280x720 screen resolution

2022-04-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=453118

Bug ID: 453118
   Summary: System Settings window doesn't fit vertically on
1280x720 screen resolution
   Product: systemsettings
   Version: 5.24.4
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

Created attachment 148424
  --> https://bugs.kde.org/attachment.cgi?id=148424&action=edit
Screenshot

SUMMARY
I have a laptop with 1280x720 screen resolution, so with a plasma bottom panel
it has 685 pixels height of visible area for windows. But the System Settings
window has minimal height of 735 pixels, so it can't fit to the visible area,
and I didn't see the bottom's "Apply" and other buttons.

I can drag the window via Alt+Mouse combination, but cant decrease the height
of it less than 735 pixels.

STEPS TO REPRODUCE
1. Set the screen resolution to 1280x720
2. Open System Settings window
3. Try to see "Apply" button.

OBSERVED RESULT
It isn't visible.

EXPECTED RESULT
It should be visible.

Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-25-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.9 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

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

[kwin] [Bug 452673] kwin_x11 sometimes crashes with iris mesa drivers

2022-04-18 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=452673

--- Comment #4 from Murz  ---
Thank your for pointing out to right place, I've submitted the issue there:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/6341

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

[kwin] [Bug 394529] Configure Mouse buttons (Global Shortcuts should accept accept mouse clicks to trigger actions/keypresses/scripts)

2022-04-18 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=394529

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[systemsettings] [Bug 171295] Allow shortcuts for input devices other than the keyboard (mouse, lirc, bluetooth, joystick, etc)

2022-04-18 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=171295

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kwin] [Bug 452673] kwin_x11 sometimes crashes with iris mesa drivers

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=452673

--- Comment #2 from Murz  ---
Created attachment 148200
  --> https://bugs.kde.org/attachment.cgi?id=148200&action=edit
New crash information added by DrKonqi

kwin_x11 (5.24.4) using Qt 5.15.3

One more crash report related to the issue.

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140659434542400)
at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140659434542400) at
./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140659434542400, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#7  0x7fedd845c476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7fedd84427f3 in __GI_abort () at ./stdlib/abort.c:79

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

[kwin] [Bug 452673] kwin_x11 sometimes crashes with iris mesa drivers

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=452673

--- Comment #1 from Murz  ---
Created attachment 148187
  --> https://bugs.kde.org/attachment.cgi?id=148187&action=edit
New crash information added by DrKonqi

kwin_x11 (5.24.4) using Qt 5.15.3

Next crash with similar crash report, I'd been doing nothing special when crash
happened.

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140362190181952)
at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140362190181952) at
./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140362190181952, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#7  0x7fa8dc84f476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7fa8dc8357f3 in __GI_abort () at ./stdlib/abort.c:79

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

[kwin] [Bug 452673] kwin_x11 sometimes crashes with iris mesa drivers

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=452673

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[plasmashell] [Bug 448611] Widgets sometimes show no data even when ksystemstats is running

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=448611

--- Comment #18 from Murz  ---
Also GUI System Monitor KDE app works well and shows CPU, Memory and other
stats without any problems.
I have found that in Ubuntu 22.04 ksysguard is replaced by ksystemstats and
even some merge request about this here
https://gitlab.com/hkanjal/kdeplasma-addons/-/merge_requests/2
So maybe systemloadviewer still uses old library that is missing?

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

[kwin] [Bug 452673] New: kwin_x11 sometimes crashes with iris mesa drivers

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=452673

Bug ID: 452673
   Summary: kwin_x11 sometimes crashes with iris mesa drivers
   Product: kwin
   Version: 5.24.4
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.24.4)

Qt Version: 5.15.3
Frameworks Version: 5.92.0
Operating System: Linux 5.15.0-25-generic x86_64
Windowing System: X11
Distribution: Ubuntu Jammy Jellyfish (development branch)
DrKonqi: 5.24.4 [KCrashBackend]

-- Information about the crash:
Most of the time kwin works well, but sometimes it crashes and restarts, at
this time screen becomes black for several seconds and restores. This is not
related to some manual actions, I just use the web browser or other app, and
sometimes this happens in random time, about 3-5 time per day.
I've found a lot of crash reports with similar title:
```
Application: KWin (kwin_x11), signal: Aborted
```
But it is too general to decide is this crash a duplicate of other, or not.

Please describe me if I can give you some additional info to investigate the
problem.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Aborted

[KCrash Handler]
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140023382934848)
at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140023382934848) at
./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140023382934848, signo=signo@entry=6) at
./nptl/pthread_kill.c:89
#7  0x7f59c0a47476 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7f59c0a2d7f3 in __GI_abort () at ./stdlib/abort.c:79
#9  0x7f59b91f2144 in _iris_batch_flush (batch=0x558bd2b31fb8,
file=, line=) at
../src/gallium/drivers/iris/iris_batch.c:1105
#10 0x7f59b9e5b38f in iris_fence_flush (ctx=0x558bd2b31ab0,
out_fence=0x558bd39734d0, flags=) at
../src/gallium/drivers/iris/iris_fence.c:267
#11 0x7f59b9458782 in fence_sync (ctx=0x7f599c115010, condition=37143,
flags=0) at ../src/mesa/main/syncobj.c:294
#12 0x7f59c36a3264 in  () at /lib/x86_64-linux-gnu/libkwin.so.5
#13 0x7f59c1bbf783 in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x7ffe5a63f460, r=0x558bd397ff00, this=0x558bd3967b30) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#14 doActivate(QObject*, int, void**) (sender=0x558bd2a02520,
signal_index=3, argv=0x7ffe5a63f460) at kernel/qobject.cpp:3886
#15 0x7f59c367ab78 in KWin::Scene::paintScreen(QRegion const&, QRegion
const&, QRegion*, QRegion*, KWin::RenderLoop*, QMatrix4x4 const&) () at
/lib/x86_64-linux-gnu/libkwin.so.5
#16 0x7f59c373d170 in KWin::SceneOpenGL::paint(KWin::AbstractOutput*,
QRegion const&, QList const&, KWin::RenderLoop*) () at
/lib/x86_64-linux-gnu/libkwin.so.5
#17 0x7f59c35dd071 in KWin::Compositor::composite(KWin::RenderLoop*) () at
/lib/x86_64-linux-gnu/libkwin.so.5
#18 0x7f59c35e6a06 in KWin::X11Compositor::composite(KWin::RenderLoop*) ()
at /lib/x86_64-linux-gnu/libkwin.so.5
#19 0x7f59c1bbf783 in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x7ffe5a63f900, r=0x558bd25edf60, this=0x558bd2a04eb0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#20 doActivate(QObject*, int, void**) (sender=0x7f59b4001a20,
signal_index=5, argv=0x7ffe5a63f900) at kernel/qobject.cpp:3886
#21 0x7f59c359cb16 in KWin::RenderLoop::frameRequested(KWin::RenderLoop*)
() at /lib/x86_64-linux-gnu/libkwin.so.5
#22 0x7f59c3669177 in KWin::RenderLoopPrivate::dispatch() () at
/lib/x86_64-linux-gnu/libkwin.so.5
#23 0x7f59c1bbf783 in QtPrivate::QSlotObjectBase::call(QObject*, void**)
(a=0x7ffe5a63fa20, r=0x7f59b4001a20, this=0x558bd289a120) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#24 doActivate(QObject*, int, void**) (sender=0x558bd2894c38,
signal_index=3, argv=0x7ffe5a63fa20) at kernel/qobject.cpp:3886
#25 0x7f59c1bb8a97 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) (sender=, m=m@entry=0x7f59c1e26300
, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7ffe5a63fa20) at kernel/qobject.cpp:3946
#26 0x7f59c1bc37ee in QTimer::timeout(QTimer::QPrivateSignal)
(this=, _t1=...) at .moc/moc_qtimer.cpp:205
#27 0x7f59c1bb532f in QObject::event(QEvent*) (this=0x558bd2894c38,
e=0x7ffe5a63fba0) at kernel/qobject.cpp:1336
#28 0x7f59c115e713 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x7f59c1b87e2a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(receiver=0x558bd2894c38, event=0x7ffe5a63fba0) at
kernel/qcoreapplication.cpp:1064
#30 0x7f59c1be03db in QTimerInfoList::activateTimers()
(this=this@entry=0x558bd2622d

[plasmashell] [Bug 448611] Widgets sometimes show no data even when ksystemstats is running

2022-04-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=448611

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #17 from Murz  ---
I've got the same problem with empty System Load Viewer widget on KDE 5.24.4,
and here is the output of `ksystemstats`:
```
$ ksystemstats
Found unsupported GPU: /sys/devices/pci:00/:00:02.0
Loaded plugin "ksystemstats_plugin_gpu" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_gpu.so"
Loaded plugin "ksystemstats_plugin_network" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_network.so"
Loaded plugin "ksystemstats_plugin_memory" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_memory.so"
Loaded plugin "ksystemstats_plugin_cpu" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_cpu.so"
Loaded plugin "ksystemstats_plugin_disk" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_disk.so"
Loaded plugin "ksystemstats_plugin_lmsensors" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_lmsensors.so"
Loaded plugin "ksystemstats_plugin_osinfo" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_osinfo.so"
Loaded plugin "ksystemstats_plugin_power" from file
"/usr/lib/x86_64-linux-gnu/qt5/plugins/ksystemstats/ksystemstats_plugin_power.so"
```
My system info is:
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-25-generic (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 30.9 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

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

[plasmashell] [Bug 336369] Lock screen: power actions (sleep, shut down, restart) are missing

2022-01-31 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=336369

--- Comment #55 from Murz  ---
Hmm, but the merge request
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1122 is merged,
and I don't see the "Sleep" button on 5.23.1 and later releases. Will it land
in 5.24 branch only, in February? Can't understand how to quickly look this up
in Git repo...

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

[plasmashell] [Bug 336369] Lock screen: power actions (sleep, shut down, restart) are missing

2022-01-27 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=336369

--- Comment #53 from Murz  ---
So, in which release the "Enable power these power actions on lock screen"
option is available? I can't find it on my KDE:
Operating System: Kubuntu 21.10
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

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

[kwin] [Bug 442367] Firefox empty/transparent window on resume

2022-01-18 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=442367

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

--- Comment #4 from Murz  ---
I have the same problem with Intel drivers too with Kubuntu 20.04 - 21.10, and
earlier versions was affected too.

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

[plasma-browser-integration] [Bug 445254] Firefox push notifications misses host information (source of notification) in header

2021-11-10 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=445254

--- Comment #5 from Murz  ---
Thank you, I've submitted a Firefox bug about this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1740458

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

[plasma-browser-integration] [Bug 445254] Firefox push notifications misses host information (source of notification) in header

2021-11-10 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=445254

--- Comment #3 from Murz  ---
Also strange thing is that even with deleted "plasma-browser-integration"
system package and uninstalled "Plasma Integration" extension -  Firefox still
shows notifications in Plasma, instead of use build-in notifications...

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

[plasma-browser-integration] [Bug 445254] Firefox push notifications misses host information (source of notification) in header

2021-11-10 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=445254

--- Comment #2 from Murz  ---
Kai Uwe Broulik, thanks for the information!

Chromium seems sends it in separate kde-specific dbus field (caught using
dbus-monitor):
```
  dict entry(
 string "x-kde-origin-name"
 variant string "push-notifications-demo.netlify.app"
  )
```
But Firefox don't do it.

Can you please post here link to your Chrome patch? Want to submit issue in
Firefox with link to it.

And may this be solved via
https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/ extension or
must be resolved in Firefox core?

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

[plasma-browser-integration] [Bug 445254] New: Firefox push notifications misses host information (source of notification) in header

2021-11-10 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=445254

Bug ID: 445254
   Summary: Firefox push notifications misses host information
(source of notification) in header
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Firefox
  Assignee: k...@privat.broulik.de
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
When Firefox receives a push notification, Plasma Notification misses host
information of this push notification, so it's impossible to understand which
website sends it.

Same feature with Chromium works well - I see the host in notification header.

STEPS TO REPRODUCE
1. Open https://push-notifications-demo.netlify.app/ in Chromium.
Send a push notification, see that in notification header hostname
(push-notifications-demo.netlify.app) is present.

2. Open https://push-notifications-demo.netlify.app/ in Firefox.
Send a push notification, see that in notification header hostname
(push-notifications-demo.netlify.app) is missing.

EXPECTED RESULT
Hostname must be visible to understand the source of the notification.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-40-generic (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i3-4360 CPU @ 3.70GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[krusader] [Bug 434538] Add options to "Copy" dialog window: overwrite rules and other possible options

2021-08-22 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434538

Murz  changed:

   What|Removed |Added

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

--- Comment #2 from Murz  ---
> After the copy has started, the "File Already Exists" window pops up asking 
> for action

The problem is that this "After the copy has started" is not asks immediately,
you must wait indefinite time after start copy action on Krusader when the
first file duplicate will be detected.

So much conveniently to set this argument before starting process, to pass to.
Kio parameter to force overwrite all.

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

[plasmashell] [Bug 336369] Lock screen: power actions (sleep, shut down, restart) are missing

2021-08-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=336369

--- Comment #49 from Murz  ---
So for satisfy both sides we can make those buttons optional - any who need
them will can enable them and use...

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

[frameworks-kglobalaccel] [Bug 440107] New: Custom Shortcuts failed to start commands with relative path and arguments

2021-07-21 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=440107

Bug ID: 440107
   Summary: Custom Shortcuts failed to start commands with
relative path and arguments
   Product: frameworks-kglobalaccel
   Version: 5.84.0
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
When I configuring action to run command in KDE Custom Shortcuts interface with
relative path, starting from $HOME and with arguments - it fails to start. With
absolute path OR without arguments - all works well!

STEPS TO REPRODUCE
1. Create some executable test file in home folder, eg `~/bin/test-cmd.sh` with
contents:
```
#!/bin/bash

kdialog --msgbox "Launched with arg 1: $1!"
```

2. In KDE Custom Shortcuts settings create a new global shortcut with command
"/home/USERNAME/bin/test-cmd.sh my-arg1"
Test that it works successfully.

3. Replace command path to relative: "~/bin/test-cmd.sh my-arg1" and launch
again.
You will see the error message:
```
Unable to run the command specified. The file or folder
/home/USERNAME/bin/test-cmd.sh my-arg1 does not exist.
```

4. Remove argument from command text "~/bin/test-cmd.sh" and launch again - it
will executed successfully!

EXPECTED RESULT
Command with relative path and arguments should be launched successfully, like
with full path.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-25-generic (64-bit)
Graphics Platform: X11

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

[kdeplasma-addons] [Bug 440069] New: Add live timezone converter for custom time to Digital Clock plasma widget

2021-07-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=440069

Bug ID: 440069
   Summary: Add live timezone converter for custom time to Digital
Clock plasma widget
   Product: kdeplasma-addons
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
When people are working with different timezones, very often they need to do
conversion of time from one timezone to another, for example 22:45MSK to IST
time.

Digital Clock plasma widget already allow showing current time in user defined
list of timezones, that's great.

But will be good to extend it functionality to allow fill custom time in needed
timezone line, and instantly see it's conversion to all other pre-selected
timezones.

What do you think about this idea?

P.S. Can't find the separate "Digital Clock" component for this issue, so post
it in "General", hope this is right.

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

[kdialog] [Bug 440056] URL Links from HTML a href are not clickable in msgbox mode of kdialog window

2021-07-20 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=440056

--- Comment #1 from Murz  ---
Same HTML code works well in Zenity and YAD libraries - links are clickable.

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

[kdialog] [Bug 440056] New: URL Links from HTML a href are not clickable in msgbox mode of kdialog window

2021-07-19 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=440056

Bug ID: 440056
   Summary: URL Links from HTML a href are not clickable in msgbox
mode of kdialog window
   Product: kdialog
   Version: 21.07.80
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: br...@frogmouth.net
  Reporter: mur...@gmail.com
  Target Milestone: ---

SUMMARY
When we pass the text with html code, that contains  links to some
urls, to the kdialog msgbox content - it renders successfully even with
underlined blue links, but those links are not clickable.

STEPS TO REPRODUCE
1. Launch the command in console:
```
kdialog --msgbox 'KDE is great!https://kde.org";>All glory to
KDE!'
```

2. See the window and try to click on link, it does nothing.

3. Try to pass same text in passivepopup mode:
```
kdialog --passivepopup 'KDE is great!https://kde.org";>All
glory to KDE!'
```
It will be clickable.

OBSERVED RESULT
The links are not clickable in msgbox mode.

EXPECTED RESULT
The links should be clickable in msgbox mode too!

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-22-generic (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i3-4330 CPU @ 3.50GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[konsole] [Bug 372496] Support tmux control mode

2021-05-11 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=372496

--- Comment #3 from Murz  ---
Konsole now already have feature to split view (the tab contents) into parts
horizontally and vertically, like tmux, so seems integration is possible.

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

[systemsettings] [Bug 399304] Draw mouse gestures on screen via colored lines

2021-05-05 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=399304

Murz  changed:

   What|Removed |Added

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

--- Comment #6 from Murz  ---
Seems this is duplicate of pretty old 135097 issue.

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

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

[systemsettings] [Bug 135097] Mouse Trails when using Mouse Gestures

2021-05-05 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=135097

--- Comment #5 from Murz  ---
*** Bug 399304 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 435656] New: Search in 'Updates' search not within updates

2021-04-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435656

Bug ID: 435656
   Summary: Search in 'Updates' search not within updates
   Product: Discover
   Version: 5.21.4
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: mur...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Click on the "Updates available" notification, or click on "Updates" section
in left sidebar (when updates are not empty).
2. See in left top corner the "Search in 'Updates'" field
https://i.imgur.com/5gB77S4.png and type name of one unique item from list of
available updates, and press "Enter".

OBSERVED RESULT

You will see the results of all available packages in system.

EXPECTED RESULT

This action must search (filter) only list of available updates, to quickly
find updates matched to needed keywords.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-13-generic
OS Type: 64-bit
Graphics Platform: X11
Processors: 4 × Intel® Core™ i3-4330 CPU @ 3.50GHz
Memory: 15,5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[kscreenlocker] [Bug 435496] No way for switch back to unlock screen after click on "Switch user" button

2021-04-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435496

--- Comment #3 from Murz  ---
I have found the related SDDM issue https://github.com/sddm/sddm/issues/579
about this problem.

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

[kscreenlocker] [Bug 435496] No way for switch back to unlock screen after click on "Switch user" button

2021-04-09 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435496

Murz  changed:

   What|Removed |Added

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

--- Comment #2 from Murz  ---
If I enter my credentials in "Switch user" screen (SDDM), it creates the new
(second) separate session for my user, instead of switching back to already
active session.

Maybe this is missing feature in SDDM to show also list of all active sessions
to switch?

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

[kscreenlocker] [Bug 435496] New: No way for switch back to unlock screen after click on "Switch user" button

2021-04-07 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435496

Bug ID: 435496
   Summary: No way for switch back to unlock screen after click on
"Switch user" button
   Product: kscreenlocker
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: ---

The kscreenlocker screen have the "Switch user" button, but when user click on
it - there is no way to go back to unlock screen for current user, so this
button makes gives one-way way :)

The hacky workaround is to use hotkeys Ctrl-Alt-# to switch between sessions,
but not all knows about this.

Seems proper fix must be done in SDDM side (using some integration with
kscreenlocker maybe?), but maybe possible to implement something from KDE side?
At least warning or message how to switch back, on this key press event?

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

[frameworks-kuserfeedback] [Bug 435408] New: Add Opt-In Telemetry for menu and toolbar items in KDE Framework to integrate into apps

2021-04-05 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435408

Bug ID: 435408
   Summary: Add Opt-In Telemetry for menu and toolbar items in KDE
Framework to integrate into apps
   Product: frameworks-kuserfeedback
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Telemetry Provider
  Assignee: vkra...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

At now KDE apps have some Opt-In telemetry, described at
https://community.kde.org/Telemetry_Use and it is too scarce! There are only
info about versions, hardware, start count and usage time.

For real useful feedback developers need the app interaction data: which menu
items and buttons are used often, which are less, where users clicks
frequently, etc.

I know, that opinion of most of users on telemetry collection is bad...

But there are many other users (including me), that really want to help
improving the apps usability by submitting more detailed telemetry! And adding
ability to enable the opt-in telemetry will give them chance to help developers
with understanding user interaction flows of his apps, without upset the other
part of users, that afraid the telemetry totally.

So will be great to implement in KDE Frameworks ability to easily integrate
enabling of telemetry collection of base app elements, such as menu items,
toolbar keys, hotkeys, etc, to any KDE-based app.

What do you think about this idea?

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

[Powerdevil] [Bug 434956] Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps

2021-04-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434956

--- Comment #5 from Murz  ---
Here is some links to more info about inhibiting power management:
https://www.reddit.com/r/linuxquestions/comments/4pvxx3/dbus_policy_to_deny_chrome_from_inhibiting_power/
https://unix.stackexchange.com/questions/451413/disabling-chromium-xfce-power-management-inhibition
https://bugs.chromium.org/p/chromium/issues/detail?id=654659

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

[Discover] [Bug 435208] Can't cancel the installing process in "Tasks" via "Break" button

2021-04-01 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435208

--- Comment #1 from Murz  ---
Same problem is when I click "Cancel" button on top-left corner.
Also there are no process matched "apt" or "dpkg" in `ps aux | grep -E
'dpkg|apt'` output.

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

[Discover] [Bug 435208] New: Can't cancel the installing process in "Tasks" via "Break" button

2021-04-01 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=435208

Bug ID: 435208
   Summary: Can't cancel the installing process in "Tasks" via
"Break" button
   Product: Discover
   Version: 5.19.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: mur...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

SUMMARY

The "Tasks" modal window have the "Break" button, but pressing it does nothing
when the update is on "Installing" stage.

STEPS TO REPRODUCE
1. Select some updates
2. Press "Update button"
3. Click on "Tasks", press the "Break" button.

OBSERVED RESULT
Nothing happens, process still wait something, seems even paused.
Here is screenshot: https://i.imgur.com/CsnxwMJ.png

EXPECTED RESULT
Process must break or show me the reasons why it can't be cancelled at current
stage.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-45-generic
OS Type: 64-bit

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

[plasmashell] [Bug 367685] Toggle application launcher on meta key

2021-03-31 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=367685

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[Powerdevil] [Bug 434956] Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps

2021-03-26 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434956

--- Comment #4 from Murz  ---
As I investigated, the texts "Playing Audio" and "Video Wake Lock" are only the
custom text strings from app, not the different modes, because in other
situation this text can be "Uploading data to example.com" and other.

Can anybody point me to documentation, which wakelock modes are available in
Linux and how they are interpreted in KDE?

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

[Powerdevil] [Bug 434956] Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps

2021-03-26 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434956

--- Comment #3 from Murz  ---
Yes, MellowPlayer reports the "Playing Audio" wakelock too, separately from
"Video Wake Lock".

But the problem seems is that KDE blocks the "Screen Energy Saving mode" in
"Playing Audio" wakelock too, so if this bug is actual, maybe fill the separate
issue to fix it?

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

[Powerdevil] [Bug 434956] Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps

2021-03-25 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434956

--- Comment #1 from Murz  ---
Here is procrastinated Chromium issue about this bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=827528#c15

And here is my issue about this problem in MellowPlayer bug tracker
https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/issues/382

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

[Powerdevil] [Bug 434956] New: Add ability to ignore wake lock (Presentation mode that suppressing Screen Energy Saving and disable ACPI Sleep) from specific apps

2021-03-25 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434956

Bug ID: 434956
   Summary: Add ability to ignore wake lock (Presentation mode
that suppressing Screen Energy Saving and disable ACPI
Sleep) from specific apps
   Product: Powerdevil
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

Chromium-based web browsers and apps (for example, MellowPlayer) turns on the
"Wake Lock" mode, that enables the Presentation Mode in KDE Plasma environment,
which disables not only  the system Suspend (ACPI Sleep States), but blocks the
Screen Energy Saving mode too.

This is good when you watch the video, but bad when you listen the music only,
or listen only audio track from video in background.

For example, when I playing Spotify in MellowPlayer app, that is minimized to
tray, in "Battery and Brightness" plasmoid I see all time the permanent
message:
```
/usr/bin/MellowPlayer is currently suppressing power management: Playing Audio
```
and sometimes even:
```
/usr/bin/MellowPlayer is currently suppressing power management: Video Wake
Lock
```

The main problem, that chromium/blink browser engine turns on the "Wake Lock"
not only when showing Video, but when playing audio - too! So when my computer
plays the music long time, my Display is always on and burns out :(

Maybe this happens because KDE (and maybe other DE too?) have only one "Wake
lock" mode, that disables both (ACPI Sleep and Screen Energy Saving, and no
ways to disable only ACPI Deep Sleep?

The good workaround for this problem can be adding to KDE Plasma ability to
manually mark specific apps from setting the global system Wake Lock. Can you
please add this feature, as workaround for described problem?

It can be located in "System Settings / Energy Saving / Advanced Settings"
page, where to show list of current apps, that have set the Wake Lock, with
"Ignore this app" checkbox, and ability to manually add custom app to this
list.

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

[krusader] [Bug 434538] New: Add options to "Copy" dialog window: overwrite rules and other possible options

2021-03-17 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=434538

Bug ID: 434538
   Summary: Add options to "Copy" dialog window: overwrite rules
and other possible options
   Product: krusader
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krusader-bugs-n...@kde.org
  Reporter: mur...@gmail.com
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

At now the "Copy" dialog contains only one input line "Destination path".
Will be good to add also advanced options to this dialog, such as overwrite
rules, at least.

Because now I need to start copying process immediately, and wait indefinite
time, when the duplicated file/folder will be detected and overwrite dialog
appeared, this is very annoying.

Also will be good to see most of other options, that can be forced before
starting the copy process, to not break it later with user interruption by
questions/confirmations.

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

[kmix] [Bug 254793] Kmix broke per-channel pulseaudio volume setup when setting volume to 0% and 100%

2021-03-12 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=254793

--- Comment #16 from Murz  ---
Problem is still here, when I have configured different per-channel volume and
decrease volume to near the 2%-0%, my per-channel setup is changing and not
restoring when I increase volume back.

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

[kscreenlocker] [Bug 390634] Possibility to shutdown/reboot/hibernate system from lockscreen

2021-03-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=390634

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[plasmashell] [Bug 336369] Lock screen: power actions (sleep, shut down, restart) are missing

2021-03-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=336369

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[khotkeys] [Bug 399304] Draw mouse gestures on screen via colored lines

2021-03-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=399304

--- Comment #5 from Murz  ---
In Plasma already exists very similar Desktop Effect: Mouse Mark
It draws the lines on screen when holding Meta+Shift. Maybe it is not so hard
to extend it via adding the capture of KDE Mouse Gestures event?

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

[khotkeys] [Bug 399304] Draw mouse gestures on screen via colored lines

2021-03-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=399304

--- Comment #4 from Murz  ---
As example of implementation for drawing gestures lines on screen you can
lookup the very popular Mozilla Firefox extensions:
https://addons.mozilla.org/en-GB/firefox/addon/gesturefy/
https://addons.mozilla.org/en-GB/firefox/addon/foxy-gestures/

And maybe this can be implemented using Plasma Desktop Effects?

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

[kdenlive] [Bug 379611] I can't capture video from my webcam

2021-02-19 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=379611

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kdenlive] [Bug 406987] You cannot loop the clip.

2021-02-17 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=406987

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kdenlive] [Bug 351086] Feature to stretch clip for looping

2021-02-17 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=351086

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[kdeplasma-addons] [Bug 412752] Grouping Plasmoid on panels should pop up when clicked

2021-02-07 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=412752

--- Comment #3 from Murz  ---
Very often we need to group several plasmoids into some popup panel (eg
multiple Toggle buttons using Advanced On/Off Switch), which are accessible via
button in main Plasma panel. 

Implementing collapsing Grouping Plasmoid  to button in panel, with popout the
full panel on click - will be great solution for this!

Examples of panel widgets with popups: Qalculate!, Media Controller,
Translator, Advanced Display Settings, and many others.

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

[kdeplasma-addons] [Bug 412752] Grouping Plasmoid on panels should pop up when clicked

2021-02-07 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=412752

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[muon] [Bug 429921] Muon Discover hangs on Update process without errors and ability to cancel

2020-12-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=429921

--- Comment #5 from Murz  ---
Here are screenshot of some errors that shown when I try to update plasma
addons (can't copy-paste them so here is screenshot):
https://i.imgur.com/FSW61Yb.png
https://i.imgur.com/aKV6dEw.png

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

[muon] [Bug 429921] Muon Discover hangs on Update process without errors and ability to cancel

2020-12-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=429921

--- Comment #4 from Murz  ---
Seems this happens when Muon try to update Plasma Widgets, and can't download
something. If I remove all widgets - apt packages are updates successfully via
Muon.
But when try to install Plasma Widgets - got the error again:
https://i.imgur.com/XpAWF1v.png

And pkmon show nothing:
---
$ pkmon
Transactions:
 [none]
daemon connected=1
network status=online
---
Does Muon use PackageKit for install Plasma Addons too, or make those jobs by
himself?

And will be really useful to have some "Debug Logs" button to understand what
is happening now. Even errors, that shown as popups, disappears on click (for
example when I want to select text) and there are no ways to view them again,
in some "Notifications history" list or logs.

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

[muon] [Bug 429921] Muon Discover hangs on Update process without errors and ability to cancel

2020-12-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=429921

--- Comment #2 from Murz  ---
Via strace for `/usr/bin/plasma-discover --mode update` process I see this
output:
---
15:07:06.197061 restart_syscall(<... resuming interrupted read ...>) = 0
<0.148255>
15:07:06.345481 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 1000) = 0
(Timeout) <1.001085>
15:07:07.346685 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <0.999235>
15:07:08.346055 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <1.75>
15:07:09.346334 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <0.999331>
15:07:10.345843 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 1000) = 0
(Timeout) <1.001089>
15:07:11.347128 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 998) = 0
(Timeout) <0.999228>
15:07:12.346694 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 1
([{fd=5, revents=POLLIN}]) <0.506476>
15:07:12.853331 read(5, "\3\0\0\0\0\0\0\0", 16) = 8 <0.20>
15:07:12.853456 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 492) = 0
(Timeout) <0.492528>
15:07:13.346071 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <1.000329>
15:07:14.346513 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <1.45>
15:07:15.346675 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <1.000110>
15:07:16.346950 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <0.999600>
15:07:17.346703 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <0.999303>
15:07:18.346166 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 999) = 0
(Timeout) <0.999529>
15:07:19.345846 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 1000) = 1
([{fd=5, revents=POLLIN}]) <0.901850>
15:07:20.247821 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.12>
15:07:20.247938 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 98) = 1
([{fd=5, revents=POLLIN}]) <0.094774>
15:07:20.342799 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.25>
15:07:20.342890 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 3) = 1
([{fd=5, revents=POLLIN}]) <0.001213>
15:07:20.344184 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.11>
15:07:20.344259 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3,
revents=POLLOUT}]) <0.46>
15:07:20.344346 writev(3,
[{iov_base="\24\0\6\0001\1\0\0\306\1\0\0!\0\0\0\0\0\0\0\240\206\1\0",
iov_len=24}], 1) = 24 <0.003796>
15:07:20.351043 futex(0x55c0f3df9a48, FUTEX_WAKE_PRIVATE, 1) = 1 <0.40>
15:07:20.351137 futex(0x55c0f3df9a48, FUTEX_WAKE_PRIVATE, 1) = 0 <0.09>
15:07:20.351301 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 0) = 1
([{fd=5, revents=POLLIN}]) <0.61>
15:07:20.351416 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.09>
15:07:20.351477 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 994) = 1
([{fd=5, revents=POLLIN}]) <0.000941>
15:07:20.352478 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.09>
15:07:20.352568 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=10,
events=POLLIN}, {fd=19, events=POLLIN}, {fd=31, events=POLLIN}], 5, 993) = 1
([{fd=5, revents=POLLIN}]) <0.003497>
15:07:20.356250 read(5, "\1\0\0\0\0\0\0\0", 16) = 8 <0.13>
15:07:20.356320 poll([{fd=3, events=POLLIN|POL

[muon] [Bug 429921] Muon Discover hangs on Update process without errors and ability to cancel

2020-12-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=429921

--- Comment #1 from Murz  ---
Via `ps aux | grep -P 'apt|dpkg'` I don't see any active process in system.

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

[muon] [Bug 429921] New: Muon Discover hangs on Update process without errors and ability to cancel

2020-12-02 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=429921

Bug ID: 429921
   Summary: Muon Discover hangs on Update process without errors
and ability to cancel
   Product: muon
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: mur...@gmail.com
CC: echidna...@kubuntu.org
  Target Milestone: ---

SUMMARY

On my system (Ubuntu 20.04) Muon Discover starts hanging on each Update
process, without output of any errors, and with no ability to cancel the
process. Here is screenshot: https://i.imgur.com/u7kvqV2.png

I wait already several hours, and nothing happens, nothing changed. CPU load is
low, disk usage - same.

If I try to press "Cancel" - nothing happens, if try to close - Could not close
Discover.

This happens every time when I try to install updates via Muon Discover, even
after reboot, and after upgrading to Ubuntu 20.10 too. Via "apt dist-upgrade"
all updates installs successfully.

How can I understand what goes wrong? And see the real source of this hanging
problem?
Maybe I can view the raw output of apt/dpkg commands output?

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-29-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i3-4330 CPU @ 3.50GHz
Memory: 15,5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[systemsettings] [Bug 240862] KDE System Settings - Backup & Restore

2020-10-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=240862

--- Comment #20 from Murz  ---
Also here https://store.kde.org/p/1298955/ is interesting applet "Plasma
Customization Saver" that can Save & Restore KDE Plasma settings.

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

[systemsettings] [Bug 240862] KDE System Settings - Backup & Restore

2020-10-16 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=240862

--- Comment #19 from Murz  ---
As workaround I have found great tool Chezmoi (https://www.chezmoi.io/) that
can manually configure sync for needed settings, and here
https://github.com/twpayne/chezmoi/issues/885 is my feature request for adding
pre-defined configs for apps.

But syncing rc files give problems that app state are always changed, here
https://bugs.kde.org/show_bug.cgi?id=397602 is separate bug report about that.

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

[konsole] [Bug 425210] New: Split configuration options and state values into separate RC files (konsolerc and konsolestaterc)

2020-08-10 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=425210

Bug ID: 425210
   Summary: Split configuration options and state values into
separate RC files (konsolerc and konsolestaterc)
   Product: konsole
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: mur...@gmail.com
  Target Milestone: ---

At now KDE Konsole store configuration options and state values mixed in one
~/.config/konsolerc file, and overwrite this file with changes very frequently.

For example, on each main window size change or even download dialog size
change - it overwrite config file with new settings, here is example:
---
[DownloadDialog Settings]
Height 1080=494
Width 1920=700

[Favorite Profiles]
Favorites=

[MainWindow]
Height 1080=1011
Height 768=705
State=/wD9B4PVBAQICPwA
ToolBarsMovable=Disabled
Width 1366=1366
Width 1920=1920
Window-Maximized 1080x1920=true
Window-Maximized 768x1366=true
---

This give big problem with syncing Konsole settings between environments! And
make hard other configuration management tasks, eg deploy new settings pack for
all users via some configuration management tool.


STEPS TO REPRODUCE

1. Deploy konsolerc file with your some preferred settings.
2. Open Konsole, change window size, close Konsole.

OBSERVED RESULT

See that your konsolerc file is changed almost every time, when you use Konsole
app.

EXPECTED RESULT

Main Konsole configuration file `konsolerc` must store only configuration
settings, such as `TabBarPosition=Top`, `DefaultProfile=Profile 1.profile`,
etc, and changed only when those settings are changed. 

And Konsole must not store temporary state settings in same file, together with
permanent settings. 

Good solution can be splitting current `konsolerc` file to two files:
- `konsolerc` for permanent configuration settings, such as TabBarPosition
option value.
- `konsole_staterc` for temporary state settings, such as window size and
position.


ADDITIONAL INFORMATION

This problem have not only Konsole, but also most of other KDE-related apps! So
maybe this issue must be converted to some recommendation (deprecation) for all
KDE apps to not store state values in main RC file with permanent config
settings?

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

[plasmashell] [Bug 422552] Auto-detect appropriate scale factor for the easy cases (e.g. 4k screen) on X11

2020-07-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=422552

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[krdc] [Bug 178015] ALT-TAB is not passed to remote desktop in krdc

2020-07-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=178015

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

[krdc] [Bug 200776] Switching from krdc via alt-tab sends "alt key" to the remote desktop

2020-07-08 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=200776

Murz  changed:

   What|Removed |Added

 CC||mur...@gmail.com

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

  1   2   3   >