[kmail2] [Bug 358233] Reply-To is missing in compose message window

2016-02-24 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358233

--- Comment #4 from Laurent Montel  ---
So you can write several "From" and severy "Reply-to" it's not logical :)
So 1 item for each is enough :)

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


[kio] [Bug 110146] remember application for this file type: which file type?

2016-02-24 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=110146

David Faure  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kio/
   ||cedafa80d23bcc4d9a9ea4f180c
   ||7f7cb8df4e59a
   Version Fixed In||5.20
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from David Faure  ---
Git commit cedafa80d23bcc4d9a9ea4f180c7f7cb8df4e59a by David Faure.
Committed on 24/02/2016 at 08:00.
Pushed by dfaure into branch 'master'.

KOpenWithDialog: show mimetype name and comment in "Remember" checkbox text
REVIEW: 127127
FIXED-IN: 5.20

M  +6-1src/widgets/kopenwithdialog.cpp

http://commits.kde.org/kio/cedafa80d23bcc4d9a9ea4f180c7f7cb8df4e59a

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


[kmail2] [Bug 358233] Reply-To is missing in compose message window

2016-02-24 Thread sedrubal via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358233

--- Comment #5 from sedrubal  ---
Ah I see. Then the items would have to be removed from the drop down, after
they are set (that's ugly)

But as I can read it in (german) wikipedia [1] there can be several comma
separated reply-to addresses (in english wikipedia this information is
missing). So this might only be logical for reply to...

[1] https://de.wikipedia.org/wiki/Header_%28E-Mail%29#Reply-To:_Antwortadresse

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


[kmail2] [Bug 357313] Column-width in the main window, i.e. "subject", "from", "date" not kept, crowded to left

2016-02-24 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357313

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
I confirm it.

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


[frameworks-plasma] [Bug 351777] plasmashell crashed might due to applet actions is nullptr

2016-02-24 Thread altosch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351777

altosch  changed:

   What|Removed |Added

 CC||a...@tosovsky.eu

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


[krita] [Bug 359729] Brush tool pixel artefacts

2016-02-24 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359729

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from wolthera  ---
That is not related to gtk 3, I have it as well on kubuntu. Regardless, I doubt
it's something we can fix.

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


[krita] [Bug 359725] Layer Selection too short in GTK3

2016-02-24 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359725

wolthera  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from wolthera  ---
Fixed in 3.0 by having a totally different layer look.

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


[krita] [Bug 359726] Close Button on Splash screen not visible on GTK3

2016-02-24 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359726

wolthera  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from wolthera  ---
Thanks for checking.

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


[krita] [Bug 359735] Intermittent, Unresponsive when running Krita

2016-02-24 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359735

wolthera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||griffinval...@gmail.com

--- Comment #1 from wolthera  ---
Hm... I wonder...

If you go into settings->configure Krita->general->miscelaneous. There should
be an option called 'autosave'. If you turn that off, does the intermittent
freeze still occur?

(Another way to answer that is, if the freeze occurs, do you see 'autosaving'
being written in the status bar?)

(Autosave is a really useful feature, so I wouldn't recommend turning it off
altogether, you could set it to 60 minutes, so that you take a little break
from drawing and krita saves your file)

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


[KScreen] [Bug 359177] blanks out original plasma session when I start a new a new plasma session from it

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359177

Martin Steigerwald  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #13 from Martin Steigerwald  ---
Okay, I think I found the exact circumstances that cause the issue for me. As
said it is both sessions have compositing + GLX, but I additionally found that
it only happens with DRI v3. I now commented out DRI v3 again like this:

Section "Device"
Identifier  "Grafikkern"

Driver  "intel"

#   Option  "Backlight" "/dev/null"
Option  "AccelMethod"   "uxa"
#   Option  "AccelMethod"   "sna"
#   Option  "TearFree"  "true"

#   Option  "DRI"   "3"
EndSection

and two sessions now work stable again.

I thought it would be kscreen as I had a quite nasty brightness to zero bug
with it before that went away when deleten ~/.local/share/kscreen.

This time it wasn´t kscreen. I am sorry.

I am closing this one and opening a new one for KWin even tough it may be a
driver issue, but then I think it is good Martin is aware of it. Thanks, Martin

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

[kdenlive] [Bug 359452] Git master 2016-02-16 - Save files do not preserve the filter order, or stacked groups

2016-02-24 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359452

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 9862c646821aca6ac448ce5ff4fb544c64331fdc by Jean-Baptiste Mardelle.
Committed on 24/02/2016 at 09:08.
Pushed by mardelle into branch 'master'.

Correctly save group effects

M  +3-1src/timeline/clipitem.cpp

http://commits.kde.org/kdenlive/9862c646821aca6ac448ce5ff4fb544c64331fdc

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


[kwin] [Bug 359743] blanks out original plasma session when I start a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

Martin Steigerwald  changed:

   What|Removed |Added

Summary|blanks out original plasma  |blanks out original plasma
   |session when I start a new  |session when I start a new
   |a new plasma session with   |plasma session with GLX +
   |GLX + DRI 3 on Intel|DRI 3 on Intel Sandybridge
   |Sandybridge graphics|graphics

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


[kwin] [Bug 359743] New: blanks out original plasma session when I start a new a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

Bug ID: 359743
   Summary: blanks out original plasma session when I start a new
a new plasma session with GLX + DRI 3 on Intel
Sandybridge graphics
   Product: kwin
   Version: 5.4.3
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: glx
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mar...@lichtvoll.de

This may well be a driver issue, but I report it nonetheless, so you are aware
of it. I can report driver bug as well, if desired.

When I start a second Plasma session on VT8 using GLX with OpenGL 3.1 as
compositor backend + having DRI 3 enabled then after a short time when I switch
back to the original session at VT7 I just see a blank screen there. Brightness
is zero, so its really not just blank, but backlight is switched off. When I
switch to TTY1 then, it is almost black, brightness is very low. I can raise it
there, but VT7 is gone for good. In original bug report where I suspected
kscreen to be the culprit I reported what I tried to recover the session which
includes pressing a key,writing high brightness values to /sys/[path to
Intel/ACPI blacklight]/bl_power, xrandr --auto, vbetool dpms off, disabling
KScreen 2 + Powerdevil on both sessions, rm -r ~/.local/share/kscreen, masking
systemd backlight service, fiddling around with Solid brightness controls and
also kwin_x11 --replace.

I first thought this to be a bug in kscreen, but as it disappears when either
using XRender or disabling DRI 3, I think its a KWin compositor/GLX backend
*and/or* a driver issue:

Bug 359177 - blanks out original plasma session when I start a new a new plasma
session from it

Reproducible: Always

Steps to Reproduce:
1. Use Intel Sandybridge HD 3000 graphics (maybe fails with others as well,
don´t know)
2. Enable DRI 3.
3. Have two sessions with GLX + OpenGL 3.1 as compositing backend.
4. Start into first session.
5. Start second session.
6. Switch back to first session after a while with Ctrl-Alt-F7.
7. Maybe you need to switch between sessions several times.

Actually it also happens when just one of the sessions is a Plasma session with
GLX + OpenGL 3.1.

Actual Results:  
One of the Plasma sessions or the Plasma session (if one one of them is a
Plasma session) has a black screen after switching to it. It never happens to
the non Plasma session like MATE or LXDE.

Expected Results:  
Sessions continues to work just fine.

Working X11 configuration:

martin@merkaba:~> cat /etc/X11/xorg.conf.d/anzeige.conf 
Section "Device"
Identifier  "Grafikkern"

Driver  "intel"

#   Option  "Backlight" "/dev/null"
Option  "AccelMethod"   "uxa"
#   Option  "AccelMethod"   "sna"
#   Option  "TearFree"  "true"

#   Option  "DRI"   "3"
EndSection

Issue happens when you enable the Option DRI 3 line + GLX with OpenGL 3.1
compositing backend.

Acceleration method UXA is essential to prevent hard lockups (one of them
caused me a loss of public GPG key ring after a key signing at DebConf 2015).

It does not happen when using XRender as compositing backend or when DRI 3 line
is commented out.

kwin-x11 5.4.3 as packages with or without self-compiled KF5 + KDEPIM from Git
master:

martin@merkaba:~> LANG=C apt-cache policy kwin-x11
kwin-x11:
  Installed: 4:5.4.3-1.1
  Candidate: 4:5.4.3-1.1
  Version table:
 4:5.5.4-2 200
200 http://httpredir.debian.org/debian experimental/main amd64 Packages
 *** 4:5.4.3-1.1 500
500 http://httpredir.debian.org/debian sid/main amd64 Packages
100 /var/lib/dpkg/status

I can try the experimental version, if its not compiled with Qt 5.6 (the build
for Debian experimental used Qt 5.6 which last time I tried was not yet
complete in experimental). I could even add kwin to kdesrc-build or so to build
it from master as well (just don´t want to have to build complete Plasma from
git due to space constraints on SSDs).

It happens on ThinkPad T520 with internal Full HD display second 23 inch Full
HD display.

# phoronix-test-suite system-info

Phoronix Test Suite v5.2.1
System Information

Hardware:
Processor: Intel Core i5-2520M @ 3.20GHz (4 Cores), Motherboard: LENOVO
42433WG, Chipset: Intel 2nd Generation Core Family DRAM, Memory: 16384MB, Disk:
300GB INTEL SSDSA2CW30 + 480GB Crucial_CT480M50, Graphics: Intel HD 3000
(1300MHz), Audio: Conexant CX20590, Monitor: P24T-7 LED, Network: Intel 82579LM
Gigabit Connection + Intel Centrino Advanced-N 6205

Software:
OS: Debian unstable, Kernel: 4.4.0-tp520-btrfstrim+ (x86_64), Desktop: KDE
Frameworks 5, Display Server: X Server 1.18.1, Display Driver: intel 2.99.917,
OpenGL: 3.3 Mesa 11.1.2, Compiler: GCC 5.3.1 20160220, File-System: btrfs,
Screen Resolution: 3840x1080



# apt list | egrep
"kwi

[KScreen] [Bug 359177] blanks out original plasma session when I start a new a new plasma session from it

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359177

--- Comment #14 from Martin Steigerwald  ---
Replaced by #359743.

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


[kwin] [Bug 359743] blanks out original plasma session when I start a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

Martin Steigerwald  changed:

   What|Removed |Added

 CC||martin.steigerwald@teamix.d
   ||e

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


[krunner] [Bug 359488] krunner crashed while typing

2016-02-24 Thread Stéphane Pontier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359488

Stéphane Pontier  changed:

   What|Removed |Added

 CC||shadow.wal...@free.fr

--- Comment #2 from Stéphane Pontier  ---
This also append to me on kubuntu

iii  plasma-workspace4:5.5.3-0ubuntu1~ubuntu15.
amd64  Plasma 

Pile d'appels du plantage que j'ai rencontré :

Application: krunner (krunner), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc88d5ec800 (LWP 3597))]

Thread 20 (Thread 0x7fc877f00700 (LWP 3599)):
#0  0x7fc88a04388d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7fc889533bd2 in poll (__timeout=-1, __nfds=1, __fds=0x7fc877effcc0)
at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x8ce820, cond=cond@entry=0x8ce860,
vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:459
#3  0x7fc88953574f in xcb_wait_for_event (c=0x8ce820) at
../../src/xcb_in.c:623
#4  0x7fc87a67b7e9 in QXcbEventReader::run (this=0x8dd8c0) at
qxcbconnection.cpp:1229
#5  0x7fc88a739a6e in QThreadPrivate::start (arg=0x8dd8c0) at
thread/qthread_unix.cpp:331
#6  0x7fc8882936aa in start_thread (arg=0x7fc877f00700) at
pthread_create.c:333
#7  0x7fc88a04ee9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 19 (Thread 0x7fc86dd41700 (LWP 3606)):
#0  0x7fc88a04388d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7fc8877141ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fc8877142fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fc88a97150b in QEventDispatcherGlib::processEvents
(this=0x7fc8680008e0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7fc88a91850a in QEventLoop::exec (this=this@entry=0x7fc86dd40da0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7fc88a734ac4 in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7fc88c5b2c35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7fc88a739a6e in QThreadPrivate::start (arg=0xb1ddf0) at
thread/qthread_unix.cpp:331
#8  0x7fc8882936aa in start_thread (arg=0x7fc86dd41700) at
pthread_create.c:333
#9  0x7fc88a04ee9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 18 (Thread 0x7fc864a9a700 (LWP 8292)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fc88a73ad0b in QWaitConditionPrivate::wait
(time=18446744073709551615, this=0xfa48a0) at
thread/qwaitcondition_unix.cpp:136
#2  QWaitCondition::wait (this=, mutex=0x8f8ec0,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#3  0x7fc88ca9bd6e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#4  0x7fc88ca9c5f3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#5  0x7fc88a739a6e in QThreadPrivate::start (arg=0x8f8e40) at
thread/qthread_unix.cpp:331
#6  0x7fc8882936aa in start_thread (arg=0x7fc864a9a700) at
pthread_create.c:333
#7  0x7fc88a04ee9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 17 (Thread 0x7fc854ca3700 (LWP 8322)):
[KCrash Handler]
#6  0x7fc855cf374f in mdb_cursor_open (txn=0x67a7571954ca2a90, dbi=0,
ret=ret@entry=0x7fc854ca24c0) at mdb.c:7141
#7  0x7fc855f12c54 in
Baloo::PostingDB::iter > (this=0x67a7571954ca2a90,
this=0x67a7571954ca2a90, prefix=..., validate=...) at
../../../src/engine/postingdb.cpp:211
#8  Baloo::PostingDB::prefixIter (this=this@entry=0x7fc854ca25c0, prefix=...)
at ../../../src/engine/postingdb.cpp:246
#9  0x7fc855f1c42d in Baloo::Transaction::postingIterator
(this=this@entry=0x7fc854ca29c0, query=...) at
../../../src/engine/transaction.cpp:296
#10 0x7fc856364672 in Baloo::SearchStore::constructQuery
(this=this@entry=0x7fc854ca2ab0, tr=tr@entry=0x7fc854ca29c0, term=...) at
../../../src/lib/searchstore.cpp:288
#11 0x7fc856363c9a in Baloo::SearchStore::constructQuery
(this=this@entry=0x7fc854ca2ab0, tr=tr@entry=0x7fc854ca29c0, term=...) at
../../../src/lib/searchstore.cpp:163
#12 0x7fc856364c7c in Baloo::SearchStore::exec
(this=this@entry=0x7fc854ca2ab0, term=..., offset=0, limit=10,
sortResults=) at ../../../src/lib/searchstore.cpp:75
#13 0x7fc856353c12 in Baloo::Query::exec (this=this@entry=0x7fc854ca2b60)
at ../../../src/lib/query.cpp:210
#14 0x7fc856574f8f in SearchRunner::match (this=this@entry=0x10742b0,
context=..., type=..., category=...) at
../../../runners/baloo/baloosearchrunner.cpp:98
#15 0x7fc8565758d9 in SearchRunner::match (this=0x10742b0, context=...) at
../../../runners/baloo/baloosearchrunner.cpp:160
#16 0x7fc866946590 in Plasma::AbstractRunner::performMatch (this=0x10742b0,
localContext=...) at ../../src/abstractrunner.cpp:131
#17 0x

[frameworks-plasma] [Bug 350101] Protocol 'plasmapackage' is not recognized in plasmoids anymore

2016-02-24 Thread Nikolai Doronin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350101

Nikolai Doronin  changed:

   What|Removed |Added

 CC||lassana...@gmail.com

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


[kdenlive] [Bug 351730] Getting numerous errors from Konsole: "QXcbConnection: XCB error: 8 (BadMatch), sequence: 50336, resource id: 115343659, major code: 130 (Unknown), minor code: 3"

2016-02-24 Thread Elvis Stansvik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351730

Elvis Stansvik  changed:

   What|Removed |Added

 CC||elvst...@gmail.com

--- Comment #4 from Elvis Stansvik  ---
I'm seeing the same problem in a PyQt5 application I'm working on right now, so
it's not specific to kdenlive. I get exactly three of these errors when the
cursor changes into a resize handle at the edge of a QDockWidget. I can't get
it to spout it continously though, like John describes.

My environment is and up-to-date Kubuntu 15.10 with backports repositories
enabled. I'm running my app under Plasma 5.

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


[ktorrent] [Bug 354633] [ntfs] ktorrent freezes very often

2016-02-24 Thread Igor Poboiko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354633

--- Comment #8 from Igor Poboiko  ---
Created attachment 97384
  --> https://bugs.kde.org/attachment.cgi?id=97384&action=edit
Backtrace

This bug is still present in the latest version from Git.
I also ran KTorrent via GDB and interrupted it during the freeze and obtained
the attached backtrace. Hope this helps.

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


[kmail2] [Bug 359744] New: Cannot delete SMTP accounts

2016-02-24 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359744

Bug ID: 359744
   Summary: Cannot delete SMTP accounts
   Product: kmail2
   Version: 5.1
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: jbev_kdebugs...@refining-linux.org

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

Deleting SMTP accounts does not work. Instead, every account that I try to
delete is simply renamed to "Unnamed" and any data that was contained in this
account profile is cleared.

I attached a screenshot of what my account list looks like right now.

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


[kile] [Bug 356775] Kile causes Dolphin to freeze

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356775

notavaila...@posteo.de changed:

   What|Removed |Added

 CC||notavaila...@posteo.de

--- Comment #2 from notavaila...@posteo.de ---
Maybe this is related to my request:
https://bugs.kde.org/show_bug.cgi?id=358876

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


[kdeplasma-addons] [Bug 356760] Application Dashboard is not searching for files and folders .

2016-02-24 Thread Txutxifel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356760

Txutxifel  changed:

   What|Removed |Added

 CC||jesa...@gmail.com

--- Comment #1 from Txutxifel  ---
Same here.

Opensuse 42.1 64 bits

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


[kdenlive] [Bug 359745] New: Unable to move clips in timeline after cut

2016-02-24 Thread eezacque via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359745

Bug ID: 359745
   Summary: Unable to move clips in timeline after cut
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: eezac...@xs4all.nl

After a cut, I am unable to move the cut clip along the timeline, needs a
kdenlive restart to fix.

Reproducible: Sometimes

Steps to Reproduce:
1. Cut a clip
2. Move part of clip to new location on timeline 


Actual Results:  
Clip cannot be moved, or jumps back

Expected Results:  
Clip can be moved

After restarting kdenlive, the clip can be moved

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


[dolphin] [Bug 359581] wrong file permissions (umask 000) when using right click -> create new file

2016-02-24 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359581

--- Comment #3 from Wolfgang Bauer  ---
Thanks for confirming!

FYI, we (openSUSE) added exactly that (explicitely install the files to
/usr/share/templates/ again) as workaround to our kio package, this will be in
the upcoming Frameworks 5.19.0 update for Leap 42.1 too.

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


[kdenlive] [Bug 359745] Unable to move clips in timeline after cut

2016-02-24 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359745

--- Comment #1 from Jean-Baptiste Mardelle  ---
Thanks for your report. Which Kdenlive version are you using ?

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


[valgrind] [Bug 359733] amd64 implement strchr/index override to avoid need for suppression and redirection like x86

2016-02-24 Thread Mark Wielaard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359733

Mark Wielaard  changed:

   What|Removed |Added

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

--- Comment #1 from Mark Wielaard  ---
valgrind svn r15812

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


[kdenlive] [Bug 359745] Unable to move clips in timeline after cut

2016-02-24 Thread eezacque via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359745

--- Comment #2 from eezacque  ---
I am using Kdenlive version 15.12.0

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


[kwin] [Bug 359743] blanks out original plasma session when I start a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

Martin Gräßlin  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Martin Gräßlin  ---
KWin doesn't adjust the brightness level at all. So might be that power
management does something?

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

[plasma-nm] [Bug 359746] New: VPN: Applet remains spinning upon established connection

2016-02-24 Thread Stephan Mueller via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

Bug ID: 359746
   Summary: VPN: Applet remains spinning upon established
connection
   Product: plasma-nm
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: smuel...@chronox.de
CC: lu...@kde.org

When using a VPN and triggering a VPN connection, the applet starts spinning
for the connection attempt. During that time the "authorization required" is
displayed.

When the connection is successfully established (i.e. I can use the VPN) and a
notification is displayed that the connection is established, the applet still
remains spinning with "authorization required". The issue is now that this
spinning burns about 1 CPU core and drains battery fast.

Note, this applies irrespectively of the type of VPN (I use OpenVPN and vpnc).

Note, this behavior is not seen immediately. I.e. when you create a new user
with a clean KDE configuration, the VPN connection behaves nicely and the
spinning stops when the connection is there.

But after a couple of days without changing anything in the VPN configs (at
least I did not noticeably change anything), the described behavior appears
again.

Reproducible: Always

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


[kwin] [Bug 359743] blanks out original plasma session when I start a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

--- Comment #2 from Thomas Lübking  ---
> and also kwin_x11 --replace
This doesn't resolve anything?

What if you (also) suspend the compositor in the other session before switching
back?

Could it be the session is locked (and the greeter is black)?
=> try to "loginctl unlock-session", "loginctl list-sessions" lists them -
surprisingly ;-) and check out for kscreenlocker_greet processes.

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

[kdenlive] [Bug 359699] Audio offset ignored

2016-02-24 Thread eezacque via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359699

--- Comment #2 from eezacque  ---
* ffmpeg  version 2.5.10-0ubuntu0.15.04.1
   mlt version 0.9.9+git20151223.a71d66ea-0ubuntu0~sunab~vivid1
   kdenlive version 15.12.0

* I doesn't play in sync, neither in clip monitor nor in track.
* yes, I can reproduce the issue in melt
* no, I can NOT reproduce the issue in ffmpeg (video plays fine)

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


[plasmashell] [Bug 359324] plasmashell often hangs randomly, sometimes with broken window preview

2016-02-24 Thread sudden6 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359324

--- Comment #5 from sudden6  ---
I tried wiping the caches, but this also didn't help.
Do you need anything else?

This bug makes plasmashell unusable for me.

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


[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Jan Grulich  ---


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

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


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

 CC||smuel...@chronox.de

--- Comment #45 from Jan Grulich  ---
*** Bug 359746 has been marked as a duplicate of this bug. ***

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


[kdeconnect] [Bug 359747] New: Clipboard sharing not working under Wayland

2016-02-24 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359747

Bug ID: 359747
   Summary: Clipboard sharing not working  under Wayland
   Product: kdeconnect
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: c...@daniel.priv.no

Steps to reproduce.
1. Start a GNOME on Wayland session
2. Pair an Android device with KDE Connect
3. Select some text on your PC and copy it
4. Try pasting it on Android
5. Select some other text on Android
6. Try pasting it on your PC

Expected:
Clipboard sharing between KDE Connect clients.

Actual:
No clipboard sharing under Wayland.

Work-around:
Run in X instead of Wayland.

Notes:
I’m aware that the clipboard is better protected in Wayland than it was in X by
design, but this feature must either be disabled in the plugin list when
running under Wayland or preferably fixed properly.

kde-connect version 0.9 (this version wasn’t an available option in the bug
reporting wizard).

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

[okular] [Bug 359722] Page size "Custom" is set to zero and can not be adjusted

2016-02-24 Thread Daniel Nicoletti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359722

Daniel Nicoletti  changed:

   What|Removed |Added

  Component|general |general
Product|print-manager   |okular
   Assignee|dantt...@gmail.com  |okular-de...@kde.org

--- Comment #2 from Daniel Nicoletti  ---
This is either invalid (as it's the printer driver responsible for pages sizes)
or an okular bug as the Window has Okular in it's title.

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


[kdenlive] [Bug 359452] Git master 2016-02-16 - Save files do not preserve the filter order, or stacked groups

2016-02-24 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359452

Evert Vorster  changed:

   What|Removed |Added

 Resolution|--- |REMIND
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Evert Vorster  ---
Mostly fixed... 

At least now the groups stay groups. 
However, the order of the effects are not maintained. 

I had my group of filters after the speed effect when I saved it, and now it's
loaded before the speed effect when opening up the project again 

Why have the little button on the side where you can put one filter above one
another when the order is not remembered in the save file?

I don't mean to sound ungrateful, I am really happy with kdenlive! 
The effects in the group now stays in the group, which is a massive
improvement, but the group does not stay in it's relative level with the other
effects on a clip.

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


[kdeconnect] [Bug 359748] New: Multi-line notifications display “” in GNOME notification banners

2016-02-24 Thread Daniel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359748

Bug ID: 359748
   Summary: Multi-line notifications display “” in GNOME
notification banners
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: c...@daniel.priv.no

Steps to reproduce:
1. Start a GNOME session
2. Pair an Android device with KDE Connect
3. Receive a multi-line notification on your Android that is shared with KDE
Connect, like from SMS app or emails

Notification banner in GNOME shows a literal “” instead of a “\n”.
Otherwise it’s working fine.

Notes:
kde-connect version 0.9 (this version wasn’t an available option in the bug
reporting wizard).

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

[kwin] [Bug 359743] blanks out original plasma session when I start a new plasma session with GLX + DRI 3 on Intel Sandybridge graphics

2016-02-24 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359743

--- Comment #3 from Martin Steigerwald  ---
Thomas kwin_x11 --replace didn´t get the session back. Not even killing kwin
(SIGKILL was needed if I remember correctly) and starting it with dbus-launch +
export $DISPLAY from other terminal. I think I have seen without and with
locked sessions. But I can try this. For today working at homeoffice I prefer
stable operation tough.

Martin, what I now see without DRI 3 enabled but with GLX + OpenGL 3.1 on both
session is this: When I switch from one session to another one after the time
where powermanagement usually kicks in the following happens:

1) It shows the session as it.
2) It fades it to black.
3) It fades it back to normal brightness.

But, with DRI3 enabled and the issue happened, it stayed black. AFAIR remember
it (=whatever does it) showed the session for a short time after switching and
then switched it to black.

Also with DRI3 enabled I also had black sessions when both powerdevil and
kscreen services were disabled (that is all in the original report). That said,
maybe X.org itself blanked the display.

So the only thing I currently have: DRI 3 + GLX backend with OpenGL 3.1 =>
blanked session at some time. These are the only factors I could determine for
sure at the moment. Whether powerdevil and kscreen services running or not, or
kernel 4.4 oder kernel 4.5-rc4 or self-compiled KF5 or packaged KF5 all made no
difference.

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

[kwin] [Bug 359749] New: kwin_x11 crash when iceweasel restoring multiple windows

2016-02-24 Thread Arthur Marsh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359749

Bug ID: 359749
   Summary: kwin_x11 crash when iceweasel restoring multiple
windows
   Product: kwin
   Version: 5.5.4
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: arthur.ma...@internode.on.net

Application: kwin_x11 (5.5.4)

Qt Version: 5.5.1
Operating System: Linux 4.5.0-rc5+ x86_64
Distribution: Debian GNU/Linux unstable (sid)

-- Information about the crash:
- What I was doing when the application crashed:
starting iceweasel, which was attempting to restore several windows. Unlike
previous times, the crash handler worked and the resulting back trace was
declared useful.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f76c96f88c0 (LWP 4607))]

Thread 5 (Thread 0x7f76c1de0700 (LWP 4653)):
#0  0x0030004e1963 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0030194d893f in qt_safe_select(int, fd_set*, fd_set*, fd_set*,
timespec const*) (nfds=13, fdread=fdread@entry=0x7f76b4000a78,
fdwrite=fdwrite@entry=0x7f76b4000d08, fdexcept=fdexcept@entry=0x7f76b4000f98,
orig_timeout=orig_timeout@entry=0x0) at kernel/qcore_unix.cpp:75
#2  0x0030194da43e in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) (timeout=0x0, exceptfds=0x7f76b4000f98, writefds=0x7f76b4000d08,
readfds=0x7f76b4000a78, nfds=, this=0x7f76b40008c0) at
kernel/qeventdispatcher_unix.cpp:320
#3  0x0030194da43e in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) (this=this@entry=0x7f76b40008e0, flags=..., flags@entry=...,
timeout=timeout@entry=0x0) at kernel/qeventdispatcher_unix.cpp:196
#4  0x0030194da96e in
QEventDispatcherUNIX::processEvents(QFlags)
(this=0x7f76b40008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x0030194842ea in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f76c1ddfce0, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:204
#6  0x0030192a08d4 in QThread::exec() (this=) at
thread/qthread.cpp:503
#7  0x00304a2d5105 in  () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x0030192a588e in QThreadPrivate::start(void*) (arg=0x136c390) at
thread/qthread_unix.cpp:331
#9  0x003000c07284 in start_thread (arg=0x7f76c1de0700) at
pthread_create.c:333
#10 0x0030004e8a4d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 4 (Thread 0x7f76c0ccc700 (LWP 4680)):
#0  0x003000c0c8cf in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00308517e1c4 in  () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x00308517e209 in  () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x003000c07284 in start_thread (arg=0x7f76c0ccc700) at
pthread_create.c:333
#4  0x0030004e8a4d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f76b9247700 (LWP 4699)):
#0  0x003000c0c8cf in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f76b9f2ac43 in radeon_drm_cs_emit_ioctl (mtx=0x12c6180,
cond=0x12c61a8) at ../../../../../../../include/c11/threads_posix.h:159
#2  0x7f76b9f2ac43 in radeon_drm_cs_emit_ioctl (sema=0x12c6180) at
../../../../../../../src/gallium/auxiliary/os/os_thread.h:259
#3  0x7f76b9f2ac43 in radeon_drm_cs_emit_ioctl
(param=param@entry=0x12c5e30) at
../../../../../../../src/gallium/winsys/radeon/drm/radeon_drm_winsys.c:653
#4  0x7f76b9f2a397 in impl_thrd_routine (p=) at
../../../../../../../include/c11/threads_posix.h:87
#5  0x003000c07284 in start_thread (arg=0x7f76b9247700) at
pthread_create.c:333
#6  0x0030004e8a4d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f76bbbef700 (LWP 4773)):
#0  0x0030004e1963 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x0030194d893f in qt_safe_select(int, fd_set*, fd_set*, fd_set*,
timespec const*) (nfds=15, fdread=fdread@entry=0x7f763013f0d8,
fdwrite=fdwrite@entry=0x7f763013f368, fdexcept=fdexcept@entry=0x7f763013f5f8,
orig_timeout=orig_timeout@entry=0x0) at kernel/qcore_unix.cpp:75
#2  0x0030194da43e in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) (timeout=0x0, exceptfds=0x7f763013f5f8, writefds=0x7f763013f368,
readfds=0x7f763013f0d8, nfds=, this=0x7f763011a340) at
kernel/qeventdispatcher_unix.cpp:320
#3  0x0030194da43e in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) (this=this@entry=0x7f763013ef40, flags=..., flags@entry=...,
timeout=timeout@entry=0x0) at kernel/qeventdispatcher_unix.cpp:196
#4  0x0030194da96e in
QEventDispatcherUNIX::processEvents(QFlags)
(this=0x7f763011

[ktorrent] [Bug 354633] [ntfs] ktorrent freezes very often

2016-02-24 Thread Nick Shaforostoff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354633

--- Comment #9 from Nick Shaforostoff  ---
thanks. i think the problem may be resolved by moving
bt::Downloader::pieceReceived call to non-main thread, give me few days to
implement that...

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


[ktorrent] [Bug 354633] [ntfs] ktorrent freezes very often

2016-02-24 Thread Alejandro Villar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354633

Alejandro Villar  changed:

   What|Removed |Added

 CC|alx5...@alx5000.net |

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


[kdevplatform] [Bug 359750] New: Q_ASSERT(currentIndex); on close [KDevelop::Bucket<>::deleteItem<>()]

2016-02-24 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359750

Bug ID: 359750
   Summary: Q_ASSERT(currentIndex); on close
[KDevelop::Bucket<>::deleteItem<>()]
   Product: kdevplatform
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: language
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: m...@milianw.de

Just got this after closing my KDevelop session. The code has a comment saying:

currentIndex = followerIndex(currentIndex);
//If this assertion triggers, the deleted item was not registered under
the given hash
Q_ASSERT(currentIndex);

which may indicate a serious problem. 

Application: KDevelop (kdevelop), signal: Aborted
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2881340880 (LWP 6360))]

Thread 18 (Thread 0x7f287fe46700 (LWP 6361)):
#0  0x7f28981f1c3d in poll () from /usr/lib/libc.so.6
#1  0x7f288c403ae2 in ?? () from /usr/lib/libxcb.so.1
#2  0x7f288c405757 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x7f2880f37379 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x7f2898df6b8e in ?? () from /usr/lib/libQt5Core.so.5
#5  0x7f289112a424 in start_thread () from /usr/lib/libpthread.so.0
#6  0x7f28981facbd in clone () from /usr/lib/libc.so.6

Thread 17 (Thread 0x7f286f755700 (LWP 6363)):
#0  0x7f28911303e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7f2898df7d66 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQt5Core.so.5
#2  0x7f2896165d9e in KDevelop::DUChainPrivate::CleanupThread::run
(this=0x35e4ef0) at
/home/milian/projects/kf5/src/extragear/kdevelop/kdevplatform/language/duchain/duchain.cpp:281
#3  0x7f2898df6b8e in ?? () from /usr/lib/libQt5Core.so.5
#4  0x7f289112a424 in start_thread () from /usr/lib/libpthread.so.0
#5  0x7f28981facbd in clone () from /usr/lib/libc.so.6

Thread 16 (Thread 0x7f286d479700 (LWP 6365)):
#0  0x7f28981f1c3d in poll () from /usr/lib/libc.so.6
#1  0x7f288ee40fbc in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f288ee410cc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7f289902e54f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7f2898fd557a in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7f2898df1be4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7f2898df6b8e in ?? () from /usr/lib/libQt5Core.so.5
#7  0x7f289112a424 in start_thread () from /usr/lib/libpthread.so.0
#8  0x7f28981facbd in clone () from /usr/lib/libc.so.6

Thread 15 (Thread 0x7f2850897700 (LWP 6416)):
#0  0x7f28981f1c3d in poll () from /usr/lib/libc.so.6
#1  0x7f288ee40fbc in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f288ee410cc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7f289902e54f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7f2898fd557a in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7f2898df1be4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7f289e50d055 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x7f2898df6b8e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7f289112a424 in start_thread () from /usr/lib/libpthread.so.0
#9  0x7f28981facbd in clone () from /usr/lib/libc.so.6

Thread 14 (Thread 0x7f285282f700 (LWP 6439)):
#0  0x7f289113003f in pthread_cond_wait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7f2898df7e2b in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/libQt5Core.so.5
#2  0x7f2895493d6f in
ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked
(this=0x360a840, th=0x1acb3b0) at
/home/milian/projects/kf5/src/frameworks/threadweaver/src/weaver.cpp:594
#3  0x7f2895493be2 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait (this=0x360a840,
th=0x1acb3b0, threadWasBusy=true, suspendIfInactive=false, justReturning=false)
at /home/milian/projects/kf5/src/frameworks/threadweaver/src/weaver.cpp:554
#4  0x7f289549de54 in ThreadWeaver::WorkingHardState::applyForWork
(this=0x360ac30, th=0x1acb3b0, wasBusy=true) at
/home/milian/projects/kf5/src/frameworks/threadweaver/src/workinghardstate.cpp:66
#5  0x7f289549e0b2 in non-virtual thunk to
ThreadWeaver::WorkingHardState::applyForWork(ThreadWeaver::Thread*, bool) () at
/home/milian/projects/kf5/src/frameworks/threadweaver/src/workinghardstate.cpp:61
#6  0x7f2895493edf in ThreadWeaver::Weaver::applyForWork (this=0x360a840,
th=0x1acb3b0, wasBusy=true) at
/home/milian/projects/kf5/src/frameworks/threadweaver/src/weaver.cpp:568
#7  0x7f28954991b0 in ThreadWeaver::Thread::run (this=0x1acb3b0) at
/home/milian/projects/kf5/src/frameworks/threadweaver/src/thread.cpp:103
#8  0

[neon] [Bug 359634] Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:38:34: Type FullRepresentation unavailable

2016-02-24 Thread Tim Goodwin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359634

--- Comment #22 from Tim Goodwin  ---
(In reply to Mathias Kraus from comment #19)
> There are other packages which need to be updated:
> libkf5plasma5
> libkf5plasmaquick5
> libkf5solid5
> libkf5solid5-data
> libkf5sonnet5-data
> libkf5sonnetcore5
> libkf5sonnetui5
> libkf5threadweaver5
> qml-module-org-kde-solid
> qtdeclarative-kf5solid
> sonnet-plugins
> 
> These are all at version 4:5.17 but the newer version (5.18) will not be
> installed because of the 4 in front of the old version number. You have to
> manually select the new version.
> 
> You can also check if there are more old libs on your system by using
> aptitude. Just run aptitude, type l (small letter L) and then "~i~V4:5.17"
> without quotation marks. Just check everything on that list for a newer
> version than installed.
> 
> With an updated system, everything works again.

When you say everything works, are you getting rt click functionality on
desktop? I'm not. What am I missing?

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


[ksplash] [Bug 359574] Ksplash is in wrong format.

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359574

cameron...@poczta.fm changed:

   What|Removed |Added

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

--- Comment #1 from cameron...@poczta.fm ---
They finally upgraded Plasma to newest version 5.5.4 in newest openSUSE 42.1 so
the problem is now gone :)

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


[kdenlive] [Bug 359751] New: Audo tracks mix incorrectly

2016-02-24 Thread eezacque via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359751

Bug ID: 359751
   Summary: Audo tracks mix incorrectly
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: eezac...@xs4all.nl

Three audio tracks play at the same time. 
When the last track is muted, the second track is effectively muted too.

Reproducible: Always

Steps to Reproduce:
1. Add three tracks with audio; Video 1, Video 2, Video 3 (check they play
audio together)
2. Mute track Video 3, by clicking its speaker icon

Actual Results:  
Video 1 still plays audio, Video 2 and Video 3 remain silent.

Expected Results:  
Video 1 and 2 play audio, Video 3 remains silent

The bug shows up, even if Video 1 is muted through an Audio Correction effect

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


[frameworks-kcoreaddons] [Bug 358709] TS video files are recognized as text files and opened with text editors by default.

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358709

cameron...@poczta.fm changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WONTFIX

--- Comment #3 from cameron...@poczta.fm ---
I updated shared-mime-info to version 1.5 but unfortunately this problem STILL
EXISTS !!!

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


[kwin] [Bug 359749] kwin_x11 crash when iceweasel restoring multiple windows

2016-02-24 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359749

Thomas Lübking  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Lübking  ---


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

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

[kwin] [Bug 352259] segfault in QV4::ExecutionEngine::toVariant()

2016-02-24 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352259

Thomas Lübking  changed:

   What|Removed |Added

 CC||arthur.ma...@internode.on.n
   ||et

--- Comment #16 from Thomas Lübking  ---
*** Bug 359749 has been marked as a duplicate of this bug. ***

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

[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Stephan Mueller via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

--- Comment #2 from Stephan Mueller  ---
Bug 352326 references that the Fedora package kf5-networkmanager-qt-5.18.0-2
fixes the bug.

I use Fedora 23 with kf5-networkmanager-qt-5.19.0-1.fc23.x86_64 and see the
problem.

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


[plasmashell] [Bug 359706] Plasma crashes when GTK window loses focus

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359706

Marco Martin  changed:

   What|Removed |Added

 CC||tom.hilin...@comcast.net

--- Comment #1 from Marco Martin  ---
*** Bug 359732 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 359732] Plasma desktop repeatedly crashes and restarts

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359732

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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


[plasmashell] [Bug 359696] Plasma crashed when moving cursor to second screen (dual screen setup)

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359696

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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


[plasmashell] [Bug 349519] plasmashell occasionally crashes

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349519

Marco Martin  changed:

   What|Removed |Added

 CC||aseq...@gmail.com

--- Comment #118 from Marco Martin  ---
*** Bug 359696 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 359689] Plasma crash when creating a new partition table in Partition Manager

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359689

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---


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

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


[plasmashell] [Bug 356148] Ошибка Plasma при работе kdepartitionmanager

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356148

Marco Martin  changed:

   What|Removed |Added

 CC||tyduptyle...@gmail.com

--- Comment #2 from Marco Martin  ---
*** Bug 359689 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 359688] plasmashell crashes when logging in on a remote machine

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359688

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
needs more debug symbols installed

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


[plasmashell] [Bug 359678] Plasma (plasmashell) crash (Segmentation fault) in a Wayland session

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359678

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #2 from Marco Martin  ---
Thread 1 (Thread 0x7f61c70a9940 (LWP 6527)):
[KCrash Handler]
#6  0x7f61c5b02874 in KWayland::Client::PlasmaWindow::internalId
(this=0x5611fd022ff0) at
/usr/src/debug/kwayland-5.5.4/src/client/plasmawindowmanagement.cpp:680
#7  0x7f61a579a6c3 in WindowSystem::activeWindow() () from
/usr/lib64/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemKWaylandPlugin.so
#8  0x7f60faea40f8 in TaskManager::Task::isActive (this=0x5611fe74e460) at
/usr/src/debug/plasma-workspace-5.5.4/libtaskmanager/task.cpp:238
#9  0x7f60faecad11 in TaskManager::TasksModel::data (this=,
index=..., role=) at
/usr/src/debug/plasma-workspace-5.5.4/libtaskmanager/tasksmodel.cpp:160
#10 0x7f61c3791421 in QModelIndex::data (arole=273, this=0x7ffe28614a50) at
/usr/include/qt5/QtCore/qabstractitemmodel.h:420
#11 QQmlDMAbstractItemModelData::value (role=273, this=0x5611fe720c90) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/util/qqmladaptormodel.cpp:412
#12 QQmlDMCachedModelData::metaCall (this=0x5611fe720c90, call=,
id=, arguments=0x7ffe28614b00) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/util/qqmladaptormodel.cpp:284
#13 0x7f61c3909045 in ReadAccessor::Indirect (property=..., n=0x0,
output=0x7ffe28614ae0, object=0x5611fe720c90) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4qobjectwrapper.cpp:118
#14 LoadProperty (v4=0x5611fca4b560,
object=object@entry=0x5611fe720c90, property=..., notifier=0x0) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4qobjectwrapper.cpp:195
#15 0x7f61c3909859 in QV4::QObjectWrapper::getProperty
(object=0x5611fe720c90, ctx=0x7f6195a980e0, property=0x5611fdd9d5c8,
captureRequired=captureRequired@entry=true) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4qobjectwrapper.cpp:387
#16 0x7f61c390a5bb in QV4::QObjectWrapper::getQmlProperty
(this=0x7f6195a980d0, qmlContext=0x5611fe7b4370, n=,
revisionMode=QV4::QObjectWrapper::IgnoreRevision, hasProperty=0x0,
includeImports=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4qobjectwrapper.cpp:321
#17 0x7f61c391bf3e in QV4::Object::get (hasProperty=0x0, name=, this=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4object_p.h:279
#18 QV4::Runtime::getProperty (engine=0x5611fca4b560, object=...,
nameIndex=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4runtime.cpp:675
#19 0x7f618c0e4632 in ?? ()
#20 0x7ffe28614f50 in ?? ()
#21 0x7f61c39b90bb in QV4::QmlContextWrapper::registerQmlDependencies
(engine=0x5611fca4b560, compiledFunction=0x7f6195a980c8) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmlcontextwrapper.cpp:373
#22 0x7f61c38bee5a in QV4::SimpleScriptFunction::call (that=, callData=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4functionobject.cpp:564
#23 0x7f61c39aedef in QV4::Object::call (d=0x7f6195a98008, this=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/jsruntime/qv4object_p.h:305
#24 QQmlJavaScriptExpression::evaluate (this=this@entry=0x5611fe7ab700,
context=, function=..., callData=callData@entry=0x7f6195a98008,
isUndefined=isUndefined@entry=0x7ffe2861501f) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmljavascriptexpression.cpp:158
#25 0x7f61c39af31d in QQmlJavaScriptExpression::evaluate
(this=this@entry=0x5611fe7ab700, context=, function=...,
isUndefined=isUndefined@entry=0x7ffe2861501f) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmljavascriptexpression.cpp:116
#26 0x7f61c39b59dc in QQmlBinding::evaluate (this=0x5611fe7ab6e0) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmlbinding.cpp:234
#27 0x7f61c456b928 in QQuickStateGroupPrivate::updateAutoState
(this=this@entry=0x5611fe974be0) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/util/qquickstategroup.cpp:334
#28 0x7f61c456bdd8 in QQuickStateGroup::componentComplete (this=) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/util/qquickstategroup.cpp:305
#29 0x7f61c460afa6 in QQuickItem::componentComplete (this=0x5611fda4b130)
at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/items/qquickitem.cpp:4588
#30 0x7f61c39bf4f2 in QQmlObjectCreator::finalize (this=0x5611fe770460,
interrupt=...) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmlobjectcreator.cpp:1207
#31 0x7f61c394e2f2 in QQmlIncubatorPrivate::incubate
(this=this@entry=0x5611fe74e4e0, i=...) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/qml/qml/qqmlincubator.cpp:348
#32 0x7f6

[kdeplasma-addons] [Bug 356760] Application Dashboard is not searching for files and folders .

2016-02-24 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356760

Eike Hein  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/9b463835893572fe
   ||917ae5277b9ed4d4f27a5dd4
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Eike Hein  ---
Git commit 9b463835893572fe917ae5277b9ed4d4f27a5dd4 by Eike Hein.
Committed on 24/02/2016 at 13:22.
Pushed by hein into branch 'Plasma/5.5'.

Fix loading of extra runners and Kicker runner result column sizing.

REVIEW:126950

M  +1-1applets/kicker/package/contents/ui/MenuRepresentation.qml
M  +3-2applets/kicker/package/contents/ui/RunnerResultsList.qml
M  +1-1applets/kicker/package/contents/ui/main.qml

http://commits.kde.org/plasma-desktop/9b463835893572fe917ae5277b9ed4d4f27a5dd4

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


[kwin] [Bug 352259] segfault in QV4::ExecutionEngine::toVariant()

2016-02-24 Thread Arthur Marsh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352259

--- Comment #17 from Arthur Marsh  ---
Under System Settings, Appearance, Application Style, Window Decorations I've
switched from Plastik to org.kde.breeze and done one successful logout/login
and restart of iceweasel.

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


[frameworks-kdeclarative] [Bug 346134] HIgh CPU usage of the QML plotter component

2016-02-24 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346134

Simone Gaiarin  changed:

   What|Removed |Added

 CC||simg...@gmail.com

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


[plasmashell] [Bug 359678] Plasma (plasmashell) crash (Segmentation fault) in a Wayland session

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359678

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #3 from Marco Martin  ---
kinda expected, needs wayland-specific libtaskmanager to be implemented

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


[plasmashell] [Bug 359671] Plasmashell crash on activity change

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359671

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
  Component|general |Activity Switcher
   Assignee|k...@davidedmundson.co.uk|ivan.cu...@kde.org

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


[plasmashell] [Bug 359673] 4k Multi-Screen Graphics Drawing Size Incorrect

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359673

Marco Martin  changed:

   What|Removed |Added

   Severity|crash   |normal
 CC||notm...@gmail.com

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


[plasmashell] [Bug 359614] Crash when trying to add comic widget to desktop

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359614

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
can you try to install debug symbols for kdeplasma-addons?

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


[plasmashell] [Bug 359609] kde does not work with tigervnc

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359609

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
more debug symbols needed

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


[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

Jan Grulich  changed:

   What|Removed |Added

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

--- Comment #3 from Jan Grulich  ---
Ok, could you provide information from here
https://techbase.kde.org/Projects/Solid/Plasma-nm#My_connection_in_the_applet_shows_wrong_information?

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


[plasmashell] [Bug 359591] Plasma Crash when turning on external TV

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359591

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
needs more debug symbols installed

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


[kdevelop] [Bug 338441] Add vera++ support

2016-02-24 Thread chaithanya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

chaithanya  changed:

   What|Removed |Added

 CC||chaitanya7...@gmail.com

--- Comment #3 from chaithanya  ---
Hi,
I'm a beginner and I would like to work on this bug. Could you please guide
me through this?

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


[plasmashell] [Bug 359514] Plasmashell crash

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359514

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Marco Martin  ---


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

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


[plasmashell] [Bug 359510] Plasma crashes right after entering password on new user

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359510

Marco Martin  changed:

   What|Removed |Added

 CC||mor...@soeltoft.dk

--- Comment #3 from Marco Martin  ---
*** Bug 359514 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 359490] Plasma crash and

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359490

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
  Component|general |Task Manager
   Assignee|k...@davidedmundson.co.uk|h...@kde.org

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


[plasmashell] [Bug 359490] Plasma crash and

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359490

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---


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

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


[plasmashell] [Bug 358871] Plasma crashed - composition has problems

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358871

Marco Martin  changed:

   What|Removed |Added

 CC||bogdan258...@gmail.com

--- Comment #2 from Marco Martin  ---
*** Bug 359490 has been marked as a duplicate of this bug. ***

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


[kmymoney4] [Bug 353372] OFX files are double encoded which messes up the £ sign

2016-02-24 Thread Christian David via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353372

Christian David  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kmym |http://commits.kde.org/kmym
   |oney/2d4f13c067c44365f53590 |oney/bde946b1e800e404142193
   |6aabc180d9d8e57a9f  |97032b8ff484e17733

--- Comment #3 from Christian David  ---
Git commit bde946b1e800e40414219397032b8ff484e17733 by Christian Dávid, on
behalf of Cristian Oneț.
Committed on 24/02/2016 at 13:30.
Pushed by christiand into branch 'frameworks'.

Fix OFX direct connect data encoding.

Write the byte array directly into the file without passing it trough
QTextStream which uses QTextCodec::codecForLocale() to interpret the
data. The encoding is handled by libofx.
FIXED-IN: 4.8.0

M  +1-2kmymoney/plugins/ofximport/dialogs/kofxdirectconnectdlg.cpp
M  +2-3kmymoney/plugins/ofximport/ofxpartner.cpp

http://commits.kde.org/kmymoney/bde946b1e800e40414219397032b8ff484e17733

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

[plasmashell] [Bug 359189] Crash at login

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359189

Marco Martin  changed:

   What|Removed |Added

 CC||kxena...@gmail.com

--- Comment #2 from Marco Martin  ---
*** Bug 354596 has been marked as a duplicate of this bug. ***

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


[krunner] [Bug 354596] krunner crashed after going from a dual monitor to a single monitor

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354596

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||notm...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Marco Martin  ---
even if happening in krunner vs plasmashell, seems to be caused by the same
problem in QScreen

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

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


[plasmashell] [Bug 358735] Several seemingly related monitor connect/disconnect issues

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358735

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
   Severity|crash   |normal

--- Comment #3 from Marco Martin  ---
not a crash

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


[plasmashell] [Bug 337325] [libkonq] Crash when removing the applet with some dialogs open

2016-02-24 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337325

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #5 from Marco Martin  ---
does it still happen?

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


[kdemultimedia] [Bug 359752] New: ffmpeg does not build with ffmpeg 3.0

2016-02-24 Thread Nicolas Pavillon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359752

Bug ID: 359752
   Summary: ffmpeg does not build with ffmpeg 3.0
   Product: kdemultimedia
   Version: 4.13.1
  Platform: MacPorts Packages
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: ffmpegthumbs
  Assignee: kde-multime...@kde.org
  Reporter: ni...@macports.org

FFmpegthumbs uses deprecated functions of ffmpeg, which have been removed in
ffmpeg 3.0, so that the package cannot be built with the latest version.

For what I can see, most of what would be required for porting would just
involve symbols replacement (I could provide a patch for that if required), but
it would also require to reimplement the video deinterlacing code, which would
be more complicated.

Reproducible: Always

Steps to Reproduce:
1. Install ffmpeg 3.0 on system
2. Try to build ffmpegthumbs

Actual Results:  
Builds fails.

Expected Results:  
Compilation ends without errors

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


[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Stephan Mueller via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

--- Comment #4 from Stephan Mueller  ---
if `qdbus org.kde.kded5 /kded org.kde.kded5.loadedModules | grep
networkmanagement > /dev/null`; then echo "running"; else echo "not running";
fi
running



dbus-monitor --system
"type='signal',sender='org.freedesktop.NetworkManager'"dbus-monitor: unable to
enable new-style monitoring: org.freedesktop.DBus.Error.AccessDenied: "Rejected
send message, 1 matched rules; type="method_call", sender=":1.80" (uid=1000
pid=8396 comm="dbus-monitor --system type='signal',sender='org.fr")
interface="org.freedesktop.DBus.Monitoring" member="BecomeMonitor" error
name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)".
Falling back to eavesdropping.
signal time=1456321482.894590 sender=org.freedesktop.DBus -> destination=:1.80
serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameAcquired
   string ":1.80"
signal time=1456321486.301909 sender=:1.9 -> destination=(null destination)
serial=33816 path=/org/freedesktop/NetworkManager;
interface=org.freedesktop.NetworkManager; member=PropertiesChanged
   array [
  dict entry(
 string "Connectivity"
 variant uint32 3
  )
   ]
signal time=1456321495.842268 sender=:1.9 -> destination=(null destination)
serial=33817 path=/org/freedesktop/NetworkManager;
interface=org.freedesktop.NetworkManager; member=PropertiesChanged
   array [
  dict entry(
 string "Connectivity"
 variant uint32 3
  )
   ]
signal time=1456321500.236990 sender=:1.9 -> destination=(null destination)
serial=33818 path=/org/freedesktop/NetworkManager;
interface=org.freedesktop.NetworkManager; member=PropertiesChanged
   array [
  dict entry(
 string "Connectivity"
 variant uint32 3
  )
   ]


Regarding the logs: there is a lot of private information in those logs which I
do not want to post publicly. Is there anything in particular you are
interested in? Here is the last part of the log which contains some strangeness
(the German part means: connection failed: network is not reachable):

  connectivity: check for uri
'http://fedoraproject.org/static/hotspot.txt' failed with 'Verbindung ist
gescheitert:Das Netzwerk ist nicht erreichbar'
  NetworkManager state is now CONNECTED_SITE
  connectivity: check for uri
'http://fedoraproject.org/static/hotspot.txt' failed with 'Verbindung ist
gescheitert:Das Netzwerk ist nicht erreichbar'
  connectivity: check for uri
'http://fedoraproject.org/static/hotspot.txt' failed with 'Verbindung ist
gescheitert:Das Netzwerk ist nicht erreichbar'
  connectivity: check for uri
'http://fedoraproject.org/static/hotspot.txt' failed with 'Verbindung ist
gescheitert:Das Netzwerk ist nicht erreichbar'
  connectivity: check for uri
'http://fedoraproject.org/static/hotspot.txt' failed with 'Verbindung ist
gescheitert:Das Netzwerk ist nicht erreichbar'

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


[umbrello] [Bug 359753] New: No russian language available in windows installer

2016-02-24 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359753

Bug ID: 359753
   Summary: No russian language available in windows installer
   Product: umbrello
   Version: 2.17.2 (KDE Applications 15.08.2)
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de

Седышева Валерия reported on the mailing lists that he is missing russian
language for umbrello on Windows
https://mail.kde.org/pipermail/umbrello/2016-February/001051.html


Reproducible: Always

Steps to Reproduce:
1. install umbrello from http://download.kde.org/stable/umbrello/2.17.2/
2. start umbrello
3. select menu entry  Help->change language  

Actual Results:  
No entry for russian language available


Expected Results:  
There should be an entry for the russian language.

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

[umbrello] [Bug 359753] No russian language available in windows installer

2016-02-24 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359753

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||2.18.2 (KDE Applications
   ||15.12.2)
 Resolution|--- |FIXED

--- Comment #1 from Ralf Habacker  ---
Windows installer and portable packages for umbrello located at
http://download.kde.org/stable/umbrello/2.18.2/ now contain all languages
supported by KDE.

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


[kdemultimedia] [Bug 359752] ffmpeg does not build with ffmpeg 3.0

2016-02-24 Thread Heiko Becker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359752

Heiko Becker  changed:

   What|Removed |Added

 CC||heire...@exherbo.org

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


[krita] [Bug 343552] In Arch64, the stylus has no pressure sensitivity in Krita but works well in MyPaint and GIMP

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343552

--- Comment #20 from ilovepump...@126.com ---
(In reply to Boudewijn Rempt from comment #19)
> Pushed to 3.0 in c05eefb

Thanks a lot for fixing this - I have been waiting for today for long time, :).
How could I verify this bug before 3.0 is released or someone else will help do
this?

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


[ksmserver] [Bug 356945] Selecting "new session" from kickoff menu has no effect

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356945

--- Comment #10 from Kai Uwe Broulik  ---
Please give a try to https://phabricator.kde.org/D1020

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


[skrooge] [Bug 359679] Building the v2.3.0 package on Arch Linux dies with an error 'isnan' was not declared in this scope

2016-02-24 Thread Stephane MANKOWSKI via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359679

Stephane MANKOWSKI  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/skro
   ||oge/dacb104d4c803679be744c1
   ||98c70a871c2078dd0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Stephane MANKOWSKI  ---
Git commit dacb104d4c803679be744c198c70a871c2078dd0 by Stephane Mankowski.
Committed on 24/02/2016 at 14:07.
Pushed by smankowski into branch 'master'.

Building the v2.3.0 package on Arch Linux dies with an error 'isnan' was not
declared in this scope

M  +1-0CHANGELOG
M  +1-7plugins/import/skrooge_import_gnc/skgimportplugingnc.cpp
M  +1-7skgbasemodeler/skgdocument.cpp

http://commits.kde.org/skrooge/dacb104d4c803679be744c198c70a871c2078dd0

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


[neon] [Bug 359634] Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:38:34: Type FullRepresentation unavailable

2016-02-24 Thread Tim Goodwin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359634

--- Comment #23 from Tim Goodwin  ---
I fixed this by deleting .config and resetting desktop to defaults. Now all
working OK.

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


[kmail2] [Bug 355497] Kmail 5.0.2: Message Import only imports empty folders

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355497

--- Comment #20 from ar...@trafficnow.eu ---
Created attachment 97387
  --> https://bugs.kde.org/attachment.cgi?id=97387&action=edit
skype.png

--- Comment #21 from ar...@trafficnow.eu ---
Created attachment 97388
  --> https://bugs.kde.org/attachment.cgi?id=97388&action=edit
facebook.png

--- Comment #22 from ar...@trafficnow.eu ---
Created attachment 97389
  --> https://bugs.kde.org/attachment.cgi?id=97389&action=edit
twitter.png

--- Comment #23 from ar...@trafficnow.eu ---
Created attachment 97390
  --> https://bugs.kde.org/attachment.cgi?id=97390&action=edit
linkedin.png

--- Comment #24 from ar...@trafficnow.eu ---
Created attachment 97391
  --> https://bugs.kde.org/attachment.cgi?id=97391&action=edit
whatsapp.png

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


[kmail2] [Bug 355497] Kmail 5.0.2: Message Import only imports empty folders

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355497

--- Comment #19 from ar...@trafficnow.eu ---
Laurent,

I am using kubuntu 5.10 with kmail 5.02. What is the procedure to make
the upgrade?

Thanks a lot,

El 24/02/16 a las 03:00, Laurent Montel via KDE Bugzilla escribió:
> https://bugs.kde.org/show_bug.cgi?id=355497
>
> --- Comment #18 from Laurent Montel  ---
> (In reply to areig from comment #17)
>> Any work around?
>>
>> Thanks a lot,
> Workaround is to install 5.1 :)
>

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

[plasmashell] [Bug 359653] it is not possible anymore to overlap widgets, instead they resize

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359653

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---
Both the snap to grid and non-overlapping widgets are a conscious design
decision and not subject to change.

I agree that the resizing of widgets while repositioning them is
awkward/unexpected at times, though.

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


[kate] [Bug 359754] New: kwrite

2016-02-24 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359754

Bug ID: 359754
   Summary: kwrite
   Product: kate
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: kwrite
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: manuel_songo...@yahoo.it

Application: kwrite (4.14.3)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-35-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
i open the file txt, nothing special content texts..
i dont kno why does have this crash..
- What I was doing when the application crashed:

The crash can be reproduced every time.

-- Backtrace:
Application: KWrite (kwrite), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc0585de780 (LWP 594))]

Thread 2 (Thread 0x7fc03ca4e700 (LWP 595)):
#0  0x7fc056ea803f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fc0497028cb in  () at /usr/lib64/libQtScript.so.4
#2  0x7fc049702909 in  () at /usr/lib64/libQtScript.so.4
#3  0x7fc056ea40a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7fc055c1000d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fc0585de780 (LWP 594)):
[KCrash Handler]
#5  0x7fc057795df1 in KSycocaEntry::name() const () at
/usr/lib64/libkdecore.so.5
#6  0x7fc03d07279f in Kate::TextBuffer::load(QString const&, bool&, bool&,
bool) () at /usr/lib64/libkatepartinterfaces.so.4
#7  0x7fc03d0e3fce in KateBuffer::openFile(QString const&, bool) () at
/usr/lib64/libkatepartinterfaces.so.4
#8  0x7fc03d0d9502 in KateDocument::openFile() () at
/usr/lib64/libkatepartinterfaces.so.4
#9  0x7fc04c71f0b7 in  () at /usr/lib64/libkparts.so.4
#10 0x7fc04c72069e in KParts::ReadOnlyPart::openUrl(KUrl const&) () at
/usr/lib64/libkparts.so.4
#11 0x7fc03d0c757e in KateDocument::openUrl(KUrl const&) () at
/usr/lib64/libkatepartinterfaces.so.4
#12 0x7fc043247364 in  () at /usr/lib64/libkdeinit4_kwrite.so
#13 0x7fc043247c67 in  () at /usr/lib64/libkdeinit4_kwrite.so
#14 0x7fc0432464da in kdemain () at /usr/lib64/libkdeinit4_kwrite.so
#15 0x00408815 in _start ()

Possible duplicates by query: bug 356473, bug 350099, bug 348977, bug 348406,
bug 345189.

Reported using DrKonqi

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


[konqueror] [Bug 140424] page shut down internet nsplugginviewer signal 6 SIGABRT

2016-02-24 Thread petrqidisakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=140424

petrqidisakov  changed:

   What|Removed |Added

 CC||petrqidisa...@mail.ru

--- Comment #5 from petrqidisakov  ---
Created attachment 97392
  --> https://bugs.kde.org/attachment.cgi?id=97392&action=edit
time

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


[plasmashell] [Bug 359661] Digital clock is not updated consistently

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359661

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
When you open Kickoff ("the start menu") and hover entries there, do you also
only have every second item highlighted as you move around? If so, this is a
driver issue.

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


[plasmashell] [Bug 359661] Digital clock is not updated consistently

2016-02-24 Thread Fabio Coatti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359661

--- Comment #2 from Fabio Coatti  ---
Yep, exactly so!

the higlight happens only on second item, good catch. What driver are you
referring to? video card? something in mesa layer?

Many thanks for the answer!

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


[plasmashell] [Bug 359538] Right Click - Create New - Link to device is empty

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359538

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---
This looks like a distribution/packaging problem, the "Link to Device" menu is
populated just fine. I don't have LibreOffice templates either, though.

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


[plasmashell] [Bug 359755] New: FolderView drop location is determined by topleft corner of icon

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359755

Bug ID: 359755
   Summary: FolderView drop location is determined by topleft
corner of icon
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: k...@privat.broulik.de
CC: plasma-b...@kde.org

When I drag around files on the FolderView containment and drop them, they end
up in the position that the top left corner of the icon was in rather than the
cell my mouse hovered.

Reproducible: Always

Steps to Reproduce:
1. Use Folder containment
2. Start dragging an icon
3. Move the icon ever so slightly to the left (make sure there's a free space
left of it)
4. Drop

Actual Results:  
The icon most likely will be dropped into the cell left of it although I barely
moved the icon and my mouse was still clearly inside the original cell

Expected Results:  
The icon will be dropped where I got it from, ie. the cell my mouse was in

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


[plasmashell] [Bug 357367] Desktop Settings -> Mouse Actions -> Vertical Scroll set to Application Launcher does not work

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357367

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kai Uwe Broulik  ---
Only the mouse press actions (middle click, right click) ask for the
containment action plugin's "contextual actions" and show a menu if needed. The
wheel actions only trigger performPreviousAction/performNextAction which the
launcher obviously does not implement. I'm not sure what the best way to solve
this, if at all, is.

There's no way to tell that the action actually did something on wheel and if
not open the menu.

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


[kig] [Bug 353897] occasional freeze of kig upon "Save as" button (losing all work)

2016-02-24 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353897

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #6 from Rex Dieter  ---
OK, let's consider it fixed for now (closing)

feel free to reopen otherwise.

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


[plasmashell] [Bug 359673] 4k Multi-Screen Graphics Drawing Size Incorrect

2016-02-24 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359673

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |LATER
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
If it were as easy as that...
Qt 5.6 will bring some per-monitor aware scaling functionality but there's not
a lot we can do at the moment, for Wayland we obviously have this usecase as a
high priority and there we would be able to do proper per output scaling and
everything.

Workaround for now would be to use XRandR scaling, ie. run the FullHD monitor
at 4K and tell it to downsample the resulting image. Works pretty well for me,
actually.

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


  1   2   3   4   5   6   7   8   9   10   >