[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#757069: marked as done (kde4libs: Plasma buttons/checkboxes not clickable on arm)



Your message dated Sun, 25 Aug 2019 15:34:27 +0000
with message-id <E1i1uXD-000HxJ-7D@fasolo.debian.org>
and subject line Bug#935666: Removed package(s) from unstable
has caused the Debian Bug report #757069,
regarding kde4libs: Plasma buttons/checkboxes not clickable on arm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
757069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757069
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: kde4libs
Version: 4.8.4
Severity: important
Tags: upstream patch

Dear Maintainer,

On arm arch machines, the QWIDGETSIZE_MAX and QWIDGETSIZE_MAX return unexpected values
in /plasma/corona.cpp.  This affects the draw order of kde4 plasma desktop elements making
them very difficult and in some cases impossible to use.

This bug can be seen by trying to add a plasma-desktop widget in the K desktop
 environment on an arm based machine (Adaptiva Parallella in my case). The desktop widgets
cannot be dragged from the selection drawer to the desktop and moving the slider is very
difficult.

This relates to the upstream bug #282975 on bugs.kde.org
<https://bugs.kde.org/show_bug.cgi?id=282975>

A patch for kdelibs' corona.cpp that fixes this bug can be found at:
<http://goo.gl/ph8OqQ>

A more in-depth description of the behaviour that causes this bug can be found at:
<http://mail.kde.org/pipermail/active/2013-November/007228.html>

I applied this patch to the debian kde4libs sources and built a new .deb, and can confirm the patch
does fix the behavior.

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 'stable-updates'), (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 3.12.0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/plasma/corona.cpp b/plasma/corona.cpp
index 5c90aa4..7dff075 100644
--- a/plasma/corona.cpp
+++ b/plasma/corona.cpp
@@ -388,7 +388,7 @@ void Corona::addOffscreenWidget(QGraphicsWidget *widget)
     }
 
     d->offscreenWidgets[i] = widget;
-    widget->setPos((-i - 1) * QWIDGETSIZE_MAX, -QWIDGETSIZE_MAX);
+    widget->setPos((-i - 1) * 2000, -2000);
 
     QGraphicsWidget *pw = widget->parentWidget();
     widget->setParentItem(0);

--- End Message ---
--- Begin Message ---
Version: 4:4.14.38-4+rm

Dear submitter,

as the package kde4libs has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935666

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: