[Welcome Center] [Bug 490196] Back button on application info pages is unncessarily small (doesn’t include heading text)

2024-07-13 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=490196

--- Comment #6 from Oliver Beard  ---
(In reply to Karl Ove Hufthammer from comment #5)
> Created attachment 171622 [details]
> Systemsettings screenshot
> 
> See also the system settings window, which looks *almost identically* (see
> attachment), but where the title *is* attached to the back button. Having
> two things which look almost the same but behaves differently is quite
> confusing, IMHO.

That's a good point.

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

[Welcome Center] [Bug 490196] Back button on application info pages is unncessarily small (doesn’t include heading text)

2024-07-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=490196

--- Comment #3 from Oliver Beard  ---
(In reply to Karl Ove Hufthammer from comment #1)
> Also note that for the pages which include a button on the *top-right*
> (e.g., the KRunner page), the entire ‘icon + text’ (e.g., icon + ‘Open
> Settings…’) is clickable. So for consistency, the top-left navigation should
> behave the same way.

Furthermore, what we see in the toolbar is a left-aligned title, which is why
it is larger than normal ToolButton label text.

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

[Welcome Center] [Bug 490196] Back button on application info pages is unncessarily small (doesn’t include heading text)

2024-07-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=490196

--- Comment #2 from Oliver Beard  ---
Any changes made here would have to be made to Kirigami, as Welcome Center is
using Kirigami's globalToolBar here.

Including the page's title as part of a larger button, in my view, wouldn't
make sense as it is not part of the back button or related in any way. It would
appear as a label for the button and that'd be confusing.

Layer pages previously featured a centered button beneath the text that acted
as a back button, but I decided it was better to go with what Kirigami for
greater consistency with other KDE apps and to allow us to expand the content
of these pages, which is already partially complete.

N.B. The left arrow key shortcut works here. I think, for layers, it'd be a
good idea to allow escape to be pressed, and for everything to also work with
mouse back/forward buttons. This is on my TODO list.

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

[Welcome Center] [Bug 489545] Welcome center keeps re-appearing after system installation, "ShouldShow=false" not written to config file and does nothing if entered manually

2024-07-01 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=489545

Oliver Beard  changed:

   What|Removed |Added

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

--- Comment #1 from Oliver Beard  ---
Welcome Center now looks for a key, `LastSeenVersion` which would be set to,
for example, `6.1.0`.

By default, this key is empty and unset, which causes it to appear for the
first time and sets the key to the current Plasma version. When it is set, it
checks the current plasma version indicates an update to a beta release, or a
new major release, and shows the appropriate update page (updating the key).

https://invent.kde.org/plasma/plasma-welcome/-/blob/master/src/kded/daemon.cpp?ref_type=heads#L36

Since Welcome Center keeps appearing, this key must not be being set. Does
`plasma-welcomerc` contain `LiveEnvironment=true`?

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

[kwin] [Bug 488971] Option to disable the inactivity duration on Hide Cursor and only hide cursor when typing

2024-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=488971

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Assignee|kwin-bugs-n...@kde.org  |olib...@outlook.com

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

[systemsettings] [Bug 488978] Right click menu only closes when clicking on a search field

2024-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=488978

Oliver Beard  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||notm...@gmail.com,
   ||olib...@outlook.com
  Component|general |sidebarview

--- Comment #1 from Oliver Beard  ---
Other uses of Kirigami's search fields, in KCMs or in other applications, work
fine, so this is a unique issue with the sidebar.

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

[kwin] [Bug 487750] Kwin never notifies the systemd watchdog and gets killed

2024-06-18 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=487750

--- Comment #7 from Oliver Beard  ---
Created attachment 170607
  --> https://bugs.kde.org/attachment.cgi?id=170607=edit
Oliver's log during Arch update from 6.0.90 to 6.1.0

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

[kwin] [Bug 487750] Kwin never notifies the systemd watchdog and gets killed

2024-06-18 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=487750

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #6 from Oliver Beard  ---
It looks like this might be cause of session death whilst updating in Arch
Linux. I've seen this when updating from 6.0 to 6.1 beta, and from 6.1 beta to
6.1 (release).

Potentially relevant lines from log:
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service: Got
notification message from PID 1980, but reception is disabled
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service:
Watchdog timeout (limit 15s)!
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service:
Killing process 1973 (kwin_wayland_wr) with signal SIGABRT.
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service:
Killing process 1980 (kwin_wayland) with signal SIGABRT.
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service:
Killing process 2039 (Xwayland) with signal SIGABRT.
  Jun 18 19:55:02 Oliver-Laptop systemd[828]: plasma-kwin_wayland.service:
Killing process 14081 (kscreenlocker_g) with signal SIGABRT.

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

[kwin] [Bug 452208] Moving windows with super+lclick is allowed when a context menu is open on Wayland

2024-06-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=452208

--- Comment #11 from Oliver Beard  ---
(In reply to Vlad Zahorodnii from comment #10)
> That one is tricky because that is a closed window by that time.

Indeed, perhaps it's possible to remember the parent and position accordingly?
It's a very minor visual flaw though, and one that a user would rarely see or
even realise.

As for popups, I know in some apps (e.g. System Settings) we position the QMenu
only at creation - though this *is* fine in System Settings as the left pane
with the tool button can't be resized.

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

[kwin] [Bug 452208] Moving windows with super+lclick is allowed when a context menu is open on Wayland

2024-06-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=452208

--- Comment #9 from Oliver Beard  ---
(In reply to Vlad Zahorodnii from comment #8)
> Popups detaching from the parent window was a bug and it was fixed. Some
> popups having decorations is also a bug, it has been partially fixed
> upstream in Qt.

Yep, I'm happy to see this resolved! Only a few odd behaviours remain - such as
popups not being moved to account for window resizing (we'll probably have to
be cleverer in apps such as Dolphin), and popups not moving with their parent
when fading out (closing). The last one is probably not possible to fix?

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

[Welcome Center] [Bug 485698] Remove the donation page from the normal flow

2024-05-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=485698

Oliver Beard  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-welcome/-/commit/
   ||44057ac104201333461464de585
   ||749269228bc35
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Oliver Beard  ---
Git commit 44057ac104201333461464de585749269228bc35 by Oliver Beard.
Committed on 22/05/2024 at 16:58.
Pushed by olib into branch 'master'.

Introduce new conclusion page replacing Contribute & Donate
This page book-ends Welcome Center more nicely, and doesn't ask users to
contribute time/money so prominently (as they'll see this before using Plasma).

Implements #30

Co-authored-by: Nate Graham 

M  +2-6.reuse/dep5
M  +3-5src/CMakeLists.txt
D  +---src/assets/konqi-build.png
A  +---src/assets/konqi-default.png
D  +---src/assets/konqi-donations.png
M  +1-2src/qml/Main.qml
D  +0-47   src/qml/pages/Contribute.qml
D  +0-59   src/qml/pages/Donate.qml
A  +78   -0src/qml/pages/Enjoy.qml [License: GPL(3+eV) GPL(v3.0)
GPL(v2.0)]
R  +0-0src/qml/pages/enjoy/Supporters.qml [from:
src/qml/pages/donate/Supporters.qml - 100% similarity]
R  +0-0src/qml/pages/enjoy/UpdateSupporters.py [from:
src/qml/pages/donate/UpdateSupporters.py - 100% similarity]

https://invent.kde.org/plasma/plasma-welcome/-/commit/44057ac104201333461464de585749269228bc35

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

[frameworks-kio] [Bug 481684] Attempting to connect to an ftp address that returns an error shows a button with no label

2024-05-18 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481684

Oliver Beard  changed:

   What|Removed |Added

Version|24.01.95|unspecified
Product|dolphin |frameworks-kio
  Component|general |FTP
 CC||kdelibs-b...@kde.org,
   ||olib...@outlook.com
   Assignee|dolphin-bugs-n...@kde.org   |kio-bugs-n...@kde.org

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

[NeoChat] [Bug 486127] Unable to drag scrollbar with mouse

2024-04-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=486127

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
Should also be noted the behaviour of Discord is much smarter in this regard -
whilst scrolling, it does not buffer any new messages and shows placeholder
ones through the height of the scrollbar, and only loads on release. When the
buffer does not include the most recent message, it shows a button to scroll to
the bottom.

Similar behaviour in NeoChat would allow the scrollbar to work as a user might
expect.

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

[Welcome Center] [Bug 485918] Next and Back arrows are wrong for RTL language

2024-04-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=485918

Oliver Beard  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-welcome/-/commit/ |ma/plasma-welcome/-/commit/
   |66227074420ca9f37174f5df18a |02313ebd3f26d43f31c9721ed04
   |c0dd97d709660   |86e4b846a4da0

--- Comment #5 from Oliver Beard  ---
Git commit 02313ebd3f26d43f31c9721ed0486e4b846a4da0 by Oliver Beard, on behalf
of Nate Graham.
Committed on 21/04/2024 at 20:53.
Pushed by olib into branch 'Plasma/6.0'.

Fix RTL footer buttons and navigation

These are custom UI elements so we have to handle RTL languages
ourselves. Previously we weren't; now we are.
FIXED-IN: 6.0.5


(cherry picked from commit 66227074420ca9f37174f5df18ac0dd97d709660)

M  +20   -4src/contents/ui/footers/FooterDefault.qml
M  +1-1src/contents/ui/footers/FooterUpdate.qml

https://invent.kde.org/plasma/plasma-welcome/-/commit/02313ebd3f26d43f31c9721ed0486e4b846a4da0

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

[plasma-integration] [Bug 456256] FileDialog does not honor QFileDialog::HideNameFilterDetails

2024-03-24 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=456256

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[Welcome Center] [Bug 481694] Confusing access the Internet message, when internet already works

2024-02-29 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481694

Oliver Beard  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-welcome/-/commit/
   ||74f32c80be10f522b5a579a5bde
   ||e19004d69d163
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Oliver Beard  ---
Git commit 74f32c80be10f522b5a579a5bdee19004d69d163 by Oliver Beard.
Committed on 29/02/2024 at 15:55.
Pushed by olib into branch 'master'.

pages/Network: Show a placeholder when connected or plasma-nm is not available
There is no need to show the mock panel when it isn't needed.

M  +63   -14   src/qml/pages/Network.qml

https://invent.kde.org/plasma/plasma-welcome/-/commit/74f32c80be10f522b5a579a5bdee19004d69d163

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

[kwin] [Bug 466448] Allow forwarding mouse button events to X11 apps using "Legacy X11 App Support" page

2024-02-27 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466448

Oliver Beard  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/183637502d
   ||6f081f470a6ea1f99b69f882af6
   ||8bb
 Resolution|--- |FIXED

--- Comment #5 from Oliver Beard  ---
Git commit 183637502d6f081f470a6ea1f99b69f882af68bb by Oliver Beard.
Committed on 27/02/2024 at 13:34.
Pushed by davidedmundson into branch 'master'.

xwayland: Add option to additionally eavesdrop on mouse buttons

M  +3-0src/kcms/xwayland/kwinxwaylandsettings.kcfg
M  +25   -18   src/kcms/xwayland/ui/main.qml
M  +3-0src/kwin.kcfg
M  +11   -0src/options.cpp
M  +11   -0src/options.h
M  +9-0src/wayland/pointer.cpp
M  +2-0src/wayland/pointer.h
M  +39   -10   src/xwayland/xwayland.cpp

https://invent.kde.org/plasma/kwin/-/commit/183637502d6f081f470a6ea1f99b69f882af68bb

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

[Welcome Center] [Bug 460500] Allow distros to configure the set of default apps

2024-02-26 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=460500

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #4 from Oliver Beard  ---
We might provide a way to provide a custom set of .desktop files for the apps
shown.

If we can detect when some are not available, we might also hide ones that
aren't (and perhaps if we include more than six .desktop files, show those
instead).

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

[Welcome Center] [Bug 481694] Confusing access the Internet message, when internet already works

2024-02-26 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481694

Oliver Beard  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |olib...@outlook.com

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

[Welcome Center] [Bug 481694] Confusing access the Internet message, when internet already works

2024-02-26 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481694

--- Comment #1 from Oliver Beard  ---
I think the problem here is that the system connects at login (generally by
default), but Welcome Center might launch before that and keeps the assumption
that it's open without being connected.

We could remove the page at runtime if it hasn't yet been seen, or (my
preference), better communicate in the page that you are connected with a big
check (✔️). This would let the user know anyway how they can manage connections.

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

[kate] [Bug 481625] New: Crash when pressing "Close Other" in file menu when Welcome page is open

2024-02-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481625

Bug ID: 481625
   Summary: Crash when pressing "Close Other" in file menu when
Welcome page is open
Classification: Applications
   Product: kate
   Version: 24.01.95
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: ---

Created attachment 165973
  --> https://bugs.kde.org/attachment.cgi?id=165973=edit
Backtrace from GDB

SUMMARY
When pressing File > Close Other with the welcome page open, the application
(Kate/KWrite) segfaults.

The action is appropriately disabled in the context menu for tabs, but not in
file menu. It also only applies to documents there, and ignores the welcome
page.


STEPS TO REPRODUCE
1. Open welcome page (Help > Welcome Page) if not already open.
2. Open file menu
3. Press "Close Other" action

OBSERVED RESULT
Segfault.

EXPECTED RESULT
Does nothing, or is disabled.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.93.0 (6.0 RC2)
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0

BACKTRACE (relevant parts abriged from backtrace.txt)
#0  0x77e651e2 in KateMainWindow::slotDocumentCloseOther
(this=0x7fffd8001ff0) at
/usr/src/debug/kate/kate-24.01.95/apps/lib/katemainwindow.cpp:633
#1  KateMainWindow::qt_static_metacall (_o=0x7fffd8001ff0, _c=,
_id=, _a=0x7fffced0) at
/usr/src/debug/kate/build/apps/lib/kateprivate_autogen/include/moc_katemainwindow.cpp:685
_t = 0x7fffd8001ff0
#2  0x763bffeb in ??? () at /usr/lib/libQt6Core.so.6
#3  0x76f299c7 in QAction::activate(QAction::ActionEvent) () at
/usr/lib/libQt6Gui.so.6

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

[www.kde.org] [Bug 481605] Support Plasma 6! Donations page - new members listed multiple times

2024-02-20 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481605

--- Comment #2 from Oliver Beard  ---
For Welcome Center, I have de-duplicated the names. I believe Paul should do
the same for the website.

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

[Breeze] [Bug 481416] After undocking the only toolbar on a window, the header toolbar theming remains

2024-02-16 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481416

--- Comment #1 from Oliver Beard  ---
Created attachment 165860
  --> https://bugs.kde.org/attachment.cgi?id=165860=edit
...and in a basic QMainWindow

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

[Breeze] [Bug 481416] New: After undocking the only toolbar on a window, the header toolbar theming remains

2024-02-16 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481416

Bug ID: 481416
   Summary: After undocking the only toolbar on a window, the
header toolbar theming remains
Classification: Plasma
   Product: Breeze
   Version: master
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: QStyle
  Assignee: plasma-b...@kde.org
  Reporter: olib...@outlook.com
CC: noaha...@gmail.com, uhh...@gmail.com
  Target Milestone: ---

Created attachment 165859
  --> https://bugs.kde.org/attachment.cgi?id=165859=edit
A demonstration of the bug in Kate according to the reproduction steps

SUMMARY
When the ONLY toolbar remaining in the top toolbar area is undocked (i.e.
dragged out of the window), the layout of the window appropriately adapts to
the change, and fills the space. The theme header area does not properly react,
and presumably still thinks the toolbar exists there until it is docked in the
window. It shows a small strip overlapping window content where the toolbar
would be.

I found this when messing around with my own app based around a QMainWindow.

The extra area disappears when the toolbar is docked again (appropriate to
whether it is docked to the top or elsewhere).

STEPS TO REPRODUCE
1. Launch Kate (or a similar app)
2. Right click on the menu bar, and hide the Hamburger Menu Toolbar
3. Right click on the main toolbar and unlock it
4. Drag the toolbar out of the window

OBSERVED RESULT
See screenshots - the extra header area where the toolbar would be overlaps the
content of the window which has appropriately reacted to the undocked toolbar.

EXPECTED RESULT
The extra header area for the toolbar is gone, as if the toolbar was not placed
there (or the theme thinks it is)

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.93.0 (6.0 RC2)
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0beta2

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

[Spectacle] [Bug 481363] No button to record the screen before taking a screenshot in Spectacle

2024-02-15 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481363

Oliver Beard  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
I believe the best solution here is to make the UI in this mode use the normal
UI, and show the left view empty with no screenshot present. There might be
assumptions in the code that it always contains a screenshot that might need to
be addressed.

If we remove the option to not take a screenshot on launch, this may combine
undesirably with the option to always save after taking a screenshot.

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

[Welcome Center] [Bug 481337] OEM Mode

2024-02-15 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=481337

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #4 from Oliver Beard  ---
It's a good idea, but how would Welcome Center be shown in an OEM mode? I'm
unsure what would go in to doing that on Linux - by which I mean showing a
window on boot (mandatory until completed) and then logging you in to that
created user.

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

[dolphin] [Bug 480211] Feature Request for Dolphin - Add the ability to unmount removable storage devices

2024-01-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=480211

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #3 from Oliver Beard  ---
I think the big issue is that 'safely removing' a device prevents it from being
mounted again without unplugging and re-inserting it. There are use cases where
you might want to unmount something in UI and continue to use it after.

This bug should be moved to the product that manages that behaviour, not sure
if it's in KIO or Solid.

Plasma should tell you that you can safely remove a device when it is unmounted
via a notification, but probably not prevent mounting it again. There's already
a bug to show a notification instead, rather than pop-up the Disks & Devices
applet. bug 448896

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

[kwin] [Bug 477124] cursor is able to escape a fullscreen, window, borderless in apex legends under plasma 5.92.0/rc1 wayland

2024-01-19 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=477124

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #4 from Oliver Beard  ---
For what it's worth, I've been seeing this recently in my Source engine games,
which I run as a fullscreen borderless window. Occasionally (and usually
rarely) I manage to click on my secondary monitor.

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

[Breeze] [Bug 433569] When using Header colors, color change for titlebar and window header isn't synchronized when window becomes active or inactive

2023-12-13 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=433569

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[Breeze] [Bug 478494] New: preferences-desktop-cursors needs updating for new Breeze cursor

2023-12-13 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=478494

Bug ID: 478494
   Summary: preferences-desktop-cursors needs updating for new
Breeze cursor
Classification: Plasma
   Product: Breeze
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: olib...@outlook.com
CC: kain...@gmail.com, m...@nueljl.in
  Target Milestone: ---

SUMMARY
In Plasma 6, the Breeze cursor has been updated. preferences-desktop-cursors
needs to be changed (different pointer shape, #00 colour) to reflect that.

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

[kwin] [Bug 477741] kwin sometimes renders a previous frame on wayland

2023-11-30 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=477741

--- Comment #8 from Oliver Beard  ---
Actually, this probably isn't the xwayland issue, as Konsole shouldn't be using
it. Might be a different issue I'm not aware of.

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

[kwin] [Bug 477741] kwin sometimes renders a previous frame on wayland

2023-11-30 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=477741

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #7 from Oliver Beard  ---
See also: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1317

There's work being done to resolve it, albeit slowly.

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

[kwin] [Bug 463088] [Wayland] Pointer confinement not working with subsurfaces

2023-11-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=463088

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[dolphin] [Bug 477247] QT6/Plasma 6: Dolphin does not show new tab after pressing CTRL-T

2023-11-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=477247

Oliver Beard  changed:

   What|Removed |Added

Summary|QT6/Plasma 6: Dolphin does  |QT6/Plasma 6: Dolphin does
   |not show new tab after  |not show new tab after
   |pressing CTRL-R |pressing CTRL-T
  Component|panels: folders |general
 CC||olib...@outlook.com

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

[kate] [Bug 477100] New: Diagnostics button now visible in KWrite

2023-11-16 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=477100

Bug ID: 477100
   Summary: Diagnostics button now visible in KWrite
Classification: Applications
   Product: kate
   Version: Git
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kwrite
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: ---

SUMMARY
In git master, the Diagnostics button is now present on the status bar. It is
not present in 23.08.2.

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

[kwin] [Bug 462181] [wayland] some menus appear below windows with "keep above others"

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=462181

Oliver Beard  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=476080

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

[kwin] [Bug 476080] [Wayland] Windows with "Keep Above Others" are floating above widget popups and panel

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476080

Oliver Beard  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=462181

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

[kwin] [Bug 462181] [wayland] some menus appear below windows with "keep above others"

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=462181

--- Comment #5 from Oliver Beard  ---
(In reply to Oliver Beard from comment #4)
> This also occurs to the Window menu (ALT+F3, Icon), seen in 466844.

Sorry, I mean 476079, the second duplicate.

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

[kwin] [Bug 462181] [wayland] some menus appear below windows with "keep above others"

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=462181

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #4 from Oliver Beard  ---
This also occurs to the Window menu (ALT+F3, Icon), seen in 466844.

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

[kwin] [Bug 476079] A window that's "Keep above others" (a.k.a. always-on-top) prevents the menu from being displayed.

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476079

Oliver Beard  changed:

   What|Removed |Added

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

--- Comment #2 from Oliver Beard  ---


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

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

[kwin] [Bug 462181] [wayland] some menus appear below windows with "keep above others"

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=462181

Oliver Beard  changed:

   What|Removed |Added

 CC||jona...@nilsson.is

--- Comment #3 from Oliver Beard  ---
*** Bug 476079 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 476080] [Wayland] Windows with "Keep Above Others" are floating above widget popups and panel

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476080

Oliver Beard  changed:

   What|Removed |Added

Summary|Windows with "appear above  |[Wayland] Windows with
   |others" are floating above  |"Keep Above Others" are
   |the applications launchers  |floating above widget
   |and taskbar |popups and panel

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

[kwin] [Bug 476080] Windows with "appear above others" are floating above the applications launchers and taskbar

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476080

Oliver Beard  changed:

   What|Removed |Added

   Keywords||wayland

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

[kwin] [Bug 476079] A window that's "Keep above others" (a.k.a. always-on-top) prevents the menu from being displayed.

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476079

Oliver Beard  changed:

   What|Removed |Added

   Keywords||wayland

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

[kwin] [Bug 476080] Windows with "appear above others" are floating above the applications launchers and taskbar

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476080

Oliver Beard  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
To clarify, I have spoken to the reporter and this is a Wayland-only issue.

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

[kwin] [Bug 476079] A window that's "Keep above others" (a.k.a. always-on-top) prevents the menu from being displayed.

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=476079

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Oliver Beard  ---
To clarify, I have spoken to the reporter and this is a Wayland-only issue.

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

[kwin] [Bug 466844] Wayland: Windows marked "keep on top" cover up panel widget pop-ups and clipboard history menu

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466844

Oliver Beard  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||olib...@outlook.com
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Oliver Beard  ---


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

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

[kwin] [Bug 462181] [wayland] some menus appear below windows with "keep above others"

2023-10-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=462181

Oliver Beard  changed:

   What|Removed |Added

 CC||xna...@hydra-development.ne
   ||t

--- Comment #2 from Oliver Beard  ---
*** Bug 466844 has been marked as a duplicate of this bug. ***

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

[frameworks-kirigami] [Bug 474881] Page headings elide inappropriately with 8pt fonts

2023-09-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=474881

Oliver Beard  changed:

   What|Removed |Added

   Keywords|qt6 |

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

[frameworks-kirigami] [Bug 474881] New: Page headings elide inappropriately with 8pt fonts

2023-09-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=474881

Bug ID: 474881
   Summary: Page headings elide inappropriately with 8pt fonts
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: 5.110.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: olib...@outlook.com
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

Created attachment 161873
  --> https://bugs.kde.org/attachment.cgi?id=161873=edit
Demonstration of issue

SUMMARY
Standard page headings elide inappropriately with 8pt fonts.

STEPS TO REPRODUCE
1. Set General font size in Fonts to 8pt.
2. Observe any Kirigami page heading

OBSERVED RESULT
Heading elides inappropriately in the middle, with clearly sufficient space not
to.

EXPECTED RESULT
Heading wouldn't elide it runs out of space.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.240.0
Qt Version: 6.5.2

Reproduced on Plasma 5 (plasma 5.27.8, kf 5.110.0, qt 5.15.10).

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

[Merkuro] [Bug 474650] New: Feature request: Calendar event applet

2023-09-18 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=474650

Bug ID: 474650
   Summary: Feature request: Calendar event applet
Classification: Applications
   Product: Merkuro
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: claudio.cam...@kde.org
  Reporter: olib...@outlook.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
Merkuro Calendar could provide a widget for showing upcoming calendar events on
the Plasma panel.

The same format as the Media Controller applet could be used, with the album
artwork instead being a circle coloured with the event's colour, the title
being the name of the event and the subtitle saying "in 15 minutes", friendly
text to show when the event begins. This would be the applet's compact
representation.

For the full representation, the applet could show the same as the left pane in
Digital Clock, maybe with added actions for working with calendar events.

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

[plasma-systemmonitor] [Bug 473834] The system monitor does not show the load bar of the video card. Nvidia

2023-08-28 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=473834

--- Comment #2 from Oliver Beard  ---
(In reply to Nate Graham from comment #1)
> Oliver or David, is this the thing that's fixed now for Plasma 5.27.8?

Nope.

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

[plasma-systemmonitor] [Bug 473424] GPU monitoring widget fails with 2 dedicated Nvidia cards

2023-08-24 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=473424

Oliver Beard  changed:

   What|Removed |Added

   Version Fixed In||5.27.8
 CC||olib...@outlook.com

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

[plasma-systemmonitor] [Bug 473424] GPU monitoring widget fails with 2 dedicated Nvidia cards

2023-08-24 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=473424

Oliver Beard  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/ksystemstats/-/commit/e7 |ma/ksystemstats/-/commit/dd
   |05ce96e16bcc311eab10ba8284d |ce29082e9955331c4ba0e1561cc
   |72a908fe270 |66fe54dce6c

--- Comment #5 from Oliver Beard  ---
Git commit ddce29082e9955331c4ba0e1561cc66fe54dce6c by Oliver Beard.
Committed on 24/08/2023 at 16:20.
Pushed by olib into branch 'Plasma/5.27'.

NvidiaSmiProcess: Fix missing data for GPU 2+


(cherry picked from commit e705ce96e16bcc311eab10ba8284d72a908fe270)

M  +1-1plugins/gpu/NvidiaSmiProcess.cpp

https://invent.kde.org/plasma/ksystemstats/-/commit/ddce29082e9955331c4ba0e1561cc66fe54dce6c

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

[plasma-systemmonitor] [Bug 473424] GPU monitoring widget fails with 2 dedicated Nvidia cards

2023-08-24 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=473424

Oliver Beard  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/ksystemstats/-/commit/e7
   ||05ce96e16bcc311eab10ba8284d
   ||72a908fe270
 Resolution|--- |FIXED

--- Comment #4 from Oliver Beard  ---
Git commit e705ce96e16bcc311eab10ba8284d72a908fe270 by Oliver Beard.
Committed on 24/08/2023 at 13:14.
Pushed by olib into branch 'master'.

NvidiaSmiProcess: Fix missing data for GPU 2+

M  +1-1plugins/gpu/NvidiaSmiProcess.cpp

https://invent.kde.org/plasma/ksystemstats/-/commit/e705ce96e16bcc311eab10ba8284d72a908fe270

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

[plasmashell] [Bug 469445] Ever-growing ScreenMapping entry in config file makes plasmashell slow down and eventually crash

2023-08-18 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469445

--- Comment #27 from Oliver Beard  ---
(In reply to Nikolas Spiridakis from comment #26)
> I don't want to be rude but this does not fix the core problem.

The goal is to resolve the slowdown and crashing in 5.27. It's quite likely
that the core issue will be addressed for Plasma 6, but such major work would
not be brought to 5.27.

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

[plasma-systemmonitor] [Bug 461070] sensor list in system monitor are changed every time and not correct with C locale

2023-08-13 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=461070

Oliver Beard  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/libksysguard/-/commit/bf
   ||2685a3628f213e930743676a6d7
   ||13e630c6a59
 Resolution|--- |FIXED

--- Comment #21 from Oliver Beard  ---
Git commit bf2685a3628f213e930743676a6d713e630c6a59 by Oliver Beard, on behalf
of Maciej Stanczew.
Committed on 13/08/2023 at 15:19.
Pushed by olib into branch 'Plasma/5.27'.

sensors: Correctly handle the return value of QCollator::compare

QCollator::compare() can return any integer, not just [-1, 0, 1].
Comparing the result with -1 happened to work with most locales,
but it broke with the C locale. As a result, when sensors were put
into std::map, they were sometimes erroneously treated as duplicates,
leading to a randomly incomplete and garbled sensor list.


(cherry picked from commit 0a7efca4b331eb9619a2a88fe9093cbbbd351b6e)

M  +1-1sensors/SensorTreeModel.cpp

https://invent.kde.org/plasma/libksysguard/-/commit/bf2685a3628f213e930743676a6d713e630c6a59

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

[Breeze] [Bug 446468] Selected folder icon becomes white in selected list items

2023-08-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=446468

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[plasma-systemmonitor] [Bug 461070] sensor list in system monitor are changed every time and not correct with C locale

2023-08-12 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=461070

--- Comment #19 from Oliver Beard  ---
Please note, Maciej, that Plasma 5.26.8 will release on the 12th of September
(1 month from now), so you'll need to submit your MR before then to
cherry-pick.

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

[plasma-systemmonitor] [Bug 461070] sensor list in system monitor are changed every time and not correct with C locale

2023-08-09 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=461070

Oliver Beard  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||olib...@outlook.com
 Ever confirmed|0   |1

--- Comment #18 from Oliver Beard  ---
This can be easily reproduced with:
(export LANG=C; plasma-systemmonitor)

(In reply to Maciej Stanczew from comment #17)
> Sure. Should the merge request be for master or Plasma/5.27? (Note that I'm
> only able to test it on the 5.27 branch.)

Master. I'll test it there and merge, and cherry-pick it to 5.27 for you. :)

Make sure to include:
BUG: 461070
in the commit and MR description.

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

[plasmashell] [Bug 469445] Ever-growing ScreenMapping entry in config file makes plasmashell slow down and eventually crash

2023-08-09 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469445

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[plasmashell] [Bug 449543] Dragging items out of the view in such a way that would make the view scrollable should instead position them in visible space so it doesn't become scrollable

2023-08-09 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=449543

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[dolphin] [Bug 454044] Add option to unmount an sftp connection

2023-08-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=454044

Oliver Beard  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||olib...@outlook.com
 Status|REPORTED|CONFIRMED

--- Comment #1 from Oliver Beard  ---
You mention two features you want - to be able to unmount an SFTP connection
and to not remember the passphrase for your key.

Both *seem* to be possible from a naive look at the sftp implementation in
kio-extras:

https://invent.kde.org/network/kio-extras/-/blob/master/sftp/kio_sftp.cpp#L955
https://invent.kde.org/network/kio-extras/-/blob/master/sftp/kio_sftp.cpp#L928

The former is Dolphin's issue. The latter, I think, is with the authentication
process in kio-extras, and you should file a separate bug there.

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

[KScreen] [Bug 471841] Refresh rate isn't correctly picked when changing resolutions in configuration.

2023-07-01 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471841

Oliver Beard  changed:

   What|Removed |Added

   Assignee|kscreen-bugs-n...@kde.org   |olib...@outlook.com
 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
Would it be preferable to, when resolution is changed, select the closest
refresh rate to previous value (preferring higher)?

Or should we always select the highest refresh rate and actually ensure this is
changed?

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

[Welcome Center] [Bug 471380] Telemetry and online accounts pages are missing from Welcome Center

2023-06-24 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471380

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com
   Assignee|plasma-b...@kde.org |olib...@outlook.com

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

[Discover] [Bug 471261] In Plasma 6, `plasma-discover --feedback` briefly opens the main window again

2023-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471261

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[frameworks-kirigami] [Bug 466309] As of Kirigami 5.103, under certain circumstances, headers don't show the correct background color when using a Header-color-using color scheme

2023-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466309

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[Welcome Center] [Bug 471323] plasma welcome pops up on upgrade in live mode

2023-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471323

--- Comment #5 from Oliver Beard  ---
(In reply to David Redondo from comment #4)
> For me it popped up again after reboot
> I do not have a plasma-welcomerc at all

Fixed with https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/87.

Welcome Center would always autostart in live installer mode after merging the
live session feature.

The issue with Welcome Center appearing during installation due to KDED being
restarted persists.

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

[Welcome Center] [Bug 471323] plasma welcome pops up on upgrade in live mode

2023-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471323

--- Comment #3 from Oliver Beard  ---
(In reply to Nate Graham from comment #2)
> Hmm, but until the live session feature was merged yesterday, this wasn't
> happening. So it seems like something there changed to trigger the bug.

Actually, I believe it was - during the first stages of installation Welcome
Center appeared. This was on the 19th, and I had figured out then that KDED was
restarted.

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

[Welcome Center] [Bug 471323] plasma welcome pops up on upgrade in live mode

2023-06-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=471323

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
This happens because KDED is restarted during installation, which causes the
autostart service to start and launch Welcome Center again.

https://invent.kde.org/plasma/plasma-welcome/-/blob/master/src/kded/daemon.cpp#L24

KDED should probably not be restarted during installation or upgrade, and so
it'll need to be identified why this is happening and if it is necessary. I
don't think there's a good way to workaround this in plasma-welcome.

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

[Welcome Center] [Bug 466282] Add a live environment mode so Plasma Welcome is useful on live media

2023-06-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466282

Oliver Beard  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-welcome/-/commit/
   ||7838d980b688c7f8f457563f801
   ||a1de4ad823026

--- Comment #10 from Oliver Beard  ---
Git commit 7838d980b688c7f8f457563f801a1de4ad823026 by Oliver Beard.
Committed on 21/06/2023 at 20:54.
Pushed by olib into branch 'master'.

Add a live environment mode for distro installers

This adds a new mode, which shows a different first page for the distro and
prevents showing settings pages.

M  +14   -1README.md
M  +8-0src/config.kcfg
M  +13   -6src/contents/ui/main.qml
A  +61   -0src/contents/ui/pages/Live.qml [License: GPL(3+eV) GPL(v3.0)
GPL(v2.0)]
M  +16   -0src/controller.cpp
M  +4-1src/controller.h
M  +13   -7src/kded/daemon.cpp
M  +3-0src/main.cpp
M  +1-0src/resources.qrc

https://invent.kde.org/plasma/plasma-welcome/-/commit/7838d980b688c7f8f457563f801a1de4ad823026

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

[frameworks-kio] [Bug 444515] If file already exists and the user clicks cancel, force the focus on the filename

2023-06-10 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=444515

Oliver Beard  changed:

   What|Removed |Added

   Assignee|jgrul...@redhat.com |olib...@outlook.com
 CC||olib...@outlook.com

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

[plasmashell] [Bug 409988] Allow text to be copied

2023-05-29 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=409988

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #3 from Oliver Beard  ---
We could copy `Title - Artist` to the clipboard when Ctrl+C is pressed on the
open widget, and/or when the expanded widget's text is clicked, with maybe an
inlineMessage to indicate this was done.

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

[plasmashell] [Bug 470336] When pressing in the gap between two (icons-only) icons, you can launch two apps at once

2023-05-27 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470336

Oliver Beard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||6.0

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

[plasmashell] [Bug 470336] New: When pressing in the gap between two (icons-only) icons, you can launch two apps at once

2023-05-27 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470336

Bug ID: 470336
   Summary: When pressing in the gap between two (icons-only)
icons, you can launch two apps at once
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: 1.0

SUMMARY
When pressing exactly in the gap between two tasks, when neither are currently
open, it is possible to launch both at once.

STEPS TO REPRODUCE
1. Have two not-opened tasks on the icons-only task manager
2. Press between the gap exactly, with pixel precision
3. It is easier to bias yourself to the left icon and then move right 1px with
each click, using Alt+F4 so as to not move the cursor between attempts.

OBSERVED RESULT
Both apps open.

EXPECTED RESULT
Only one app should open.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

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

[plasmashell] [Bug 470043] Make previews never time out on their own, like other tooltips

2023-05-22 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470043

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #2 from Oliver Beard  ---
I completely agree - the window previews are tooltips, with a blend animation
on them, the same as with any panel tooltips.

I myself have found this annoying, as when you have many windows open, it could
take a while to identify which preview you want to move the cursor to, before
finding that the previews have suddenly disappeared. I don't think most people
expect them to.

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

[systemsettings] [Bug 470068] New: Current progress can exceed 100% after deleting index

2023-05-20 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470068

Bug ID: 470068
   Summary: Current progress can exceed 100% after deleting index
Classification: Applications
   Product: systemsettings
   Version: 5.27.4
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_baloo
  Assignee: baloo-bugs-n...@kde.org
  Reporter: olib...@outlook.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 159154
  --> https://bugs.kde.org/attachment.cgi?id=159154=edit
Current progress exceeding 100%

SUMMARY
The current progress can exceed 100%, after disabling indexing, deleting the
index and then enabling it again.

STEPS TO REPRODUCE
1. Disable indexing
2. Choose to delete the index
3. Enable indexing
4. Watch the progress

OBSERVED RESULT
Current progress appears to be offset by +100%.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.19.9

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

[ghostwriter] [Bug 467602] Text disappears when maximizing window (ghostwriter version 2.1.6)

2023-05-16 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=467602

--- Comment #4 from Oliver Beard  ---
Actually, I assume this is related because I maximised the window and saw the
editor disappeared.

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

[ghostwriter] [Bug 467602] Text disappears when maximizing window (ghostwriter version 2.1.6)

2023-05-16 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=467602

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #3 from Oliver Beard  ---
Created attachment 159014
  --> https://bugs.kde.org/attachment.cgi?id=159014=edit
Editor does not expand to fill on maximising, and is instead centered

On my own system, I can see that when maximising it doesn't expand to fill the
width, and is instead centered. Anything that causes it to relayout will fix
this. This only occurs when maximising on my primary display on not the
secondary, and I am using X11. I'm unsure if this is a different bug or symptom
of the same bug, but I assume it is strongly related.

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

[Spectacle] [Bug 469515] Poor performance when heavily zoomed in on large image

2023-05-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469515

Oliver Beard  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469516

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

[Spectacle] [Bug 469516] Returning from the annotation editor occasionally fails to show the image

2023-05-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469516

Oliver Beard  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469515

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

[Spectacle] [Bug 469516] New: Returning from the annotation editor occasionally fails to show the image

2023-05-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469516

Bug ID: 469516
   Summary: Returning from the annotation editor occasionally
fails to show the image
Classification: Applications
   Product: Spectacle
   Version: 23.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: olib...@outlook.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
When returning from the annotation editor, sometimes the image is no longer
displayed, or is shown incorrectly. This is probably related to BUG: 469515, as
I can see the zoom animating during the transition, and is reliably reproduced
by the same circumstances.

STEPS TO REPRODUCE
1. Take a full desktop screenshot (my own resolution is 3200x1080)
2. Open the annotation editor
3. Zoom in to 800%
4. Leave the annotation editor

OBSERVED RESULT
The full image is either not shown at all (full white preview) or shown
incorrectly (cropped).

EXPECTED RESULT
The full image would be shown normally, as before.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

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

[Spectacle] [Bug 469515] New: Poor performance when heavily zoomed in on large image

2023-05-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469515

Bug ID: 469515
   Summary: Poor performance when heavily zoomed in on large image
Classification: Applications
   Product: Spectacle
   Version: 23.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: olib...@outlook.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
When heavily zoomed in on a large image, the application slows down heavily.

STEPS TO REPRODUCE
1. Take a full desktop screenshot (my own resolution is 3200x1080)
2. Open the annotation editor
3. Zoom in to 800%
4. Perform actions (everything but scrolling is slow)

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

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

[Spectacle] [Bug 469514] New: Feature request: Right click drag on selection to resize

2023-05-08 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=469514

Bug ID: 469514
   Summary: Feature request: Right click drag on selection to
resize
Classification: Applications
   Product: Spectacle
   Version: 23.04.0
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: olib...@outlook.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
  In Plasma, whilst holding super, you can right click drag on a window to
resize according to the region of the window you select in, either vertically,
horizontally or diagonally. I'd like to suggest this is done for selections in
Spectacle with the select tool.

STEPS TO REPRODUCE
OBSERVED RESULT
EXPECTED RESULT
SOFTWARE/OS VERSIONS
  N/A

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

[kinfocenter] [Bug 468026] New: Network Interfaces: Refresh button does nothing

2023-04-01 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=468026

Bug ID: 468026
   Summary: Network Interfaces: Refresh button does nothing
Classification: Applications
   Product: kinfocenter
   Version: 5.27.3
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: olib...@outlook.com
CC: sit...@kde.org
  Target Milestone: ---

SUMMARY
On the Network Interfaces page, pressing the 'Refresh' button does nothing,
even when there is a change to the network configuration.

STEPS TO REPRODUCE
1. Open Network Interfaces
2. Disconnect from the current network
3. Press 'Refresh'

OBSERVED RESULT
No change.

EXPECTED RESULT
The disconnected network would be removed, such that the page is as it is when
reloaded.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.3
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

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

[dolphin] [Bug 453211] [Feature Request] Disable Preview in the Information Panel for Mouseover

2023-03-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=453211

Oliver Beard  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/278380bf1
   ||76ec4488f3a55043a7502310f60
   ||fde6

--- Comment #2 from Oliver Beard  ---
Git commit 278380bf176ec4488f3a55043a7502310f60fde6 by Oliver Beard.
Committed on 25/03/2023 at 10:01.
Pushed by felixernst into branch 'master'.

panels/information: Add option to not show information for hovered item
Related: bug 364956

M  +4-0src/panels/information/dolphin_informationpanelsettings.kcfg
M  +18   -10   src/panels/information/informationpanel.cpp

https://invent.kde.org/system/dolphin/commit/278380bf176ec4488f3a55043a7502310f60fde6

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

[dolphin] [Bug 364956] Keep preview when other file is selected

2023-03-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=364956

Oliver Beard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/278380bf1
   ||76ec4488f3a55043a7502310f60
   ||fde6
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Oliver Beard  ---
Git commit 278380bf176ec4488f3a55043a7502310f60fde6 by Oliver Beard.
Committed on 25/03/2023 at 10:01.
Pushed by felixernst into branch 'master'.

panels/information: Add option to not show information for hovered item
Related: bug 453211

M  +4-0src/panels/information/dolphin_informationpanelsettings.kcfg
M  +18   -10   src/panels/information/informationpanel.cpp

https://invent.kde.org/system/dolphin/commit/278380bf176ec4488f3a55043a7502310f60fde6

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

[drkonqi] [Bug 467615] New: Inconsistent application title

2023-03-20 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=467615

Bug ID: 467615
   Summary: Inconsistent application title
Classification: Applications
   Product: drkonqi
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: ---

SUMMARY
drkonqi is known by several names in the GUI:
 - "Crashed Processes Viewer" (.desktop)
 - "Intensive Care - DrKonqi Intensive Care" (window title)
 - "[appname] - The KDE Crash Handler" (on app crash, SIGSEGV)


STEPS TO REPRODUCE
1. View in KRunner, open app, cause crash respectively

OBSERVED RESULT
Inconsistency in app titles

EXPECTED RESULT
Preferably, the application uses the same name throughout all the usage
scenarios. "KDE Crash Handler" might be appropriate.

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

[frameworks-plasma] [Bug 466357] Flickering in systray for apps that change tooltip or on mouse hover

2023-02-25 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466357

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #2 from Oliver Beard  ---
I have seen this issue with qBittorrent before, but I am presently on 5.27.1
and can't see it. I think it's probably still around, but appears
inconsistently.

https://github.com/qbittorrent/qBittorrent/issues/18217

I'm believe this is a Plasma issue, not a qBittorrent one, but I don't recall
seeing it with other tooltips (though none are as dynamic).

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

[Welcome Center] [Bug 466282] RFE: Add a live environment mode so Plasma Welcome is useful on live media

2023-02-23 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466282

--- Comment #6 from Oliver Beard  ---
(In reply to Adam Williamson from comment #5)
> No, that can't work. It has to be something that can be poked by a script
> during startup, basically - some kind of config file entry, magic file,
> something like that.

Config would work! It could be a simple key in plasma-welcomerc, like
LiveUser=true that causes the autostart helper to use a different mode.

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

[Welcome Center] [Bug 466282] RFE: Add a live environment mode so Plasma Welcome is useful on live media

2023-02-23 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466282

--- Comment #3 from Oliver Beard  ---
(In reply to Adam Williamson from comment #2)
> It may be the case that we need to do something similar for Plasma -
> upstream just needs to allow some sort of mechanism here (give the welcome
> tour a "live mode" or whatever), and we do the actual customization to make
> it kick in downstream.

It's possible for the live user that you could disable the autostart KDED
service (added in 6.0 or git master), and launch the welcome app with a custom
argument. We could also add a different welcome page for live environments. To
show the installer, a distro page could be added in the live environment. Some
thought to more customising the order of these pages could help.

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

[Welcome Center] [Bug 466282] RFE: Add a live environment mode so Plasma Welcome is useful on live media

2023-02-23 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=466282

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

--- Comment #1 from Oliver Beard  ---
We can adjust the pages that appear on a live environment. I'm wondering how it
would be best to detect, in the autostart helper, that the application is
inside of a live environment. Perhaps username?

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

[plasmashell] [Bug 463080] When switching to the display of months - an empty view

2023-02-21 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=463080

--- Comment #20 from Oliver Beard  ---
My friend is now seeing this bug again in 5.27. It appears it wasn't fixed at
all.
:(

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

[kate] [Bug 465786] New: When opening a folder via Dolphin, the Projects panel is not opened

2023-02-15 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=465786

Bug ID: 465786
   Summary: When opening a folder via Dolphin, the Projects panel
is not opened
Classification: Applications
   Product: kate
   Version: 22.12.2
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: ---

SUMMARY
When opening a folder with Kate via Dolphin, the Projects panel is not opened
by default. When you use the "Open Folder..." button on the landing page,
however, it is.

STEPS TO REPRODUCE
1. Right click on a folder in Dolphin, and then select "Open Folder With" >
"Kate"

OBSERVED RESULT
The Projects panel is not opened for you. As such, there is no indication that
the folder has actually been opened.

EXPECTED RESULT
As with the "Open Folder..." button on the Welcome page, the Projects panel is
opened.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

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

[kwin] [Bug 450327] Night Color Has No Effect on KDE Wayland with NVIDIA

2023-02-07 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=450327

--- Comment #4 from Oliver Beard  ---
The specific message logged: kwin_wayland[1069]: kwin_wayland_drm: Failed to
create gamma blob! Invalid argument

From:
https://forums.developer.nvidia.com/t/wayland-information-for-r515-beta-release/214275
The nvidia-drm module does not support the GAMMA_LUT, DEGAMMA_LUT, CTM,
COLOR_ENCODING, or COLOR_RANGE connector properties, which may impact some
compositor features related to color correction.

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

[kwin] [Bug 450327] Night Color Has No Effect on KDE Wayland with NVIDIA

2023-02-07 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=450327

Oliver Beard  changed:

   What|Removed |Added

 CC||olib...@outlook.com

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

[dolphin] [Bug 465347] Selection marker is present when single-click selects items

2023-02-07 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=465347

--- Comment #4 from Oliver Beard  ---
(In reply to Nate Graham from comment #2)
> It might make sense do to the same thing in Dolphin.

I concur - users who double-click to open are well accustomed to dragging or
using ctrl+click to make a selection. I hope this is considered.

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

[dolphin] [Bug 465347] New: Selection marker is present when single-click selects items

2023-02-05 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=465347

Bug ID: 465347
   Summary: Selection marker is present when single-click selects
items
Classification: Applications
   Product: dolphin
   Version: 22.12.1
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: olib...@outlook.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Selection markers, to select an icon are useful when single-click is used to
open, but when using single-click to select items (double-click to open) they
should not be present (they are redundant).

STEPS TO REPRODUCE
1. "Clicking files or folders: Selects them" in General Behaviour
2. Open dolphin and hover over a file/folder icon

OBSERVED RESULT
The selection marker is present.

EXPECTED RESULT
The selection marker should not be present.

SOFTWARE/OS VERSIONS
Dolphin: 22.12.1
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

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

[plasmashell] [Bug 463080] When switching to the display of months - an empty view

2023-02-05 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=463080

--- Comment #16 from Oliver Beard  ---
(In reply to mrfrh from comment #15)
> I still experience this bug: 

My friend is using the same, but with Arch Linux & Plasma 5.26.90 (5.27 beta).
It would be very helpful if you reported back after updating to Plasma 5.27
(releases Tue 2023-02-14, your distro may get it about a week after).

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

[dolphin] [Bug 453211] [Feature Request] Disable Preview in the Information Panel for Mouseover

2023-02-05 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=453211

Oliver Beard  changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |olib...@outlook.com
 CC||olib...@outlook.com

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

  1   2   >