[okular] [Bug 286825] Okular should generate PDFs when printing instead of GhostScript

2017-09-09 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=286825

Arthur Țițeică  changed:

   What|Removed |Added

 CC||arthur+...@cloud.titeica.ro

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

[gwenview] [Bug 71870] Suggestions about task "Preload next image"

2017-09-09 Thread Pascal d'Hermilly
https://bugs.kde.org/show_bug.cgi?id=71870

Pascal d'Hermilly  changed:

   What|Removed |Added

 CC||pas...@dhermilly.dk

--- Comment #21 from Pascal d'Hermilly  ---
Jep. At least for network shares - E.g. try to view some images over webdav
(e.g. an Owncloud/Nextcloud share).
Each time you click next you have to wait for Gwenview to fetch the image from
the server with a loading symbol. If Gwenview had already loaded the next file
it would be instant unless you are flipping through faster than your
disk/network access.

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

[tellico] [Bug 384528] Ratings and checkmarks not shown in List View

2017-09-09 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=384528

Robby Stephenson  changed:

   What|Removed |Added

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

--- Comment #1 from Robby Stephenson  ---


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

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

[tellico] [Bug 378477] Can't see the star icon in the column view and in the entry editor

2017-09-09 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=378477

Robby Stephenson  changed:

   What|Removed |Added

 CC||bugs-kde.akk...@xoxy.net

--- Comment #16 from Robby Stephenson  ---
*** Bug 384528 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 361565] Brush and cursor do not line up when second monitor is used.

2017-09-09 Thread Chelsea
https://bugs.kde.org/show_bug.cgi?id=361565

Chelsea  changed:

   What|Removed |Added

 CC||cbate...@gmail.com

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

[plasmashell] [Bug 384540] KDE applications segfault when XLIB_SKIP_ARGB_VISUALS is defined

2017-09-09 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=384540

Tristan Miller  changed:

   What|Removed |Added

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

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

[okular] [Bug 376990] Okular randomly crashes when launched from Emacs

2017-09-09 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=376990

Tristan Miller  changed:

   What|Removed |Added

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

--- Comment #14 from Tristan Miller  ---
(In reply to Albert Astals Cid from comment #13)
> Defenitely not an okular bug, i guess a Plasma bug makes sense since you say
> that you can only reproduce this inside a Plasma session.

OK, reported as Bug 384540.

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

[plasmashell] [Bug 384540] New: KDE applications segfault when XLIB_SKIP_ARGB_VISUALS is defined

2017-09-09 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=384540

Bug ID: 384540
   Summary: KDE applications segfault when XLIB_SKIP_ARGB_VISUALS
is defined
   Product: plasmashell
   Version: 5.10.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: psychon...@nothingisreal.com
  Target Milestone: 1.0

Whenever I run a KDE application in Plasma with the XLIB_SKIP_ARGB_VISUALS
environment variable defined, the application crashes with a segmentation fault
(and no backtrace dialog) as soon as a pull-down menu is activated.  This
happens a lot when launching KDE applications such as Okular from Emacs, since
Emacs defines XLIB_SKIP_ARGB_VISUALS.

The problem seems specific to KDE applications running in Plasma.  Other
Qt-based applications, such as Clementine and Skype 4.3.0.37, are not affected.
 The problem is also specific to Plasma.  If I use another desktop environment,
such as LXQt, then I cannot reproduce the crash, even when running KDE
applications such as Okular.

Steps to reproduce:
1. XLIB_SKIP_ARGB_VISUALS="" /usr/bin/okular
2. Click on the "File" menu.

Observed behaviour:
3. Okular crashes with the message "Segmentation fault (core dumped)".  No
crash dialog with a backtrace appears.  No debugging output appears in the
terminal.

Expected behaviour:
3. Okular should not crash.

Running the KDE application through valgrind shows a bit more information:

$ XLIB_SKIP_ARGB_VISUALS="" /usr/bin/valgrind /usr/bin/okular 
==12593== Memcheck, a memory error detector
==12593== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==12593== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==12593== Command: /usr/bin/okular
==12593== 
==12593== Invalid read of size 8
==12593==at 0x17AE0966: qglx_findConfig(_XDisplay*, int, QSurfaceFormat,
bool, int) (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x17AE0C1C: qglx_findVisualInfo(_XDisplay*, int,
QSurfaceFormat*, int) (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x17ADCF7F: QXcbGlxWindow::createVisual() (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x13C839A5: QXcbWindow::create() (in
/usr/lib64/libQt5XcbQpa.so.5.9.1)
==12593==by 0x13C7099A: QXcbIntegration::createPlatformWindow(QWindow*)
const (in /usr/lib64/libQt5XcbQpa.so.5.9.1)
==12593==by 0x76BC0C5: QWindowPrivate::create(bool, unsigned long long) (in
/usr/lib64/libQt5Gui.so.5.9.1)
==12593==by 0x6F02C44: QWidgetPrivate::create_sys(unsigned long long, bool,
bool) (in /usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x6F032CC: QWidget::create(unsigned long long, bool, bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x6F0F285: QWidget::setVisible(bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x701E99F: QMenu::popup(QPoint const&, QAction*) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x7029962: QMenuBarPrivate::popupAction(QAction*, bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x702BB6F: QMenuBarPrivate::setCurrentAction(QAction*, bool,
bool) (in /usr/lib64/libQt5Widgets.so.5.9.1)
==12593==  Address 0x20 is not stack'd, malloc'd or (recently) free'd
==12593== 
==12593== 
==12593== Process terminating with default action of signal 11 (SIGSEGV)
==12593==  Access not within mapped region at address 0x20
==12593==at 0x17AE0966: qglx_findConfig(_XDisplay*, int, QSurfaceFormat,
bool, int) (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x17AE0C1C: qglx_findVisualInfo(_XDisplay*, int,
QSurfaceFormat*, int) (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x17ADCF7F: QXcbGlxWindow::createVisual() (in
/usr/lib64/qt5/plugins/xcbglintegrations/libqxcb-glx-integration.so)
==12593==by 0x13C839A5: QXcbWindow::create() (in
/usr/lib64/libQt5XcbQpa.so.5.9.1)
==12593==by 0x13C7099A: QXcbIntegration::createPlatformWindow(QWindow*)
const (in /usr/lib64/libQt5XcbQpa.so.5.9.1)
==12593==by 0x76BC0C5: QWindowPrivate::create(bool, unsigned long long) (in
/usr/lib64/libQt5Gui.so.5.9.1)
==12593==by 0x6F02C44: QWidgetPrivate::create_sys(unsigned long long, bool,
bool) (in /usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x6F032CC: QWidget::create(unsigned long long, bool, bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x6F0F285: QWidget::setVisible(bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x701E99F: QMenu::popup(QPoint const&, QAction*) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x7029962: QMenuBarPrivate::popupAction(QAction*, bool) (in
/usr/lib64/libQt5Widgets.so.5.9.1)
==12593==by 0x702BB6F: QMenuBarPrivate::setCurrentAction(QAction*, bool,
bool) (

[konsole] [Bug 357255] cannot copy via CTRL+INS

2017-09-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=357255

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #6 from Kurt Hindenburg  ---
I don't think this has ever worked in KDE 5

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

[kdenlive] [Bug 384539] New: Running build-kdenlive.sh twice in a row fails to compile

2017-09-09 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384539

Bug ID: 384539
   Summary: Running build-kdenlive.sh twice in a row fails to
compile
   Product: kdenlive
   Version: git-master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Installation
  Assignee: vpi...@kde.org
  Reporter: paj...@gmail.com
  Target Milestone: ---

The only line I changed in build-denlive.sh is line 7 with INSTALL_DIR

```
LOG: Configuring libepoxy
LOG: About to run command: ./autogen.sh
--prefix=/media/birdperson/5CFC0AD7FC0AAB7/kdenlive_latest/kdenlive/20170909
mkdir: cannot create directory 'm4': File exists
ERROR: Unable to configure libepoxy
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable
to configure libepoxy
```

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

[kdenlive] [Bug 384538] New: [reopen] Extract frame exports proxy clip frame instead of original clip frame

2017-09-09 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384538

Bug ID: 384538
   Summary: [reopen] Extract frame exports proxy clip frame
instead of original clip frame
   Product: kdenlive
   Version: git-master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: paj...@gmail.com
  Target Milestone: ---

I just compiled master which contains 61cf7cdf3 that supposedly fix #358741,
but the bug is still present

Opening new bug because I cant reopen

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

[kdenlive] [Bug 358741] git master: extract frame exports proxy clip frame instead of original clip frame

2017-09-09 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=358741

alberto  changed:

   What|Removed |Added

 CC||paj...@gmail.com

--- Comment #5 from alberto  ---
I just complied master which contains 61cf7cdf3 that supposedly fix this, but
It doesnt

Reopening in #384538

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

[dolphin] [Bug 384537] New: Display 'keywords' and 'title' from .pdf file metadata

2017-09-09 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=384537

Bug ID: 384537
   Summary: Display 'keywords' and 'title' from .pdf file metadata
   Product: dolphin
   Version: 17.08.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: panels: information
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: s...@olan.org
  Target Milestone: ---

Currently, when a .pdf selected in Dolphin, the metadata shown does not seem to
display the following metadata fields from a .pdf file:
a) Title
b0  Subject
c) Keywords

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

[dolphin] [Bug 384536] New: Provide tag icon when Users adds tags to places panel

2017-09-09 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=384536

Bug ID: 384536
   Summary: Provide tag icon when Users adds tags to places panel
   Product: dolphin
   Version: 17.08.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: panels: places
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: s...@olan.org
  Target Milestone: ---

Dolphin already has a 'Tag' icon.

However, when a user adds a tag to the places panel (using for example
'tags:NameOfTag/' on icon is shown. Yet Dolphin has a tag icon already which
should be applied (it is not even manually available to apply at present).

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

[dolphin] [Bug 384535] New: Drag and drop onto Tags no longer works

2017-09-09 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=384535

Bug ID: 384535
   Summary: Drag and drop onto Tags no longer works
   Product: dolphin
   Version: 17.08.0
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: panels: places
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: s...@olan.org
  Target Milestone: ---

In KF5 Dolphin has regressed.

Previously, if a link was created in places to a tag (i.e. tags:MyCompany/)
Then any file(s) or folder(s) dragged to that place would adopt that tag.

This no longer works. Dragging and 'moving' to a tag causes an error saying
cannot delete source file. Dragging and 'copying' to a tag place does nothing.
Dragging and 'linking' to a tag place does nothing.

This is needed for those folks using tags as it provides a faster and more
intuitive way of tagging and managing tags.

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

[plasmashell] [Bug 384534] New: Colorize panel and window decoration easily and at the same time

2017-09-09 Thread PK
https://bugs.kde.org/show_bug.cgi?id=384534

Bug ID: 384534
   Summary: Colorize panel and window decoration easily and at the
same time
   Product: plasmashell
   Version: 5.10.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: pieterkristen...@gmail.com
  Target Milestone: 1.0

It is very much possible to choose plasma desktop themes from the kde store but
it is not simple to colorize such a theme to you own taste.

ONLY:
if you install the Agik Transparent plasma desktop theme
https://store.kde.org/p/1187441/ you only have to change the r,g,b value of
[Colors:Window]/BackgroundNormal= (in the "colors"-file in the directory of the
theme), and the whole theme has a different color.
If you then install the window decoration Freeze
https://store.kde.org/p/1002663/ then the window decoration would have that
color too because it "listens" to that value in the colors-file.

My wish is that there would be a very basic GUI tool to accomplish this.

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

[plasma-integration] [Bug 374913] Open does use directory for currently open file with sftp://

2017-09-09 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=374913

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

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

[kate] [Bug 384311] "Save As" via network (smb/sftp/fish) does not remember CWD

2017-09-09 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=384311

Christoph  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph  ---


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

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

[dolphin] [Bug 384533] New: Add tagging option to menu

2017-09-09 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=384533

Bug ID: 384533
   Summary: Add tagging option to menu
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: view-engine: tooltip
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: s...@olan.org
  Target Milestone: ---

There should be a context menu item in Dolphin where a user can:
Click on three items: 'Tags', 'Remove all tags', 'Add tags'.
Clicking 'tags' will display a list of tags, which can be individually removed.

Expected:
Mary clicks to open a context menu on a file.
She expects to see a 'remove tags' or 'add tags' option.

Actual:
The only way to manage tags is by a) selecting a file (or folder) or multiple,
b) clicking on 'Tags' 'Change'.

The problem is that most users have one click to open a file, or right click to
amend it. 

Thus clicking the + to select a file and then clicking tag is unintuitive to
many and doesn't follow the standard workflow in similar apps.

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

[plasma-integration] [Bug 374913] Open does use directory for currently open file with sftp://

2017-09-09 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=374913

--- Comment #10 from Christoph  ---
(In reply to Alexander Zhigalin from comment #7)
> *** Bug 374296 has been marked as a duplicate of this bug. ***

please submit a vote :)
https://bugs.kde.org/page.cgi?id=voting/user.html&bug_id=374913#vote_374913

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

[plasma-integration] [Bug 374913] Open does use directory for currently open file with sftp://

2017-09-09 Thread Christoph
https://bugs.kde.org/show_bug.cgi?id=374913

--- Comment #8 from Christoph  ---
(In reply to pyrkosz from comment #6)
> Bug fix https://codereview.qt-project.org/#/c/182661/2 is still unreviewed
> because of coding style issues. Because it is serious issue for KDE, please
> resubmit it with required changes. Thanks.

Patch3 seems to be style-consistent .. i see no reason to refuse it

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

[plasma-integration] [Bug 374913] Open does use directory for currently open file with sftp://

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374913

--- Comment #9 from irismarti...@gmail.com ---
same problem here ;( still no solution?

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

[Breeze] [Bug 384514] Toolbar Segmented Controls do not visually communicate their grouping

2017-09-09 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=384514

Sebastian Kügler  changed:

   What|Removed |Added

   Assignee|plasma-de...@kde.org|plasma-b...@kde.org

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

[skrooge] [Bug 384519] ERR 5: Document Creation Failed

2017-09-09 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=384519

Stephane MANKOWSKI  changed:

   What|Removed |Added

   Assignee|guillaume.deb...@gmail.com  |steph...@mankowski.fr

--- Comment #1 from Stephane MANKOWSKI  ---
Hi,

When the error is displayed, you should have a button named "History" to get
more information.

Could you generate traces like this https://skrooge.org/node/37 ?

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

[knights] [Bug 378806] Knights crash when select a diferent theme.

2017-09-09 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=378806

Alexander Semke  changed:

   What|Removed |Added

 CC||alexander.se...@web.de
 Resolution|--- |FIXED
   Version Fixed In||2.6
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Alexander Semke  ---
Qt4 version of Knights is not maintained anymore. The new KF5 based version
doesn't have this problem. Please give it a try.

I'm closing the ticket.

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

[okular] [Bug 376990] Okular randomly crashes when launched from Emacs

2017-09-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=376990

--- Comment #13 from Albert Astals Cid  ---
Defenitely not an okular bug, i guess a Plasma bug makes sense since you say
that you can only reproduce this inside a Plasma session.

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

[plasmashell] [Bug 384530] If a window doesn't support global menus, closing system settings won't get rid of the menus

2017-09-09 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=384530

Matthew Trescott  changed:

   What|Removed |Added

   Platform|Other   |Archlinux Packages

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

[plasmashell] [Bug 384532] New: Desktop toolbox button jumps around if placed in a corner

2017-09-09 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=384532

Bug ID: 384532
   Summary: Desktop toolbox button jumps around if placed in a
corner
   Product: plasmashell
   Version: 5.10.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop Toolbox
  Assignee: plasma-b...@kde.org
  Reporter: matthewtresc...@gmail.com
  Target Milestone: 1.0

Created attachment 107776
  --> https://bugs.kde.org/attachment.cgi?id=107776&action=edit
Recording of problem

Steps to reproduce:

1. Attempt to drag the desktop toolbox (I think this is the thing that says
"default" on it?) to a corner of the desktop. It will jump around strangely as
shown in the attachment.

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

[gwenview] [Bug 313309] gv crashed when going full screen

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=313309

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[plasmashell] [Bug 384531] New: Oxygen desktop theme doesn't work well with global menus

2017-09-09 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=384531

Bug ID: 384531
   Summary: Oxygen desktop theme doesn't work well with global
menus
   Product: plasmashell
   Version: 5.10.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: matthewtresc...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 107775
  --> https://bugs.kde.org/attachment.cgi?id=107775&action=edit
Screenshot of issue

When using global menus with the oxygen desktop theme, clicking on a menu
button will turn it gray, but won't switch the text label on the button to
black. (I hope I reported this in the right place... should I have put it in
the "oxygen" product?)

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

[plasmashell] [Bug 384530] New: If a window doesn't support global menus, closing system settings won't get rid of the menus

2017-09-09 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=384530

Bug ID: 384530
   Summary: If a window doesn't support global menus, closing
system settings won't get rid of the menus
   Product: plasmashell
   Version: 5.10.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: matthewtresc...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Steps to reproduce:

1. Open Chrome or Firefox.
2. Open System Settings (with the browser still visible)
3. Close System Settings.
4. The menus for System Settings remain in the global menu bar.

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

[knights] [Bug 369393] Floating point exception at startup

2017-09-09 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=369393

Alexander Semke  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||alexander.se...@web.de
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||2.6

--- Comment #2 from Alexander Semke  ---
The Qt4 version is not maintained anymore. The KF5 based code of Knights
doesn't have this error. Please give it a try.

I'm closing the ticket.

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

[krita] [Bug 384529] New: [wish] Color model type selection in Color Hotkeys

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384529

Bug ID: 384529
   Summary: [wish] Color model type selection in Color Hotkeys
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: j4j4j...@gmail.com
  Target Milestone: ---

I would like to be able to choose color model type in the color hotkeys docker
like it is possible in color sliders and advanced color selector.

This discussion directed me here:
https://www.reddit.com/r/krita/comments/6yowbc/color_slidercolor_hotkey_strangeness/

Here is a video of me having trouble with the color hotkeys and color sliders:
https://www.youtube.com/watch?v=xxE0EHLa-js

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

[kmail2] [Bug 384525] kmail2 crash after I selected something then tried to copy the selected data

2017-09-09 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=384525

Nick  changed:

   What|Removed |Added

 CC||ndor...@gmail.com

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

[valgrind] [Bug 384526] reduce number of spill instructions generated by VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526

Ivo Raisr  changed:

   What|Removed |Added

Summary|reduce number of spill  |reduce number of spill
   |instructions in VEX |instructions generated by
   |register allocator v3   |VEX register allocator v3

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

[kmail2] [Bug 384525] kmail2 crash after I selected something then tried to copy the selected data

2017-09-09 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=384525

--- Comment #1 from Nick  ---
After the crash the attempt to create the bug [ with yes I know what I was
doing at the crash time ] I got a window with the following info :

Results of the Analyzed Crash details 

This report does not contain enough information for the developers, so the
automated bug reporting process is not enabled for this crash.

If you wish, you can go back and change your answers 

* The crash information was not generated because it was needed 
* The information you can provide is not considered helpful enough in this case


So I got back and I selected an option only to be able of reporting a crash .

Is it any way of Fixing DrKonqi to accept ANY crash that happened .
It seems that DrKonqi classifies crashes in the good and bad one. 
Due to that classification, the bad crashes are not reported because the users
are frustrated by the implication that the crash happened but the automaton
DrKonqi is not smart enough to find out WHY the crash happened .

As a user I am at loss because many times in the past I cancelled  the bug
reporting .

Lately kmail2 behaves strangely crashing when running under kontact or by
itself 
The crashes are so often that all debuginfo packages [ akonadi, kmail,
kontact,kdepim ] are activated .

The crashes are very frequent and initiated from different angles : 

1) crash due to "empty trash"
Yesterday I tried to create a bug  the same window described above ...
select trash folder with the intent to empty it  it crashed .
After that I analyzed what was in the trash . See below 
~/.local/share/akonadi_maildir_resource_0/trash/cur> ls -al *
-rw-r--r-- 1 rocco users 75599 Sep  8 12:51 1504893060.R32.SuSE4Rocco.dom:2,S
-rw-r--r-- 1 rocco users 71433 Sep  8 12:51 1504893061.R374.SuSE4Rocco.dom
-rw-r--r-- 1 rocco users 53269 Sep  8 12:51 1504893061.R62.SuSE4Rocco.dom
-rw-r--r-- 1 rocco users 49224 Sep  8 12:51 1504893061.R892.SuSE4Rocco.dom
-rw-r--r-- 1 rocco users 34680 Sep  8 12:51 1504893061.R937.SuSE4Rocco.dom
-rw-r--r-- 1 rocco users 68641 Sep  8 12:51 1504893063.R226.SuSE4Rocco.dom

I noticed that in other folders all items are in format
nn.R[rr|rrr].SuSe4Rocco.dom:2,S 
or 
nn.R[rr|rrr].SuSe4Rocco.dom:2,PS 

So, I did 
i) stop akonadictl 
ii) delete all trash items without the suffix :2,[S|PS]
iii) start akonadictl 
iv) stat kmail2
v) go to trash, see what it is in it [ only one item !!! ]
vi) go back select trash folder select empty  done. 

2) crash due to "remove duplicated"
Similar to item 1). above .  
go to the "problem" folder check the cur/new/tmp to see its contents 
I found many of items without the suffix :2,[S|PS] 
delete them . voila the kmail behave properly till another special crash
happens 

3) move to trash is not complete
In some folders I want to select unread then after analyzing them [ subject,
from, etc ]  it I want to delete all of them .
edit+select all messages sometimes works sometimes select all messages is
greyed out . That is the signal that there is at least an item that does not
have the magic suffix :2,[PS|S] .
Then I apply the same method even if some emails are lost 
[ Again DrKonqi is not impress with the crash ]

4) select some messages and use Move to trash .
Some of them are grayed out ---> another angle of missing the suffix 
Select one of them .. crash . DrKonqi is not impress 

5) If kmail2 is running under kontact, DrKonqi reports kontact as the culprit
... So I stopped running kmail2 under kontact to make sure that the crashes are
created by hmail2 .

Questions :
1) Is there any method of verifying the kmail database [ in opensuse MariaDB ]
2) Although some of kde help indicates that after akonadictl stop , with the
exception of "grep --color=auto mysql", you should not see any output from 
ps -ux | grep mysql
That's not the case .
How is it possible to stop akonadi database ?
3) in the same category  kquitapp kmail | kontact  does not work .
4) is there any procedure of eliminating all bad items OR fixing the
responsible agent of making sure that they correctly process the emails we
receive .
5) There are many KDE repos .
Is there any web page that explains what repos should be used .
There are so many Qt5, Qt5.x, LTS, KF5, etc .
6) Many times after a maintenance/upgrade there are crashes due to the mismatch
in akonadi [ some agents fail to start ] but they are seen as kmail2 crash .
In 384286 it was a "knotact/kmail" but the root cause what akonadi failures .
Is it possible to have an akonadi crash rather than pointing to kmail2 having
agents offline ?
Is it possible to enhance the pre-requisites, co-requisites of packaging to
stop installing conflicting packages ? 


I hope that KDE team will come with some solutions/answers/fixes soon .

Thank you for your help and support .

Nick

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

[tellico] [Bug 384528] New: Ratings and checkmarks not shown in List View

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384528

Bug ID: 384528
   Summary: Ratings and checkmarks not shown in List View
   Product: tellico
   Version: 3.0.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: bugs-kde.akk...@xoxy.net
  Target Milestone: ---

Created attachment 107774
  --> https://bugs.kde.org/attachment.cgi?id=107774&action=edit
screenshot - list & item view

Columns in List View that relate to a Ratings field or a Checkbox field remain
empty (no stars or checkmarks shown), even though the item has a rating or the
checkbox field is activated / "true" for that item.

The attached screnshot shows a test item, where you'll see the 5 star rating
and the checkmark at the  'read' field in the item view, but not in the list
view above.

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

[ark] [Bug 384527] New: Ark does not start

2017-09-09 Thread miriste
https://bugs.kde.org/show_bug.cgi?id=384527

Bug ID: 384527
   Summary: Ark does not start
   Product: ark
   Version: 17.08.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: mianricca...@alice.it
CC: rthoms...@gmail.com
  Target Milestone: ---

Ark after updating to version 17.08.1-1.1 from the following error

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Unrecognized OpenGL version
Unrecognized OpenGL version

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

[kdenlive] [Bug 383097] Problem with titles not workig properly

2017-09-09 Thread DAVE
https://bugs.kde.org/show_bug.cgi?id=383097

--- Comment #5 from DAVE  ---
I have gotten an Update to Kdenlive and it has solved that Problem.  Isn't
wonderful how that works.

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

[valgrind] [Bug 384526] reduce number of spill instructions in VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526

Ivo Raisr  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
   Assignee|jsew...@acm.org |iv...@ivosh.net
 Ever confirmed|0   |1

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

[valgrind] [Bug 384526] New: reduce number of spill instructions in VEX register allocator v3

2017-09-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384526

Bug ID: 384526
   Summary: reduce number of spill instructions in VEX register
allocator v3
   Product: valgrind
   Version: 3.14 SVN
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: vex
  Assignee: jsew...@acm.org
  Reporter: iv...@ivosh.net
  Target Milestone: ---

VEX register allocator v2 has a clever optimization which reduces a number of
spill instructions generated.

Let's have the following vcode:
...
 97: orq %vR250,%vR570
 98: movslq %vR570d,%vR569
 99: movq %vR329,%vR571
100: orq %vR569,%vR571
101: callnz[0,RLPri_None]

and the following vreg ranges:
%vR250: [ 12, 214)
%vR329: [ 72, 162)
%vR569: [ 98, 101)
%vR570: [ 95,  99)
%vR571: [ 99, 101)

Now reg. alloc. v2 produces the following rcode:
 82   orq %rbx,%r8
 83   movslq %r8d,%rdi
 84   movq 0xB28(%rbp),%r8
 85   movq %r8,%rsi
 86   orq %rdi,%rsi
 87   movq %r9,0xAE0(%rbp)
 88   callnz[0,RLPri_None] 0x5805E8E0

However current regalloc v3 produces more rcode:
 82   orq %rbx,%r8
 83   movslq %r8d,%rdi
 84   movq 0xB28(%rbp),%r8
 85   movq %r8,%rsi
 86   orq %rdi,%rsi
 87   movq %r9,0xAE0(%rbp)
 88   movq %r8,0xB28(%rbp)
 89   callnz[0,RLPri_None] 0x5805E8E0

It can be seen that spilling %r8 (instruction #88) is useless because its value
is still equal to that one in the spill slot.

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

[kmail2] [Bug 384525] New: kmail2 crash after I selected something then tried to copy the selected data

2017-09-09 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=384525

Bug ID: 384525
   Summary: kmail2 crash after I selected something then tried to
copy the selected data
   Product: kmail2
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: ndor...@gmail.com
  Target Milestone: ---

Application: kmail (5.6.1)

Qt Version: 5.9.1
Frameworks Version: 5.37.0
Operating System: Linux 4.4.85-22-default x86_64
Distribution: "openSUSE Leap 42.3"

-- Information about the crash:
- What I was doing when the application crashed: 
" I selected something then tried to copy the selected data "

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f68d8268940 (LWP 1675))]

Thread 28 (Thread 0x7f67be657700 (LWP 1812)):
#0  0x7f68cae5b468 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f68bfc297e2 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f68bfbff4f6 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f68bfbff742 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f68bfbf886d in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#6  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 27 (Thread 0x7f67bee58700 (LWP 1811)):
#0  0x7f68cae5b468 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f68bfc297e2 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f68bfbff4f6 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f68bfbff742 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f68bfbf886d in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#6  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 26 (Thread 0x7f67c47e4700 (LWP 1757)):
#0  0x7f68c93bb8b4 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f68c937a223 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f68c937a42c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f68d5cc913b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f68d5c76c2b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f68d5abb02a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f68d5abf74d in QThreadPrivate::start(void*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#8  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 25 (Thread 0x7f67c4fe5700 (LWP 1756)):
#0  0x7f68cae5b0bf in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f68bfbfa609 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f68bfbfae77 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f68bfbfc230 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f68bfbf886d in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#6  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 24 (Thread 0x7f6846795700 (LWP 1755)):
#0  0x7f68cae5b0bf in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f68bb9c1b6b in  () at /usr/lib64/libQt5Script.so.5
#2  0x7f68bb9c1b99 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#4  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 23 (Thread 0x7f68577fe700 (LWP 1711)):
#0  0x7f68d53b328d in read () at /lib64/libc.so.6
#1  0x7f68b337e931 in pa_read () at
/usr/lib64/pulseaudio/libpulsecommon-9.0.so
#2  0x7f68b89933be in pa_mainloop_prepare () at /usr/lib64/libpulse.so.0
#3  0x7f68b8993dd2 in pa_mainloop_iterate () at /usr/lib64/libpulse.so.0
#4  0x7f68b8993e90 in pa_mainloop_run () at /usr/lib64/libpulse.so.0
#5  0x7f68b89a2006 in  () at /usr/lib64/libpulse.so.0
#6  0x7f68b33ad408 in  () at /usr/lib64/pulseaudio/libpulsecommon-9.0.so
#7  0x7f68cae56744 in start_thread () at /lib64/libpthread.so.0
#8  0x7f68d53bfaad in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7f6857fff700 (LWP 1710)):
#0  0x7f68cae5b468 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f68bfc297e2 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f68bfbf0f9e in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f68bfbccc18 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f68bfbc8f52 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f68bfbe4998 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#6  0x7f68bfbfc5b6 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#7  0x7f

[kdenlive] [Bug 384524] New: Title clip: elements could have a transparency option

2017-09-09 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384524

Bug ID: 384524
   Summary: Title clip: elements could have a transparency option
   Product: kdenlive
   Version: git-master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: paj...@gmail.com
  Target Milestone: ---

I have to have 2 separate title clips and composite them If i want to add some
kind of transparency to a title

For example, text over a 25% transparent image/rectangle

Having an extra option called transparency in the properties of the elements
would add a very fancy option to it that will multiply the possibilities :)

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

[kdenlive] [Bug 384523] New: Title clip: Element tree so you can select the different items

2017-09-09 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384523

Bug ID: 384523
   Summary: Title clip: Element tree so you can select the
different items
   Product: kdenlive
   Version: git-master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: paj...@gmail.com
  Target Milestone: ---

I love how complex the title title options are. You can do all kind of stuff
without having to leave kdenlive :)

To the poin, to modify more complex titles, it wouldnt hurt to have a tree with
the elements in the title so they are more easily to select and visually see
the elements that are in the title

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

[plasmashell] [Bug 384522] New: Plasma crashes when changing to the Oxygen desktop theme.

2017-09-09 Thread Kristoffer Grundström
https://bugs.kde.org/show_bug.cgi?id=384522

Bug ID: 384522
   Summary: Plasma crashes when changing to the Oxygen desktop
theme.
   Product: plasmashell
   Version: 5.8.7
  Platform: Mageia RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: hamnisd...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.8.7)

Qt Version: 5.6.2
Frameworks Version: 5.32.0
Operating System: Linux 4.9.43-desktop-1.mga6 x86_64
Distribution: "Mageia 6"

-- Information about the crash:
- What I was doing when the application crashed:

I was just changing the desktop theme to Oxygen when Plasma crashed.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1813a8f800 (LWP 3991))]

Thread 11 (Thread 0x7f171e882700 (LWP 25332)):
#0  0x7f180e17600d in poll () at /lib64/libc.so.6
#1  0x7f180b0dcc94 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f180b0dd012 in g_main_loop_run () at /lib64/libglib-2.0.so.0
#3  0x7f17569e2746 in gdbus_shared_thread_func () at /lib64/libgio-2.0.so.0
#4  0x7f180b103f85 in g_thread_proxy () at /lib64/libglib-2.0.so.0
#5  0x7f180d97266d in start_thread () at /lib64/libpthread.so.0
#6  0x7f180e181e4d in clone () at /lib64/libc.so.6

Thread 10 (Thread 0x7f16f27fc700 (LWP 25331)):
#0  0x7f180e17600d in poll () at /lib64/libc.so.6
#1  0x7f180b0dcc94 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f180b0dcd9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f180b0dcdd9 in glib_worker_main () at /lib64/libglib-2.0.so.0
#4  0x7f180b103f85 in g_thread_proxy () at /lib64/libglib-2.0.so.0
#5  0x7f180d97266d in start_thread () at /lib64/libpthread.so.0
#6  0x7f180e181e4d in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f1737057700 (LWP 20593)):
#0  0x7f1803b4a020 in pa_queue_pop@plt () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#1  0x7f1803b781a6 in do_write () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#2  0x7f1803b78fdd in do_pstream_read_write () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#3  0x7f1803b79399 in srb_callback () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#4  0x7f1803b79c0a in srbchannel_rwloop () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#5  0x7f18043fce97 in pa_mainloop_dispatch () at /lib64/libpulse.so.0
#6  0x7f18043fd27c in pa_mainloop_iterate () at /lib64/libpulse.so.0
#7  0x7f18043fd320 in pa_mainloop_run () at /lib64/libpulse.so.0
#8  0x7f180440af16 in thread () at /lib64/libpulse.so.0
#9  0x7f1803b899c8 in internal_thread_func () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#10 0x7f180d97266d in start_thread () at /lib64/libpthread.so.0
#11 0x7f180e181e4d in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f1740d9e700 (LWP 20592)):
#0  0x7f180e18f3e7 in __libc_disable_asynccancel () at /lib64/libc.so.6
#1  0x7f180e176019 in poll () at /lib64/libc.so.6
#2  0x7f180b0dcc94 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#3  0x7f180b0dcd9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#4  0x7f180ea7ee2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#5  0x7f180ea2a49a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#6  0x7f180e8643bc in QThread::exec() () at /lib64/libQt5Core.so.5
#7  0x7f18110f5205 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#8  0x7f180e868ff9 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#9  0x7f180d97266d in start_thread () at /lib64/libpthread.so.0
#10 0x7f180e181e4d in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f17617e5700 (LWP 4091)):
#0  0x7f180b121959 in g_mutex_lock () at /lib64/libglib-2.0.so.0
#1  0x7f180b0dc239 in g_main_context_prepare () at /lib64/libglib-2.0.so.0
#2  0x7f180b0dcbc3 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#3  0x7f180b0dcd9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#4  0x7f180ea7ee2b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#5  0x7f180ea2a49a in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#6  0x7f180e8643bc in QThread::exec() () at /lib64/libQt5Core.so.5
#7  0x7f1811a7a902 in QQuickPixmapReader::run() () at
/lib64/libQt5Quick.so.5
#8  0x7f180e868ff9 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#9  0x7f180d97266d in start_thread () at /lib64/libpthread.so.0
#10 0x7f180e181e4d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f17eb9d7700 (LWP 4076)):
#0  0x7f180d977c4f i

[kile] [Bug 384521] New: kile plantage systématique mga6

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384521

Bug ID: 384521
   Summary: kile plantage systématique mga6
   Product: kile
   Version: 2.1.3
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: michel.lud...@kdemail.net
  Reporter: nougu...@orange.fr
  Target Milestone: ---

Application: kile (2.1.3)
KDE Platform Version: 4.14.35 (Compiled from sources)
Qt Version: 4.8.7
Operating System: Linux 4.9.43-desktop-1.mga6 x86_64
Distribution: "Mageia 6"

-- Information about the crash:
- What I was doing when the application crashed:
j'ai ouvert kile, je possède kate bien entendu, et avec kile j'ai tenté
d'ouvrir un fichier *.tex et l'application s'est plantée... comme d'habitude !
mageia 6

The crash can be reproduced every time.

-- Backtrace:
Application: Kile (kile), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f38a9376840 (LWP 13814))]

Thread 2 (Thread 0x7f389453c700 (LWP 13821)):
#0  0x7f38a503300d in poll () at /lib64/libc.so.6
#1  0x7f38a0cb7c94 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f38a0cb7d9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f38a6b93d8e in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQtCore.so.4
#4  0x7f38a6b642b1 in
QEventLoop::processEvents(QFlags) () at
/lib64/libQtCore.so.4
#5  0x7f38a6b645c5 in
QEventLoop::exec(QFlags) () at
/lib64/libQtCore.so.4
#6  0x7f38a6a5d289 in QThread::exec() () at /lib64/libQtCore.so.4
#7  0x7f38a6b453a3 in QInotifyFileSystemWatcherEngine::run() () at
/lib64/libQtCore.so.4
#8  0x7f38a6a5fa6c in QThreadPrivate::start(void*) () at
/lib64/libQtCore.so.4
#9  0x7f38a67d066d in start_thread () at /lib64/libpthread.so.0
#10 0x7f38a503ee4d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f38a9376840 (LWP 13814)):
[KCrash Handler]
#6  0x005d019c in KileDocument::Manager::fileOpen(KUrl const&, QString
const&, int) ()
#7  0x005d0a53 in KileDocument::Manager::fileOpen() ()
#8  0x005d6e0e in KileDocument::Manager::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) ()
#9  0x7f38a6b78b00 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /lib64/libQtCore.so.4
#10 0x7f38a5a4f4d2 in QAction::triggered(bool) () at /lib64/libQtGui.so.4
#11 0x7f38a5a50677 in QAction::activate(QAction::ActionEvent) () at
/lib64/libQtGui.so.4
#12 0x7f38a5e8b0b9 in
QMenuPrivate::activateCausedStack(QList > const&, QAction*,
QAction::ActionEvent, bool) () at /lib64/libQtGui.so.4
#13 0x7f38a5e8f269 in QMenuPrivate::activateAction(QAction*,
QAction::ActionEvent, bool) () at /lib64/libQtGui.so.4
#14 0x7f38a76b4382 in KMenu::mouseReleaseEvent(QMouseEvent*) () at
/lib64/libkdeui.so.5
#15 0x7f38a5aa7fb0 in QWidget::event(QEvent*) () at /lib64/libQtGui.so.4
#16 0x7f38a5e93283 in QMenu::event(QEvent*) () at /lib64/libQtGui.so.4
#17 0x7f38a5a54ffc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQtGui.so.4
#18 0x7f38a5a5bc33 in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQtGui.so.4
#19 0x7f38a75f4b9a in KApplication::notify(QObject*, QEvent*) () at
/lib64/libkdeui.so.5
#20 0x7f38a6b658ed in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /lib64/libQtCore.so.4
#21 0x7f38a5a5b2cd in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () at
/lib64/libQtGui.so.4
#22 0x7f38a5ad21ac in QETWidget::translateMouseEvent(_XEvent const*) () at
/lib64/libQtGui.so.4
#23 0x7f38a5ad01ed in QApplication::x11ProcessEvent(_XEvent*) () at
/lib64/libQtGui.so.4
#24 0x7f38a5af83e2 in x11EventSourceDispatch(_GSource*, int (*)(void*),
void*) () at /lib64/libQtGui.so.4
#25 0x7f38a0cb7ac7 in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#26 0x7f38a0cb7cf8 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#27 0x7f38a0cb7d9c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#28 0x7f38a6b93d6e in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQtCore.so.4
#29 0x7f38a5af84a6 in
QGuiEventDispatcherGlib::processEvents(QFlags)
() at /lib64/libQtGui.so.4
#30 0x7f38a6b642b1 in
QEventLoop::processEvents(QFlags) () at
/lib64/libQtCore.so.4
#31 0x7f38a6b645c5 in
QEventLoop::exec(QFlags) () at
/lib64/libQtCore.so.4
#32 0x7f38a6b69c49 in QCoreApplication::exec() () at /lib64/libQtCore.so.4
#33 0x00436329 in main ()

Reported using DrKonqi

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

[kwin] [Bug 384402] KWin compositing performance anomaly

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384402

--- Comment #6 from network...@rkmail.ru ---
Another random observation: on long uptimes minimizing & restoring windows
causes stutter. Killing and restarting plasmashell fixes it.

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

[Discover] [Bug 384520] New: System Crashing with no Reason

2017-09-09 Thread Frederico Raylander
https://bugs.kde.org/show_bug.cgi?id=384520

Bug ID: 384520
   Summary: System Crashing with no Reason
   Product: Discover
   Version: 5.10.5
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: raylanderproducti...@gmail.com
  Target Milestone: ---

Application: plasma-discover (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.37.0
Operating System: Linux 4.10.0-33-generic x86_64
Distribution: KDE neon User Edition 5.10

-- Information about the crash:
- What I was doing when the application crashed:

I installed KDE Neon and updated my drivers through Synaptic, because I tried
installing Additional Drivers from KDE Store but KDE Store was not responding,
nor doing anything, so I did it with Synaptic. Then I upgraded all t he
packages by using "sudo apt upgrade" and after that I just can't open KDE Store
or anything to configure the system.

The crash can be reproduced every time.

-- Backtrace:
Application: Discover (plasma-discover), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f20958f48c0 (LWP 2566))]

Thread 4 (Thread 0x7f20775ef700 (LWP 2570)):
#0  0x7f2091b1b70d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f208d0c438c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f208d0c449c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f209274c94b in QEventDispatcherGlib::processEvents
(this=0x7f2078c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f20926f57ca in QEventLoop::exec (this=this@entry=0x7f20775eece0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7f209251ecd4 in QThread::exec (this=this@entry=0x19217a0) at
thread/qthread.cpp:515
#6  0x7f2092f1f0c5 in QQmlThreadPrivate::run (this=0x19217a0) at
qml/ftw/qqmlthread.cpp:147
#7  0x7f2092523989 in QThreadPrivate::start (arg=0x19217a0) at
thread/qthread_unix.cpp:368
#8  0x7f208ef7e6ba in start_thread (arg=0x7f20775ef700) at
pthread_create.c:333
#9  0x7f2091b273dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f207cb26700 (LWP 2569)):
#0  0x7f2091b1b70d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f208d0c438c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f208d0c449c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f209274c94b in QEventDispatcherGlib::processEvents
(this=0x7f20780008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f20926f57ca in QEventLoop::exec (this=this@entry=0x7f207cb25cd0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7f209251ecd4 in QThread::exec (this=) at
thread/qthread.cpp:515
#6  0x7f2095a38b75 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7f2092523989 in QThreadPrivate::start (arg=0x7f2095aaeda0) at
thread/qthread_unix.cpp:368
#8  0x7f208ef7e6ba in start_thread (arg=0x7f207cb26700) at
pthread_create.c:333
#9  0x7f2091b273dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f2085552700 (LWP 2568)):
#0  0x7f2091b1b70d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f208ce61c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f208ce638d7 in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f20880dc329 in QXcbEventReader::run (this=0x189fdc0) at
qxcbconnection.cpp:1322
#4  0x7f2092523989 in QThreadPrivate::start (arg=0x189fdc0) at
thread/qthread_unix.cpp:368
#5  0x7f208ef7e6ba in start_thread (arg=0x7f2085552700) at
pthread_create.c:333
#6  0x7f2091b273dd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f20958f48c0 (LWP 2566)):
[KCrash Handler]
#6  0x7f2091a55428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#7  0x7f2091a5702a in __GI_abort () at abort.c:89
#8  0x7f209250c001 in qt_message_fatal (context=..., message=) at global/qlogging.cpp:1690
#9  QMessageLogger::fatal (this=this@entry=0x7ffc6e542c70,
msg=msg@entry=0x7f2095ac64d5 "Could not initialize GLX") at
global/qlogging.cpp:796
#10 0x7f2095ac406f in QGLXContext::init (this=0x1a105a0, screen=0x18a2550,
share=) at qglxintegration.cpp:319
#11 0x7f2095ac1a77 in QXcbGlxIntegration::createPlatformOpenGLContext
(this=, context=0x7ffc6e542e00) at qxcbglxintegration.cpp:193
#12 0x7f20880e2a01 in QXcbIntegration::createPlatformOpenGLContext
(this=, context=0x7ffc6e542e00) at qxcbintegration.cpp:231
#13 0x7f20931b49ad in QOpenGLContext::create
(this=this@entry=0x7ffc6e542e00) at kernel/qopenglcontext.cpp:612
#14 0x7f2095ac4815 in QGLXContext::queryDummyContext () at
qglxintegr

[gwenview] [Bug 313309] gv crashed when going full screen

2017-09-09 Thread Eric W
https://bugs.kde.org/show_bug.cgi?id=313309

--- Comment #4 from Eric W  ---
No idea... That is old and alas, for my workflow I have switched
over to Mac and Photoshop etc for my image work

Sorry...

--Eric


Nate Graham wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=313309
>
> Nate Graham  changed:
>
>What|Removed |Added
> 
>  Resolution|--- |WAITINGFORINFO
>  CC||pointedst...@zoho.com
>  Status|UNCONFIRMED |NEEDSINFO
>
> --- Comment #3 from Nate Graham  ---
> Is this reproducible with KF5 versions of Gwenview?

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

[skrooge] [Bug 384519] New: ERR 5: Document Creation Failed

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384519

Bug ID: 384519
   Summary: ERR 5: Document Creation Failed
   Product: skrooge
   Version: 2.8.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: guillaume.deb...@gmail.com
  Reporter: christopher.halli...@gmail.com
CC: steph...@mankowski.fr
  Target Milestone: ---

Fresh install of Skrooge and fresh install of Manjaro KDE. Every time I attempt
to create New account, I get this error.

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

[palapeli] [Bug 336075] restarting game while dragging a piece leads to a crash

2017-09-09 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=336075

Christian Ehrlicher  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||ch.ehrlic...@gmx.de
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Christian Ehrlicher  ---
Fixed,
https://phabricator.kde.org/R423:39cf28839784a4daca127ca4032e55239732def4

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

[kwin] [Bug 384402] KWin compositing performance anomaly

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384402

--- Comment #5 from network...@rkmail.ru ---
I've been using the 'showfps' effect for some time now, and it looks like
stutter does not happen if you have it enabled.
However, I've noticed that with vulkan apps and unigine superposition benchmark
KWin's framerate is half of framerate of application. E.g., if in Talos
Principle you have 90 fps, you'll get 45 in kwin's showfps effect, and it
actually feels like you have 45 fps. There is no difference if you have Vsync
enabled or disabled. Should I report another bug for that?

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

[gwenview] [Bug 328282] Rotating image removes XMP and IPTC metadata

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=328282

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Nate Graham  ---


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

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


[gwenview] [Bug 324597] Rotating and saving a JPEG image changes the image itself, not the EXIF orientation tag

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=324597

Nate Graham  changed:

   What|Removed |Added

 CC||alan.pa...@gmail.com

--- Comment #3 from Nate Graham  ---
*** Bug 328282 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 324597] Rotating and saving a JPEG image changes the image itself, not the EXIF orientation tag

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=324597

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |major
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
Summary|Saving jpg images should be |Rotating and saving a JPEG
   |lossless or gwenview should |image changes the image
   |ask for compression to use  |itself, not the EXIF
   |on saving   |orientation tag
 CC||pointedst...@zoho.com

--- Comment #2 from Nate Graham  ---
Also not-quite-a-duplicate of https://bugs.kde.org/show_bug.cgi?id=294594.
They're not the same, but unnecessarily re-saving the image triggers 294594.

Using this as the base for other bugs reporting "rotating image changed/deleted
metadata and reduced the file size instead of just changing the EXIF rotation
tag".

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

[gwenview] [Bug 384438] Gwenview crashes when I try and crop an image

2017-09-09 Thread Carole
https://bugs.kde.org/show_bug.cgi?id=384438

--- Comment #5 from Carole  ---
Hi, I am not sure what is wrong. Please see the screen data;

Backports of new versions of KDE Platform, Plasma and Applications as well as
major KDE apps for Kubuntu.
 More info: https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpkfykooqp/secring.gpg' created
gpg: keyring `/tmp/tmpkfykooqp/pubring.gpg' created
gpg: requesting key 8AC93F7A from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpkfykooqp/trustdb.gpg: trustdb created
gpg: key 8AC93F7A: public key "Launchpad Kubuntu Updates" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:   imported: 1  (RSA: 1)
OK
carole@carole-desktop:~$ sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:4 http://repository.spotify.com stable InRelease
Hit:5 http://ppa.launchpad.net/adilson/experimental/ubuntu xenial InRelease 
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease  
Hit:7 http://ppa.launchpad.net/dhor/myway/ubuntu xenial InRelease   
Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]  
Hit:9 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Hit:10 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu xenial InRelease
Get:11 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11
Metadata [60.0 kB]
Get:12 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64
Icons [55.4 kB]
Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11
Metadata [48.8 kB]
Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64
Icons [59.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [632
kB]  
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11
Metadata [305 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons
[201 kB] 
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11
Metadata [171 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64
Icons [226 kB] 
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11
Metadata [5,888 B]
Get:21 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11
Metadata [3,324 B]  
Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11
Metadata [5,136 B]
Fetched 2,080 kB in 1s (1,391 kB/s) 
Reading package lists... Done
carole@carole-desktop:~$ sudo apt-get update gwenview
E: The update command takes no arguments
carole@carole-desktop:~$ sudo apt-get install gwenview
Reading package lists... Done
Building dependency tree   
Reading state information... Done
gwenview is already the newest version (4:16.04.3-0ubuntu1~ubuntu16.04~ppa61).
The following packages were automatically installed and are no longer required:
  linux-headers-4.4.0-87 linux-headers-4.4.0-87-generic linux-headers-4.4.0-89
linux-headers-4.4.0-89-generic
  linux-headers-4.4.0-91 linux-headers-4.4.0-91-generic
linux-image-4.4.0-87-generic
  linux-image-4.4.0-89-generic linux-image-4.4.0-91-generic
linux-image-extra-4.4.0-87-generic
  linux-image-extra-4.4.0-89-generic linux-image-extra-4.4.0-91-generic
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
carole@carole-desktop:~$ 

Am I missing something here?

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

[gwenview] [Bug 178532] Actions like rotating, resizing etc. should still be available when multiple images selected

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=178532

Nate Graham  changed:

   What|Removed |Added

 CC||axel.br...@gmx.de

--- Comment #7 from Nate Graham  ---
*** Bug 358808 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 358808] Would be nice if you could rotate multiple images at a time

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358808

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[gwenview] [Bug 132352] gwenview incorrectly saves rotated images

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=132352

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||pointedst...@zoho.com
 Resolution|--- |FIXED

--- Comment #19 from Nate Graham  ---
I'm not able to reproduce this with Matěj's original image as of Gwenview
16.12.3 or 17.11.70. Looks fixed!

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

[gwenview] [Bug 338822] Dialogue windows use incorrect theme when Gwenview is in fullscreen mode.

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=338822

--- Comment #6 from Nate Graham  ---
:)

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

[gwenview] [Bug 332921] Can't expand Meta Information or hide Semantic Info

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332921

--- Comment #17 from Nate Graham  ---
Yeah, I'll see about a splitter, and making Semantic info smaller by default.

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

[Breeze] [Bug 384514] Toolbar Segmented Controls do not visually communicate their grouping

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514

Nate Graham  changed:

   What|Removed |Added

Summary|Pushbuttons, Toggle |Toolbar Segmented Controls
   |Buttons, and Segmented  |do not visually communicate
   |Controls look nearly or |their grouping
   |actually identical to one   |
   |another |

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

[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514

--- Comment #5 from Nate Graham  ---
Created attachment 107772
  --> https://bugs.kde.org/attachment.cgi?id=107772&action=edit
Real segmented control elsewhere in Gwenview

Since making un-pushed toggle buttons visually distinct from pushbuttons
appears to be more controversial, I'll drop that for now and focus on segmented
controls. Not having a dedicated segmented control concept/UI element is a
major problem. But I see that in Gwenview, we actually do use a button-based
segmented control elsewhere: https://i.imgur.com/pySdLn0.png

Other than the padding issues with text on the middle button, this is ideal,
and clearly communicates at-a-glance the concept that only one of those three
states can be chosen at once. We might consider using this instead, or even
standardizing it.

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

[plasmashell] [Bug 368373] After something ran full screen the K menu opens top left rather than bottom left

2017-09-09 Thread davidblunkett
https://bugs.kde.org/show_bug.cgi?id=368373

davidblunkett  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from davidblunkett  ---
Ok - I can't reproduce this now so I guess some update in the last 12 months
has fixed it, changed to "resolved". Thanks.

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

[gwenview] [Bug 333591] Cursor trapped while dragging, causing huge annoyance.

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=333591

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Nate Graham  ---
Thanks! Since it's your bug, you can close it yourself, too.

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

[gwenview] [Bug 334847] When reaching the last image and trying to view next, an unergonomic menu is shown

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=334847

--- Comment #10 from Nate Graham  ---
Hmm, I also tested in up-to-date KDE Neon. Can you or anyone else reproduce
there?

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

[gwenview] [Bug 342052] show date and filename in preview area

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=342052

--- Comment #3 from Nate Graham  ---
Yeah, I don't even know if there is a "preview mode" in modern versions of
Gwenview.

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

[gwenview] [Bug 384438] Gwenview crashes when I try and crop an image

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384438

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #4 from Nate Graham  ---
Oops.

...which you can get by compiling from source, using the Kubuntu backports PPA,
installing a distro that has up-to-date KDE packages like KDE Neon or Manjaro,
or running one of those distros in a VM.

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

[gwenview] [Bug 384438] Gwenview crashes when I try and crop an image

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384438

--- Comment #3 from Nate Graham  ---
That may be the latest version of Gwenview in Ubuntu, but Ubuntu doesn't have
up-to-date packages. Please try again with a more recent version, which y

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

[gwenview] [Bug 333958] Control panel is visible when playing a movie

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=333958

--- Comment #4 from Nate Graham  ---
I see what you mean. That makes sense.

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

[gwenview] [Bug 321540] gwenview crashed when closing

2017-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=321540

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[gwenview] [Bug 203042] Option to display image count while browsing.

2017-09-09 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=203042

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

[gwenview] [Bug 254511] Provide option for zooming with scroll wheel without Ctrl

2017-09-09 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=254511

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

[gwenview] [Bug 294594] Gwenview does not preserve JPEG quality when saving images

2017-09-09 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=294594

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

[Touchpad-KCM] [Bug 384518] Tap and drag setting for libinput

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384518

--- Comment #1 from jeremy9...@gmail.com ---
Don't know if it's a duplicate of bug 383379 ?

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

[frameworks-kio] [Bug 384130] Unable to delete files from webdavs folder

2017-09-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384130

--- Comment #6 from Elvis Angelaccio  ---
*** Bug 377125 has been marked as a duplicate of this bug. ***

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

[Touchpad-KCM] [Bug 384518] New: Tap and drag setting for libinput

2017-09-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384518

Bug ID: 384518
   Summary: Tap and drag setting for libinput
   Product: Touchpad-KCM
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm
  Assignee: rajeeshknamb...@gmail.com
  Reporter: jeremy9...@gmail.com
  Target Milestone: ---

Hello,

A Tap and drag setting need to be add to control the feature with libinput.

Thanks !

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

[kio] [Bug 377125] Cannot delete files - cannot move to trash

2017-09-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=377125

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||elvis.angelac...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Elvis Angelaccio  ---


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

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

[Akonadi] [Bug 384517] New: Message Count in Trash is Incorrect

2017-09-09 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=384517

Bug ID: 384517
   Summary: Message Count in Trash is Incorrect
   Product: Akonadi
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Maildir Resource
  Assignee: kdepim-b...@kde.org
  Reporter: win...@kde.org
  Target Milestone: ---

I have about 30 messages in my Local Folders > trash, of that 2 are unread.

However, the folder list shows trash with 1 unread and only 2 total.

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

[Akonadi] [Bug 376808] Akonadi stuck on retrieving folder content, ItemFetchJob Stuck, Failed: Multiple Merge Candidates

2017-09-09 Thread Maurice Batey
https://bugs.kde.org/show_bug.cgi?id=376808

Maurice Batey  changed:

   What|Removed |Added

 CC||maur...@bcs.org.uk

--- Comment #11 from Maurice Batey  ---
(In reply to farandole from comment #5)
> I experience a similar issue in 16.12.3 on manjaro.

Also here on Mageia-6:

   https://bugs.mageia.org/show_bug.cgi?id=21486

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

[krita] [Bug 384475] cursor occasionally above pen

2017-09-09 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384475

--- Comment #2 from Alvin Wong  ---
If it still happens with the latest version of the UGEE driver, please take a
tablet log by following this link:

https://docs.krita.org/KritaFAQ#What_if_your_tablet_is_not_recognized_by_Krita.3F

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

[korganizer] [Bug 384516] New: KOrganizer5: Appointment iCal is not being sent by using the default SMTP transport

2017-09-09 Thread Don Curtis
https://bugs.kde.org/show_bug.cgi?id=384516

Bug ID: 384516
   Summary: KOrganizer5: Appointment iCal is not being sent by
using the default SMTP transport
   Product: korganizer
   Version: 5.3.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: invitations
  Assignee: kdepim-b...@kde.org
  Reporter: bugrprt21...@online.de
  Target Milestone: ---

KOrganizer5 is being used from within the Kontact suite.
There are three e-Mail identities, three POP-3 mail-boxes and, three SMTP
transports defined.

When an appointment is sent as an iCal to one or more e-Mail recipients,
despite the default SMTP transport being configured in KOrganizer and, the same
default SMTP transport is defined in KMail2 and, '~/.config/mailtransports'
also points to the correct default SMTP transport, KOrganizer uses another SMTP
transport but, includes the correct default user's e-Mail address.

KOrganizer is configured to use the "default" KMail2 identity.

Changing the alphabetical sorting of the SMTP transports by prepending "ZZ-" to
the SMTP transport names which are not the "default" SMTP transport, doesn't
help.

Looking at the contents of '~/.config/mailtransports', the SMTP transport which
KOrganizer always uses is the 2nd transport ID in the list.

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

[krita] [Bug 381428] Crash in svg parser when loading svg symbols

2017-09-09 Thread Mikael Rosbacke
https://bugs.kde.org/show_bug.cgi?id=381428

Mikael Rosbacke  changed:

   What|Removed |Added

 Attachment #107748|0   |1
is obsolete||

--- Comment #6 from Mikael Rosbacke  ---
Created attachment 107771
  --> https://bugs.kde.org/attachment.cgi?id=107771&action=edit
Attempt to partially fix the use element.

Thought a bit more. In general I think use elements can refer to any other
element in the svg, but in practice often it refers within the same group, just
a bit later. In this case the context for the element is still the same on the
context stack.
I've implemented separate storage that stores 'use' elements for the duration
of their current group. For each new element scanned, this store is checked and
'use' elements are processed as their resources show up. Also some small fixes
to remove error logs that doesn't seem like errors.

With this code, at least the first image can be read without losing 'use'
elements. I get one lost element but inspecting that file shows that it is
truly missing. But I havn't been able to actually look at the read data.
Feel free to apply, or use as an inspiration for a proper solution.

/ MR

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

[gwenview] [Bug 338822] Dialogue windows use incorrect theme when Gwenview is in fullscreen mode.

2017-09-09 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=338822

--- Comment #5 from Paul  ---
OK. Take two.

Sorry, ignore my comment, I'm obviously slow this morning, coffee deprivation
perhaps, just realised what you meant. :)

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

[ksysguard] [Bug 384515] New: [ksysguardd]: Internal buffer too small to read '/proc/cpuinfo'

2017-09-09 Thread Alessandro
https://bugs.kde.org/show_bug.cgi?id=384515

Bug ID: 384515
   Summary: [ksysguardd]: Internal buffer too small to read
'/proc/cpuinfo'
   Product: ksysguard
   Version: 5.10.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: ksysguardd
  Assignee: ksysguard-b...@kde.org
  Reporter: alessandro.sturni...@gmail.com
  Target Milestone: ---

The KDE widget don't show anything and on the system log, is present this
message:

ksysguardd[4552]: Internal buffer too small to read '/proc/cpuinfo'

My workstation is a dual Opteron with 32 core, so the /proc/cpuinfo size is
about 37kb

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

[gwenview] [Bug 378584] Zooming with CTRL+Two-finger-scrolling is too sensitive

2017-09-09 Thread Thomas Mitterfellner
https://bugs.kde.org/show_bug.cgi?id=378584

--- Comment #15 from Thomas Mitterfellner  ---
> Your username is mitterfellner with that, you should be able to reset your
> password in https://identity.kde.org/index.php?r=site/passwordReset

Thanks! Never would I have guessed that username (really!). I was now able to
log in to phabricator. Thanks also for pushing the commit to Applications!

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

[gwenview] [Bug 332921] Can't expand Meta Information or hide Semantic Info

2017-09-09 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=332921

--- Comment #16 from Paul  ---
(In reply to Nate Graham from comment #14)
> If you don't like either, you can always switch to a different tab (the tab
> box is on the bottom of the view).

Not really, as (personally) I need to see the meta information. (As opposed to
the semantic data, which I don't use.)

> I'll see if I can whip up a patch at some point soon.

A splitter and ability to resize would be great.  Thanks.

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

[kwin] [Bug 384390] KWin crashed during logon

2017-09-09 Thread Francesco
https://bugs.kde.org/show_bug.cgi?id=384390

Francesco  changed:

   What|Removed |Added

 CC||muzi...@email.it

--- Comment #1 from Francesco  ---
the problem described here happens to me about 1 times every weeks, since I
have upgraded my machine to plasma 5 from kde 4 on a Debian stable

Application: kwin_x11 (5.8.6)
Qt Version: 5.7.1
Frameworks Version: 5.28.0
Operating System: Linux 4.9.30 i686
Distribution: Debian GNU/Linux 9.1 (stretch)

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

[gwenview] [Bug 338822] Dialogue windows use incorrect theme when Gwenview is in fullscreen mode.

2017-09-09 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=338822

--- Comment #4 from Paul  ---
(In reply to Nate Graham from comment #3)
> Actually it is technically following the *local* theme.

OK.

Erm.. Sorry, what are you actually referring to with the term local theme?

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

[okular] [Bug 376990] Okular randomly crashes when launched from Emacs

2017-09-09 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=376990

--- Comment #12 from Tristan Miller  ---
(In reply to Luigi Toscano from comment #11)
> If you can reproduce with even demo/simple Qt5 applications, and maybe from
> an environment which is not Plasma, this may be a bug or a quirk in Qt; you
> may try to report it to Qt.

I can reproduce the problem reported by jap...@linux01.gwdg.de (i.e., KDE
applications launched from Emacs crash when their pull-down menus are
activated).  The problem occurs only when running Plasma, and only with KDE
applications.  (That is, the problem does not occur with other desktop
environments, such as LXQt, and the problem does not occur with non-KDE Qt
applications, such as Clementine and Skype 4.3.0.37.)

Given this, where would be the best place to report this bug?

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

[frameworks-kxmlgui] [Bug 373653] Konsole occasionally displays the wrong context menu on right click

2017-09-09 Thread Michal Ziabkowski
https://bugs.kde.org/show_bug.cgi?id=373653

--- Comment #7 from Michal Ziabkowski  ---
I've actually found a better, sure-fire way to trigger the bug:

1) Right-click to display the normal popup
2) Right-click anywhere inside the application window

This also causes the "Configure shortcut" popup to be displayed.

>From what I know, the popup in question should only display when right-clicking
menu items, which lets you customize the hotkeys. It seems as though the wrong
event is triggered somehow.

I can confirm the bug is not Konsole-exclusive. Just tried ark and got the same
behavior.

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

[Akonadi] [Bug 383991] Akonadi 17.08.0 / 5.6.0 with MariaDB 10.2.8 - Plugin pvio_socket could not be loaded: not initialized

2017-09-09 Thread Heinz Wiesinger
https://bugs.kde.org/show_bug.cgi?id=383991

Heinz Wiesinger  changed:

   What|Removed |Added

 CC||ppr...@liwjatan.at

--- Comment #1 from Heinz Wiesinger  ---
For reference:

MariaDB bug report: https://jira.mariadb.org/browse/CONC-277
Qt bug report: https://bugreports.qt.io/browse/QTBUG-63108

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

[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-09 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=384514

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #4 from Roman Gilg  ---
Our toolbar buttons are arbitrarily placeable. The "segmented controls" are in
reality two separate toggle buttons. But when NOT being in active state a
toggle button shouldn't be visually different from a push button, since on its
own its type of action is no different than that of a push button (triggering
something).

The right way under the constraints of toolbar buttons being arbitrarily
placeable is to separate "segmented controls" from other ones by using
separators. Indeed my Gwenview does it this way in the default toolbar
configuration.

But it's not optimal since it can look somewhat weird with many separators.
Maybe we could think of a mechanism to check if toggle buttons with mutually
exclusive functionality are sitting next to each other and in this case paint
your proposed frame around them instead of having the app developers/user use
separators all other the place. Would be a bigger change in code though and I
don't know if it's possible.

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

[gwenview] [Bug 353313] Gwenview is broken under cinnamon: Title bar is often missing, switching to full-screen freezes for 30sec

2017-09-09 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=353313

Shlomi Fish  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #12 from Shlomi Fish  ---
(In reply to Shlomi Fish from comment #11)
> (In reply to Nate Graham from comment #9)
> > Is this reproducible with later versions of Gwenview and Cinnamon?
> 
> I'm going to test it on mageia v7 x86-64.

Tested and i cannot reproduce this bug - gwenview seems fine there. Marking as
worksforme.

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

[plasmashell] [Bug 375680] [5.9] Hovering over task manager window thumbnail no longer gives visual clue about selected window

2017-09-09 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=375680

Roman Gilg  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Roman Gilg  ---
I don't get what the last paragraph means. Didn't you asked for additional
highlighting in the paragraphs before already?

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

[plasmashell] [Bug 375680] [5.9] Hovering over task manager window thumbnail no longer gives visual clue about selected window

2017-09-09 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=375680

--- Comment #2 from Roman Gilg  ---
I'm open for a proposal on how the thumbnail item should be highlighted on
mouse over. It must be consistent with other forms of highlighting used in
Plasma and also must not create a artificial divide design-wise between
non-grouped and grouped thumbnails.

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

[valgrind] [Bug 289836] Unhanded instructions mfatbu and mfatbl

2017-09-09 Thread Andreas Gnau
https://bugs.kde.org/show_bug.cgi?id=289836

Andreas Gnau  changed:

   What|Removed |Added

 CC||ron...@rondom.de

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

[gwenview] [Bug 378584] Zooming with CTRL+Two-finger-scrolling is too sensitive

2017-09-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=378584

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/gwe
   ||nview/c4a84dad6292b9c7918be
   ||c8d7ed33114d3758730

--- Comment #14 from Albert Astals Cid  ---
Git commit c4a84dad6292b9c7918bec8d7ed33114d3758730 by Albert Astals Cid, on
behalf of Thomas Mitterfellner.
Committed on 09/09/2017 at 09:39.
Pushed by aacid into branch 'Applications/17.08'.

Reduce hyper-sensitive touchpad scroll-zoom speed

Summary:

Reduce hyper-sensitive touchpad scroll-zoom speed in Gwenview

Test Plan: Submitting this on behalf of  Thomas Mitterfellner since he's having
trouble with his Phabricator access. Patch is  modeled after Albert's similar
patch for Okular in
https://cgit.kde.org/okular.git/commit/?id=7a50ce0edfc9be8bd23441e52a4f3a0c60f7e60f.
Thomas has tested locally with a touchpad and scroll wheel, and I have tested
in a KDE Neon VM. Seems to work as expected.

Reviewers: #kde_applications, broulik, aacid

Reviewed By: #kde_applications, aacid

Differential Revision: https://phabricator.kde.org/D7744

M  +7-2lib/documentview/documentview.cpp

https://commits.kde.org/gwenview/c4a84dad6292b9c7918bec8d7ed33114d3758730

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

[gwenview] [Bug 353313] Gwenview is broken under cinnamon: Title bar is often missing, switching to full-screen freezes for 30sec

2017-09-09 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=353313

--- Comment #11 from Shlomi Fish  ---
(In reply to Nate Graham from comment #9)
> Is this reproducible with later versions of Gwenview and Cinnamon?

I'm going to test it on mageia v7 x86-64.

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

[plasmashell] [Bug 384478] Refactor login logic to give plasmashell priority to avoid I/O congestion

2017-09-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=384478

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
It does have more priority. It's in autostart phase 0. The rest comes after, so
done.

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

<    1   2   3   >