[valgrind] [Bug 398545] Support for SHA instruction on Ryzen

2021-01-09 Thread Macro Hoober
https://bugs.kde.org/show_bug.cgi?id=398545

Macro Hoober  changed:

   What|Removed |Added

 CC||hy110...@foxmail.com

--- Comment #7 from Macro Hoober  ---
Another case:

Setup:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 23
model   : 49
model name  : AMD EPYC 7302P 16-Core Processor
stepping: 0
microcode   : 0x8301034
cpu MHz : 1499.828
cache size  : 512 KB
physical id : 0
siblings: 32
core id : 0
cpu cores   : 16
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 16
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb
rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid
aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes
xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core
perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd ibrs
ibpb stibp
vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb
sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total
cqm_mbm_local clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save
tsc_scale vmcb_clean flushbyasid decodeassists
pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov
succor smca
bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass
bogomips: 6000.01
TLB size: 3072 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14]


Issue:

 28 vex amd64->IR: unhandled instruction bytes: 0xF 0x38 0xCC 0xFA 0xF 0x38
0xCB 0xD9 0xC5 0xF9 
 29 vex amd64->IR:   REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0  
 30 vex amd64->IR:   VEX=0 VEX.L=0 VEX.n=0x0 ESC=0F38   
 31 vex amd64->IR:   PFX.66=0 PFX.F2=0 PFX.F3=0 
 32 ==10543== valgrind: Unrecognised instruction at address 0x1b9fbcc.  
 33 ==10543==at 0x1B9FBCC: _mm_sha256msg1_epu32 (sha.rs:100)

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

[valgrind] [Bug 398545] Support for SHA instruction on Ryzen

2021-01-09 Thread Macro Hoober
https://bugs.kde.org/show_bug.cgi?id=398545

--- Comment #8 from Macro Hoober  ---
(In reply to Reini Urban from comment #5)
> > How to add vex support for it? Sounds trivial.
> > binutils/objdump can do it for a long time.
> 
> I started with that at https://github.com/rurban/valgrind
> linux names it sha_ni, freebsd SHA1,SHA2, 
> on Windows it's Family 3, cpu Model >= 92 on Intel and cpu Model >= 23 on
> amd.
> 
> But for adding the necessary logic stubs my 30 min self-intro into the code
> is certainly not enough. There shouldn't be much logic needed I think.
> Similar to the aesdec and crc insn, which do exist already. 
> I haven't even found the location where hwcaps are set.

Thanks for the great work! After tested the patch "amd64: WIP start
implementing the amd64 SHA extensions" based on 3.16.1 and get the error as
following comments,
https://github.com/rurban/valgrind/commit/f0fc15e32bba3fdd9d84e1ea7fd44916c4ff3d54

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

[kmymoney] [Bug 430554] Account closure

2021-01-09 Thread jlboz
https://bugs.kde.org/show_bug.cgi?id=430554

--- Comment #29 from jlboz  ---
Thomas, thanks for the screen video. That removes any doubt that I have (after
some initial confusion) followed the required steps. I have repeated the steps
in your video exactly just to make sure. 

When you close one of the stock accounts that is a subaccount of the investment
account you see a pop-up information window saying the account is closed, then
you continue. 

When I close the equivalent account the program crashes after a second or so,
and I am back where I started.

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

[plasmashell] [Bug 427861] Sometimes desktop loses its settings (wallpaper, widgets, icons settings) after re-login

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427861

--- Comment #18 from tagwer...@innerjoin.org ---
Clarifying the above...

I've started having this issue on a physical (rather than virtual) machine
since Fedora 33. The symptoms are that I don't get the panels.  I've had this 3
times since end of November, so maybe 5% of the 'logons'

Previously, in the KVM guests, I noticed that I lost the wallpaper and
positions of desktop icons. I don't have a screenshot so I cannot be sure of
the details. It happened fairly rarely, not enough that I started taking notes

In all instances, a single monitor.

Comparing the 'good' and the three 'bad'
plasma-org.kde.plasma.desktop-appletsrc files I'd copied. There seems to be a
pattern with the bad files having 'lastScreen' set to 1, whereas the working
config had it as 0.

...
[Containments][2]
activityId=
formfactor=2
immutability=1
lastScreen=1
location=3
plugin=org.kde.panel
wallpaperplugin=org.kde.image
...

Editing the file and setting lastScreen back to 0 got me that panel back.

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

[plasmashell] [Bug 431339] Dark line on the edge of panel

2021-01-09 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=431339

Rik Mills  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||rikmi...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Rik Mills  ---


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

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

[plasmashell] [Bug 430390] Panel has black edge when compositor is disabled

2021-01-09 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=430390

Rik Mills  changed:

   What|Removed |Added

 CC||retratse...@gmail.com

--- Comment #12 from Rik Mills  ---
*** Bug 431339 has been marked as a duplicate of this bug. ***

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

[kmymoney] [Bug 430554] Account closure

2021-01-09 Thread jlboz
https://bugs.kde.org/show_bug.cgi?id=430554

--- Comment #30 from jlboz  ---
I have tried the same steps with the anonymised file, downloaded from here. It
behaved exactly as the file it is based on, that is, it crashed when I tried to
close a stock subaccount. However, there is a difference. The video you posted
shows investment account A000353 with six closed subaccounts and four open
subaccounts: A000354, 355, 357 and 363. When I open the anonymised file in the
same view the only open subaccounts are  A000354 & 355. All the other eight are
closed. I wondered if you had opened two closed subaccounts before making the
screen video, but when I tried to open 357 the program crashed. I tried one
more time to close the stock subaccount in the anonymous file and this time the
program froze for a few seconds and then crashed, instead of crashing
immediately.

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

[plasmashell] [Bug 431344] New: Always sync settings with SDDM unless upon user request

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431344

Bug ID: 431344
   Summary: Always sync settings with SDDM unless upon user
request
   Product: plasmashell
   Version: 5.20.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Lock/logout
  Assignee: plasma-b...@kde.org
  Reporter: francois5...@gmail.com
  Target Milestone: 1.0

SUMMARY
I really like the new additions to sync Plasma settings (font, icon, theme,
etc.) with the DM (SDDM in most cases). However I don't like having to do this
manually every time and it's a bit weird as GTK settings are updated as well.
I'm also worried not everyone is browsing the login manager settings.

I would propose to use a checkbox (e.g. Sync settings with SDDM/login manager)
instead of the user having to click a button. The Sync button also doesn't give
me any response if the synchronized has been completed successfully?

STEPS TO REPRODUCE
1. Change Plasma settings
2. Need to lookup login manager settings
3. Hit sync

OBSERVED RESULT
Manually needed sync

EXPECTED RESULT
Automatically syncing unless I deselect the checkbox

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.

[plasmashell] [Bug 431345] New: Right-clicking a Quicklaunch icon starts dragging it

2021-01-09 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=431345

Bug ID: 431345
   Summary: Right-clicking a Quicklaunch icon starts dragging it
   Product: plasmashell
   Version: 5.20.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bizy...@zoho.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
When I right-click an icon in Quicklaunch with my touchpad to open the context
menu and move the mouse (e.g. to choose "Remove"), the icon I clicked starts
being dragged, which sometimes causes accidental creation of new launch icons
on the desktop.


STEPS TO REPRODUCE
1. Add a Quicklaunch widget to your desktop
2. Add app icons to it
3. Right-click an icon
4. Move the mouse over the context menu

OBSERVED RESULT
The icon is being moved, as if you intended to drag-and-drop it


EXPECTED RESULT
The icon stays still


SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.2
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Plasma 5.1x

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

[plasmashell] [Bug 431345] Right-clicking a Quicklaunch icon starts dragging it

2021-01-09 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=431345

Ilya Bizyaev  changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs

--- Comment #1 from Ilya Bizyaev  ---
ADDITIONAL INFORMATION
This was not always the case, the bug was introduced somewhere in Plasma 5.1x.

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

[kmymoney] [Bug 430554] Account closure

2021-01-09 Thread jlboz
https://bugs.kde.org/show_bug.cgi?id=430554

--- Comment #31 from jlboz  ---
Created attachment 134675
  --> https://bugs.kde.org/attachment.cgi?id=134675&action=edit
screen shot of left hand page column - missing icon for 'category'

see comment 27 second para.

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

[krita] [Bug 431272] pan tool not working

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431272

Halla Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||ha...@valdyas.org

--- Comment #1 from Halla Rempt  ---
Um, this isn't a bug? I might be misunderstanding your report, but this is just
how the pan mode of the freehand painting tool works. If the pen is on the
canvas, you're paining, and nothing interrupts that.

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

[krita] [Bug 407591] plugins/extensions/pykrita/plugin: missing parallel-make dependency

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=407591

Halla Rempt  changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/03f5fe9cd
   ||0f485bbedd6b211eb3b1403d1a8
   ||850e

--- Comment #6 from Halla Rempt  ---
Git commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e by Halla Rempt.
Committed on 09/01/2021 at 09:45.
Pushed by rempt into branch 'master'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 431226

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431226

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/03f5fe9cd
   ||0f485bbedd6b211eb3b1403d1a8
   ||850e

--- Comment #7 from Halla Rempt  ---
Git commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e by Halla Rempt.
Committed on 09/01/2021 at 09:45.
Pushed by rempt into branch 'master'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 407591

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431226

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/03f5fe9cd |hics/krita/commit/e410004e7
   |0f485bbedd6b211eb3b1403d1a8 |ac63d75fb1613e34b3b4ba0b3b3
   |850e|e1ce

--- Comment #8 from Halla Rempt  ---
Git commit e410004e7ac63d75fb1613e34b3b4ba0b3b3e1ce by Halla Rempt.
Committed on 09/01/2021 at 09:45.
Pushed by rempt into branch 'krita/4.3'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 407591
(cherry picked from commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e)

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/e410004e7ac63d75fb1613e34b3b4ba0b3b3e1ce

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

--- Comment #2 from soredake  ---
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1910692/comments/3

As i know now, check-language-support relies on language-pack-${LANG} package
to install missing languages for apps, so after user switches language kde
needs to do two things:

1. install package language-pack-${LANG} to selected by user language
2. ask to run check-language-support to actually install missing language packs
for apps

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

[krita] [Bug 407591] plugins/extensions/pykrita/plugin: missing parallel-make dependency

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=407591

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/03f5fe9cd |hics/krita/commit/e410004e7
   |0f485bbedd6b211eb3b1403d1a8 |ac63d75fb1613e34b3b4ba0b3b3
   |850e|e1ce

--- Comment #7 from Halla Rempt  ---
Git commit e410004e7ac63d75fb1613e34b3b4ba0b3b3e1ce by Halla Rempt.
Committed on 09/01/2021 at 09:45.
Pushed by rempt into branch 'krita/4.3'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 431226
(cherry picked from commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e)

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/e410004e7ac63d75fb1613e34b3b4ba0b3b3e1ce

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

[krita] [Bug 431220] The Palette docker tooltip has inadequate behaviour with particular swatch names

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431220

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/b017ca6dc |hics/krita/commit/011cf6195
   |02007e8ef50f9ea9782d5f90a28 |b82d6e198742c2122578a79dbc5
   |e13b|7eea

--- Comment #9 from Halla Rempt  ---
Git commit 011cf6195b82d6e198742c2122578a79dbc57eea by Halla Rempt.
Committed on 06/01/2021 at 13:01.
Pushed by rempt into branch 'krita/4.4.2'.

Add channel values to the palette swatch tooltip

With this change, I cannot reproduce the tooltips not moving
their position.
Related: bug 431221
(cherry picked from commit 2c90be8d2ad8dbb345c0ed5d6afb196d69182cbb)

M  +1-1libs/widgets/KisPaletteModel.cpp

https://invent.kde.org/graphics/krita/commit/011cf6195b82d6e198742c2122578a79dbc57eea

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

[krita] [Bug 431221] The palette docker tooltip should show the RGB value in addition to the colour name

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431221

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/b017ca6dc |hics/krita/commit/011cf6195
   |02007e8ef50f9ea9782d5f90a28 |b82d6e198742c2122578a79dbc5
   |e13b|7eea

--- Comment #4 from Halla Rempt  ---
Git commit 011cf6195b82d6e198742c2122578a79dbc57eea by Halla Rempt.
Committed on 06/01/2021 at 13:01.
Pushed by rempt into branch 'krita/4.4.2'.

Add channel values to the palette swatch tooltip

With this change, I cannot reproduce the tooltips not moving
their position.
Related: bug 431220
(cherry picked from commit 2c90be8d2ad8dbb345c0ed5d6afb196d69182cbb)

M  +1-1libs/widgets/KisPaletteModel.cpp

https://invent.kde.org/graphics/krita/commit/011cf6195b82d6e198742c2122578a79dbc57eea

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431226

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/e410004e7 |hics/krita/commit/f1aebe4ab
   |ac63d75fb1613e34b3b4ba0b3b3 |8584b2d2f65b38ff4b837e3db17
   |e1ce|705a

--- Comment #9 from Halla Rempt  ---
Git commit f1aebe4ab8584b2d2f65b38ff4b837e3db17705a by Halla Rempt.
Committed on 09/01/2021 at 09:46.
Pushed by rempt into branch 'krita/4.4.2'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 407591
(cherry picked from commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e)

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/f1aebe4ab8584b2d2f65b38ff4b837e3db17705a

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

--- Comment #3 from soredake  ---
And locales for selected language needs to be generated, too.

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

[krita] [Bug 407591] plugins/extensions/pykrita/plugin: missing parallel-make dependency

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=407591

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/e410004e7 |hics/krita/commit/f1aebe4ab
   |ac63d75fb1613e34b3b4ba0b3b3 |8584b2d2f65b38ff4b837e3db17
   |e1ce|705a

--- Comment #8 from Halla Rempt  ---
Git commit f1aebe4ab8584b2d2f65b38ff4b837e3db17705a by Halla Rempt.
Committed on 09/01/2021 at 09:46.
Pushed by rempt into branch 'krita/4.4.2'.

Enable parallel builds of pykrita/plugin and pykrita/kritarunnuer
Related: bug 431226
(cherry picked from commit 03f5fe9cd0f485bbedd6b211eb3b1403d1a8850e)

M  +5-0plugins/extensions/pykrita/kritarunner/CMakeLists.txt

https://invent.kde.org/graphics/krita/commit/f1aebe4ab8584b2d2f65b38ff4b837e3db17705a

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

--- Comment #4 from soredake  ---
For locales there are report https://bugs.kde.org/show_bug.cgi?id=384451

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

[kaddressbook] [Bug 285845] endless waiting for CardDAV sources in kaddressbook

2021-01-09 Thread Marc Oliver König
https://bugs.kde.org/show_bug.cgi?id=285845

Marc Oliver König  changed:

   What|Removed |Added

 CC||mo-koe...@magenta.de

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

[kaddressbook] [Bug 431346] New: KAddressBook doesnt download Carddav

2021-01-09 Thread Marc Oliver König
https://bugs.kde.org/show_bug.cgi?id=431346

Bug ID: 431346
   Summary: KAddressBook doesnt download Carddav
   Product: kaddressbook
   Version: 5.15.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: mo-koe...@magenta.de
CC: to...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Add T-Online carddav with https://spica.t-online.de/spica-contacts/carddav
as adress
2. Add a Contact in Webspace
3. Let it automatical sync

OBSERVED RESULT

Kaddressbook doesnt fetch Contacts, but upload new Contacts

EXPECTED RESULT

Kaddressbook fetch Contacts and upload Contacts

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Fedora 33
(available in About System)
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[kaddressbook] [Bug 431346] KAddressBook doesnt download Carddav

2021-01-09 Thread Marc Oliver König
https://bugs.kde.org/show_bug.cgi?id=431346

--- Comment #1 from Marc Oliver König  ---
Created attachment 134676
  --> https://bugs.kde.org/attachment.cgi?id=134676&action=edit
Log

Here is the Log

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

[kaddressbook] [Bug 431346] KAddressBook doesnt download Carddav

2021-01-09 Thread Marc Oliver König
https://bugs.kde.org/show_bug.cgi?id=431346

--- Comment #2 from Marc Oliver König  ---
Created attachment 134677
  --> https://bugs.kde.org/attachment.cgi?id=134677&action=edit
And here the Debug

And here is the Debug from Akonadi-Console

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

--- Comment #5 from soredake  ---
Actually, kcm does not need to generate locales, to generate locales it only
needs to pull language-pack-ru, which itself pulls language-pack-ru-base, which
itself generates locales in postinst using
"/usr/share/locales/install-language-pack" command

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

[kmymoney] [Bug 431347] New: configuration - general - fiscal year month button too small to see months

2021-01-09 Thread jlboz
https://bugs.kde.org/show_bug.cgi?id=431347

Bug ID: 431347
   Summary: configuration - general - fiscal year month button too
small to see months
   Product: kmymoney
   Version: 5.1.1
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: kmymo...@boz.33mail.com
  Target Milestone: ---

Created attachment 134678
  --> https://bugs.kde.org/attachment.cgi?id=134678&action=edit
screenshot of configuration window for Fiscal Year

SUMMARY

When setting the start of the fiscal year there is no difficulty picking the
day but the month selector button is so narrow no months are visible

STEPS TO REPRODUCE
1. Open KMM
2. Click: Settings => Configure KMyMoney... (new window appears)
3. Click General tab, see the Fiscal Year box

OBSERVED RESULT
Cannot see the months, just a narrow bar. It is possible to move the bar down
in steps and count to the right place if you guess that the top position is
January and the rest follows down.

EXPECTED RESULT
Visisble list of months

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: KDE Frameworks 5.77.0
Qt Version: Qt 5.15.1 (built against 5.15.1)

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 428590] Provide ability to configure locales in /etc/default/locale

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

--- Comment #6 from soredake  ---
(In reply to Christoph Feck from comment #4)
> Changing the system's locale requires root permissions. It is not the
> responsibility of Plasma to configure it.
> 
> Not sure why you are citing Minecraft issues. Do you run Minecraft as root,
> or why is the locale of the user not respected?
> 
> Please clarify which issue you want to fix by changing the system's locale.

Gnome, for example, has option "apply to system" in their
language-selector-gnome to set language/locale setting globally, why kde cannot
have this?

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

[systemsettings] [Bug 431292] KCM formats/language should run `check-language-support` on ubuntu to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

--- Comment #6 from soredake  ---
Gnome has utility to to all of this (installing language-pack-${LANG}, and
running `check-language-support`),
https://packages.ubuntu.com/groovy/language-selector-gnome

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

[systemsettings] [Bug 428590] Provide ability to configure locales in /etc/default/locale

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

soredake  changed:

   What|Removed |Added

Summary|Provide ability to  |Provide apply
   |configure locales in|langauge/locales
   |/etc/default/locale |system-wide

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

--- Comment #7 from soredake  ---
Created attachment 134679
  --> https://bugs.kde.org/attachment.cgi?id=134679&action=edit
Gnome has this feature

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

soredake  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

soredake  changed:

   What|Removed |Added

 CC||sit...@kde.org

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428590

--- Comment #8 from soredake  ---
Can someone reopen this?

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

[ark] [Bug 431348] New: rar files with a unicode name containing non-latin characters cannot be opened

2021-01-09 Thread Neviril
https://bugs.kde.org/show_bug.cgi?id=431348

Bug ID: 431348
   Summary: rar files with a unicode name containing non-latin
characters cannot be opened
   Product: ark
   Version: 20.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugins
  Assignee: rthoms...@gmail.com
  Reporter: nevinevi...@yahoo.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

SUMMARY
If a .rar filename contains non-latin characters (e.g. Japanese), Ark will not
be able to open the file's contents.

STEPS TO REPRODUCE
1. Have a .rar file with a Japanese name (or other language with a non-latin
character set)
2. Try opening it with ark

OBSERVED RESULT
Error: "The archive is empty or Ark could not open its content"

Additional comment pops up:
Cannot open /home/user/Downloads/???
? ?
.ra
No such file or directory


EXPECTED RESULT
Files should be able to be opened regardless of their name, if allowed by the
OS. Furthermore, other file formats (zip, 7z, etc) don't have this problem.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux 5.10.4-1-default
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Renaming the file to a name containing only latin characters allows Ark to open
its contents.

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

[systemsettings] [Bug 431292] KCM formats/language should install language-pack-${LANG} and then run `check-language-support` on debian-based distro to complete language support

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431292

soredake  changed:

   What|Removed |Added

Summary|KCM formats/language should |KCM formats/language should
   |run |install
   |`check-language-support` on |language-pack-${LANG} and
   |ubuntu to complete language |then run
   |support |`check-language-support` on
   ||debian-based distro to
   ||complete language support

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Kim Lindberger
https://bugs.kde.org/show_bug.cgi?id=431226

--- Comment #10 from Kim Lindberger  ---
I think you applied the wrong patch to master and the stable branches, unless
you wanted to go with yours instead.

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

[konsole] [Bug 431203] Alt+D does not delete the word in front of the cursor.

2021-01-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=431203

--- Comment #8 from Ahmad Samir  ---
A shot in the dark, compare the terminal output while using `xev`, with both
keymaps?

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

[konsole] [Bug 430450] Profiles and realtime preview not working

2021-01-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=430450

Ahmad Samir  changed:

   What|Removed |Added

 CC||b.ped...@bjphoster.com

--- Comment #8 from Ahmad Samir  ---
*** Bug 431264 has been marked as a duplicate of this bug. ***

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

[konsole] [Bug 431264] Profile changes require program restart

2021-01-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=431264

Ahmad Samir  changed:

   What|Removed |Added

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

--- Comment #1 from Ahmad Samir  ---


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

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

[konsole] [Bug 430450] Profiles and realtime preview not working

2021-01-09 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=430450

Ahmad Samir  changed:

   What|Removed |Added

 CC||rikmi...@kde.org

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

[systemsettings] [Bug 428590] Provide apply langauge/locales system-wide

2021-01-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=428590

--- Comment #9 from Christoph Feck  ---
Please report this issue to minecraft developers.

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

[kdevelop] [Bug 431349] New: Source formatting and indentation should be per-project

2021-01-09 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=431349

Bug ID: 431349
   Summary: Source formatting and indentation should be
per-project
   Product: kdevelop
   Version: 5.6.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: All editors
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: aar...@doofus.org
  Target Milestone: ---

Right now the editor settings appear to be global.  I have multiple 
projects, I work with, often with multiple instances of KDevelop open.
Some projects follow the Linux kernel formatting of using tabs whereas
other projects indent by 4 and only use spaces.  It would be nice if this
configuration option could be moved from the main KDevelop settings to the
project configuration, or to allow the project configuration to override the
main settings.


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.

[okular] [Bug 431350] New: Text annotations in pdf are rendered without accent characters

2021-01-09 Thread Piotr Kowalik
https://bugs.kde.org/show_bug.cgi?id=431350

Bug ID: 431350
   Summary: Text annotations in pdf are rendered without accent
characters
   Product: okular
   Version: 1.9.3
  Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: kowalik.pi...@pm.me
  Target Milestone: ---

Text annotations in pdf are rendered without accent characters (eg. ę ą ł ż ź ć
ń, except std Ansi ASCII chatacters like ó). Special characters are displayed
correctly in text edit window and on "pop-up note".

STEPS TO REPRODUCE
1. Open any pdf
2. Tools-> review
3. Typewriter annotation
4. Paste/write text with accent characters eg. cóż że żłe ślepca zółć ządający
elokwętnej ćmy


OBSERVED RESULT
in pdf -> có e e lepca zó zdajcy elokwtnej my
in text edit -> cóż że żłe ślepca zółć ządający elokwętnej ćmy
in pop-up note -> cóż że żłe ślepca zółć ządający elokwętnej ćmy

EXPECTED RESULT
in pdf -> cóż że żłe ślepca zółć ządający elokwętnej ćmy
in text edit -> cóż że żłe ślepca zółć ządający elokwętnej ćmy
in pop-up note -> cóż że żłe ślepca zółć ządający elokwętnej ćmy

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kernel: 5.4.0-54-generic x86_64 bits: 64 compiler: gcc v:
9.3.0 Desktop: MATE 1.24.0 
wm: marco dm: LightDM Distro: Linux Mint 20 Ulyana base: Ubuntu 20.04 focal
(available in About System)
KDE Frameworks 5.68.0
Qt 5.12.8 (built against 5.12.8)
The xcb windowing system

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 431286] 45e0a722fb85bb5d1ab8bef92080e934254b13aa (plasma-workspace) breaks showing lock screen UI by typing

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431286

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[valgrind] [Bug 398545] Support for SHA instruction on Ryzen

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=398545

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[kde] [Bug 431338] I can't install dolphin add ons

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=431338

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[plasmashell] [Bug 422147] Weird Desktop with horizontal scrollbar

2021-01-09 Thread medin
https://bugs.kde.org/show_bug.cgi?id=422147

--- Comment #3 from medin  ---
I should add that my laptop screen size is 15.6"

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

[dolphin] [Bug 431351] New: Hard to discover how to delete large files

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431351

Bug ID: 431351
   Summary: Hard to discover how to delete large files
   Product: dolphin
   Version: 20.12.1
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: darkt...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
It's difficult/impossible for a user to delete a large file if the user didn't
know beforehand about shift+delete shortcut. This was observed by a
inexperienced user.

STEPS TO REPRODUCE
1. Have a file that doesn't fit in the Trash
2. User right clicks and is presented with "Move to trash" as the only option
allowing deletion
3. After clicking it, an error shows up in Dolphin that the file can't be
moved, with no hints how to proceed

OBSERVED RESULT
The user is left with the file still present with no way of knowing how to
actually remove it, without searching online for a solution or asking an
experienced user.

EXPECTED RESULT
Instead of a non-actionable error, there could be a prompt about deleting the
file instead. Ideally Dolphin wouldn't even give the option to move to trash if
the file is to large.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.77
Qt Version: 5.15.2

ADDITIONAL INFORMATION

Again, I know this is solved by either using shift+delete or adding delete to
the context menu via settings, but this is coming from a new user perspective
that doesn't know about those things.

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

[dolphin] [Bug 431351] Hard to discover how to delete large files

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431351

darkt...@gmail.com changed:

   What|Removed |Added

 CC||darkt...@gmail.com

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

[systemsettings] [Bug 384451] systemsettings does not understand yet-to-be-generated locales

2021-01-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=384451

--- Comment #4 from soredake  ---
About generating locales https://bugs.kde.org/show_bug.cgi?id=431292

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431226

--- Comment #11 from Halla Rempt  ---
Outch... Let me fix that!

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

[kcalc] [Bug 431331] Repeat Operation setting causes Memory Store key to store wrong result

2021-01-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=431331

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/kcalc/-/merge_requests/10

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

[frameworks-kservice] [Bug 429593] KBuildSycoca loop causes hangs

2021-01-09 Thread Wachid Adi Nugroho
https://bugs.kde.org/show_bug.cgi?id=429593

Wachid Adi Nugroho  changed:

   What|Removed |Added

 CC||wachidadinugroho.maya@gmail
   ||.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #33 from Wachid Adi Nugroho  ---
I have an issue similar like this, so i leave comment here instead make a new
thread.


HARDWARE & SOFTWARE
CPU : Intel i3-2370M (4) @ 2.400GHz
Operating System: Arch Linux x86_64

mpv : 0.33.0.r57.g1251f7bbf9-1
dolphin : 20.12.1-1
krunner : 5.77.0-1
plasma-workspace: 5.20.5-1
plasma-framework: 5.77.0-2
kservice: 5.77.0-1
qt5-base: 5.15.2-2
linux   : 5.10.5.arch1-1


SUMMARY
CPU spikes and slow respond (plasmashell, dolphin and krunner) after do
something to plasma-panel while open mpv Media Player, in my system (monitored
with top command):
 - plasmashell, cpu works 45%~60%
 - dolphin, cpu works 25%~40%
 - krunner, cpu works 20%~50%


STEPS TO REPRODUCE
1. open mpv Media Player
2. then trigger plasma-panel by:
   - klicking the plasma-panel specially in System Tray
   - scrolling on top sound icon in System Tray to change volume
   - open Applications Menu by klicking or press Meta button
3. even if i open mpv Media Player via Applications Menu, it will trigger
instantly
4. if i close mpv Media Player then (plasmashell, dolphin and krunner) process
calm down like normal


OBSERVED RESULT
if i open dolphin via konsole with command `kf.service.sycoca=true" dolphin` i
can see loop process kf.service.sycoca: Recreating ksycoca file again and again
after i trigger the plasma-panel until i close mpv Media Player

i already read this thread since December and after update to 5.77 version i
still had this issue now.

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

[systemsettings] [Bug 411563] Need a way to visualize microphone's current recording volume

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411563

gudv...@gmail.com changed:

   What|Removed |Added

 CC||gudv...@gmail.com

--- Comment #4 from gudv...@gmail.com ---
I think this looks way too subtle now.

It is really bad for UX when different places have diferent meaning for same UI
elements.
Every other place uses accent-filled slider and it is familiar but here you
just breaking consistency.
It really should be done as separate bad with washed out filling color next to
control slider.
Or at least slider should have some kind of filling and more accented "current
output level" over it.

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

[okular] [Bug 305534] Annotations don't show all non-ASCII letters

2021-01-09 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=305534

Yuri Chornoivan  changed:

   What|Removed |Added

 CC||kowalik.pi...@pm.me

--- Comment #34 from Yuri Chornoivan  ---
*** Bug 431350 has been marked as a duplicate of this bug. ***

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

[okular] [Bug 431350] Text annotations in pdf are rendered without accent characters

2021-01-09 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=431350

Yuri Chornoivan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||yurc...@ukr.net
 Resolution|--- |DUPLICATE

--- Comment #1 from Yuri Chornoivan  ---


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

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

[digikam] [Bug 377857] Ideas to improve usability of metadata sidebar

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=377857

--- Comment #23 from MarcP  ---
I would also like to see a dashboard like that in the mockup implemented.

The current one is not very "visual", especially in the case of the "folder"
field, which is never shown complete (what about making it multiline?), and the
picture keywords under digikam properties, which should be better presented
(like a read-only version of the Captions/Tags tool maybe?).

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

[libkgapi] [Bug 429406] Gmail auth token is not remembered across restarts

2021-01-09 Thread Nico Kruber
https://bugs.kde.org/show_bug.cgi?id=429406

Nico Kruber  changed:

   What|Removed |Added

 CC||nico.kru...@gmail.com

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

[systemsettings] [Bug 431302] Natural scrolling settings are ignored so the feature doesn't work

2021-01-09 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=431302

--- Comment #5 from Riccardo Robecchi  ---
(In reply to Nate Graham from comment #4)
> Weird. All I can say is that it works for me. :p

There was one other person on the KDE Plasma group on Telegram that had the
same issue, so I'm not the only one.
I tried using "journalctl -b -p04 --follow" before enabling and disabling the
setting, but nothing would turn up.

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

[digikam] [Bug 399027] Feature request: expand and collapse selected folders (albums)

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=399027

--- Comment #2 from MarcP  ---
Hi. I exactly remember when I submitted this bug, but I think I meant an option
to expand and collapse the full subalbum tree, including subfolders of
subfolders.

Right now, when you expand an album, you only expand the first level, not their
subfolders.

But to be honest, it's not a feature I have really been missing. 

And about including the album sub-trees by default, I don't know. I personally
always use that option, but for people  who are more used to browse pictures by
album in a file explorer, they might find it confusing why all of them are
being shown at the same time. Both cases are ok for me, really.

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

[frameworks-kxmlgui] [Bug 409674] Sudden plasma crash (v5.16.3)

2021-01-09 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=409674

Yaroslav Sidlovsky  changed:

   What|Removed |Added

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

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

[kscreenlocker] [Bug 347934] Part of the desktop visible in the lock screen

2021-01-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347934

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #22 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/23

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

[plasmashell] [Bug 418136] Plasma crashes after making and deleting a note then pressing Ctrl+V.

2021-01-09 Thread Vojtěch Bartoň
https://bugs.kde.org/show_bug.cgi?id=418136

Vojtěch Bartoň  changed:

   What|Removed |Added

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

--- Comment #7 from Vojtěch Bartoň  ---
(In reply to Nate Graham from comment #6)
> Thread 1 (Thread 0x7f3cc7f691c0 (LWP 1452)):
> [KCrash Handler]
> #6  0x7f3cc6215d60 in QQuickShortcutContext::matcher(QObject*,
> Qt::ShortcutContext) () at /lib/x86_64-linux-gnu/libQt5QuickTemplates2.so.5
> #7  0x7f3ccbe7224c in QShortcutMap::find(QKeyEvent*, int) () at
> /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #8  0x7f3ccbe72d41 in QShortcutMap::nextState(QKeyEvent*) () at
> /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #9  0x7f3ccbe73059 in QShortcutMap::tryShortcut(QKeyEvent*) () at
> /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #10 0x7f3ccbe27ad2 in
> QWindowSystemInterface::handleShortcutEvent(QWindow*, unsigned long, int,
> QFlags, unsigned int, unsigned int, unsigned int,
> QString const&, bool, unsigned short) () at
> /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #11 0x7f3ccbe45001 in
> QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::
> KeyEvent*) () at /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #12 0x7f3ccbe4a5e1 in
> QGuiApplicationPrivate::
> processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
> () at /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #13 0x7f3ccbe2426b in
> QWindowSystemInterface::sendWindowSystemEvents(QFlags ProcessEventsFlag>) () at /lib/x86_64-linux-gnu/libQt5Gui.so.5
> #14 0x7f3cc763528e in  () at /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
> #15 0x7f3cca18284d in g_main_context_dispatch () at
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #16 0x7f3cca182ad0 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #17 0x7f3cca182b73 in g_main_context_iteration () at
> /lib/x86_64-linux-gnu/libglib-2.0.so.0
> #18 0x7f3ccbab8635 in
> QEventDispatcherGlib::processEvents(QFlags)
> () at /lib/x86_64-linux-gnu/libQt5Core.so.5
> #19 0x7f3ccba5f5cb in
> QEventLoop::exec(QFlags) () at
> /lib/x86_64-linux-gnu/libQt5Core.so.5
> #20 0x7f3ccba67336 in QCoreApplication::exec() () at
> /lib/x86_64-linux-gnu/libQt5Core.so.5
> #21 0x5566e2437b25 in  ()
> #22 0x7f3ccb4211e3 in __libc_start_main (main=0x5566e2436ea0, argc=1,
> argv=0x7ffdc73d0668, init=, fini=,
> rtld_fini=, stack_end=0x7ffdc73d0658) at
> ../csu/libc-start.c:308
> #23 0x5566e2437cde in _start ()
> [Inferior 1 (process 1452) detached]
> 
> 
> Cannot reproduce and the backtrace looks to be entirely in Qt code. Are you
> able to upgrade to a newer version of Kubuntu (the latest one is 20.10) and
> try again?

Well, now I'm on Manjaro, but I'm still able to replicate it. I even found an
easier way to do it!
Place a sticky note on the desktop/panel (no need to do it with the middle
mouse button, you can add it to the desktop through the "Add widgets" button),
delete it, close the notification and press CTRL+V.

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

[frameworks-kfilemetadata] [Bug 404171] baloo_file_extractor crashes in KFileMetaData::XmlExtractor::extract() while indexing files

2021-01-09 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=404171

Yaroslav Sidlovsky  changed:

   What|Removed |Added

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

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

[LabPlot2] [Bug 431352] New: The median-median (Tukey's) line

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431352

Bug ID: 431352
   Summary: The median-median (Tukey's) line
   Product: LabPlot2
   Version: latest
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: alexander.se...@web.de
  Reporter: disu...@disroot.org
  Target Milestone: ---

Feature request: the median-median regression line (or Tukey's line)

The median-median line is intended as a simple, robust alternative to the
least-squares line.

Some relevant links:
https://bgsu.instructure.com/courses/901773/pages/d7-median-median-line?module_item_id=6364145
https://www.tandfonline.com/doi/full/10.1080/10691898.2006.11910582

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431226

--- Comment #12 from Halla Rempt  ---
Should be fixed now...

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

[digikam] [Bug 399027] Feature request: expand and collapse selected folders (albums)

2021-01-09 Thread Sergejs
https://bugs.kde.org/show_bug.cgi?id=399027

--- Comment #3 from Sergejs  ---
OK, as I understand you were thinking about "Expand All" or "Collapse All"
options for the tree. These do not exist, but without a substantial number of
people who feel that they would love to use "Expand All" option I would not
spend time on this. 

I would even argue that to NOT have "Expand All" and "Collapse All" options is
actually better - to not increase amount of available actions in the
right-click menu (more options = harder to find what you need).

@MarcP, perhaps you would set this to RESOLVED to reduce amount of open issues?

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

[plasmashell] [Bug 431353] New: status and notifications disappear by clicking on the arrow when they are on the desktop with no active windows

2021-01-09 Thread Stefano Milani
https://bugs.kde.org/show_bug.cgi?id=431353

Bug ID: 431353
   Summary: status and notifications disappear by clicking on the
arrow when they are on the desktop with no active
windows
   Product: plasmashell
   Version: 5.20.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: stefanomilan...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
status and notifications disappear by clicking on the arrow when they are on
the desktop with no active windows

STEPS TO REPRODUCE
1. click to "show desktop"
2. click to status and notifications
3. click eg. printers or other
4. click arrow on top left
5. observe window disappear instead of returning to the main menu

OBSERVED RESULT
window disappear instead of returning to the main menu

EXPECTED RESULT
window not disappear and returning to the main menu

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.10.5-arch1-1
OS Type: 64-bit
Processors: 4 × Intel® Celeron® CPU N3450 @ 1.10GHz
Memory: 5.7 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 500

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

[digikam] [Bug 269340] Possibility to select more than one folder from tree-view

2021-01-09 Thread Sergejs
https://bugs.kde.org/show_bug.cgi?id=269340

--- Comment #18 from Sergejs  ---
Created attachment 134680
  --> https://bugs.kde.org/attachment.cgi?id=134680&action=edit
Select without subfolders action in WLPG

For future reference, here is a good example from WLPG 2012: 

Because WLPG allows selection of multiple folders, there is also no need for
"Include Album Sub-Tree" option (it is always ON). Instead if user does not
want to display one or more sub-folders user can:
1- Ctrl-click on sub-folders to de-select subfolders;
2- use the "Select without subfolders" option to temporarily deactivate
"Include Album Sub-Tree = ON".

I find this implementation very easy to use and in WLPG often switch between
showing all subfolders (most of the time) and excluding certain sub-folders
using Ctrl-click (when I am sorting & rating incoming images).

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

[plasmashell] [Bug 431353] status and notifications disappear by clicking on the arrow when they are on the desktop with no active windows

2021-01-09 Thread Stefano Milani
https://bugs.kde.org/show_bug.cgi?id=431353

--- Comment #1 from Stefano Milani  ---
Created attachment 134681
  --> https://bugs.kde.org/attachment.cgi?id=134681&action=edit
status and notifications disappear by clicking on the arrow when they are on
the desktop with no active windows

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

[plasmashell] [Bug 431353] status and notifications disappear by clicking on the arrow when they are on the desktop with no active windows

2021-01-09 Thread Stefano Milani
https://bugs.kde.org/show_bug.cgi?id=431353

--- Comment #2 from Stefano Milani  ---
Created attachment 134682
  --> https://bugs.kde.org/attachment.cgi?id=134682&action=edit
status and notifications disappear by clicking on the arrow when they are on
the desktop with no active windows

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

[plasmashell] [Bug 431353] status and notifications disappear by clicking on the arrow when they are on the desktop with no active windows

2021-01-09 Thread Stefano Milani
https://bugs.kde.org/show_bug.cgi?id=431353

--- Comment #3 from Stefano Milani  ---
Created attachment 134683
  --> https://bugs.kde.org/attachment.cgi?id=134683&action=edit
status and notifications disappear by clicking on the arrow when they are on
the desktop with no active windows

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

[kmymoney] [Bug 430554] Account closure

2021-01-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=430554

--- Comment #32 from Thomas Baumgart  ---
One major difference: you do it on Windows, I do it on Linux. It may not be the
cause, but it is something.

I tried it on a Windows machine with the latest stable version found on
https://binary-factory.kde.org/job/KMyMoney_Release_win64/ (#888). Using it on
the anon file, I am unable to duplicate the problem and don't see any crashes.

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

[krita] [Bug 431226] plugins/extensions/pykrita/kritarunner: Missing dependency on ui_info.h and ui_manager.h

2021-01-09 Thread Kim Lindberger
https://bugs.kde.org/show_bug.cgi?id=431226

--- Comment #13 from Kim Lindberger  ---
Yeah, looks good! Thanks!

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

[krita] [Bug 431272] pan tool not working

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431272

--- Comment #2 from alexandrajasminhi...@gmx.de ---
(In reply to Halla Rempt from comment #1)
> Um, this isn't a bug? I might be misunderstanding your report, but this is
> just how the pan mode of the freehand painting tool works. If the pen is on
> the canvas, you're paining, and nothing interrupts that.

sorry, I meant that if the pen cursor is visible on the display, not that I'm
having the pen directly on the canvas. I hope this clarifies it, English is not
my first language so I'm sorry

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

[digikam] [Bug 431354] New: Inconsistent behavior when adding Tags/Keywords

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431354

Bug ID: 431354
   Summary: Inconsistent behavior when adding Tags/Keywords
   Product: digikam
   Version: 7.2.0
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Usability-Menus
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

Created attachment 134684
  --> https://bugs.kde.org/attachment.cgi?id=134684&action=edit
Screen capture showing the issue

SUMMARY

Hi, I noticed a minor but inconsistent behavior when tagging pictures in the
Captions/Tags panel.

Basically, if you select a picture, and type a Tag that does not exist on the
tree, that tag will appear immediately in the Tag tree (prior to hitting
Apply). however, if the tag already exists, the tag won't appear in that
picture until saves are changed to the file.

I think a good compromise would be showing the temporal tag ("assigned", but
not yet Applied) in another color, like grey, to indicate it has just been
assigned.

PS: I was only able to try this while the "Tags already assigned" button is on,
as it would be impossible to check due to the thousands of tags present in my
tree.

STEPS TO REPRODUCE
I have created a screen capture recording to show the behavior. See attachment.


SOFTWARE/OS VERSIONS
Digikam 7.2.0 from Flatpak Build date: Jan 9 2021 (target: Debug)
Rev.: c3077451a517fb160e0e25a9991a279948610500

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

[digikam] [Bug 431354] Inconsistent behavior when adding Tags/Keywords

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431354

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[ksmserver] [Bug 429426] Immediate login after logout will stuck till timeout because of kglobalaccel5

2021-01-09 Thread Felipe Peter
https://bugs.kde.org/show_bug.cgi?id=429426

Felipe Peter  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||mr-pei...@web.de

--- Comment #10 from Felipe Peter  ---
I'm on Manjaro with frameworks 5.77.0 and get the same problem with
kglobalaccel.

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

[ksmserver] [Bug 429426] Immediate login after logout will stuck till timeout because of kglobalaccel5

2021-01-09 Thread Felipe Peter
https://bugs.kde.org/show_bug.cgi?id=429426

Felipe Peter  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|VERIFIED|REPORTED

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

[digikam] [Bug 431355] New: There is no button to add Tag to picture

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431355

Bug ID: 431355
   Summary: There is no button to add Tag to picture
   Product: digikam
   Version: 7.2.0
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Usability-Ergonomy
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

SUMMARY
When writing a tag in the Captions/Tag panel, there is no button to confirm and
add that keyword. The user must press the Enter button, but it might not be
intuitive for everyone. Also, it feels a bit redundant, since the user has
already selected the desired tag, and has yet to click on Apply.

I suggest adding a small button next to the "Enter tag here." text field, or
simply directly adding the tag once the user has clicked on the desired tag in
the autosuggest dropdown list (wasn't that the default behavior until
recently?).


STEPS TO REPRODUCE
1. Select a picture
2. Go to the Tag tab in the Captions panel. 
3. Write a new or existing tag on the text field on top ("Enter tag here.")
4. Click on the suggestion (either create the new tag, or select and existing
one)

OBSERVED RESULT
The text just entered stays there, in that textbox. User needs to press Enter
to add that tag, and then click Apply.

EXPECTED RESULT
The tag should already be assigned and appear in the tag tree in that panel,
waiting for changes to be applied. Or rather add a button to confirm.

SOFTWARE/OS VERSIONS
Digikam 7.2.0 from Flatpak Build date: Jan 9 2021 (target: Debug)
Rev.: c3077451a517fb160e0e25a9991a279948610500

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

[digikam] [Bug 431355] There is no button to add Tag to picture

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431355

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[digikam] [Bug 399027] Feature request: expand and collapse selected folders (albums)

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=399027

--- Comment #4 from MarcP  ---
Yes, that's what I meant. Feel free to close it, it's not really a big deal.

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

[digikam] [Bug 431354] Inconsistent behavior when adding Tags/Keywords

2021-01-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431354

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
You have filtered the tag tree on the right to only show tags that are present
in the image, since the tag "Aquari" has no arrow to expand. Your new tag will
therefore only be displayed when you assign it.

Maik

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

[krita] [Bug 431272] pan tool not working

2021-01-09 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=431272

--- Comment #3 from Halla Rempt  ---
No, that doesn't help either. You'll have to give complete information about
your system (help->system information for bug reports), about the tablet if
you're using one, and what you mean _exactly_ with "pressing the button". Which
button, for instance?

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

[digikam] [Bug 431354] Inconsistent behavior when adding Tags/Keywords

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431354

--- Comment #2 from MarcP  ---
Yes, but it's filtered in both cases, either when the tag already exists in the
tree, and when it doesn't. 

Shouldn't digikam behave equally in both cases?

In any case, I think it would be more intuitive to show the newly unsaved tag
in another color, to highlight what has just been added and it's about to be
written.

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

[dolphin] [Bug 431338] I can't install dolphin add ons

2021-01-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=431338

Nicolas Fella  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |dolphin-bugs-n...@kde.org
 CC||kfm-de...@kde.org,
   ||nicolas.fe...@gmx.de
  Component|general |general
Product|kde |dolphin

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

[plasmashell] [Bug 431344] Always sync settings with SDDM unless upon user request

2021-01-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=431344

Nicolas Fella  changed:

   What|Removed |Added

  Component|Lock/logout |general
   Assignee|plasma-b...@kde.org |k...@davidedmundson.co.uk
 CC||nicolas.fe...@gmx.de,
   ||plasma-b...@kde.org

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

[krita] [Bug 423273] Gradient Map Filter uses uncached colorAt()

2021-01-09 Thread Deif Lou
https://bugs.kde.org/show_bug.cgi?id=423273

Deif Lou  changed:

   What|Removed |Added

 CC||gin...@gmail.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Deif Lou  ---
Solved by https://invent.kde.org/graphics/krita/-/merge_requests/560 (master)
and https://invent.kde.org/graphics/krita/-/merge_requests/561 (4.3)

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

[digikam] [Bug 431355] There is no button to add Tag to picture

2021-01-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431355

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
The behavior has always been this way up to now. What if I don't want to
confirm yet. I am looking for a long name and then want it to be created in a
different path and I would like to add "newTag/searchedName" to the entry. The
Enter key is a typical method for accepting texts.

Maik

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

[digikam] [Bug 431355] There is no button to add Tag to picture

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431355

--- Comment #2 from MarcP  ---
You have time to do that before hitting the Apply button.

Ok, I just downloaded Digikam 7.1, and indeed the behavior was different.
Something definitely changed from Digikam 7.1 to 7.2. Once you clicked on
Create or selected an existing tag, the tag was assigned, and waited for you to
apply the changes. Right now, you have to click on create, hit enter, and the
click Apply (three confirmations instead of two)

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

[digikam] [Bug 216412] Show warning message before album deletion when directories containing files which are not shown by digiKam

2021-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=216412

bugtracker_...@kenspeckle.de changed:

   What|Removed |Added

 CC||bugtracker_kde@kenspeckle.d
   ||e

--- Comment #5 from bugtracker_...@kenspeckle.de ---
Is there a way to get a list of used file extensions?
I think a way to implement this would be to extend
AlbumModificationHelper#slotAlbumDelete to build a file list of the album(s) to
be deleted and to check if there are file that do not match with the standard
image extensions. If files are found a warning is displayed and in case of
confirmation the existing code continues. Otherwise the user needs to sort out
the files manually.

Best
Kenspeckle

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

[digikam] [Bug 431355] There is no button to add Tag to picture

2021-01-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431355

--- Comment #3 from Maik Qualmann  ---
The tag creation process is actually incorrect for digiKam-7.2.0-RC, I'll take
a look at it.

Maik

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

[digikam] [Bug 431355] There is no button to add Tag to picture

2021-01-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=431355

--- Comment #4 from MarcP  ---
Thanks Maik.

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

[kmail2] [Bug 331539] All messages disappear after deleting one

2021-01-09 Thread xdmx
https://bugs.kde.org/show_bug.cgi?id=331539

xdmx  changed:

   What|Removed |Added

 CC||x...@email.it

--- Comment #8 from xdmx  ---
I confirm this as well, under Arch and kmail 5.16.0. I have a gmail inbox, and
when I delete a message in it all other messages disappear.

I usually have just a bunch of messages as I archive or delete them as soon as
possible, so the ones that disappear are usually others that I need to read,
and as mentioned by others I have to switch folder to see them again.

It's very frustrating :(

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

[frameworks-kcmutils] [Bug 431356] New: Wish: add three and four finger actions for the touchpad.

2021-01-09 Thread Simon Gardet
https://bugs.kde.org/show_bug.cgi?id=431356

Bug ID: 431356
   Summary: Wish: add three and four finger actions for the
touchpad.
   Product: frameworks-kcmutils
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: gardet.si...@protonmail.com
  Target Milestone: ---

In the Windows operating system, it is common to see that you can use three or
four fingers on the touchpad to perform an action. 

I don't know if it's related to Windows or if it's a manufacturer's software
(like "Smart Gesture") that allows this. I suggest that we add a default
disabled possibility to implement it under Plasma like Asus Smart Gesture.

We can think about the actions that should be done with three fingers and four
fingers, but I would start with this type of action:
- three fingers: Run the application launcher
- Four Fingers: Open notifications.

Of course, what I said can be adapted.
What do you think about it?

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

  1   2   3   4   >