[plasmashell] [Bug 362887] Panel doesn't update struts on resize

2016-05-10 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362887

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
When it's resized how?

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


[neon] [Bug 362767] High DPI is messed up after Qt 5.6 update

2016-05-09 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362767

--- Comment #5 from David Edmundson  ---
For Case #1:
 - qt now scales up font DPI for some reason, you can counter that by
explicitly also setting
QT_FONT_DPI to be half/double (not sure which way round it is) 

For Case #3

Since Plasma 5.5 we do have code to disable internal high DPI managing on Qt5.6

However, it requires kwin/plasma also be *compiled* with Qt5.6

#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
#endif

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


[kinfocenter] [Bug 350861] KDE Info Center Crashes on Exit

2016-05-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350861

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kinf
   ||ocenter/95569a0eae884427c7f
   ||7ab11fd63ae577f0be16d
 Resolution|DUPLICATE   |FIXED

--- Comment #2 from David Edmundson  ---
Git commit 95569a0eae884427c7f7ab11fd63ae577f0be16d by David Edmundson.
Committed on 08/05/2016 at 12:56.
Pushed by davidedmundson into branch 'Plasma/5.6'.

Keep a reference to the Solid::Device whilst using it's interface

Otherwise we were effectively relying on Solid's cache for memory
management.

This led to a problem that QML's QObject wrapper would detect the
Solid::Battery was being deleted on shutdown, and re-evaluate
currentBattery. This would then call BatteryModel.fetch(0) which being
slightly behind would then return an invalid object, as well as doing
pointless processing during application shut down.

This ensure items get deleted in the correct order.
REVIEW: 127862

M  +13   -16   Modules/energy/batterymodel.cpp
M  +2-1Modules/energy/batterymodel.h

http://commits.kde.org/kinfocenter/95569a0eae884427c7f7ab11fd63ae577f0be16d

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


[plasmashell] [Bug 352058] Restart/Reboot naming isn't consistent

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352058

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/16bc8766866259
   ||84842e017e9ee0c516e7f59d00

--- Comment #10 from David Edmundson  ---
Git commit 16bc876686625984842e017e9ee0c516e7f59d00 by David Edmundson.
Committed on 04/05/2016 at 15:48.
Pushed by davidedmundson into branch 'master'.

Fix usage of string "shut down"

Some say shutdown, some say shut down.
REVIEW: 127791

M  +1-1lookandfeel/contents/components/LogoutOptions.qml

http://commits.kde.org/plasma-workspace/16bc876686625984842e017e9ee0c516e7f59d00

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


[plasmashell] [Bug 352058] Restart/Reboot naming isn't consistent

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352058

--- Comment #9 from David Edmundson  ---
Git commit dd67a42cd5170c73ad50c4a0e9ccf6dfd0aa30e9 by David Edmundson.
Committed on 04/05/2016 at 11:51.
Pushed by davidedmundson into branch 'master'.

Fix usage of string "shutdown" and "restart"

Some say shutdown, some say shut down.

We want reboot consistently instead of restart (when talking about the
computer)
REVIEW: 127790

M  +2-2applets/kicker/plugin/systementry.cpp

http://commits.kde.org/plasma-desktop/dd67a42cd5170c73ad50c4a0e9ccf6dfd0aa30e9

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


[plasmashell] [Bug 217950] Ability to set desktop wallpaper via a dbus command

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=217950

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #43 from David Edmundson  ---
Don't know why I didn't close this.

See snippit in the review request.

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


[gwenview] [Bug 170124] set as wallpaper option

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=170124
Bug 170124 depends on bug 217950, which changed state.

Bug 217950 Summary: Ability to set desktop wallpaper via a dbus command
https://bugs.kde.org/show_bug.cgi?id=217950

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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


[kipiplugins] [Bug 254932] New tool to export images as desktop wallpaper folder

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254932
Bug 254932 depends on bug 217950, which changed state.

Bug 217950 Summary: Ability to set desktop wallpaper via a dbus command
https://bugs.kde.org/show_bug.cgi?id=217950

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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


[plasmashell] [Bug 362320] Opensuse Leap 42.1 KDE Plasma Workstation crash when changing permission for a folder owned by root but moved to another admin user desktop

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362320

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from David Edmundson  ---


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

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

David Edmundson  changed:

   What|Removed |Added

 CC||nothr...@gmail.com

--- Comment #28 from David Edmundson  ---
*** Bug 362320 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362643] Executable: plasmashell PID: 2113 Signal: Aborted (6) Time: ٤‏/٥‏/٢٠١٦ 02:00:46

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362643

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from David Edmundson  ---
#12 0x7f5b6ee44b69 in QWindow::event(QEvent*) () at
/usr/lib64/libQt5Gui.so.5

Error raised here means there's something broken with your openGL drivers.
One common cause is NVidia's libGL installed, but the NVidia kernel module
missing.

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

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


[plasmashell] [Bug 345563] Assert in QGLXContext::init when OpenGL drivers are not installed

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

David Edmundson  changed:

   What|Removed |Added

 CC||ahmedabubakar...@gmail.com

--- Comment #90 from David Edmundson  ---
*** Bug 362643 has been marked as a duplicate of this bug. ***

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

David Edmundson  changed:

   What|Removed |Added

 CC||pereira.a...@gmail.com

--- Comment #98 from David Edmundson  ---
*** Bug 362633 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362633] Plasma crashed while changing wireless network

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362633

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 352058] Restart/Reboot naming isn't consistent

2016-05-04 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352058

--- Comment #8 from David Edmundson  ---
Git commit 7f1e656923218fc81a5a8a326128f38b9aaab1c4 by David Edmundson.
Committed on 04/05/2016 at 11:38.
Pushed by davidedmundson into branch 'master'.

Fix usage of string "shut down"

Some say shutdown, some say shut down.
REVIEW: 127792

M  +1-1daemon/actions/bundled/handlebuttoneventsconfig.cpp
M  +1-1daemon/actions/bundled/suspendsessionconfig.cpp
M  +1-1kcmodule/activities/activitywidget.cpp
M  +1-1kcmodule/global/GeneralPage.cpp

http://commits.kde.org/powerdevil/7f1e656923218fc81a5a8a326128f38b9aaab1c4

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


[plasmashell] [Bug 362615] Audio settings causes plasmashell to segfault - no audio from bluetooth headphones

2016-05-03 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362615

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362634] second column of desktops icons move when switching monitor with same resolution

2016-05-03 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362634

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk,
   ||plasma-b...@kde.org
   Assignee|se...@kde.org   |h...@kde.org
  Component|Desktop Containment |Folder

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


[frameworks-kactivities] [Bug 362620] No recovery from invalid activities

2016-05-03 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362620

David Edmundson  changed:

   What|Removed |Added

Version|5.1.1   |unspecified
Product|plasmashell |frameworks-kactivities
  Component|Activity Switcher   |general
   Target Milestone|1.0 |---
 CC||k...@davidedmundson.co.uk

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


[plasmashell] [Bug 217950] Ability to set desktop wallpaper via a dbus command

2016-05-03 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=217950

--- Comment #42 from David Edmundson  ---
Git commit 903cbfd7e267a4812a6ec222eb7e1b5dd775686f by David Edmundson.
Committed on 03/05/2016 at 11:01.
Pushed by davidedmundson into branch 'master'.

Add method to run a script from DBus directly

loadScriptInInteractiveConsole requires user interaction which blocks
some purposes, like setting the desktop background from an app.

This runs a given script directly from a passed string without any
prompts.
REVIEW: 125648

M  +3-0shell/dbus/org.kde.PlasmaShell.xml
M  +25   -0shell/shellcorona.cpp
M  +4-1shell/shellcorona.h

http://commits.kde.org/plasma-workspace/903cbfd7e267a4812a6ec222eb7e1b5dd775686f

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


[plasmashell] [Bug 352058] Restart/Reboot naming isn't consistent

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352058

--- Comment #7 from David Edmundson  ---
>Good catch. David, which do you prefer?

(I may not be the fastest to reply, but I get there in the end)

Reboot.

Restart has the potential to be vague (restart what?). 
Whereas reboot heavily implies hardware.

I've patched the shutdown strings already. I'll do this reboot one too.

The suspend thing is more of a different issue that I'll leave to the forum. I
think we're at least consistent there.

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


[klipper] [Bug 357763] clipboard widget delete history button

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357763

David Edmundson  changed:

   What|Removed |Added

  Component|general |plasma-widget
   Assignee|k...@davidedmundson.co.uk|mgraess...@kde.org
   Target Milestone|1.0 |---
Product|plasmashell |klipper
Version|master  |unspecified

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


[plasmashell] [Bug 357535] Clock partly off screen when used in lower right corner

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357535

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from David Edmundson  ---


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

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


[plasmashell] [Bug 361093] An expanded Russian date and time digital clock exits the bounds of the panel

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361093

David Edmundson  changed:

   What|Removed |Added

 CC||d...@newtech.fi

--- Comment #3 from David Edmundson  ---
*** Bug 357535 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362451] Digital clock shows wrong time after package tzdata-2016d updated

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362451

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Then the bug is in the tzdata package. Please report a bug there

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


[plasmashell] [Bug 362145] Plasma se detuvo al ingresar a las preferencias de actividades por omision

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362145

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[kactivitymanagerd] [Bug 357435] Plasma Crash on attempting to change desktop settings

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357435

David Edmundson  changed:

   What|Removed |Added

 CC||marc...@openmailbox.org

--- Comment #13 from David Edmundson  ---
*** Bug 362145 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361907] Cannot customize LeaveView icons.

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361907

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from David Edmundson  ---
Closing as not a bug.
We definitely load them from the theme.

Might be what Kai said.

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


[plasmashell] [Bug 362203] Modifier key for inner window/titlebar/frame supports only alt and meta

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362203

--- Comment #1 from David Edmundson  ---
Which shortcut do you mean? 
can you include a screenshot of the config?

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


[frameworks-kactivities-stats] [Bug 362198] Plasma Crashes

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362198

David Edmundson  changed:

   What|Removed |Added

  Component|general |general
   Assignee|k...@davidedmundson.co.uk|ivan.cu...@kde.org
   Target Milestone|1.0 |---
 CC||plasma-de...@kde.org
Version|5.5.5   |unspecified
Product|plasmashell |frameworks-kactivities-stat
   ||s

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


[plasmashell] [Bug 360942] Misplaced menus and tooltips after 2 screen size changes

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360942

--- Comment #7 from David Edmundson  ---
Can you include the output of xrandr -q ?

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


[plasmashell] [Bug 362259] Plasma segmentation fault (11) after logging in from lock screen

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362259

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362184] Plasmashell crashes after unlocking screen after monitor went to standby

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362184

David Edmundson  changed:

   What|Removed |Added

 CC||me.dick...@yahoo.ca

--- Comment #2 from David Edmundson  ---
*** Bug 362259 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362184] Plasmashell crashes after unlocking screen after monitor went to standby

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362184

David Edmundson  changed:

   What|Removed |Added

 CC||impo...@gmail.com

--- Comment #1 from David Edmundson  ---
*** Bug 362348 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362348] Plasma crashed after reconnecting external screen

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362348

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[frameworks-plasma] [Bug 357895] Regression: KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over TaskManager

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357895

David Edmundson  changed:

   What|Removed |Added

 CC||talkingod...@gmail.com

--- Comment #57 from David Edmundson  ---
*** Bug 362168 has been marked as a duplicate of this bug. ***

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


[frameworks-plasma] [Bug 357895] Regression: KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over TaskManager

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357895

David Edmundson  changed:

   What|Removed |Added

 CC||martin.h...@posteo.de

--- Comment #56 from David Edmundson  ---
*** Bug 362461 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362168] Plasmashell crash, possibly related to icons-only task manager

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362168

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362461] Plasma crashes when switching between Windows host and VirtualBox Kubuntu 16.10 (with Plasma)

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362461

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[kde] [Bug 353563] Segmentation faults in plasma on startup, shutdown, reboot,...

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353563

David Edmundson  changed:

   What|Removed |Added

 CC||kon...@kde.org

--- Comment #6 from David Edmundson  ---
*** Bug 362465 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362465] Plasma crash while basically idling

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362465

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 349785] Add an option auto-hide intelligently if and only if some window is near it, or maximized. As seen on Cinnamon Panels.

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349785

David Edmundson  changed:

   What|Removed |Added

 CC||adr.fant...@gmail.com

--- Comment #5 from David Edmundson  ---
*** Bug 362065 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362065] Plasma panels hide behaviour is not clever at all

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362065

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


*** 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 361786] as soon as battery is full, battery applet goes into hidden icons--> panel crash

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361786

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 346740] Shortcuts for several tray icons break plasmashell

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346740

David Edmundson  changed:

   What|Removed |Added

 CC||ogldel...@mail.ru

--- Comment #46 from David Edmundson  ---
*** Bug 361425 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362390] Plasma shell crashed while waking a laptop from sleep

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362390

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---
Fixed in Qt5.6

Marking as a duplicate of the same bug appearing in a different place in
Plasma.

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

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||dsstu...@qq.com

--- Comment #198 from David Edmundson  ---
*** Bug 362390 has been marked as a duplicate of this bug. ***

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


[kwin] [Bug 362307] Some apps do not ignore wheel event when Meta+Wheel is used to raise/lower the window

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362307

David Edmundson  changed:

   What|Removed |Added

  Component|general |general
   Target Milestone|1.0 |---
Product|plasmashell |kwin
 CC||k...@davidedmundson.co.uk

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


[plasmashell] [Bug 362435] Characteristics of desktop icons are not adopted

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362435

David Edmundson  changed:

   What|Removed |Added

  Component|general |Folder
   Assignee|k...@davidedmundson.co.uk|h...@kde.org

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


[plasmashell] [Bug 346740] Shortcuts for several tray icons break plasmashell

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346740

David Edmundson  changed:

   What|Removed |Added

 CC||ogldel...@mail.ru
 CC||bur...@net-b.de

--- Comment #46 from David Edmundson  ---
*** Bug 361425 has been marked as a duplicate of this bug. ***

--- Comment #47 from David Edmundson  ---
*** Bug 360264 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361425] crashed while update system in Konsole

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361425

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 360264] Segfault of plasmashell

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360264

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 346740] Shortcuts for several tray icons break plasmashell

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346740

David Edmundson  changed:

   What|Removed |Added

 CC||aljaz.meki...@gmail.com

--- Comment #45 from David Edmundson  ---
*** Bug 361786 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 353667] sometimes suddenly letters are just sqaures

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353667

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from David Edmundson  ---


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

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


[plasmashell] [Bug 354731] Black or incorrect textures in different places of UI

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354731

David Edmundson  changed:

   What|Removed |Added

 CC||kde-b...@ginguppin.de

--- Comment #17 from David Edmundson  ---
*** Bug 353667 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361566] Panel auto-hide is completely broken

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361566

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #12 from David Edmundson  ---


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

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


[plasmashell] [Bug 362105] Taskbar options 'autohide'/'windows can cover' not functional

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362105

David Edmundson  changed:

   What|Removed |Added

 CC||strae...@gmail.com

--- Comment #3 from David Edmundson  ---
*** Bug 361566 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

--- Comment #197 from David Edmundson  ---
*** Bug 362270 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362105] Taskbar options 'autohide'/'windows can cover' not functional

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362105

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|System Tray |Panel

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


[plasmashell] [Bug 362270] Random Plasma crash

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362270

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[Baloo] [Bug 362124] Plasma crash when typing and searching in Launcher

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362124

David Edmundson  changed:

   What|Removed |Added

  Component|general |General
   Assignee|k...@davidedmundson.co.uk|m...@vhanda.in
   Target Milestone|1.0 |---
 CC||pinak.ah...@gmail.com
Version|5.5.5   |unspecified
Product|plasmashell |Baloo

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


[frameworks-solid] [Bug 346517] Plasmashell crashed after starting gparted

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346517

David Edmundson  changed:

   What|Removed |Added

 CC||jwi...@gmail.com

--- Comment #34 from David Edmundson  ---
*** Bug 361818 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361818] Plasma crash after KDE partition manager partitioning of USB stick

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361818

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from David Edmundson  ---


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

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


[Baloo] [Bug 362200] Problem wehan I try run Krusader

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362200

David Edmundson  changed:

   What|Removed |Added

  Component|general |General
   Assignee|k...@davidedmundson.co.uk|m...@vhanda.in
   Target Milestone|1.0 |---
Product|plasmashell |Baloo
 CC||pinak.ah...@gmail.com
Version|5.5.5   |unspecified

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


[kdeplasma-addons] [Bug 362311] plasma crash while update weather

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362311

David Edmundson  changed:

   What|Removed |Added

  Component|general |weather
   Assignee|k...@davidedmundson.co.uk|kosse...@kde.org
   Target Milestone|1.0 |---
Product|plasmashell |kdeplasma-addons

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

--- Comment #195 from David Edmundson  ---
*** Bug 361826 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362123] Plasmashell crashes after upgrade from Kubuntu 15.10 to 16.04

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362123

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from David Edmundson  ---
Error raised here means there's something broken with your openGL drivers.
One common cause is NVidia's libGL installed, but the NVidia kernel module
missing.

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

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


[plasmashell] [Bug 345563] Assert in QGLXContext::init when OpenGL drivers are not installed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

David Edmundson  changed:

   What|Removed |Added

 CC||garystripl...@yahoo.com

--- Comment #89 from David Edmundson  ---
*** Bug 362123 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362261] plasmashell instant crash after upgrade to 16.04 from 14 LTS, AND same crash on clean install

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362261

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---
#9 0x7fe3c237caf1 in
QSGRenderLoop::handleContextCreationFailure(QQuickWindow*, bool) () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5


Error raised here means there's something broken with your openGL drivers.
One common cause is NVidia's libGL installed, but the NVidia kernel module
missing.

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

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


[Baloo] [Bug 362255] Searching through menu crashed kde

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362255

David Edmundson  changed:

   What|Removed |Added

  Component|general |General
   Assignee|k...@davidedmundson.co.uk|m...@vhanda.in
   Target Milestone|1.0 |---
 CC||pinak.ah...@gmail.com
Version|5.5.5   |unspecified
Product|plasmashell |Baloo

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


[plasmashell] [Bug 345563] Assert in QGLXContext::init when OpenGL drivers are not installed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

David Edmundson  changed:

   What|Removed |Added

 CC||johngilll...@gmail.com

--- Comment #88 from David Edmundson  ---
*** Bug 362261 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362148] Plasma crashes with multi-monitor setup

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362148

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 361439] plasma crash when session locked

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361439

David Edmundson  changed:

   What|Removed |Added

 CC||bigva...@gmail.com

--- Comment #4 from David Edmundson  ---
*** Bug 362396 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361439] plasma crash when session locked

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361439

David Edmundson  changed:

   What|Removed |Added

 CC||kde-b...@kristiankoch.com

--- Comment #3 from David Edmundson  ---
*** Bug 362148 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362396] Crash after screen lock

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362396

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362400] Right click on the icon

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362400

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 355122] Crash in krunner with unsafe QIcon::fromTheme

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355122

David Edmundson  changed:

   What|Removed |Added

 CC||whiskey...@gmail.com

--- Comment #6 from David Edmundson  ---
*** Bug 362400 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 345563] Assert in QGLXContext::init when OpenGL drivers are not installed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

David Edmundson  changed:

   What|Removed |Added

 CC||ffds...@gmail.com

--- Comment #87 from David Edmundson  ---
*** Bug 362225 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362469] Plasma crash when starting

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362469

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362159] Sudden crash plasma

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362159

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---
Fixed in Qt 5.6.

Marking duplicate as the same bug appearing in a different place.

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

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


[plasmashell] [Bug 362326] KDE plasma 5 has't RTL layout

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362326

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from David Edmundson  ---
Some things definitely change.

Therefore this bug is way too vague.

Please file individual bugs with screenshots.

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


[plasmashell] [Bug 361826] plasma crash while restoring minimized window

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361826

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

David Edmundson  changed:

   What|Removed |Added

 CC||juergen.scholz...@gmail.com
 CC||florian.westp...@posteo.de

--- Comment #94 from David Edmundson  ---
*** Bug 358245 has been marked as a duplicate of this bug. ***

--- Comment #95 from David Edmundson  ---
*** Bug 362054 has been marked as a duplicate of this bug. ***

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

David Edmundson  changed:

   What|Removed |Added

 CC||julius.schwartzenberg@gmail
   ||.com

--- Comment #96 from David Edmundson  ---
*** Bug 362159 has been marked as a duplicate of this bug. ***

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


[telepathy] [Bug 351785] Crash when clicking 'Configure...' button in Accounts settings

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351785

David Edmundson  changed:

   What|Removed |Added

 CC||man...@atug.de

--- Comment #86 from David Edmundson  ---
*** Bug 362322 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362322] Crash when trying to edit the jabber account

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362322

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||ha...@gmx.net

--- Comment #192 from David Edmundson  ---
*** Bug 362448 has been marked as a duplicate of this bug. ***

--- Comment #193 from David Edmundson  ---
*** Bug 362275 has been marked as a duplicate of this bug. ***

--- Comment #194 from David Edmundson  ---
*** Bug 362267 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||jasonbailey1...@gmail.com

--- Comment #191 from David Edmundson  ---
*** Bug 362457 has been marked as a duplicate of this bug. ***

--- Comment #192 from David Edmundson  ---
*** Bug 362448 has been marked as a duplicate of this bug. ***

--- Comment #193 from David Edmundson  ---
*** Bug 362275 has been marked as a duplicate of this bug. ***

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

David Edmundson  changed:

   What|Removed |Added

 CC||juergen.scholz...@gmail.com

--- Comment #94 from David Edmundson  ---
*** Bug 358245 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362054] Plasmashell crashes when starting VPN via KNetworkManager

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362054

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362267] Plasma and Amarok Plasma Crashing

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362267

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||jasonbailey1...@gmail.com

--- Comment #191 from David Edmundson  ---
*** Bug 362457 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 362457] Crash on virtual desktop change/transition

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362457

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 362448] Plasma crash with virtual desktop change

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362448

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||jasonbailey1...@gmail.com

--- Comment #191 from David Edmundson  ---
*** Bug 362457 has been marked as a duplicate of this bug. ***

--- Comment #192 from David Edmundson  ---
*** Bug 362448 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 358245] plasmashell unresponsive/freezes after resuming from suspend to RAM

2016-04-29 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358245

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #10 from David Edmundson  ---


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

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


[plasmashell] [Bug 349519] plasmashell occasionally crashes

2016-04-20 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349519

David Edmundson  changed:

   What|Removed |Added

 CC||zpk.aqu...@yahoo.com

--- Comment #131 from David Edmundson  ---
*** Bug 361745 has been marked as a duplicate of this bug. ***

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-04-20 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

--- Comment #91 from David Edmundson  ---
*** Bug 361749 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361745] vide player make kde crash

2016-04-20 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361745

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---
#6 brw_meta_fast_clear (brw=brw@entry=0x20960a8, fb=fb@entry=0x48f77a0,
buffers=buffers@entry=34, partial_clear=partial_clear@entry=false) at
../../../../../../../src/mesa/drivers/dri/i965/brw_meta_fast_clear.c:451



This is crashing in your graphic driver which we can't do much about.

Please upgrade/downgrade your version of mesa. See information (including a
workaround) in the linked report.

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

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


[Baloo] [Bug 361741] Plasma crash

2016-04-20 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361741

David Edmundson  changed:

   What|Removed |Added

  Component|general |General
   Assignee|k...@davidedmundson.co.uk|m...@vhanda.in
Product|plasmashell |Baloo
 CC||pinak.ah...@gmail.com
Version|5.5.5   |unspecified
   Target Milestone|1.0 |---

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


[plasmashell] [Bug 361749] Reconnecting to Wifi and updating

2016-04-20 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361749

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


<    4   5   6   7   8   9   10   11   12   13   >