[plasmashell] [Bug 473289] Desktop widgets' background aren't transparent in Plasma 6

2023-08-12 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=473289

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
I investigated this bug. Ultimately the issue is that the Plasma is supposed to
be using the "translucent/" plasma theme directory when Contrast Effect is
enabled, and yet it isn't. 

This was fiddly in Plasma 5 already; in Wayland, we could only check for
Contrast Effect upon startup, meaning that if the user changed the setting, the
plasma theme would not be updated accordingly. In X11 there is an EffectWatcher
that does update the value if the user changes it.

In Plasma 6, the EffectWatcher doesn't work for me; I wasn't able to find out
why. However the bigger issue is that it looks like KWindowSystem is not meant
to be able to detect effects being on/off anymore (maybe since effects are now
plugin?). This means that we are unable to check for Contrast Effect even on
startup.

If we want to preserve the functionality from Plasma 5 as is, I need to figure
out a new way for p-f to check when Contrast Effect is on/off. I'm also
wondering whether we want to preserve this distinction at all, instead of
having a single plasma theme for both Contrast Effect enabled/disabled. This
would simplify the code significantly and make it easier to maintain the Plasma
Theme.

The idea was (iirc) that when Contrast Effect is off the transparent elements
(e.g. panel) need to be a bit more opaque than usual, to preserve readability.
However, we *already* offer the same level of transparency in both SVGs (normal
one, and translucent/ one, both for panel and for dialogs). Thus, I would
suggest to drop translucent/ entirely.

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

[plasmashell] [Bug 467741] Panel and panel widgets lack transparency

2023-05-24 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467741

--- Comment #14 from veggero  ---
The "different shade of gray" is because your wallpaper is gray; the blur is
very strong, so you only really see the average color, which is gray. And it's
quite subtle, so it ends up being "just a different shade of gray". This is by
design! We didn't want to overdo transparency.

To lower down the blur radius, go into System Settings > Workspace Behaviour >
Desktop Effects > Blur > Settings icon. Tone down the strength.

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

[plasmashell] [Bug 467741] Panel and panel widgets lack transparency

2023-05-24 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467741

--- Comment #12 from veggero  ---
(In reply to etfaker from comment #11)
> (In reply to veggero from comment #10)
> > Are you using Breeze?
> > 
> > Can you include a recording where you switch wallpapers whilst in adaptive
> > mode, and where you switch between adaptive, transparent and opaque?
> 
> I am on breeze twilight.
> Here is the requested video: https://files.bestmail.ws/Arch/KDE_2.mkv
> Anything else I should record?

Erm, it looks like the transparency is working as intended! It's a subtle
effect, but you can see the colors of the panel changing depending on the
wallpaper.

If you'd prefer to see more of the wallpaper you can either try to tone down
the blur radius in settings, or switch to a more transparent theme.

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

[plasmashell] [Bug 467741] Panel and panel widgets lack transparency

2023-05-24 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467741

--- Comment #10 from veggero  ---
Are you using Breeze?

Can you include a recording where you switch wallpapers whilst in adaptive
mode, and where you switch between adaptive, transparent and opaque?

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

[plasmashell] [Bug 469880] New Panel config popup has lost the "Maximize" action

2023-05-18 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=469880

--- Comment #2 from veggero  ---
ops

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

[plasmashell] [Bug 412483] Allow showing and hiding a panel by pushing a button on a widget

2023-04-27 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=412483

--- Comment #4 from veggero  ---
(In reply to Nate Graham from comment #3)
> (In reply to Nate Graham from comment #2)
> > You can already use a Panel for this. Just add it on the right or left side,
> > make it really wide, set it to auto-hide, and add some widgets to it. For
> > example, notification history, calendar, clock, etc.
> > 
> > The problem when is that the panel will automatically show every time your
> > mouse hits that screen edge, which is really annoying. What's needed to make
> > this work with a UX that matches the other platforms mentioned is for the
> > panel to always hide and only show when a button on another panel is 
> > clicked.
> It turns out that this is implemented via 3rd-party widget:
> https://store.kde.org/p/1269113/.
> 
> We might want to consider contacting the author and upstreaming it or
> otherwise integrating the functionality, especially if we move forward with
> https://phabricator.kde.org/D24223
> 
> See also other ways to do this:
> https://www.reddit.com/r/kde/comments/eri9va/
> a_very_ingenuous_sidebar_i_made_with_a_plasma/

Briefly looking at the code of the applet, it's extremely extremely hacky.
However Latte has that functionality out of the box, so that could be another
place to take inspiration from.

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

[plasmashell] [Bug 469061] Can not pre-configure panel

2023-04-27 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=469061

--- Comment #1 from veggero  ---
(In reply to yvan from comment #0)
> Hi,
> 
> After reading reading the Kiosk documentation
> (https://develop.kde.org/docs/administration/kiosk/introduction/), I could
> not find a proper way to pre-configure panel to deploy Plasma to users,
> while it works for many other settings.
> 
> STEPS TO REPRODUCE
> 1. From a fresh user session, configure the panel (in my case pin / unpin
> applications to the task manager, disable the clipboard applet).
> 2. Copy `~/.config/plasma-org.kde.plasma.desktop-appletsrc` to `/etc/xdg/`.
> 3. Create a new user and log in.
> 
> OBSERVED RESULT
> Plasma's panel is not pre-configured as intended.
> 
> EXPECTED RESULT
> Plasma's panel should contain chosen applications in the task manager, and
> clipboard applet should be disabled, as configured in
> `/etc/xdg/plasma-org.kde.plasma.desktop-appletsrc`.
> 
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: Debian 12 testing
> (available in About System)
> KDE Plasma Version: 5.27.2
> KDE Frameworks Version: 5.103.0
> Qt Version: 5.15.8
> 
> ADDITIONAL INFORMATION
> I have the same issue with many Dolphin settings. For reference, I already
> asked with more details and without answer on Discuss [1], KDE users list
> [2] and Debian users list [3].
> 1.
> https://discuss.kde.org/t/can-not-configure-plasma-bottom-panel-nor-dolphin-
> with-kiosk/329
> 2. https://www.mail-archive.com/kde@mail.kde.org/msg06032.html
> 3. https://lists.debian.org/debian-user/2023/04/msg00186.html
> 
> Regards,
> Yvan

Hi!

I would suggest pre-configuring a panel through the Plasma API. Specifically:

In `/usr/share/plasma/shells/org.kde.plasma.desktop/contents/` you can find
`layout.js`. This JS file is run at startup to set up
`plasma-org.kde.plasma.desktop-appletsrc`. You can see it says
`loadTemplate("org.kde.plasma.desktop.defaultPanel")`. If you look at
`/usr/share/plasma/layout-templates`, you can find some default templates -
including "org.kde.plasma.desktop.defaultPanel" - and you can create a new one
(saving it in e.g. ~/.local/share/plasma/layout-templates).

I'm not sure how you could define a specific template for a certain user.
Changing the above `layout.js` would work, but it could also be possible to
create a new shell that has a different 'layout.js' and fallsback to Plasma
Desktop for everything else. You'd then have to change the shell that's run at
login with your custom shell. You can also, and this should be easier, do a
Look-And-Feel with its own `layout.js`. You'd then have to specify to use that
Look-And-Feel for the user, e.g. by modifying `~/.config/plasmarc`. I'm not
sure whether that would run `layout.js` upon first startup.

Maybe some more expert Plasma dev could have a better approach?

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

[plasmashell] [Bug 468454] Allow switching virtual desktops with mouse wheel on Panel Spacer

2023-04-13 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=468454

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
I'm really not a big fan of this idea because we cannot garauntee that empty
space on a panel is due to a panel spacer. There are various widgets (such as
the task manager, which is used by default) that act as spacers, and if you
have no widget acting as a spacer you'll get lots of empty space that's also
not a panel spacer. This would make this functionality *sometimes* work,
without a clear way to convey to the user when it works and when it doesn't.

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

[plasmashell] [Bug 467990] wallpaper doesn't change on second monitor

2023-03-31 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467990

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
Currently, this is intended behaviour, and there's no plan to change that.
However, we could ideally make it easier to apply a new wallpaper to all
monitor if the user wants to; maybe this bug could be changed to become such a
feature request?

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

[plasmashell] [Bug 467778] Title bar bug. Either too wide or too short.

2023-03-31 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467778

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
Does this happen with Breeze too?

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

[plasmashell] [Bug 467870] Desktop layout reverts to folder view

2023-03-31 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467870

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #2 from veggero  ---
(In reply to Alberto Salvia Novella from comment #0)
> SYSTEM
> - Variety 0.8.10
> - KDE Plasma 5.26.5
> - KDE Frameworks 5.103.0
> - Qt 5.15.8
> - Graphics platform X11
> - Linux 6.2.8 Zen
> 
> HOW TO REPRODUCE
> 1. Create any file or folder on the desktop.
> 1. Right click on the desktop and select "configure desktop and wallpaper"
> 2. Set "layout" to "desktop"
> 3. Install and enable "variety"
>  
> RESULT
> After a few days the layout reverts to "folder view", and the contents of
> the desktop become visible again.

Any chance it's variety manually changing the layout to folder view for *some
reason*?

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

[plasmashell] [Bug 467951] Folder View not working

2023-03-31 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=467951

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
Hi! Could you provide some screenshots/recordings of this?

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

[plasmashell] [Bug 466863] Feature Request: Bring back adjustable icons sizes on Icons Only Task Manager

2023-03-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=466863

veggero  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #5 from veggero  ---
Ok, looking at the screenshots, this is intentional. The task manager icon size
always follows the size of the application launcher. If you'd like those icons
to be smaller you can make the margins of the task manager bigger in your
plasma theme tasks.svg file or use a different plasma theme with (slightly?)
bigger margins

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

[plasmashell] [Bug 466637] Dragged-and-dropped object on the desktop takes place slowly respect to the mouse

2023-03-06 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=466637

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #11 from veggero  ---
The effect seems to be the italian translation of "Morphing Popups"

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

[plasmashell] [Bug 466863] Feature Request: Bring back adjustable icons sizes on Icons Only Task Manager

2023-03-06 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=466863

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
May I ask for some screenshots? Also, have you tried the "Always arrange tasks
in columns of as many rows" option by any chance?

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

[plasmashell] [Bug 465400] Clicking 'configure' on notifications that don't have per-event config opens an empty settings module

2023-02-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=465400

veggero  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 CC||niccolo.venera...@gmail.com

--- Comment #3 from veggero  ---


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

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

[plasmashell] [Bug 465401] Clicking 'configure' on notifications that don't have per-event config opens an empty settings module

2023-02-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=465401

--- Comment #1 from veggero  ---
*** Bug 465400 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 461892] Unnecessary margin between panels and panel-touching drawers/dropdowns with 2+ panels on one screen edge

2023-01-30 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461892

veggero  changed:

   What|Removed |Added

 CC||medip...@gmail.com

--- Comment #7 from veggero  ---
*** Bug 465042 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 465042] When you add multiple panels on the top it leaves a space equal to the sum of the panel heights

2023-01-30 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=465042

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---


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

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

[kwin] [Bug 461911] Mouse cursor can go 1 pixel beyond screen edges

2023-01-27 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461911

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #7 from veggero  ---
Can reproduce reliably on Wayland, 100% scaling

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

[plasmashell] [Bug 464898] Misplaced popups when screen is added after plasma started

2023-01-27 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464898

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #2 from veggero  ---
Hi, may I ask you to include some screenshots?

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

[plasmashell] [Bug 464774] Taskbar minimum height is too high (28 vs 20) with 3rd-party theme

2023-01-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464774

--- Comment #8 from veggero  ---
(In reply to Moritz from comment #7)
> How about an option in `plasmashellrc` that is only available when editing
> the file? 
> Could look like this:
> ```
> [PlasmaViews][Panel 3][Defaults]
> thickness=28
> ignoreMinThickness=1
> ``` 

I'll suggest another option, if you're willing to go edit configs; why not edit
the theme panel-background.svg file (which you can find in
~/.local/share/plasma/desktoptheme/ottoorsimilar/widgets) to make sure the top
and bottom components of the theme are up to 10px tall? you can do that simply
by selecting the entire "rounded cube" in inkscape and scale it down until you
find a better size.

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

[plasmashell] [Bug 464774] Taskbar minimum height is too high (28 vs 20) with 3rd-party theme

2023-01-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464774

--- Comment #5 from veggero  ---
(In reply to Moritz from comment #4)
> Is there any way to force disable this?

I'm afraid not

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

[plasmashell] [Bug 464774] Taskbar minimum height is too high (28 vs 20)

2023-01-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464774

--- Comment #1 from veggero  ---
Are you using a third party plasma theme?

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

[plasmashell] [Bug 464629] Panel icon size isn't an option in Plasma 5.26.90, making it impossible to resize kickoff icon

2023-01-22 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464629

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---
Hey! I'm unsure what you mean by "like they usually are". *How* are they
usually customizable?

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

[plasmashell] [Bug 464162] Floating Panel only appears when cursor is directly over the panel area

2023-01-16 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=464162

--- Comment #2 from veggero  ---
BTW, this applies to all panels - not just floating ones - and it seems to be
an intentional design decision

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

[plasmashell] [Bug 440292] Complete and unify Plasma desktop opacity control

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=440292

veggero  changed:

   What|Removed |Added

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

--- Comment #4 from veggero  ---
The scope of that toggle was purely fine-tuning the panels and the widgets
inside of it, and it was necessary to implement adaptive transparency, without
which I would not have added the toggle. I'm not going to add a setting that
does exactly what themes are meant to address. If you do not trust theme-makers
(I don't quite see the reason though, they cannot include malign code) you can
make one yourself; you can only change the dialog background svg and fallback
to Breeze for everything else if you want to maintain sync updates to the other
files.

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

[plasmashell] [Bug 463495] 2K, 150% scale, 64px bottom panel does not touch edge of screen

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=463495

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 463493] The floating panel does not deflate using Wayland

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=463493

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 461892] Unnecessary margin between panels and panel-touching drawers/dropdowns with 2+ panels on one screen edge

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461892

--- Comment #3 from veggero  ---
*** Bug 463461 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 463461] two panels on one screen edge

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=463461

veggero  changed:

   What|Removed |Added

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

--- Comment #2 from veggero  ---


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

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

[plasmashell] [Bug 461892] Unnecessary margin between panels and panel-touching drawers/dropdowns with 2+ panels on one screen edge

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461892

veggero  changed:

   What|Removed |Added

 CC||w...@mail.ru

--- Comment #2 from veggero  ---
*** Bug 463569 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 463569] more than one panel on the screen edge causes notifications and widgets to fly

2023-01-05 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=463569

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---


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

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

[plasmashell] [Bug 440292] Complete and unify Plasma desktop opacity control

2023-01-04 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=440292

veggero  changed:

   What|Removed |Added

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

--- Comment #2 from veggero  ---
This really is meant to be addressed by themes! You can switch to an opaque
version of the Breeze theme to achieve what you're asking for. The "opaque"
button on panels is really only meant for panels and widgets inside of them.

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

[plasmashell] [Bug 462957] In Wayland when panel is opaque, textboxes are still transparent

2022-12-12 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462957

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---
That option only affects the panel and the applets that are opened by it;
nothing else. Since the tooltip is created by widget, e.g. in the example
you've shown, there's no consistent way of making sure all tooltips will be
opaque as far as I'm aware. If you prefer an always-opaque theme, I'd suggest
searching for a plasma theme that's opaque out of the box.

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

[kwin] [Bug 462935] Gestures not customizable

2022-12-12 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462935

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|plasmashell |kwin
   Target Milestone|1.0 |---
  Component|general |general
 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
Gestures are handled by Kwin, not plasmashell, so I'm moving this bug report
over there

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

[plasmashell] [Bug 462835] Applets that aren't specified in the AppletOrder of desktop-appletrc prevents permanent panel changes

2022-12-11 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462835

--- Comment #4 from veggero  ---
Ok, so: in theory, if an applet is missing from the AppletOrder, it will be
added back upon restart at the last place in the panel. If that does not happen
to you, might I ask to `plasmashell --replace &` from a konsole, try to
add/remove panel widgets, and then send me the entire log? I'm just trying to
understand what might be going wrong.

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

[plasmashell] [Bug 462908] Application stuck on panel on startup creates a new instance

2022-12-11 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462908

--- Comment #3 from veggero  ---
Uhm, that makes me think it's an issue of how flatpak installs chrome, rather
than plasma's fault? But I'm not sure.

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

[plasmashell] [Bug 462908] Application stuck on panel on startup creates a new instance

2022-12-11 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462908

--- Comment #1 from veggero  ---
Hey, one question; I don't get from the video what exactly you mean by "stuck
on panel" or "blocked on the panel"? (Nel senso, intendi app pinnatta come
mostri, o รจ proprio "bloccata" in qualche senso?)

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

[plasmashell] [Bug 462838] Option to have a true floating panel mode.

2022-12-10 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462838

--- Comment #3 from veggero  ---
(In reply to Roo from comment #2)
> (In reply to Roo from comment #0)
> > SUMMARY
> > Allow an option to have the panel stay floating instead of de-floating. Like
> > a true floating panel. 
> > Example
> > How Latte Dock, Plank, polybar, etc have a floating mode
> > 
> > 
> > STEPS TO REPRODUCE
> > 1. 
> > 2. 
> > 3. 
> > 
> > OBSERVED RESULT
> > Panel de-floats when a window is maximized. This looks rather janky with a
> > top panel or a panel on the left or right.
> > 
> > EXPECTED RESULT
> > Panel does not de-float with a maximized window
> > 
> > SOFTWARE/OS VERSIONS
> > Windows: 
> > macOS: 
> > Linux/KDE Plasma: 
> > (available in About System)
> > KDE Plasma Version: 
> > KDE Frameworks Version: 
> > Qt Version: 
> > 
> > ADDITIONAL INFORMATION
> > As an alternative rename it from floating panel (which it is not what the
> > majority of people expect it to be as it works now) to something else. Like 
> > Detached panel or a Hovering panel.
> 
> Would it not be less code, less bugs, and less complexity to not have the
> panel defloat at all?

Yes; however that will look very out of place for most people as soon as a
window is maximized, and I want to have a solid look out of the box, which is
why I'm improving the defloating.

> That if a user wants a floating panel all time. 
> Example 
> A floating top panel that stays floating even when windows are maximized.
> This is achievable with latte dock. There was a workaround but you changed
> the way the panel worked so as to prevent it. 

TBH, I have no memories of such thing

> Have you tested the panel on
> the top, left and right?

Yes

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

[plasmashell] [Bug 462838] Option to have a true floating panel mode.

2022-12-10 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462838

veggero  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from veggero  ---
Sorry, but this is not a feature I'm planning to add. The panel is quite
complex already and I would prefer to improve what we have rather than add even
more stuff to test and maintain. I'm currently working on making the de-floated
panel as skinny as the floating one.

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

[plasmashell] [Bug 462835] Applets that aren't specified in the AppletOrder of desktop-appletrc prevents permanent panel changes

2022-12-10 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462835

--- Comment #1 from veggero  ---
Thanks for the detailed summary! May I also ask you an example of the broken
config file?

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

[plasmashell] [Bug 446654] Feature Request: mirror a panel on all monitors

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=446654

veggero  changed:

   What|Removed |Added

 CC||m...@jyotirmay.dev

--- Comment #13 from veggero  ---
*** Bug 462771 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 462771] Multi-monitor: allow panel to be displayed on all screens

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462771

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---


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

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

[plasmashell] [Bug 426928] Position of widgets on a panel is sometimes not saved during sessions

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=426928

--- Comment #7 from veggero  ---
Ooh, that's actually by design!  You're right it's a bit confusing, I'll see if
I can improve it. You can right align that widget by adding a spacer first.

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

[plasmashell] [Bug 462730] When adding multiple panels to the same edge, widgets and windows are not correctly aligned

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462730

veggero  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #4 from veggero  ---


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

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

[plasmashell] [Bug 461892] Unnecessary space appears with 2+ panels on one screen edge

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461892

veggero  changed:

   What|Removed |Added

 CC||m...@aitorpazos.es

--- Comment #1 from veggero  ---
*** Bug 462730 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 426928] Position of widgets on a panel is sometimes not saved during sessions

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=426928

--- Comment #5 from veggero  ---
(In reply to Jan Rathmann from comment #4)
> (In reply to veggero from comment #3)
> > There has been some fixes about this since the last message. May I ask you
> > if you can still reproduce the bug?
> 
> Ok, I tried again, but for now I'm not able to get past step 5 of my
> reproduction instructions in the opening post. When I have added a clock
> widget, it always gets added to the very left side of the panel, and I
> haven't found a way anymore to move it to the right! Even setting the panel
> alignment from left to right doesn't change anything.
> 
> So basically, it seems like I can't reproduce the bug because of another bug.
> 
> Tested on:
> * Neon stable live image (Virtualbox)
> * Neon unstable live image (Virtualbox)
> * Kubuntu 22.10 + Backports PPA on real HW

Oh-oh. Can you post a video of that?

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

[plasmashell] [Bug 457215] Opacity of the Plasma panels should be tweakable in a granular way

2022-12-08 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=457215

--- Comment #6 from veggero  ---
(In reply to Sadi from comment #5)
> I wish it were possible to enable/disable blur effect, 

You can do that, as the previous message said :) You can either disable blur
entirely from settings or add that line to the metadata file of your theme.

> set different levels of transparency for each panel (instead of being 
> dependent on one
> background.svg) 

You can have different panels have two different opacity levels; you could have
a theme where the solid/ version of the panel is transparent, and then you have
the normal transparency. Again, we cannot change transparency dynamically on
any user-given value, so it is necessary to go with theming.

> I hope developers consider this at least for the future.

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

[plasmashell] [Bug 426928] Position of widgets on a panel is sometimes not saved during sessions

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=426928

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from veggero  ---
There has been some fixes about this since the last message. May I ask you if
you can still reproduce the bug?

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

[plasmashell] [Bug 424443] Allow Slide Up Menus to Disappear when Clicking Taskbar

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=424443

veggero  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||niccolo.venera...@gmail.com
 Ever confirmed|0   |1

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

[plasmashell] [Bug 424397] Autohiding panel doesn't let you select stuff from tray icons

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=424397

veggero  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||niccolo.venera...@gmail.com
 Resolution|--- |WAITINGFORINFO

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

[plasmashell] [Bug 401786] Pinned panel widget popups not shown on all virtual desktops

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=401786

veggero  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|RESOLVED

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

[plasmashell] [Bug 390597] Plugging/Unplugging external display causes glitches in the panel

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=390597

veggero  changed:

   What|Removed |Added

 CC||cyberan...@gmail.com

--- Comment #4 from veggero  ---
*** Bug 389918 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 389918] When plugging/unplugging monitor the "Visibility" of the panel is not respected.

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=389918

veggero  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #5 from veggero  ---


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

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

[kwin] [Bug 413549] Auto-hide panel keeps reappearing when HideUtilityWindowsForInactive=false is set in kwinrc

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=413549

veggero  changed:

   What|Removed |Added

 CC||jonathan.ver...@matfyz.cz

--- Comment #7 from veggero  ---
*** Bug 379508 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 379508] Panel does not autohide when opening new window

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=379508

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from veggero  ---


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

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

[plasmashell] [Bug 352581] Move panels to other screens and lock them there.

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=352581

veggero  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #6 from veggero  ---
Sounds like it's solved.

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

[plasmashell] [Bug 158556] Manual hiding of panel

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=158556

--- Comment #97 from veggero  ---
*** Bug 350518 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 350518] Shortcut to toggle panel visibility

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=350518

veggero  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #2 from veggero  ---


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

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

[plasmashell] [Bug 455240] Activity-specific panels

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=455240

veggero  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from veggero  ---
Panel configurations are not per-activity; this falls under having different
panels configuration depending on the activity.

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

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

[plasmashell] [Bug 292094] Different panel configurations per activity

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=292094

veggero  changed:

   What|Removed |Added

 CC||chni...@gmail.com

--- Comment #28 from veggero  ---
*** Bug 455240 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 292094] Different panel configurations per activity

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=292094

veggero  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||niccolo.venera...@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #27 from veggero  ---
Given that this was previously closed and that there has no been any progress
whatsoever since it has been re-opened, I'm closing this again. In general it
seems like Activities should be re-descussed in their expected usage, with more
elements than just this change.

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

[plasmashell] [Bug 349785] Intelligent auto-hide mode that hides the panel only when windows are maximized or move over it

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=349785

veggero  changed:

   What|Removed |Added

 CC||fleisch.johan...@outlook.co
   ||m

--- Comment #19 from veggero  ---
*** Bug 462733 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 462733] Auto hide the panel when a window touches the panel. Otherwise the panel stays visible.

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462733

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---


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

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

[plasmashell] [Bug 431073] Buggy centring with spacers

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=431073

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from veggero  ---
I recently refactored spacers. Does this still happen in the very latest
version of Plasma and Frameworks?

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

[plasmashell] [Bug 351217] Desktop widgets get absorbed by auto-hide top panels

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=351217

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #15 from veggero  ---
May I ask you for a video, just to get a clear-er idea?

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

[plasmashell] [Bug 457215] Opacity of the Plasma panels should be tweakable in a granular way

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=457215

veggero  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #3 from veggero  ---
Currently, the opacity is determined by the SVG files of the theme. This means
that you already have the possibility to customize the opacity by editing the
theme files directly. As a more user friendly way, you can install the
AlphaBlack theme which has an opacity slider for the normal plasma panels or
use Latte Dock. Having this setting for Plasma Panels would mean re-generating
the SVG live, which is something that would cause more headache than benefits;
thus, unless the theming system changes in the future, I'm afraid we cannot
have such an option.

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

[plasmashell] [Bug 397941] [Wayland] Panel settings appear in the middle of the screen when I click on "Configure panel" button while the apps launcher or the popup of a systray icon is open

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=397941

veggero  changed:

   What|Removed |Added

 CC||fleisch.johan...@outlook.co
   ||m

--- Comment #13 from veggero  ---
*** Bug 462726 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 462726] The options panel opens in the middle of the screen when kickoff is opened

2022-12-07 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462726

veggero  changed:

   What|Removed |Added

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

--- Comment #2 from veggero  ---
Indeed

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

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

[plasmashell] [Bug 454950] Floating panel should remain floating in "Auto-hide", "Windows Can cover," and "Windows go Below" modes

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=454950

veggero  changed:

   What|Removed |Added

 CC||ashakeel...@gmail.com

--- Comment #11 from veggero  ---
*** Bug 462538 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 462538] Floating Panels should always stay floating if they have auto-hide or Window can cover attribute

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462538

veggero  changed:

   What|Removed |Added

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

--- Comment #3 from veggero  ---


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

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

[plasmashell] [Bug 462508] Manual sorting of ungrouped tasks not working under specific conditions

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462508

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 462508] Manual sorting of ungrouped tasks not working under specific conditions

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462508

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from veggero  ---
Can confirm with given steps. Again, I'll see if I manage to squash this in the
coming days.

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

[plasmashell] [Bug 462499] When moving tab in Task Manager between two windows of the same app, the next click on the tab unexpectedly moves it again

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462499

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 462499] When moving tab in Task Manager between two windows of the same app, the next click on the tab unexpectedly moves it again

2022-12-02 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462499

veggero  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||niccolo.venera...@gmail.com

--- Comment #1 from veggero  ---
Thanks for the detailed bug report, I can reproduce with those steps and
configuration. It seems like tasks of the same application have some inner
desire to stay closer together. I will try to fix this in the coming days.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462345

veggero  changed:

   What|Removed |Added

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

--- Comment #6 from veggero  ---
.

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

[plasmashell] [Bug 462345] System monitor widget disappears from the panel after KDE logout and needs to be added to the panel again to be shown

2022-12-01 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462345

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #5 from veggero  ---
Can't reproduce; I might have to ask you to get your hands a bit dirty in code
to understand where this is coming from.

At the path `/usr/share/plasma/plasmoids/org.kde.panel/contents/ui/` you should
find the file `LayoutManager.js`. At line 86, you should see `function save()
{`.

May I ask you to add `console.log('--- TEST ---')` after that line, save,
restart plasmashell with `plasmashell --replace &` in a console, add the widget
as you were describing, and check if there's any (there should be) such debug
line coming from AFTER you've added the widget and closed edit mode?

If so, is there any significant error message after that?

Extra points if you also add a `console.log(ids)` at the end of that `save()`
function (line 96) and tell me what it outputs after you've added the widget.

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

[plasmashell] [Bug 462411] Don't apply blur to panel when it's marked as translucent

2022-11-30 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462411

veggero  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

--- Comment #2 from veggero  ---
Sorry to jump in, but we have this already: you just have to add this to your
plasma theme metadata:

[BlurBehindEffect]
enabled=false

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

[plasmashell] [Bug 462336] Panel widgets not scaled evenly

2022-11-28 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462336

veggero  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #2 from veggero  ---
The fact that the system tray doesn't scale with panel height is intentional;
all other widgets (all of them) currently scale with the panel, so they're all
consistent with each other. Of course, it depends on the content on some
extent; as an example, you cannot provide icons at *any* size, as that would
cause blurring. So, we draw icons as big as possible with the given size. Other
widgets which don't have that issue just draw the content covering all the
available space.

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

[krunner] [Bug 462353] Exact search matches should be ranked higher

2022-11-28 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462353

veggero  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
Product|plasmashell |krunner
 CC||alexander.loh...@gmx.de,
   ||niccolo.venera...@gmail.com
  Component|Application Launcher|general
   |(Kickoff)   |

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

[plasmashell] [Bug 462354] Allow resizing widgets to a smaller size

2022-11-28 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462354

veggero  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||niccolo.venera...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from veggero  ---
We still need to provide some min sizes for the widgets; since these are mostly
all defined in the various widgets, I'd ask you to be a bit more detailed in
this bug report saying which applets could benefit from a smaller minimum size.
I think that system tray, calendar and kickoff have an appropriate one. Which
other widgets could benefit from it?

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

[plasmashell] [Bug 462282] Task switcher - make window icons/previews clickable

2022-11-27 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462282

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from veggero  ---
What task switcher are you using, the default one?

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #6 from veggero  ---

> Ok so then I understand there is a merge request already for my feature
> suggestion?

Correct: With
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1265 applied
(hopefully in the next plasma version), you should be able to add an element
called "launcher-hover-*" (where * is top, topright, etc) similarly to the
existing "hover-*" elements in the tasks.svg file of the plasma theme that I
think you already saw ("much like an SVG form, which is used say for normal,
hover, focused, etc"). This will allow you to set some kind of more visible
background, with whatever look you prefer. (Unluckily, blur is not something
that our SVG viewer supports).

This doesn't change Breeze *by default*, so it does require changing the Plasma
Theme; however I'm not against adding some more hover feedback for launchers as
well, it's something that could be discussed with the community.

The other solution - making the icons bigger, similar to Latte Dock - is much
more complex to implement, especially if we had to draw the icons outside of
the panel area, as Latte does; I would prefer to keep that complexity in Latte,
to maintain Plasma Panels as simple (and bug-free) as possible.

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #4 from veggero  ---
(In reply to Frank from comment #3)
> Yes, merge request 1265 seems to be in the same area. I think I will contact
> Niccolo on one his platform just to make sure it covers pretty much the same
> idea.
> 
> Thanks for pointing out the merge request! :)

Hey, just FYI, "Bug Janitor Service" is a bot :P It automatically links MRs in
bug reports when such MRs have the bug report id in the description. I've made
the MR after seeing this merge request :)

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

[plasmashell] [Bug 462222] Plasma panel Icons-Only Task Manager widget resizes by a huge number of px at a time

2022-11-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=46

--- Comment #5 from veggero  ---
(In reply to Frank from comment #4)
> Hi Nicco!
> 
> I knew you'd respond, I follow all your youtube videos, you are awesome, tnx
> for your work and clear explanations (both in videos and here)!
> 
> I understand your explanation about scaling. That's how it is, ok. You know
> I spent a lot of time finding something about this and no documentation or
> forum threads gave me any detail, which is why I ended up here. Sorry for
> reporting something that was intentional in the 1st place.
> 
> I will just point out that Latte-Dock does scale perfectly the icons without
> getting blurry. I guess the framwork/architecture behing Latte is much
> different than Plasma Panel, but if in Plasma 6 this can evolve, I'm sure
> you will remember. :)
> 
> Thanks again! :)

Hey :) I'm not sure how Latte does it; maybe the blurry-ness is less noticeable
at higher icon sizes? I don't know. If you manage to investigate I'll be happy
to learn if that's the case, otherwise I'll try if I get any time (probably not
soon :-/)

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

[plasmashell] [Bug 462216] Plasma widgets pause after a while when unfocused or after getting a notification

2022-11-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462216

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

--- Comment #5 from veggero  ---
That sounds like an issue on mesa's side, then?

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

[plasmashell] [Bug 462222] Plasma panel Icons-Only Task Manager widget resizes by a huge number of px at a time

2022-11-25 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=46

veggero  changed:

   What|Removed |Added

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

--- Comment #3 from veggero  ---
This is intentional; if we scaled the size of the icons along with the panel,
they would end up being blurry since they wouldn't be pixel-aligned anymore.

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

[plasmashell] [Bug 460896] Panels have a 1px transparent corner, which breaks Fitt's Law when compositing's disabled

2022-11-23 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=460896

veggero  changed:

   What|Removed |Added

 CC||ja...@zx2c4.com

--- Comment #22 from veggero  ---
*** Bug 462134 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 462134] When compositing is disabled, border calculations are wrong

2022-11-23 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462134

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from veggero  ---


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

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

[plasmashell] [Bug 462130] Floating panel ignores margin

2022-11-22 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462130

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 462130] Floating panel ignores margin

2022-11-22 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462130

veggero  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from veggero  ---
Can reproduce

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

[plasmashell] [Bug 462130] Floating panel ignores margin

2022-11-22 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462130

veggero  changed:

   What|Removed |Added

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

--- Comment #1 from veggero  ---
Can you include a screenshot whilst in edit mode of that particular panel?

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

[plasmashell] [Bug 462097] Task Manager icons are too small with a 38px panel, but only when using the Small or Normal spacing settings

2022-11-22 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462097

--- Comment #3 from veggero  ---
I'm afraid the bug is 2, not 1.  Sorry

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

[plasmashell] [Bug 462097] Task Manager icons are too small with a 38px panel, but only when using the Small or Normal spacing settings

2022-11-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462097

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[frameworks-plasma] [Bug 452347] PlasmoidHeader sharpens top corners of themes that have round corners in notifications

2022-11-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=452347

veggero  changed:

   What|Removed |Added

Summary|PlasmoidHeader sharpens top |PlasmoidHeader sharpens top
   |corners of themes that have |corners of themes that have
   |round corners   |round corners in
   ||notifications

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

[frameworks-plasma] [Bug 452347] PlasmoidHeader sharpens top corners of themes that have round corners

2022-11-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=452347

veggero  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 462048] Icons on Icons-Only Task Manager act strangely when spacing option being 'Large'

2022-11-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462048

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com
   Assignee|plasma-b...@kde.org |niccolo.venera...@gmail.com

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

[plasmashell] [Bug 462081] It's no longer possible to set a shortcut for an applet

2022-11-21 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462081

veggero  changed:

   What|Removed |Added

 CC||niccolo.venera...@gmail.com

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

[plasmashell] [Bug 461939] Plasma panel items don't change color like titlebars and others in keeping with the new dynamic accent color

2022-11-20 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=461939

veggero  changed:

   What|Removed |Added

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

--- Comment #4 from veggero  ---
No; I don't see any particular reason why the panel should follow the titlebar
colorscheme instead of the normal one, unless you're doing some very niche
customization, which is covered by Latte and not normal panels.

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

  1   2   3   >