[neon] [Bug 482189] Akonadi not working after upgrading from 5.27 to 6.0

2024-03-17 Thread Rüdiger Härtel
https://bugs.kde.org/show_bug.cgi?id=482189

Rüdiger Härtel  changed:

   What|Removed |Added

 CC||r_haer...@gmx.de

--- Comment #5 from Rüdiger Härtel  ---

> Is sudo pkcon install akonadi-backend-mysql the recommended fix??

This fixes it for me.
Thanks.

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

[konsole] [Bug 448744] SSHManager plugin often doesn't handle double-clicks on server names on macOS

2024-01-25 Thread Rüdiger Hahn
https://bugs.kde.org/show_bug.cgi?id=448744

--- Comment #8 from Rüdiger Hahn  ---
I just found out some information which might help:

Double-clicking in the "wrong way", i.e. first click too far away from the
second click, results in following double-clicks not being recognized any more.

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

[konsole] [Bug 448744] SSHManager plugin often doesn't handle double-clicks on server names on macOS

2024-01-25 Thread Rüdiger Hahn
https://bugs.kde.org/show_bug.cgi?id=448744

Rüdiger Hahn  changed:

   What|Removed |Added

 CC||ruedi...@hahnsworld.net

--- Comment #7 from Rüdiger Hahn  ---
(In reply to Kurt Hindenburg from comment #6)
> I see this one linux although much less often.  Putting some chars in the
> search box often allow double-clicking to work.

I am also having this problem with Manjaro Linux. It is reproducable:

I double-click on a profile name and the session opens. Entering Ctrl-D closes
it again.

For me, repeating above actions works multiple times, maybe six or ten times,
which differs. At some time double-clicking won't work any more.

Fortunately I found this workaround from Kurt Hindenburg. Before, I had to
completely close Konsole (with all my open sessions) to make double-click work
again.

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

[zanshin] [Bug 467023] synchronizaton with DAV-Groupware-Ressources does not work

2023-10-22 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=467023

--- Comment #2 from Rüdiger  ---
I do not use nextcloud.
Because I could not solve my problem with zanshin I have unistalled it.

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #5 from Rüdiger Bente  ---
strange result:
when i use the file manager to send a picture from the mobile to the PC the
timestamp on the PC is valid and ok,
when i send the same picture using the send function of the gallery the
timestamp on the PC is 2446-05-11 00:38:55
both test are repeated a couple of times with the same results using KDEConnect
on the mobile, same network

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-19 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #4 from Rüdiger Bente  ---
i use only the send function for sharing pictures from the mobile to the PC
using the send function of the gallery.

Version KDEConnect on Android is 1.26.0, KDEConnect under Linux Mint (V21
Vanessa base: Ubuntu 22.04, Kernel 5.15) is on 21.12.3
The mobile is a Xiaomi Redmi 9, Android 12, MIUI 13.01 stable

Will test the other functions soon and report the results.

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-06-18 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

--- Comment #2 from Rüdiger Bente  ---
no reaction here, but for those with a similar problem
I use inotifywait for a temporary solution, running a script in bash nonstop:

#!/bin/bash

inotifywait -mrq -e move --format %w%f /home//Downloads | while read FILE
do
EXP=$(echo -n $FILE | tail -c 4)
if [ "$EXP" = ".jpg" ]; then
touch $FILE
fi
done

by the way, the timestamp for files created by this bug are always 2446-05-11
00:38:55 which is the unix timestamp 15032385535 which is hex 37FFF  or
binary 110111. Could be a buffer problem???

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

[kfind] [Bug 451883] How to change default directory in KFind?

2023-05-28 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451883

Rüdiger  changed:

   What|Removed |Added

 Resolution|NOT A BUG   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #2 from Rüdiger  ---
Yes, it is the same as if you press "Ctrl+Shift+F".  You can change the search
directorybut it does not change the default directory. If you close and open
once again the old directory path reapears. Meanwhile it is no more problem
because KFind searches within the directory you are already in.
But the simply search function "Ctrl+F" seems not to work. It recognises
neither full file names nor patterns as "filename".

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

[kdeconnect] [Bug 424912] Last modified dates of received images are incorrect after sharing through the app

2023-04-13 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=424912

Rüdiger Bente  changed:

   What|Removed |Added

 CC||ruediger.be...@gmx.de

--- Comment #1 from Rüdiger Bente  ---
Same for me.
KDEConnect on Android Version 1.23.2and on Linux (Mint) 21.12.3-0ubuntu1

Because of this i run into severe problems with my Nextcloud installation,
because the files were automatically transferred  to the Nextcloud host and
that produces critical errors with the replication, when the modification time
is in the future

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

[zanshin] [Bug 467023] New: synchronizaton with DAV-Groupware-Ressources does not work

2023-03-07 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=467023

Bug ID: 467023
   Summary: synchronizaton with DAV-Groupware-Ressources does not
work
Classification: Applications
   Product: zanshin
   Version: 22.12.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: er...@kde.org
  Reporter: li...@omdao.com
CC: mbe...@ipsquad.net
  Target Milestone: already done

SUMMARY
***
Setting up the synchronizaton with DAV-Groupware-Ressources with the server
right in the beginning synchronizes the tasks of zanshin with the server
webmail, calender and task system (using Horde). But having closed the
application, restarting it later and entering and deleting new tasks does not
synchronize anything anymore.
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.12-1-MANJARO (64-bit)


ADDITIONAL INFORMATION

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

[KScreen] [Bug 352523] Switching from laptop screen to dock with external monitors does not automatically activate dock monitors

2022-11-23 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=352523

Rüdiger  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

[kwin] [Bug 451815] Appmenu button not available for all programs anymore

2022-04-02 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

Rüdiger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Rüdiger  ---
I have reinstalled the system completely and only copied back from my backup a
few selected files  from my /home/user directory. Now it works.

Obviously something got broken with the latest upgrade and update.

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

[frameworks-kconfigwidgets] [Bug 452027] New: drop-down menu bar on the very left not available for all programs anymore

2022-03-29 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=452027

Bug ID: 452027
   Summary: drop-down menu bar on the very left not available for
all programs anymore
   Product: frameworks-kconfigwidgets
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

Created attachment 147813
  --> https://bugs.kde.org/attachment.cgi?id=147813&action=edit
menu bar not accessable

SUMMARY
***
Since the last bigger update of my system the drop-down menu bar on the very
left with three horizontal stripes (Breeze) for all programs /applications are
not working anymore.

It is really a problem because some programs I cannot use anymore completely
without this overall menu.

I have reported this bug already in https://bugs.kde.org/show_bug.cgi?id=451815
but nobody responds. Probably it is the wrong category. This is why I posted
here again. Thanks for your help!!
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.3
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.15.28-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[Breeze] [Bug 451815] drop-down menu bar on the very left not available for all programs anymore

2022-03-28 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

Rüdiger  changed:

   What|Removed |Added

Summary|drop-down menu bar not  |drop-down menu bar on the
   |available for all programs  |very left not available for
   ||all programs anymore

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

[Breeze] [Bug 451815] drop-down menu bar not available for all programs

2022-03-28 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

Rüdiger  changed:

   What|Removed |Added

 CC||kain...@gmail.com
  Component|Titlebar menu button/popup  |Icons
   Assignee|plasma-b...@kde.org |visual-des...@kde.org
Product|kded-appmenu|Breeze

--- Comment #4 from Rüdiger  ---
(In reply to David Edmundson from comment #1)
> >I have attached a sample screenshot 
> 
> where?

Would you have a look at the problem again, please. I have attached a
screenshot already some time ago. If you cannot take care of it, please let me
know where to assign this problem. Thanks.

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

[kfind] [Bug 451883] New: How to change default directory in KFind?

2022-03-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451883

Bug ID: 451883
   Summary: How to change default directory in KFind?
   Product: kfind
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
***
How to change default directory in KFind?
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[kded-appmenu] [Bug 451815] drop-down menu bar not available for all programs

2022-03-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

Rüdiger  changed:

   What|Removed |Added

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

--- Comment #3 from Rüdiger  ---
I have attached the screenshot already 2 days ago. 

The functionality of the forum is a little complicated. It seems only if I
change the status someone will react again. It would easier if simply
responding would continue the communication.

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

[kded-appmenu] [Bug 451815] drop-down menu bar not available for all programs

2022-03-23 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

--- Comment #2 from Rüdiger  ---
Created attachment 147686
  --> https://bugs.kde.org/attachment.cgi?id=147686&action=edit
menu bar not available

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

[kded-appmenu] [Bug 451815] New: drop-down menu bar not available for all programs

2022-03-23 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=451815

Bug ID: 451815
   Summary: drop-down menu bar not available for all programs
   Product: kded-appmenu
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: Titlebar menu button/popup
  Assignee: plasma-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
***
Since the last bigger update of my system the drop-down menu bar for all
programs /applications are not available anymore.
I have attached a sample screenshot with a red arrow showing which menu I am
talking about.
It is really a problem because some programs I cannot use anymore completely
without this overall menu.

***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.3
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.15.28-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kwin] [Bug 451024] The windows roll up/down effect does not work

2022-03-12 Thread Rüdiger Härtel
https://bugs.kde.org/show_bug.cgi?id=451024

Rüdiger Härtel  changed:

   What|Removed |Added

 CC||r_haer...@gmx.de

--- Comment #1 from Rüdiger Härtel  ---
I see the same.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE neon
KDE Plasma Version: 5.24.3
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3

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

[systemsettings] [Bug 444787] locations settings change after reboot

2021-11-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=444787

Rüdiger  changed:

   What|Removed |Added

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

--- Comment #4 from Rüdiger  ---
(In reply to Rüdiger from comment #2)
> Created attachment 143368 [details]
> locations after reboot
> 
> After further observation this happens after I have encrypted my 2 drives (1
> SSD with Manjaro, 1 hard drive with data). 
> If I reboot I have to enter my password 2 times, first for OS SSD after for
> data hard drive. Maybe this delay is due to encryption and it leads to url
> for locations as "/home/rulinux/"
>  
> I am setting my locations always refering to my data disk where all my data
> are, e.g. /run/media/rulinux/data-drive
> To store my data in home directory with OS together does not make sense for
> me. OS and data should be separated in case of crash and for easier backup.

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

[systemsettings] [Bug 444787] locations settings change after reboot

2021-11-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=444787

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

--- Comment #2 from Rüdiger  ---
Created attachment 143368
  --> https://bugs.kde.org/attachment.cgi?id=143368&action=edit
locations after reboot

After further observation this happens after I have encrypted my 2 drives (1
SSD with Manjaro, 1 hard drive with data). 
If I reboot I have to enter my password 2 times, first for OS SSD after for
data hard drive. Maybe this delay is due to encryption and it leads to url for
locations as "/home/rulinux/"

I am setting my locations always refering to my data disk where all my data
are, e.g. /run/media/rulinux/data-drive
To store my data in home directory with OS together does not make sense for me.
OS and data should be separated in case of crash and for easier backup.

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

[systemsettings] [Bug 444787] locations settings change after reboot

2021-11-03 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=444787

Rüdiger  changed:

   What|Removed |Added

  Component|general |kcm_fileshare

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

[systemsettings] [Bug 444787] New: locations settings change after reboot

2021-11-01 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=444787

Bug ID: 444787
   Summary: locations settings change after reboot
   Product: systemsettings
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
My locations settings change after reboot for all destinations to /home/user/
again and again. It does not remember the set locations. There is something
really wrong. 

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.13.19-2-MANJARO (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[Elisa] [Bug 442895] New: search category by composer is missing within elisa

2021-09-24 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=442895

Bug ID: 442895
   Summary: search category by composer is missing within elisa
   Product: Elisa
   Version: 21.08.1
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
It would be nice, if there would be also a search category for composers
available.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[ark] [Bug 436203] Ark does not open / work and cannot compress anymore with KDE

2021-04-26 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=436203

--- Comment #6 from Rüdiger  ---
Thanks, but could you help me where to report to manjaro exactly?

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

[ark] [Bug 436203] Ark does not open / work and cannot compress anymore with KDE

2021-04-26 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=436203

--- Comment #4 from Rüdiger  ---
Terminal: 
$ ark

OUTPUT
ark: symbol lookup error: ark: undefined symbol:
_ZN4KJob14percentChangedEPS_mNS_14QPrivateSignalE

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

[ark] [Bug 436203] Ark does not open / work and cannot compress anymore with KDE

2021-04-26 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=436203

--- Comment #2 from Rüdiger  ---
Yes, there are no more updates available in pamac. I should be fully updated
based on Kernel Version: 5.11.16-2-MANJARO.
It shows Ark and Dolphin 21.04.0-01, plasma 5.21.4-1 
The bug came up after my last update last week.

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

[ark] [Bug 436203] New: Ark does not open / work and cannot compress anymore with KDE

2021-04-26 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=436203

Bug ID: 436203
   Summary: Ark does not open / work and cannot compress anymore
with KDE
   Product: ark
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: li...@omdao.com
CC: aa...@kde.org, rthoms...@gmail.com
  Target Milestone: ---

SUMMARY
If I want to start ark through the system menu or just by right mouse click on
a folder within Dolphin the symbol of ark appears for a second than it is gone.
No more compression or decompression is possible anymore. Because there is no
really working alternative for (Manjaro) KDE Desktop this error is a real
problem.


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.11.16-2-MANJARO
OS Type: 64-bit
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[frameworks-kconfig] [Bug 433880] shortcuts don't work

2021-03-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

Rüdiger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Rüdiger  ---
After having taken out the double shortcuts which were set by default now it
seems to work properly still after some time of testing. One shortcut per
function is enough of course.
Thanks for all your kind support.

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

[frameworks-kconfig] [Bug 433880] shortcuts don't work

2021-03-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #14 from Rüdiger  ---
In the system settings for shortcuts there two shortcuts for one function
assigned originally by default. I have deleted one of each. Now there is only
left one shortcut for each function:
copy --> strg+c
paste --> strg+v
cut --> strg+x

Even the shortcuts are not always completely shown in the right button menu,
yet, but now they seem to work!!

I will keep you updated, if I it still works in the long term run.

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #11 from Rüdiger  ---
Created attachment 136591
  --> https://bugs.kde.org/attachment.cgi?id=136591&action=edit
shortcuts-settings

The shortcuts are set. May be a problem is that the are 2 shortcuts for one
function defined?

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #9 from Rüdiger  ---
Created attachment 136583
  --> https://bugs.kde.org/attachment.cgi?id=136583&action=edit
shortcuts work in clementine

Shortcuts work /exist in clementine, if I edit a the name of song file. But in
gwenview there is no copy, paste or cut function in the right mouse button menu
at all. Thus no shortcuts.

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

[unknown] [Bug 357176] volume mount failed after upgrade of the parallel system to Win10

2021-03-10 Thread Rüdiger Müller
https://bugs.kde.org/show_bug.cgi?id=357176

--- Comment #2 from Rüdiger Müller  ---
Am 09.03.2021 um 08:25 schrieb Justin Zobel:
> https://bugs.kde.org/show_bug.cgi?id=357176
>
> --- Comment #1 from Justin Zobel  ---
> Thank you for the bug report.
>
> As this report hasn't seen any changes in 5 years or more, we ask if you can
> please confirm that the issue still persists.
>
> If this bug is no longer persisting or relevant please change the status to
> resolved.
>
I changed back to Win7 ... thats a workaround. Havy problems. Many 
programs lost (thunderbird had to be new installed, firefox, only 
pdf-files could be used, mdi-print-data, xps-print-data, old programs 
from wich I never can get a new certificate, ... they don't work 
anymore, windows picture manager can only turn pictures within 1 Degree) 
. It is possible, to renew the problem, but I dont like it. Win10 
changed the Boot-record; it is no more possible to use grup; the other 
formated discs are ignored. It's something to shit on.

a second workaround is, to by a new PC with the only function to go 
online into the internet.

what shall I do ...

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #7 from Rüdiger  ---
Created attachment 136539
  --> https://bugs.kde.org/attachment.cgi?id=136539&action=edit
shortcut-failure-in-konqueror

Yes, I have attached a video with shortcut-failure-in-konqueror.

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #5 from Rüdiger  ---
I have taken the videos. Firstly using shortcuts. They did not work. Than using
the menu function. This worked.
I have also this problem of not shown or not working of shortcuts in other
applications in KDE, e.g. as firefo.

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #4 from Rüdiger  ---
Created attachment 136516
  --> https://bugs.kde.org/attachment.cgi?id=136516&action=edit
shurtcut-problem-in-dolphin

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

[dolphin] [Bug 433880] shortcuts don't work

2021-03-04 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

--- Comment #2 from Rüdiger  ---
(In reply to Nate Graham from comment #1)
> Which shortcuts? Like Ctrl+C and Ctrl+V? Have you redefined any shortcuts in
> System Settings > Shortcuts? Are you using any custom software that re-binds
> keys or handles key events? A screen recording might also be useful.

Yes, like Ctrl+C, +V, +X.

I have not defined any personal shortcuts. 

The strange thing, if I click on the right mouse button sometimes the shortcuts
are shown additionally, but sometimes not. And if sometimes I even can see the
shortcuts within the right mouse button menu but still the shortcuts do no
work.
Today I have tried to take a screen video but due to no logic I skipped it.
I opened the properties of a folder in dolphin wanting to copy the path with a
shortcut. I did not work. Than I copied with right mouse button copy function.
I tried to insert with a short cut into a the dolphin address line. It did not
work. Than I used the right mouse button function for inserting without
shortcut. THis worked. Than again I tried to insert the path again with ctrl+v
and it worked - absolutely not understandable what is going on there. There is
not a clear reproduceable logic in this failure.

SYSTEM INFORMATION
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.15-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[dolphin] [Bug 433880] New: shortcuts don't work

2021-03-02 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433880

Bug ID: 433880
   Summary: shortcuts don't work
   Product: dolphin
   Version: 20.12.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Using general shortcuts which you can find also in the right mouse button
moving within dolphin they do not work reliably. Sometimes they  function
sometimes they do not function. Mainly I am using the shortcut functions for
copy, paste and cut.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[kmail2] [Bug 433572] New: e-mail distribution list does not work

2021-02-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433572

Bug ID: 433572
   Summary: e-mail distribution list does not work
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: contact completion
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
CC: dvra...@kde.org, mon...@kde.org
  Target Milestone: ---

SUMMARY
If I save an e-mail distribution list within an e-mail it is not possible to
use it later. It seems to be saved only as text "name distribution list" but
without e-mails refering.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT

SYSTEM
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.15-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz

Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kontact] [Bug 433244] New: notifications for e-mails and calendar reminders cannot be turned off

2021-02-19 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433244

Bug ID: 433244
   Summary: notifications for e-mails and calendar reminders
cannot be turned off
   Product: kontact
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: summary
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Whatever I try to deactivate within Kontact or the KDE notification system
settings always I get notifications for e-mails and calendar reminders. Also
when I have closed Kontact. The cannot be turned off.
This is molesting. Thanks for your all your efforts to make Kontact better.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kmail2] [Bug 433099] personalized mass mail function, serial e-mails individualized

2021-02-19 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433099

--- Comment #7 from Rüdiger  ---
I am using Kmail within Kontact. 

The information is pretty hided in the Tab Help, the last link:
- introduction into kmail.
This link should be moved in the first block below "Kontact introduction" as
"Kmail introduction"

And I believe it is better to have another link in Help:
"About Kmail & What's new", if Kmail is active respectively for the other
components.

But it is up to you. Thanks anyway.

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

[kmail2] [Bug 433099] personalized mass mail function, serial e-mails individualized

2021-02-19 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433099

--- Comment #5 from Rüdiger  ---
Fine. But if I look in any menu, I cannot find a link "new features"??

Maybe I should sugget to "Kontact" developers to implement a pop-up function
for new features. The best product has no value, if nobody knows about it.

How do you think?

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

[kmail2] [Bug 433164] New: sent E-mails should be marked as read

2021-02-18 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433164

Bug ID: 433164
   Summary: sent E-mails should be marked as read
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
If I respond to an e-mail the sent E-mails should be marked as read. But it is
moved into the sent folder as unread. This doesn't make any sense. It appears
there were "unread" mails but there aren't.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
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.

[kmail] [Bug 71664] sent mails get marked as "new" when sent-mail folder is on imap server

2021-02-18 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=71664

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[kontact] [Bug 432768] arrow up and down does not work in the inbox for shifting

2021-02-18 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432768

--- Comment #2 from Rüdiger  ---
Yes it works even it wasn't obvious. Thanks

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

[kmail2] [Bug 433092] Signature set up: logo picture file gets unsharp probably by compression

2021-02-18 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433092

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

--- Comment #2 from Rüdiger  ---
Created attachment 135819
  --> https://bugs.kde.org/attachment.cgi?id=135819&action=edit
logos

You can try all of those attached. They all get ugly compressed.

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

[kmail2] [Bug 433099] personalized mass mail function, serial e-mails individualized

2021-02-18 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433099

--- Comment #3 from Rüdiger  ---
That sounds great. Do you have any plan when it will be finished? If you need
someone test maybe I can help you.

Maybe something like a pop-up should appear always in Kmail or contact as well
for the other components, if a new valued function is implemented. Otherwise
how should people know about new great things!

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

[kmail2] [Bug 433099] New: personalized mass mail function, serial e-mails individualized

2021-02-17 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433099

Bug ID: 433099
   Summary: personalized mass mail function, serial e-mails
individualized
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Kontact is an unknown but great PMI. It would be great to have a module or
function for personalized mass e-mail. It means sending step by step delayed
serial e-mails with individuell addresses taken from a selected address book. 
Secondly the address book should allow different tags, too. For example, some
of the contacts would like to get only Christmas greetings but some also a
newsletter information (seldomly). 
Thirdly you may set a tag and than select a tag that some of them are addressed
by the first name, some by there family name. 
Than fourthly you could also use a personalized salutation.
I have this function in a very old and simple CRM system but I want to migrate
to a new program.

It seems that thunderbird offers a plugin like this. It is called "mail merge".
I have to check it.
https://addons.thunderbird.net/de/thunderbird/addon/mail-merge/

I am sure a lot of people were interested in such a feature. I would need this
for our newsletter non-profit sports club.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kmail2] [Bug 433093] New: arrow up and down does not work in the inbox for shifting

2021-02-17 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433093

Bug ID: 433093
   Summary: arrow up and down does not work in the inbox for
shifting
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
After selecting e-mail in the inbox. 
Using arrow up and down does not work in the mail inbox for shifting up and
down from one mail to another. Instead shifting up and down always shifts
within the content view of the marked email.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kontact] [Bug 432768] arrow up and down does not work in the inbox for shifting

2021-02-17 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432768

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[kmail2] [Bug 433092] New: Signature set up: logo picture file gets unsharp probably by compression

2021-02-17 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433092

Bug ID: 433092
   Summary: Signature set up: logo picture file gets unsharp
probably by compression
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
If I add a logo in perfect sharpness, resolution and size in the setup of the
signature it is unsharp if used later in an e-mail. Probably there is
compression. This is probably a compression failure. Better no compression
should be used at all. 

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
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.

[kmail2] [Bug 433087] New: signature format is destroyed after saving as a draft or template

2021-02-17 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=433087

Bug ID: 433087
   Summary: signature format is destroyed after saving as a draft
or template
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
I have set up a signature in html format with different font sizes. When using
it for a mail the signature format gets lost after saving the e-mail as a draft
or template.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[kmail2] [Bug 432834] source code of the email should be displayable

2021-02-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432834

Rüdiger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Rüdiger  ---
Thank you Laurent. You are right it works. I looked for a different term for
"vies source". This is why I did not find!

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

[kmail2] [Bug 432832] Changing the sender "from" and signature

2021-02-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432832

Rüdiger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Rüdiger  ---
Thank you Jonathan. You are right. It should work the way you described!!

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

[kmail2] [Bug 432835] New: signature should be HTML editable

2021-02-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432835

Bug ID: 432835
   Summary: signature should be HTML editable
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
In Kmail you can add signatures with html code. Fine. But how is about vice
versa? If you have already a signature but if you need to change something
within the html code, you should also have a switch to html view available for
editing.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kmail2] [Bug 432834] New: source code of the email should be displayable

2021-02-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432834

Bug ID: 432834
   Summary: source code of the email should be displayable
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Everyone gets suspect mail, e.g. from paypal. To check, if the sender is real
you to have a look at the source code. It should be displayable. This is
essential for security.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kmail2] [Bug 432832] New: Changing the sender "from" and signature

2021-02-12 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432832

Bug ID: 432832
   Summary: Changing the sender "from" and signature
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
If I open an email link on a website than an email draft is opened. But if I
have several mailboxes than I need to select which sender has to be taken and
which signature, too. Otherwise always the default mailbox is taken.
This is a standard function in Thunderbird which I come from. 

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23.4 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kmail2] [Bug 432791] responding an email does not mark it as read automatically

2021-02-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432791

Rüdiger  changed:

   What|Removed |Added

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

--- Comment #1 from Rüdiger  ---
Actually there(In reply to Rüdiger from comment #0)
> SUMMARY
> Having an email in the inbox and responding the email does not mark it as
> read automatically. Even I have opened it before completely which means not
> just viewed in the preview.

Now I found the correct settings within Kmail. Even I do want to have marked
the email as read automatically / immediately I have to activate in the kmail
settings --> diverse / other settings --> While /when opening a folder: mark
current message as read after time span: ...
You have to enter "0" (!!seconds).

(Note: Maybe my translations from Germany to English do not fit the English
wording in the settings.)

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

[kmail2] [Bug 432791] New: responding an email does not mark it as read automatically

2021-02-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432791

Bug ID: 432791
   Summary: responding an email does not mark it as read
automatically
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Having an email in the inbox and responding the email does not mark it as read
automatically. Even I have opened it before completely which means not just
viewed in the preview.


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620



ADDITIONAL INFORMATION

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

[kontact] [Bug 432787] New: direct full delete of junk folder content

2021-02-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432787

Bug ID: 432787
   Summary: direct full delete of junk folder content
   Product: kontact
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: mail
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
If I have spam emails in the Junk folder, I would like to delete it completely
with a right mouse click function. It should not be moved into the trash. This
function is standard Thunderbird.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kmail2] [Bug 416803] Junk mail in Trash folder count as unread email in Inbox

2021-02-11 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=416803

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[kontact] [Bug 432771] New: sending step by step delayed serial e-mails with individuell address and more

2021-02-10 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432771

Bug ID: 432771
   Summary: sending step by step delayed serial e-mails with
individuell address and more
   Product: kontact
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: new plugin wishes
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Kontact is an unknown but great PMI. It would be great to have a module or
function for sending step by step delayed serial e-mails with individuell
addresses taken from a selected address book. 
Secondly the address book should allow different tags, too. For example, some
of the contacts would like to get only Christmas greetings but some also a
newsletter information (seldomly). 
Thirdly you may set a tag that some of them are called by the first name, some
by there family name. 
Than fourthly you could also use a personalized salutation.

We would need this for our non-profit sports club.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kmail2] [Bug 432769] New: deleting the very top message in the inbox makes disapearing all mails in the inbox

2021-02-10 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432769

Bug ID: 432769
   Summary: deleting the very top message in the inbox makes
disapearing all mails in the inbox
   Product: kmail2
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: message list
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
deleting the very top message in the inbox makes disapearing all mails in the
inbox. You have to go to another folder and than back to the inbox the
undeleted messages reappear.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[kontact] [Bug 432768] New: arrow up and down does not work in the inbox for shifting

2021-02-10 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=432768

Bug ID: 432768
   Summary: arrow up and down does not work in the inbox for
shifting
   Product: kontact
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: mail
  Assignee: kdepim-b...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
After selecting one mail in the inbox using arrow up and down does not work in
the mail inbox for shifting up and down from one mail to another. But shifting
up and down always shifts within the content view of the marked email.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Kernel Version: 5.10.13-2-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23.4 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[frameworks-baloo] [Bug 427087] setting logic is inconsistent

2020-10-01 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=427087

--- Comment #2 from Rüdiger  ---
(In reply to Stefan Brüns from comment #1)
> Settings are consistent. Whether to do fulltext indexing or file names only
> is a global option currently.
> 
> Everything else is an additional feature.

Thanks. But honestly the logic does not really make sense.
What does it mean, if
--> 1.1 also content indexing  ON
-> 2.2 full content indexing ON?
There is redundancy.
What does it mean, if 
--> 1.1 also content indexing  OFF
-> 2.2 full content indexing ON?
Will the folder to 2.2 full content indexed or not?

What does it mean, if 
--> 1.1 also content indexing  ON
-> 2.1 not indexed ON (folder)
Will the folder still be file indexed only?

Actually it would be much simpler and clearer, if there is only one hierarchy
level, settings only be made for folder/disks e.g.
- full content indexed
- file indexed 
- not indexed
And if subfolder are different than than rule should be applied from the
subfolder.

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

[frameworks-baloo] [Bug 427087] New: setting logic is inconsistent

2020-09-28 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=427087

Bug ID: 427087
   Summary: setting logic is inconsistent
   Product: frameworks-baloo
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Engine
  Assignee: stefan.bru...@rwth-aachen.de
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
Activating the file search in KDE system settings offer these options:
1. Activate file search: yes
--> 1.1 also content indexing
(--> 1.2 index hidden files and folders)
2. Folder specific configuration
you can select for each folder two options
-> 2.1 not indexed
-> 2.2 full content indexing

If you activate 1.2 you can select again the same with 2.2.
For what you can select the same option 2 times but you cannot select at all
"index file names only"?
And for what can you select "not indexing", if you cannot select any folder for
"index file names only"?
If you deactivate 1.1 you still only can select 2.1 "not indexed" and 2.2 "full
content indexing" but again not differentiate to "index file names only".

In my opinion you do not need option 1.1 at all. But you need three option
under 2. As they should be
-> 2.1 not indexed
-> 2.2 full content indexing
-> 2.3 "index file names only"

This makes baloo search settings not proper usable. This may be a wishlist but
for me it is an essential bug because there is no logic in using baloo
properly.


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[frameworks-baloo] [Bug 425160] New: build index search with baloo ressource consumption extremely high leads to "Crash"

2020-08-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=425160

Bug ID: 425160
   Summary: build index search with baloo ressource consumption
extremely high leads to "Crash"
   Product: frameworks-baloo
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Engine
  Assignee: stefan.bru...@rwth-aachen.de
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
I am indexing 100 of Thousands of files with baloo build index. Onces started
it consumes quite all CPU Power as well the RAM ressources including swap. With
indexing working it is impossible to have any other application working or
using in parallel. It thwards performance of any other application quite to
zero. Even sometimes the computer appears to be "frozen" because mouse
movements are temporarily not possible anymore. But surely it isn't frozen. But
not being able to use the computer I have to make a "cold restart" of the
computer what is not very good at all.
For regular PC work I have to reboot the PC and stopping indexing directly
after restart. Indexing I only can do in the night time or any other time not
needing the computer. This is very bad!!! It appears having always a "crash"
when using KDE baloo indexing

Baloo indexing should never consume all capacities of the PC and intelligently
adjust its performance /ressources need depending on the need of the other
applications. It should work rather in the background.



Operating System: Manjaro Linux
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.72.0
Qt Version: 5.15.0
Kernel Version: 5.7.12-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23.4 GiB of RAM + 50 GiB of SWAP
Graphics Processor: Mesa Intel® UHD Graphics 620


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[krusader] [Bug 425001] New: synchronize but only marked folder

2020-08-04 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=425001

Bug ID: 425001
   Summary: synchronize but only marked folder
   Product: krusader
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: synchronize
  Assignee: krusader-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

SUMMARY
It seems krusader can only synchronize the folders and files within the main
folder left and right. 
But e.g. often I only need some selected / marked folders and files to compare
and synchronize on 2 disks respectively in the 2 main folders. This is a very
important functionality.

You may have a look at the functionality of Total Commander based on the
ancient Norton Commander. Total commander technically is working high
professional for synchronization.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[kbackup] [Bug 424713] New: incremental backup would be very helpful and more

2020-07-27 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424713

Bug ID: 424713
   Summary: incremental backup would be very helpful and more
   Product: kbackup
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kol...@aon.at
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
A full backup of my data from local disk to my NAS Server takes hours.

Therefore it would be very helpful to have an incremental backup without
compression only for what is new. I cannot see any settings like this in
KBackup!!

For getting an idea which features and settings are very helpful you can have a
look at Grsync. But the problem with Grsync is many of the features do not work
properly. 
A KDE specific KBackup solution would be perfect than. 



SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.19.3
KDE Frameworks Version: 5.72.0
Qt Version: 5.15.0
Kernel Version: 5.7.9-1-MANJARO
OS Type: 64-bit


ADDITIONAL INFORMATION

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

[yakuake] [Bug 424675] New: Function for cut out, delete and cursor positioning with mouse

2020-07-26 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424675

Bug ID: 424675
   Summary: Function for cut out, delete and cursor positioning
with mouse
   Product: yakuake
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: li...@omdao.com
  Target Milestone: ---

SUMMARY
It would be helpful for faster working, if in Yakuake and also using nano
within Yakuake (sudo nano ...) you also add the following functions:
- cut out marked characters
- delete marked characters
- postioning cursor with the mouse to the desired place.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[dolphin] [Bug 424038] Copying too easily into a subfolder instead of the main folder

2020-07-24 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424038

Rüdiger  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Rüdiger  ---
Thanks for describing your reverse issue that dropping af file lands into the
base folder ...
Yes, I also had this issue before.

But after having reinstalled my system the problem I had that files are ending
in a subfolder cannot be reproduced anymore.

So far thanks for taking care. I have closed the bug.

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

[print-manager] [Bug 424293] printer in printer dialog cannot be deleted

2020-07-16 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424293

--- Comment #2 from Rüdiger  ---
Created attachment 130180
  --> https://bugs.kde.org/attachment.cgi?id=130180&action=edit
printer cannot be found in neither in localhost

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

[print-manager] [Bug 424293] printer in printer dialog cannot be deleted

2020-07-16 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424293

--- Comment #1 from Rüdiger  ---
Created attachment 130179
  --> https://bugs.kde.org/attachment.cgi?id=130179&action=edit
printer cannot be found in print-manager, print settings

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

[print-manager] [Bug 424293] New: printer in printer dialog cannot be deleted

2020-07-16 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424293

Bug ID: 424293
   Summary: printer in printer dialog cannot be deleted
   Product: print-manager
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dantt...@gmail.com
  Reporter: li...@omdao.com
  Target Milestone: ---

Created attachment 130178
  --> https://bugs.kde.org/attachment.cgi?id=130178&action=edit
"ghost-Printer" can found in print dialog

SUMMARY
After reinstalling my system while still using my old home folder files I have
a problem with one printer.
1. It appears a "brother" printer in the printer dialog of Firefox,
Thunderbird, LibreOffice, FreeOffice and so on. See attachment
2. BUT this printer does not appear neither in the print-manager nor in
localhost:631. See EXTRA attachments.
Installing the printer in these two applications and deleting it does not make
any changes.
3. This "ghost-printer" does not keep my settings e.g. for double sided
printing. Also it seems to be in conjunction with that problem that scanning
with simple-scan is not possible double-sided by the feeder.

Is there any way to completely extinguish this "ghost-printer"?

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[partitionmanager] [Bug 409312] KDE partition manager crashes when try to access a NTFS partition

2020-07-16 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=409312

--- Comment #7 from Rüdiger  ---
(In reply to Andrius Štikonas from comment #6)
> Why did you repoen the bug? Have you tried master and it still crashed?

You wrote before:
> due to lack of needed information.

This is why I have given further information and reopened the issue. 

Happily if this bug would be fixed, because it causes fundamental problems for
the users, isn't it.

But I keep it closed, if it is already in the process of fixing. Not so easy to
understand your status logic.

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

[partitionmanager] [Bug 409312] KDE partition manager crashes when try to access a NTFS partition

2020-07-16 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=409312

Rüdiger  changed:

   What|Removed |Added

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

--- Comment #5 from Rüdiger  ---
I have already provided information with the "crash report" before.

Generally I could figure out, if you put several task in the task queue of the
KDE Partition Manager and go for execution than very often a problem occurs.
E.g. something like these together deleting, resizing, reformating et cetera.

No problems seem, if you only do one task including execution but not more.


(In reply to Andrius Štikonas from comment #4)
> (In reply to Bug Janitor Service from comment #3)
> > This bug has been in NEEDSINFO status with no change for at least
> > 30 days. The bug is now closed as RESOLVED > WORKSFORME
> > due to lack of needed information.
> > 
> > For more information about our bug triaging procedures please read the
> > wiki located here:
> > https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging
> > 
> > Thank you for helping us make KDE software even better for everyone!
> 
> This bug is fixed in master.

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

[dolphin] [Bug 424036] folder up button is missing

2020-07-10 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424036

--- Comment #2 from Rüdiger  ---
Thank that's it!!

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

[partitionmanager] [Bug 424045] New: moving btrfs partition fails, creating ntfs and btrfs partition crashes all the harddisk and data

2020-07-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424045

Bug ID: 424045
   Summary: moving btrfs partition fails, creating ntfs and btrfs
partition crashes all the harddisk and data
   Product: partitionmanager
   Version: 4.1.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: li...@omdao.com
  Target Milestone: ---

Created attachment 130009
  --> https://bugs.kde.org/attachment.cgi?id=130009&action=edit
failure moving btrfs partition

SUMMARY
1. moving btrfs partition fails. See attachment. It is in German language.

Using a 1 TB hard disk with KDE Plasma on Manjaro Linux beside a 256 GB HD for
OS.

And here more bugs from other cases with the same hard disk.
2. Originally my hard disk was fully formated in NTFS 99% for data use and
another 1% size partition was for MS Windows. I tried to shrink the NTFS part
for having 2 halfs of the harddisk. Then I formatted the 2nd part into btrfs.
It crashed all my data. Even the most professional recovery programs could
rescue only a little.
3. Later after the crash I have deleted the whole hard disk and splitted it
into 2 parts. I tried to format one half to NTFS and the 2nd half to btrfs. It
said this does not work. Using a Windows platform partition manager easily I
could format one half to NTFS and the other one to ext4. Later I used gparted
to change the ext4 to btrfs.

Sorry to talk so open but your partition manager is really rubbish. It cause
terrific problems. It cost me 3 days of work for (partial) recovery. All free
partition programs in Windows are much more reliable and offer more features.
Compared gbparted still does not create those crashes as KDE partition manager.
And it gives at least warnings for risky formats and explains what to consider
before acting. Nothing like this for KDE partition manager

STEPS TO REPRODUCE1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[partitionmanager] [Bug 282661] Error creating partition after creating new partition table

2020-07-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=282661

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[partitionmanager] [Bug 409312] KDE partition manager crashes when try to access a NTFS partition

2020-07-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=409312

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[dolphin] [Bug 424038] New: Copying too easily into a subfolder instead of the main folder

2020-07-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424038

Bug ID: 424038
   Summary: Copying too easily into a subfolder instead of the
main folder
   Product: dolphin
   Version: 20.04.1
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Having 2 windows opened. If I want to move/copy a folder from the left to the
main folder on right window by using the mouse, it easily happens that the
folder ends up in a subfolder. It should end in the main folder, at least, if I
do move the to be copied folder rather on the right side of the right window.
So that no subfolder is directly "addressed" or visibly hovered.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[dolphin] [Bug 424036] New: folder up button is missing

2020-07-09 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=424036

Bug ID: 424036
   Summary: folder up button is missing
   Product: dolphin
   Version: 20.04.1
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: bars: location
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
It is fine you have one arrow each for back to previous and forward to
following folder but sometimes you need to simple the folder structure upwards.
This is standard with Windows Explorer.


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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.

[dolphin] [Bug 423482] Save as function does not show the default file manager

2020-06-27 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423482

--- Comment #2 from Rüdiger  ---
Hi Nate,

Thanks for your respond. But I cannot see your ticket: 
https://bugs.manjaro.org/#ticket/zoom/18138

How can you registrate on https://bugs.manjaro.org ?
I only get on the main page which looks manjaro.org.

I do not understand your meaning with:
"... I believe you can hit the Ctrl+L keyboard shortcut to enable a hidden
location entry field in the GTK dialog."


(In reply to Nate Graham from comment #1)
> This is the GTK file dialog, not the KDE file dialog. It's Firefox's problem
> for not showing the KDE dialog when running in Plasma. Various distros fix
> this automatically by patching in support for the KDE dialog, or running
> Firefox with the use of XDG portals, which use the correct file dialog.
> Evidently manjaro does not. I requested this already, BTW:
> https://bugs.manjaro.org/#ticket/zoom/18138. It's a shame they haven't done
> it yet.
> 
> FWIW I believe you can hit the Ctrl+L keyboard shortcut to enable a hidden
> location entry field in the GTK dialog.

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

[systemsettings] [Bug 423484] global scaling does not apply for all programs in KDE Plasma

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423484

--- Comment #2 from Rüdiger  ---
Created attachment 129669
  --> https://bugs.kde.org/attachment.cgi?id=129669&action=edit
wayland information - nothing meaningful

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

[systemsettings] [Bug 423485] global scaling cannot be differentiated for 2 or more monitors

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423485

--- Comment #3 from Rüdiger  ---
Created attachment 129668
  --> https://bugs.kde.org/attachment.cgi?id=129668&action=edit
wayland information - nothing meaningful

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

[systemsettings] [Bug 423485] global scaling cannot be differentiated for 2 or more monitors

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423485

--- Comment #2 from Rüdiger  ---
Your meaning is it is no supported by KDE Plasma but with a wayland session?

If just looked at my standard installations within Manjaro KDE Plasma, wayland
components are many installed. But I do not have any clue how to resolve this
problem!!!

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

[systemsettings] [Bug 423485] New: global scaling cannot be differentiated for 2 or more monitors

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423485

Bug ID: 423485
   Summary: global scaling cannot be differentiated for 2 or more
monitors
   Product: systemsettings
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_kscreen
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
I am using a laptop with a 15 inch screen and a huge 32 inch 4 K Monitor.
I have to have to different scalings according to a very different resolution
and monitor size. 
It makes it very difficult to switch between 2 monitor and even less to use 2
monitors at once with proper scaling.


STEPS TO REPRODUCE
1. Set global scaling for laptop to 125%
2. Set global scaling settings for monitor to 200%.


OBSERVED RESULT
Only one setting for all is kept.

EXPECTED RESULT
2 different settings for each monitor should be saved and kept.


Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.6.16-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23,4 GiB

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

[KScreen] [Bug 352523] Switching from laptop screen to dock with external monitors does not automatically activate dock monitors

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=352523

Rüdiger  changed:

   What|Removed |Added

 CC||li...@omdao.com

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

[systemsettings] [Bug 423484] New: global scaling does not apply for all programs in KDE Plasma

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423484

Bug ID: 423484
   Summary: global scaling does not apply for all programs in KDE
Plasma
   Product: systemsettings
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_kscreen
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 129665
  --> https://bugs.kde.org/attachment.cgi?id=129665&action=edit
same global system scaling freeoffice compared with libre office

SUMMARY
The global scaling function in the display configuration module is very
helpful.
It mostly works with standard programs. But if I use for example the "standard"
program "freeoffice" or "softmaker" office the scaling function does not apply
at all.
This is very disturbing, even painful for the eyes on a high resolution
monitor. The menu and everything is very tiny. It is very hard to read.

Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.6.16-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23,4 GiB

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

[dolphin] [Bug 423482] New: Save as function does not show the default file manager

2020-06-25 Thread Rüdiger
https://bugs.kde.org/show_bug.cgi?id=423482

Bug ID: 423482
   Summary: Save as function does not show the default file
manager
   Product: dolphin
   Version: 20.04.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: bars: location
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: li...@omdao.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 129664
  --> https://bugs.kde.org/attachment.cgi?id=129664&action=edit
file manager shown with save as function - but no path insertion nor network
access is possible

SUMMARY
For example, if I want to save a (downloaded) file (save as) via Firefox or I
want to save a file in an e-mail with Thunderbird it does not connect to the
default browser which I have selected in the systemsettings.
It shows a very simplified "file manager view" which I have attached as a
sample. 
The two major problems are:
1. In this "file manager" I have no access to my NAS-Server but I have within
Dolphin.
2. I cannot enter any URL for the desired path for saving the file.

This is very annoying.

I am using KDE Plasma and also still have an XFCE desktop installed previously.
I do not not, if there is any interdependency.


Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.6.16-1-MANJARO
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 23,4 GiB

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.

[kwin] [Bug 375400] KWIN crashes at start of second application

2017-01-21 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=375400

Rüdiger Bente  changed:

   What|Removed |Added

 CC||ruediger.be...@gmx.de

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

[kwin] [Bug 375400] New: KWIN crashes at start of second application

2017-01-21 Thread Rüdiger Bente
https://bugs.kde.org/show_bug.cgi?id=375400

Bug ID: 375400
   Summary: KWIN crashes at start of second application
   Product: kwin
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ruediger.be...@gmx.de
  Target Milestone: ---

Created attachment 103582
  --> https://bugs.kde.org/attachment.cgi?id=103582&action=edit
kwin qdbus support information

After login, starting the second application, kwin crashes. Does no matter,
which are this application, most of the time is start first Firefox and after
that Thunderbird, but the problem occurs on other scenarios as well.
Got some debug information:
 Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f6905958940 (LWP 1552))]

Thread 4 (Thread 0x7f684700 (LWP 1763)):
#0  0x7f69054439e3 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f6903c47e5f in qt_safe_select (nfds=15,
fdread=fdread@entry=0x7f68480df878, fdwrite=fdwrite@entry=0x7f68480dfb08,
fdexcept=fdexcept@entry=0x7f68480dfd98, orig_timeout=orig_timeout@entry=0x0) at
kernel/qcore_unix.cpp:75
#2  0x7f6903c4995e in QEventDispatcherUNIX::select (timeout=0x0,
exceptfds=0x7f68480dfd98, writefds=0x7f68480dfb08, readfds=0x7f68480df878,
nfds=, this=0x7f6848146070) at
kernel/qeventdispatcher_unix.cpp:320
#3  QEventDispatcherUNIXPrivate::doSelect (this=this@entry=0x7f68480df6e0,
flags=..., flags@entry=..., timeout=timeout@entry=0x0) at
kernel/qeventdispatcher_unix.cpp:196
#4  0x7f6903c49e8e in QEventDispatcherUNIX::processEvents
(this=0x7f6848146070, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x7f6903bf3b4a in QEventLoop::exec (this=this@entry=0x7f684fffec60,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7f6903a10834 in QThread::exec (this=this@entry=0x2c6d270) at
thread/qthread.cpp:503
#7  0x7f68fe5263c5 in QQmlThreadPrivate::run (this=0x2c6d270) at
qml/ftw/qqmlthread.cpp:141
#8  0x7f6903a157be in QThreadPrivate::start (arg=0x2c6d270) at
thread/qthread_unix.cpp:331
#9  0x7f68ff3c96ba in start_thread (arg=0x7f684700) at
pthread_create.c:333
#10 0x7f690544d82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f68db7fe700 (LWP 1586)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6902b9dbd4 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x7f6902b9dc19 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x7f68ff3c96ba in start_thread (arg=0x7f68db7fe700) at
pthread_create.c:333
#4  0x7f690544d82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f68e1515700 (LWP 1583)):
#0  0x7f6903a0dd5f in QBasicAtomicOps<8>::testAndSetRelaxed
(currentValue=, newValue=0x0, expectedValue=0x1,
_q_value=@0x290b638: 0x0) at
../../include/QtCore/../../src/corelib/arch/qatomic_x86.h:259
#1  QGenericAtomicOps >::testAndSetRelease (currentValue=, newValue=0x0,
expectedValue=, _q_value=@0x290b638: 0x0) at
../../include/QtCore/../../src/corelib/thread/qgenericatomic.h:175
#2  QBasicAtomicPointer::testAndSetRelease (currentValue=, newValue=0x0, expectedValue=,
this=this@entry=0x290b638) at
../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:278
#3  QBasicMutex::fastTryUnlock (current=,
this=this@entry=0x290b638) at thread/qmutex.h:85
#4  QMutex::unlock (this=this@entry=0x290b638) at thread/qmutex.cpp:264
#5  0x7f6903c49d83 in QMutexLocker::unlock (this=) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:138
#6  QMutexLocker::~QMutexLocker (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:132
#7  QThreadData::canWaitLocked (this=) at
../../include/QtCore/5.5.1/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:240
#8  QEventDispatcherUNIX::processEvents (this=0x7f68d40008c0, flags=...) at
kernel/qeventdispatcher_unix.cpp:582
#9  0x7f6903bf3b4a in QEventLoop::exec (this=this@entry=0x7f68e1514c60,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#10 0x7f6903a10834 in QThread::exec (this=this@entry=0x28aa9d0) at
thread/qthread.cpp:503
#11 0x7f68fe5263c5 in QQmlThreadPrivate::run (this=0x28aa9d0) at
qml/ftw/qqmlthread.cpp:141
#12 0x7f6903a157be in QThreadPrivate::start (arg=0x28aa9d0) at
thread/qthread_unix.cpp:331
#13 0x7f68ff3c96ba in start_thread (arg=0x7f68e1515700) at
pthread_create.c:333
#14 0x7f690544d82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f6905958940 (LWP 1552)):
[KCrash Handler]
#6  QV4::Managed::d (this=0x0) at jsruntime/qv4managed_p.h:134
#7  QV4::Managed::as (this=0x0) at
jsruntime/qv4managed_p.h

[digikam] [Bug 320628] Rename makes copies instead of renaming

2016-07-04 Thread Rüdiger Härtel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320628

--- Comment #3 from Rüdiger Härtel  ---
Tested with 4.12.0 and the behaviour is the same as reported.

But maybe I misunderstood the batch queue manager (bqm). The bqm can not be
used solely for renaming without any assigned tool that manipulates the image.
In that way the queue settings for renaming files maybe isn't meant to be used
as a tool for renaming.

So if the image is always manipulated then it is good that the original image
stays where it is.

I wouldn't mind if this file is set to resolved.

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

[unknown] [Bug 357176] New: volume mount failed after upgrade of the parallel system to Win10

2015-12-26 Thread Rüdiger Müller via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357176

Bug ID: 357176
   Summary: volume mount failed after upgrade of the parallel
system to Win10
   Product: unknown
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ruediger.muelle...@t-online.de

Beim Zugriff auf „Volume“ ist ein Fehler aufgetreten, die Meldung lautet:
 The requested operation has failed:
 Error mounting /dev/sdb1
 at /media/me15tera11erkla55en/Volume

 : Command-line 'mount -t "ntfs" -o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177"
"/dev/sdb1" "/media/me15tera11erkla55en/Volume"'

 exited with non-zero exit status 14

 : The disk contains an unclean file system (0,0).
 Metadata kept in Windows cache, refused to mount.
 Failed to mount '/dev/sdb1/'
 : Operation not permitted. The NTFS partition is in an unsafe state.

 Please resume and shutdown Windows fully (no hibernation or fast restarting),
 or mount the volume read-only with the 'ro' mount option.

Reproducible: Always

Steps to Reproduce:
1. mount at system-start failed
2. manual mount at konsole with kdesudo failed
3. ? security or user changed within the upgrade of Windows ?



two devices
sda: windows10 works with all C: and D: (without linux)
sdb: Linux only works with the linux-partition of D:
the mount of the rest of D: and device C: is impossible
the use of Thunderbird is so far truncated to the postal-input

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

[konsole] [Bug 356541] add a configurable toolbar to Konsole

2015-12-12 Thread Rüdiger Bente via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356541

Rüdiger Bente  changed:

   What|Removed |Added

 CC||ruediger.be...@gmx.de

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

[konsole] [Bug 356541] New: add a configurable toolbar to Konsole

2015-12-12 Thread Rüdiger Bente via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356541

Bug ID: 356541
   Summary: add a configurable toolbar to Konsole
   Product: konsole
   Version: 15.08.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: ruediger.be...@gmx.de

Hello,

i would like to have a toolbar where i can store commands to execute.
For each command there must be a button placed on that toolbar.
for example:
+-+
|   +-+++  +--+
 |
|   |exit  ||  top  |  |  sudo vi| 
   |
|   +--+   ++  +---+   
|
+-+

All the commands must be configurable by a settings dialog and when i click on
that button the command must be placed to the commandline, with or without CR.

Thanks in advance.

Regards


Reproducible: Always

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