[Akonadi] [Bug 439631] Akonadi crashes often and sometimes it doesn't start up at all

2022-02-14 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=439631

--- Comment #4 from Domenico Panella  ---
Created attachment 146705
  --> https://bugs.kde.org/attachment.cgi?id=146705=edit
mysql.err

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

[Akonadi] [Bug 439631] Akonadi crashes often and sometimes it doesn't start up at all

2022-02-14 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=439631

--- Comment #3 from Domenico Panella  ---
Created attachment 146703
  --> https://bugs.kde.org/attachment.cgi?id=146703=edit
Akonadi.err

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

[Akonadi] [Bug 439631] Akonadi crashes often and sometimes it doesn't start up at all

2022-02-14 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=439631

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #2 from Domenico Panella  ---
Same problem here on:

Operating System: Slackware 15.0
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.16.9 (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kwin] [Bug 436555] kmail app (and others) flickering on Nvidia Hardware

2022-01-11 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=436555

--- Comment #8 from Domenico Panella  ---
(In reply to Vlad Zahorodnii from comment #6)
> We've got similar bug reports about having glitches in window decorations
> when using an nvidia video card.
> 
> @Domenico can you describe visual artifacts or maybe attach a photo showing
> them?

You can see them
https://gitlab.freedesktop.org/mesa/mesa/-/issues/5731#note_1184944

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

[kwin] [Bug 436555] kmail app (and others) flickering on Nvidia Hardware

2021-11-23 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=436555

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #4 from Domenico Panella  ---
I'm getting the same problem on Opensuse Tumbleweed. 
At the moment, the affected apps are Falkon Browser (unusable), Kmail and
System settings

Operating System: openSUSE Tumbleweed 20211121
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-8565U CPU @ 1.80GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[frameworks-kirigami] [Bug 434407] Size inconsistency in initials-style avatar (default vs change avatar)

2021-04-18 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434407

--- Comment #3 from Domenico Panella  ---
(In reply to Massimiliano L from comment #2)
> (In reply to Domenico Panella from comment #1)
> > Decreasing "font.pixelSize" property 
> > at
> > https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/users/
> > package/contents/ui/UserDetailsPage.qml#L419
> > 
> > from
> > font.pixelSize: Kirigami.Units.gridUnit * 4
> > 
> > to
> > font.pixelSize: Kirigami.Units.gridUnit * 2.5
> > 
> > it looks good for me.
> 
> I understand you propose a change that makes the font smaller but do we
> understand why the font was changeing size compared to the default?

Yeah, the default image is an Item of the "Text" type not Image, whereas
when we select a new image with initial letters from dialog window,
we save it as Image (PNG).
This is the code which saves the image as PNG file
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/users/package/contents/ui/UserDetailsPage.qml#L424-434

This is the code (kirigami side) which we decide to show Item text (default
case) or image
https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/Avatar.qml#L203-249

At the moment i see two potential problems:
1) The letters font is too large when we select the image from window dialog.
(fixed it simply by decreasing it) 
2) If you attentively observe it, the new image is different than default how
it's rendering too. This appears slightly blurry respect the default image.

In my opinion, the default image and the image which we select via window
dialog should be handled at the same way. 
I mean both handled as Image or Text otherwise we will always see the
difference between them.

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

[frameworks-kirigami] [Bug 434407] Size inconsistency in initials-style avatar (default vs change avatar)

2021-04-17 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434407

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #1 from Domenico Panella  ---
Decreasing "font.pixelSize" property 
at
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/users/package/contents/ui/UserDetailsPage.qml#L419

from
font.pixelSize: Kirigami.Units.gridUnit * 4

to
font.pixelSize: Kirigami.Units.gridUnit * 2.5

it looks good for me.

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #17 from Domenico Panella  ---
(In reply to Massimiliano L from comment #15)
> (In reply to Domenico Panella from comment #13)
> > Also the new user management predict the image/icons selection via file
> > system browsing. You can select whatever you want via "Choose file" button.
> > Attach a screenshot to remove some doubts
> 
> I think we are overcomplicating this :) I am aware "Choose file" option but
> that means the user would have either to find out where the icons are stored
> or download a custom image from the web. I do not see any problem in
> expanding the pool of available images by one element. I offer to take care
> of it.

In fact, there was only a misunderstanding. ;)
Anyway, when the changes are simple, you create the MR directly.
Sometimes we lose more time to write the problem than resolve it.
No problem if i have to do this MR.

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #14 from Domenico Panella  ---
Created attachment 137633
  --> https://bugs.kde.org/attachment.cgi?id=137633=edit
"Choose File" button in user management

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #13 from Domenico Panella  ---
(In reply to Massimiliano L from comment #12)
> > During user creation is not is possible and i think that it's intentional...
> > It has not sense to add a profile picture for the user which you are not. 
> > In modify mode, it already provides this functionality and it's right ,
> > therefore, 
> > you only could ask a default behaviour changing which doesn't seem wanted.
> 
> Yes, my point is that in "edit mode" there is a pool of images that can be
> chosen from. If I remember correctly, the old user manager had access to the
> icon set. The new user manager has access to a pre-defined set of images and
> it is just a matter of adding one more to the repo :)

You can choice whatever image you want via browsing file system with new user
management too
(In reply to Massimiliano L from comment #12)
> > During user creation is not is possible and i think that it's intentional...
> > It has not sense to add a profile picture for the user which you are not. 
> > In modify mode, it already provides this functionality and it's right ,
> > therefore, 
> > you only could ask a default behaviour changing which doesn't seem wanted.
> 
> Yes, my point is that in "edit mode" there is a pool of images that can be
> chosen from. If I remember correctly, the old user manager had access to the
> icon set. The new user manager has access to a pre-defined set of images and
> it is just a matter of adding one more to the repo :)

Also the new user management predict the image/icons selection via file system
browsing. You can select whatever you want via "Choose file" button.
Attach a screenshot to remove some doubts

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #11 from Domenico Panella  ---
Sorry, for typed errors ;)

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #10 from Domenico Panella  ---
(In reply to Massimiliano L from comment #9)
> (In reply to Domenico Panella from comment #8)
> > I had properly interpreted your request therefore you are requiring a
> > default behaviour changing which should show "user-identity" icon in place
> > of image with initial letters which you say that is buggy too when we change
> > its aspect.
> > 
> > To be honest, for me is indiffeent, but from comment above, it doesn't seem
> > interested to change it, therefore i'd say to close this bug/request.
> > I'd leave open this  bug 434407 instead
> 
> I think this was clear from my opening message that my primary aim was to
> have/provide a neutral-looking option such as the user identity icon among
> the avatar choices. This can be done pretty easily (I can try to do it by
> myself and file a merge request).
> 
> The change of defaults was just a sidenote suggestion given the current
> state of things but it can be put aside if nobody else supports it (also I
> guess these matters should be up to the VDG?).

Yes, but where shoud be added this option ? During user creation is not is
possible and i think that it's intentional
(In reply to Massimiliano L from comment #9)
> (In reply to Domenico Panella from comment #8)
> > I had properly interpreted your request therefore you are requiring a
> > default behaviour changing which should show "user-identity" icon in place
> > of image with initial letters which you say that is buggy too when we change
> > its aspect.
> > 
> > To be honest, for me is indiffeent, but from comment above, it doesn't seem
> > interested to change it, therefore i'd say to close this bug/request.
> > I'd leave open this  bug 434407 instead
> 
> I think this was clear from my opening message that my primary aim was to
> have/provide a neutral-looking option such as the user identity icon among
> the avatar choices. This can be done pretty easily (I can try to do it by
> myself and file a merge request).

During user creation is not is possible and i think that it's intentional...
It has not sense to add a profile picture for the user which you are not. 
In modify mode, it already provides this functionality and it's right ,
therefore, 
you only could ask a default behaviour changing which doesn't seem wanted.

> The change of defaults was just a sidenote suggestion given the current
> state of things but it can be put aside if nobody else supports it (also I
> guess these matters should be up to the VDG?).

Probably, you are right

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #8 from Domenico Panella  ---
First of all, i understand the reason which i had both "User Manager" and
"User". It seems that the user-manager ("User manager") package is no longer
required now. Both provide the same functionality (with little difference),
therefore is useless.

Coming back to the question, "User" already provides this possibilty only in
modify mode, not insert mode.
If we are creating a new user (not myself), it has not sense to have this
functionality at creation time too.

I had properly interpreted your request therefore you are requiring a default
behaviour changing which should show "user-identity" icon in place of image
with initial letters which you say that is buggy too when we change its aspect.

To be honest, for me is indiffeent, but from comment above, it doesn't seem
interested to change it, therefore i'd say to close this bug/request.
I'd leave open this  bug 434407 instead

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-15 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

--- Comment #5 from Domenico Panella  ---
A question:

my system settings show both "Users" and "Users Manager".
"Users manager" already offers this option while we create a new user. You can
choice your preferred image
from window dialog or browsing file system.

"Users" doesn't offer this option while we create the user (it always sets the
image with initial letters) but only after do it we can change the image.

Do we want be able to choice our preferred image while create the user too on
"Users"?

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

[systemsettings] [Bug 434406] Neutral user icon as avatar choice

2021-04-14 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=434406

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #3 from Domenico Panella  ---
If i understand well, we want to replace the initial image which contains the
initial letters  with the "user-identity" icon.
Do we want really to change this behaviour ?

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

[plasmashell] [Bug 431481] Keyboard layout is considered state rather than settings on Wayland, so it gets reset when using clean sessions

2021-04-13 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=431481

--- Comment #18 from Domenico Panella  ---
The idea should be that everything we do in kcms is a setting, everything we do
via applet/shortcut
should be a change of the setting state, as such keeping it or not if we set to
save the session or not.

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

[plasmashell] [Bug 431481] Keyboard layout is considered state rather than settings on Wayland, so it gets reset when using clean sessions

2021-04-13 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=431481

--- Comment #17 from Domenico Panella  ---
I say that the keyboard layout defined in kcms are the settings.
If i change the layout via applet/shortcut then it changes from a setting to a
state because i am not doing that in kcms  
it's only a temporary operation, as such
it has to be saved if we set to save the session otherwise we load the topmost
layout defined in kcms.
I agree with Andrey thought.

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

[plasmashell] [Bug 431481] Keyboard layout is considered state rather than settings on Wayland, so it gets reset when using clean sessions

2021-04-12 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=431481

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #11 from Domenico Panella  ---
On X11 this MR should fix this behaviour.
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/416

Now, it loads the top most layout defined in kcms in "Empty session" case.

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

[systemsettings] [Bug 435191] Loading the wrong keyboard layout

2021-04-12 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

--- Comment #26 from Domenico Panella  ---
A possible MR is
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/416

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

[systemsettings] [Bug 435191] Loading the wrong keyboard layout

2021-04-06 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

--- Comment #24 from Domenico Panella  ---
Just I finished the other tests, i'll open an issue on Gitlab

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

[systemsettings] [Bug 435191] Loading the wrong keyboard layout

2021-04-04 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

--- Comment #14 from Domenico Panella  ---
(In reply to Andrey from comment #13)
> If you have some basic C/C++ skills, you could make it work the same way as
> on Wayland, honoring Session restore option ;)
> I can guide you for the details.

On wayland, there are not problems about keyboard layout but 
the applications are not correctly restored.
That works fine on X11 instead.
Maybe that is another bug !?
Yes, i could do that but before starting i'd want to ask some info.
How can i contact you?

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

[systemsettings] [Bug 435191] Loading the wrong keyboard layout

2021-04-03 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

--- Comment #10 from Domenico Panella  ---
X11

>From my tests, the problem seems to be
".local/share/kded5/keyboard/session/layout_memory.xml"
Option: "Start new session"
Layout: "it,us"
The layout defined in layout_memory.xml is always loaded.
Is it correct? I expected the "it" layout is loaded because it is on top of the
list.
For some reason i have this file content:






Now, If i change currentLayout from "us" to "it", it works fine!

WAYLAND

All works fine except when we restore the session.
Some applications are not restored.
I didn't see problems about keyboard layout instead.


Questions:

Option: "Restore previously saved session"
Switch Policy: "Application, Windows, Desktop"

Should it remember the keyboard layout for the applications?
Same question for desktop and window.

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

[plasmashell] [Bug 435191] Loading the wrong keyboard layout

2021-04-01 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

--- Comment #7 from Domenico Panella  ---
According you, where is the problem? i see
plasma-desktop/applets/keyboardlayout
(is it plasmoid?) , plasma-workspace/components/keyboardlayout or anything else
?

I could check that if you guide me.

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

[plasmashell] [Bug 435191] Loading the wrong keyboard layout

2021-04-01 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

Domenico Panella  changed:

   What|Removed |Added

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

--- Comment #6 from Domenico Panella  ---
(In reply to Andrey from comment #5)
> Could you please check if the last used layout restores for you on Wayland
> when "Restore last session" is set?

I checked that, on Wayland it restore fine while on X11 not restore last layout
setted. Moreover, i set "Start new session" with these layout:
English (us) (top)
Italian (it).
I expected the English keyboard layout set while the italian is set instead.
Anyway, on X11 it not works properly as Wayland.

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

[plasmashell] [Bug 435191] Loading the wrong keyboard layout

2021-04-01 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

Domenico Panella  changed:

   What|Removed |Added

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

--- Comment #4 from Domenico Panella  ---
I did this test:
I created a new user and logged in with Wayland. 
I created the same keyboard layouts
and it also worked after reboot and poweroff command.
I logged in with X11 as my user and now it also worked.
I don't know what is happened but at the moment it's working fine.
I close this bug as "Not a bug"

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

[plasmashell] [Bug 435191] Loading the wrong keyboard layout

2021-03-31 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

Domenico Panella  changed:

   What|Removed |Added

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

--- Comment #2 from Domenico Panella  ---
I have "Start a new session" in my settings.

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

[plasmashell] [Bug 435191] New: Loading the wrong keyboard layout

2021-03-31 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=435191

Bug ID: 435191
   Summary: Loading the wrong keyboard layout
   Product: plasmashell
   Version: 5.21.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Keyboard Layout
  Assignee: plasma-b...@kde.org
  Reporter: pando...@gmail.com
CC: butir...@gmail.com
  Target Milestone: 1.0

SUMMARY

Loading the keyboard layout without respect the exact order.

STEPS TO REPRODUCE
1. Go in System Settings -> Input devices -> Keyboard layout
2. For example, you add two keyboard layouts "it" (top of the list) and "us". 
3. Reboot the machine 

OBSERVED RESULT

I see the "us" keyboard layout loaded.

EXPECTED RESULT

I should see the "it" keyboard layout loaded because it is at the top of the
list.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.21.3
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.10.26_1

-- 
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-14 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=429406

--- Comment #17 from Domenico Panella  ---
I applied that patch but every machine reboot, akonadi requires google
authentication via web browser. 
I don't know if is linked at this bug.

-- 
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-07 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=429406

--- Comment #13 from Domenico Panella  ---
Just applied this patch and it works for me.
https://invent.kde.org/pim/libkgapi/-/merge_requests/17

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

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

2020-12-27 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=429406

--- Comment #5 from Domenico Panella  ---
libkgapi-20.12.0_1

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

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

2020-12-27 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=429406

Domenico Panella  changed:

   What|Removed |Added

 CC||pando...@gmail.com

--- Comment #4 from Domenico Panella  ---
Same here.

Operating System: Void Linux
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.9.16_1
OS Type: 64-bit

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

[kscreenlocker] [Bug 426986] Kscreenlocker not setting picture of the day as background

2020-09-27 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=426986

--- Comment #8 from Domenico Panella  ---
ok. thanks :)

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

[kscreenlocker] [Bug 426986] Kscreenlocker not setting picture of the day as background

2020-09-27 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=426986

--- Comment #6 from Domenico Panella  ---
(In reply to Nate Graham from comment #4)
> Try the Plasma 5.20 beta. We'd love to hear if it resolves the issue for you.

It works on plasma development environment provided by
https://community.kde.org/Get_Involved/development#Plasma_Desktop
I suppose that it has been resolved on plasma 5.20. 
I don't know what to do. 
Do I mark as solved?

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

[kscreenlocker] [Bug 426986] Kscreenlocker not setting picture of the day as background

2020-09-26 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=426986

--- Comment #5 from Domenico Panella  ---
ok

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

[kscreenlocker] [Bug 426986] Kscreenlocker not setting picture of the day as background

2020-09-26 Thread Domenico Panella
https://bugs.kde.org/show_bug.cgi?id=426986

--- Comment #3 from Domenico Panella  ---
How can i resolve it?

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