[systemsettings] [Bug 484257] New: Inconsistent animation in color scheme page

2024-03-22 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=484257

Bug ID: 484257
   Summary: Inconsistent animation in color scheme page
Classification: Applications
   Product: systemsettings
   Version: 6.0.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_colors
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: noaha...@gmail.com, tantalising...@gmail.com,
uhh...@gmail.com
  Target Milestone: ---

SUMMARY
***
Color schemes do not animate consistently while filtering
***


STEPS TO REPRODUCE
1. Choose dark scheme from the filter menu
2. Notice that light schemes nicely vanishes in a fade out like manner
3. Choose all schemes


OBSERVED RESULT
 Light schemes come back with a different and ugly animation.
EXPECTED RESULT
Light schemes should come back with the same nice animation just in backwards.

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

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 471406] Widget pop ups are not resizable

2023-09-08 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=471406

--- Comment #2 from tantalising  ---
(In reply to Nate Graham from comment #1)
> The drag area is very small. Did you make sure that you hit it? You should
> see the resize cursor.

Thanks for replying. I forgot about this. Yes the cursor did resize. After some
days I got some new updates and the issue was fixed by itself. I think it was a
distro issue. I never experienced it again, so I think it's safe to close it.

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

[plasmashell] [Bug 471406] New: Widget pop ups are not resizable

2023-06-24 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=471406

Bug ID: 471406
   Summary: Widget pop ups are not resizable
Classification: Plasma
   Product: plasmashell
   Version: 5.27.4
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: mikel5...@gmail.com, noaha...@gmail.com
  Target Milestone: 1.0

SUMMARY
***
Widget pop ups are not resizable
***


STEPS TO REPRODUCE
1. Open kickoff
2.  Place the cursor at the top right corner
3. Try to drag

OBSERVED RESULT

The cursor changes back and nothing happens

EXPECTED RESULT

The widget should have been resized


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 23.04
(available in About System)
KDE Plasma Version:  5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

It was a fresh kubuntu install. All updates are installed.

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

[plasmashell] [Bug 458238] Setting wallpaper by dragging them to folderview does not work anymore.

2022-10-21 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458238

--- Comment #7 from tantalising  ---
I don't know why  this is happening. It behaves like I am trying to paste file.
Could you please link me the code so that I can try to fix this? 
I thought it will be gone after some updates but it is still here.

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

[plasmashell] [Bug 459996] Applet inappropriately switches years or decades when dragging/swiping up or down on the calendar view

2022-10-13 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=459996

--- Comment #4 from tantalising  ---
(In reply to Nate Graham from comment #3)
> I don't think we can consider this a hidden feature; it makes swiping
> error-prone since it will often go much farther that you intend.
> 
> Removing the feature that's buggy just because it's buggy is always sad; I'd
> prefer if we can try to find a fix if possible.

Unfortunately I will remain very busy for coming two months. I am working on
this and I hope I can land an MR within two months.

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

[plasmashell] [Bug 460125] Allow Plasmoids to define toggle actions that will be displayed interactively in the expanded view

2022-10-10 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=460125

--- Comment #2 from tantalising  ---
(In reply to Nate Graham from comment #1)
> So basically, for the small number of Plasmoids that do have a clear "turn
> me on or off" state, we split its button into two: a "toggle me" button and
> a "take me to the full view" button? That kind of makes sense and would seem
> to avoid most of the problems described in
> https://community.kde.org/Get_Involved/Design/
> Lessons_Learned#Why_not_a_Control_Center.3F.
> 
> I think it could be implemented a bit more simply than adding a whole new
> Representation type, though: we could add new metadata to Plasmoids to allow
> them to expose a toggle action at their root item, and if the System Tray
> sees that, it simply draws a new "toggle me" button in the corner of the
> item in the expanded view, or draws the button as a split button as you've
> described.
> 
> I could see this making sense for any Plasmoid where you can currently
> middle-click it to toggle something:
> - Audio Volume (mute/unmute)
> - Bluetooth (turn on/off)
> - Media Player (pause/unpause)
> - Notifications (enter/exit Do Not Disturb mode)
> 
> Essentially, we bubble up the middle-click functionality into a visible UI.
> And it might make sense to implement for a new that don't currently have
> middle-click-to-toggle-something functionality:
> - Battery & Brightness (Manually inhibit/uninhibit sleep and screen locking;
> maybe a borderline case as I'm not sure how common this functionality is for
> people to actually use?)
> - Networks (enter/exit Airplane Mode)
> 
> For the rest, no toggle action really makes sense IMO because the content is
> inherently geared towards displaying multiple things.
> 
> Regardless, all of this would give us two-click "toggle things"
> functionality as with a Control center, without losing the richness of the
> full views.

Thanks for understanding. I would like add two more things in the list of items
that are togglable. The wifi and the hotspot. They are already in the networks
applet but I think they should also be available as a dummy button in the
expanded tray.  They both redirect you to the networks applet full
representation when split button is pressed. It will hopefully make things more
clear.  A power saving mode should also be helpful for laptop users.  The
expanded view will have more fine tuned controls. Maybe we can now reconsider
adding a brightness slider as well. At least in my desktop I don't have one and
I need one when surrounding environment is too dark. 

I would also like to know your opinion about the static controls things. I
think that is important. You can use the night color to see how it
keep changing places when done outside of automatic start up time.

The implementation of split view can be made more simple I think. What about
the applet itself shows the split button in the compact representation? In that
way an applet can do this whenever they want and it becomes really simple.

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

[plasmashell] [Bug 459996] Applet inappropriately switches years or decades when dragging/swiping up or down on the calendar view

2022-10-10 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=459996

--- Comment #2 from tantalising  ---
(In reply to Nate Graham from comment #1)
> Whoa, can reproduce.

Why don't we see it as a power feature? Like change dates very fast just by
swiping? 

But anyway, the way it's been implemented using swipeview, fixing it would be
very difficult. This problem could have never occurred if I had just never
bothered to add swiping behaviour. That's a potential fix. Remove swiping and
all good. But is that acceptable?

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

[systemsettings] [Bug 460147] New: Accent colors fail to apply tint sometimes

2022-10-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=460147

Bug ID: 460147
   Summary: Accent colors fail to apply tint sometimes
Classification: Applications
   Product: systemsettings
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_colors
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: noaha...@gmail.com, tantalising...@gmail.com,
uhh...@gmail.com
  Target Milestone: ---

SUMMARY
Tinting does not work when colors are changed in a certain sequence


STEPS TO REPRODUCE
1.  Open colors kcm page
2.  Select any custom color with tint feature on
3.  Now select accent color from colorscheme

OBSERVED RESULT
The default accent color selections fails to tint the windows.

EXPECTED RESULT
The tint should be applied for default accent color as well.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  kde neon
(available in About System)
KDE Plasma Version:   5.26.80
KDE Frameworks Version:  5.99.0
Qt Version:  5.15.6

ADDITIONAL INFORMATION

If you select the option accent color from colorscheme and then switch to any
custom color
the tint won't apply either.

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

[plasmashell] [Bug 460125] New: Suggestion for improving experience of the system tray.

2022-10-08 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=460125

Bug ID: 460125
   Summary: Suggestion for improving experience of the system
tray.
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: mate...@gmail.com
  Target Milestone: 1.0

Created attachment 152646
  --> https://bugs.kde.org/attachment.cgi?id=152646=edit
split button

SUMMARY
Improvements for system tray.


DETAILS

The system tray currently is not very useful for things that can be turned on
and off.
Sometimes the user wants to just quickly change things and turn things on and
off.
First I will give an example of why current approach is insufficient.

Take for example the bluetooth. To turn it on, we need three clicks currently.
One to enter the tray, one to reach the full representation and one to activate
it.
Maybe one more to close the tray.

This can definitely be improved if we let the user just click it to toggle it
on or off.

Now here's some faq that I thing should be useful to readers.

1. How do I access the full view? No this is just insane, this is blah blah ...

Ans: The current design reflects that this fact was taken into consideration
and
that's why the default action is to take you to the full view. But think again.
This
is the reason we can't peacefully toggle things on and off. This can be solved.
Not
by redirecting you to a second page and annoying you by demanding a show of
your click
skill. A new representation has to be created for this. Let's call this split
button
since anyway the compact view does look like buttons. The split button has two
regions
divided by a divider or anything you want. The left side let you click and
toggle things
on and off and the right side takes you to the full representation. This fixes
both
the issues of toggling and accessing the full view.

2. What about things that can't toggled ? like power settings? Haha got you.

Ans: Anything can be toggled if you have enough imagination. I admit there are
some items that aren't suitable for toggling. The solution is rather easy.
We don't represent them using the split button. They take you directly to the
full view. Though I would like to stress that many things that look like there
is no on and off state, actually have an on and off state. Let's take some
examples:

i. The power settings compact view can be made to show an item or text for
performance mode. It
will switch to power saving mode once we click it. The full view is
still there to let you do more advanced things and also so that
non-power
users are not bothered by making all things only in the full view.

ii. The vault can have two states. Locked and unlocked. This will be very
convenient
since that is what is to be done most of the time once a vault is
created.
(unrelated side note: vault is still buggy)


3. There's already the middle click to toggle things. What about that? You just
don't know enough.

Ans: I know about that terrible hack. Yes that's right. We users expect to
do things with
straightforward manners. Toggling things is something will be used
frequently. assigning something
like middle click that is only used by mostly power users is neither good
nor very obvious.
Certainly middle click does things that are somewhat advanced and should
not be used carelessly
anywhere. Make it do something useful. The middle click here does not make
sense. It is here
because the current design could not accommodate for a quick toggle. The
split button solves this,
is far more better, highly visible and to the point.

4. But there are really something that can't be toggled here. You know about
lock keys status? Lol.

Ans: I would like to ask what an lock keys status doing here in the system
tray. They are indicators.
They should only appear in the panel to show some status but should neither
have a compact representation
nor have a full representation. If you disagree, that's fine. It won't be
terrible to keep it in the
expanded tray, but it does not pose any threat to the split button idea. It
won't just have a split representation
and will just stare at you.

5. You are suggesting too much changes.

Ans: I am just elaborating my concerns. The changes suggested by me here are
really small. Give us the split
representation and let us use that to toggle things that are togglable.
Everything else remains same.
Every thing! You can use the tray the way you used. No drastic change. You
still can access the split
view the same way. My suggestion adds to the current design, and does not
change it.


Now Let's talk about one more issue that can be solved as well and it's best to
talk ab

[systemsettings] [Bug 459367] New: The dark/light mode preference is completely broken

2022-09-19 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=459367

Bug ID: 459367
   Summary: The dark/light mode preference is completely broken
Classification: Unclassified
   Product: systemsettings
   Version: master
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Quick Settings
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
  Target Milestone: ---

SUMMARY
***
The dark/light preference option does not work without using breeze/breeze dark
theme
***


STEPS TO REPRODUCE
1.  Choose a theme other than breeze/breeze dark. 
2.  Go to quick settings page

OBSERVED RESULT
Notice that neither the dark nor the light option is selected.

EXPECTED RESULT
The option should have changed itself according to the global theme type(light
or dark)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  KDE neon 
(available in About System)
KDE Plasma Version: 5.26.80
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6

ADDITIONAL INFORMATION
It does not also track different color schemes. For example if I choose light
theme and even let say the breeze one then all the apps (snap/flatpak/even gtk)
will respect the light theme. But as soon as I switch the colorscheme to dark,
it fails to update itself and now I have apps with light background and light
toolbar icons and that's not great. I heard there was something like
org.freedesktop.blah.blah dark mode setting option and I think the quick
setting options fail to update them as well. Plasma supports different color
schemes as well as global themes. Platforms like windows/gnome always have two
theme and they are dark and light. So switching between them always work. No
apps get bad colors. Since plasma supports more options, It should always keep
them in mind as well, not just global default themes.

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

[dolphin] [Bug 459069] New: Navigating to root using location bar does not work

2022-09-13 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=459069

Bug ID: 459069
   Summary: Navigating to root using location bar does not work
   Product: dolphin
   Version: 22.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: bars: location
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: tantalising...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
Navigating to root using location bar does not work. 
***


STEPS TO REPRODUCE
1.  Open dolphin
2.  Click on location bar
3.  Press Ctrl+A
4. type /
5. press enter

OBSERVED RESULT
The location does not change

EXPECTED RESULT
The location should change to the root

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  
(available in About System)
KDE Plasma Version:  5.25.80
KDE Frameworks Version: 5.98.0
Qt Version:  5.15.6

ADDITIONAL INFORMATION

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

[konsole] [Bug 459068] New: Hamburger menu missing in konsole

2022-09-13 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=459068

Bug ID: 459068
   Summary: Hamburger menu missing in konsole
   Product: konsole
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: tantalising...@gmail.com
  Target Milestone: ---

SUMMARY
***
There is no hamburger menu on the top left side of konsole
***


STEPS TO REPRODUCE
1.  open konsole
2.  try to open the hamburger menu on the top left

OBSERVED RESULT
menu not found

EXPECTED RESULT
There should be a hamburger menu

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  
(available in About System)
KDE Plasma Version:  5.25.80
KDE Frameworks Version:  5.98.0
Qt Version:  5.15.6

ADDITIONAL INFORMATION
The hamburger menu (either left sided or right sided) is present in many kde
apps.  it is so consistent that whenever I need to do something not in toolbar
I blindly click the menu and generally it is there. The absence of menu in
konsole breaks this pattern and it is really frustrating for users. In general
the menu should be added to any app that does not have it to complete this
pattern, if there is strong reason for some particular app to not do this.

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

[Breeze] [Bug 458501] unlock icon for kio-admin

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458501

--- Comment #3 from tantalising  ---
Created attachment 151956
  --> https://bugs.kde.org/attachment.cgi?id=151956=edit
admin unlock icon

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

[Breeze] [Bug 458501] unlock icon for kio-admin

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458501

tantalising  changed:

   What|Removed |Added

 CC||tantalising...@gmail.com

--- Comment #2 from tantalising  ---
(In reply to Nate Graham from comment #1)
> Ideas:
> - Key
> - User icon with an upward-pointing arrow
> - User icon with the user wearing a medal or a crown

I can't design icon but here are some ideas I would like to present(in the
attachment)

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #13 from tantalising  ---
(In reply to Nate Graham from comment #12)
> No, there is definitely *something* wrong here as I was on X11 recently and
> managed to reproduce similar issues. Not exactly this one, but similar ones.
> https://invent.kde.org/frameworks/kconfig/-/merge_requests/129 may fix it.
> Re-testing it is on my to-do list.
> 
> Would you be able to test it and see if it helps for you?

Unfortuantely the mr does not work as well. One thing I have noticed though
(with or without the mr applied) that if I resize the application using my left
side monitor, then the size persists, but window does not restore to that
monitor, instead opens on the primary monitor.

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #11 from tantalising  ---
I want to also mention that not only dolphin but some other kde apps like kate
also behaving like this. Is there any possibility that something is wrong on my
system?

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

[plasmashell] [Bug 458238] Setting wallpaper by dragging them to folderview does not work anymore.

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458238

--- Comment #5 from tantalising  ---
recording added

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

[plasmashell] [Bug 458238] Setting wallpaper by dragging them to folderview does not work anymore.

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458238

--- Comment #4 from tantalising  ---
Created attachment 151954
  --> https://bugs.kde.org/attachment.cgi?id=151954=edit
folderview bug on x11

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

[plasmashell] [Bug 458238] Setting wallpaper by dragging them to folderview does not work anymore.

2022-09-09 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458238

--- Comment #3 from tantalising  ---
(In reply to Nate Graham from comment #1)
> Cannot reproduce in the Plasma Wayland session with current git master. Are
> you on X11? And can you attach a screen recording that shows the issue?

I am on X

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-09-01 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #8 from tantalising  ---
(In reply to Nate Graham from comment #7)
> Ok, so that's the problem.
> 
> Is that file not writable by your user, maybe?

It is writable. The permission is 0600

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-09-01 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #6 from tantalising  ---
(In reply to Nate Graham from comment #5)
> Oh, the window state is stored in ~/.local/share/dolphin/dolphinstaterc
> nowadays. Nice.
> 
> Can you open that file in Kate, open Dolphin, resize its window, quit
> Dolphin, and go back to Kate? See if anything changed.

Every time I open or close dolphin kate says the file is deleted. After closing
the file and reopening it the contents always remain same.

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-08-31 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #3 from tantalising  ---
By the way I never changed any setting in dolphin and there is no window rules
in my system.

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

[dolphin] [Bug 458261] Dolphin doesn't remember size

2022-08-31 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

--- Comment #2 from tantalising  ---
(In reply to Nate Graham from comment #1)
> Works for me with current git master on Wayland.
> 
> Are you using the Wayland session, or X11? If it's the X11 session, can you
> try Wayland and see if it's working there?

Not working on wayland as well. Even worse, wayland is laggy and blur doesn't
work as well.

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

[dolphin] [Bug 458261] New: Dolphin doesn't remember size

2022-08-24 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458261

Bug ID: 458261
   Summary: Dolphin doesn't remember size
   Product: dolphin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: tantalising...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Dolphin does not remember last opened size

STEPS TO REPRODUCE
1.  Open dolphin
2.  Resize to a size other than default
3.  close dolphin
4. Reopen dolphin

OBSERVED RESULT
It opens with the default size

EXPECTED RESULT
It should open with the last used size

Linux/KDE Plasma:  kde neon unstable
KDE Plasma Version:  5.25.80
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
dolphin version 22.11.70 (not found in drop down menu provided). I think it
used to work 
in the past

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

[plasmashell] [Bug 458238] New: Setting wallpaper by dragging them to folderview does not work anymore.

2022-08-24 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=458238

Bug ID: 458238
   Summary: Setting wallpaper by dragging them to folderview does
not work anymore.
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: h...@kde.org
  Target Milestone: 1.0

SUMMARY
Setting wallpaper by dragging them to folderview does not work anymore.
STEPS TO REPRODUCE
1.  Set the desktop mode to folderview
2.  Navigate to an image file in file manager and drag to an empty space of
desktop and drop.

OBSERVED RESULT
A menu will appear with relevant options

EXPECTED RESULT
The menu should contain an option to set it as wallpaper

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE neon unstable
KDE Plasma Version: 5.25.80
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
It works in desktop mode.

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

[kdeconnect] [Bug 457128] Sharing multiple files does not work

2022-07-25 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=457128

--- Comment #1 from tantalising  ---
Btw using the laest store version of kde connect on windows.

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

[kdeconnect] [Bug 457128] New: Sharing multiple files does not work

2022-07-25 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=457128

Bug ID: 457128
   Summary: Sharing multiple files does not work
   Product: kdeconnect
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: windows-application
  Assignee: piyushaggarwal...@gmail.com
  Reporter: tantalising...@gmail.com
  Target Milestone: ---

SUMMARY
Trying to share multiple files either from phone(android) or pc fails silently

STEPS TO REPRODUCE
1.  Select more than one files
2.  Share them using kde connect

OBSERVED RESULT
Transfer fails

EXPECTED RESULT
Files should have been transfered

SOFTWARE/OS VERSIONS
Windows:  11 latest non dev/insider build


ADDITIONAL INFORMATION
It works fine on linux. Probably works with kdeconnectcli.exe as well.  The
phone was realme x2 pro, if that matters.
The android client was up to date and works well with linux(kde neon dev).

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

[systemsettings] [Bug 456835] Accent color do not show preview when user chooses the wallpaper option

2022-07-17 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=456835

--- Comment #1 from tantalising  ---
Sorry I forgot to include OBSERVED RESULT AND EXPECTED RESULT section and I
can't find a way to edit now.

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

[systemsettings] [Bug 456835] Accent color do not show preview when user chooses the wallpaper option

2022-07-17 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=456835

tantalising  changed:

   What|Removed |Added

   Keywords||regression

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

[systemsettings] [Bug 456835] New: Accent color do not show preview when user chooses the wallpaper option

2022-07-17 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=456835

Bug ID: 456835
   Summary: Accent color do not show preview when user chooses the
wallpaper option
   Product: systemsettings
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm_colors
  Assignee: plasma-b...@kde.org
  Reporter: tantalising...@gmail.com
CC: noaha...@gmail.com, tantalising...@gmail.com,
uhh...@gmail.com
  Target Milestone: ---

For provided custom colors, the chosen color is shown in the colorscheme
thumbnails. This does not work for wallpaper accent color until user press
apply.

STEPS TO REPRODUCE
1.  Make sure the accent color is not from wallpaper
2.  Choose accent color from wallpaper
3.  Note that the accent color preview is not shown in the colorscheme
thumbnails.

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 455894] Previous custom accent color not remembered after other option is selected

2022-06-27 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=455894

--- Comment #1 from tantalising  ---
Now I think about it, why don't we restore the last used color? If there is no
reason to do so, I will soon fix it.

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

[plasmashell] [Bug 453164] Accent color from wallpaper is inconsistent with multiple activities after login

2022-06-14 Thread tantalising
https://bugs.kde.org/show_bug.cgi?id=453164

tantalising  changed:

   What|Removed |Added

 CC||tantalising...@gmail.com

--- Comment #11 from tantalising  ---
(In reply to Fushan Wen from comment #10)
> Can you still reproduce the bug on the latest git master? I have pushed some
> fixes about accent color.

Just came to comment the issue has disappeared by itself. Thanks for fixing
this. This was really annoying. The activities switching bug is not anymore
there. I have not checked the potd bug but I guess it is fixed as well.

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