[konsole] [Bug 368234] Please make file filter and URL filter configurable separately

2016-10-18 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368234

Martin Sandsmark  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/b2b044cf2ad3b7a400fd032
   ||650acfa37c4e440b9
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Martin Sandsmark  ---
Git commit b2b044cf2ad3b7a400fd032650acfa37c4e440b9 by Martin T. H. Sandsmark.
Committed on 18/10/2016 at 22:11.
Pushed by sandsmark into branch 'master'.

Make the config of file filters and url filters separate

REVIEW: 128828

M  +18   -3src/EditProfileDialog.cpp
M  +1-0src/EditProfileDialog.h
M  +12   -2src/EditProfileDialog.ui
M  +3-1src/Profile.cpp
M  +9-0src/Profile.h
M  +36   -4src/SessionController.cpp
M  +6-0src/SessionController.h
M  +32   -35   src/TerminalDisplay.cpp
M  +0-16   src/TerminalDisplay.h
M  +0-1src/ViewManager.cpp

http://commits.kde.org/konsole/b2b044cf2ad3b7a400fd032650acfa37c4e440b9

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


[okular] [Bug 366781] [frameworks] Implement zooming with a pinch gesture on a touch screen

2016-10-15 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366781

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/okul
   ||ar/9d90a08ef5e22d682a5a5004
   ||128f72d1a5a84aff

--- Comment #3 from Martin Sandsmark  ---
Git commit 9d90a08ef5e22d682a5a5004128f72d1a5a84aff by Martin T. H. Sandsmark.
Committed on 15/10/2016 at 13:22.
Pushed by sandsmark into branch 'frameworks'.

Implement zooming with a pinch gesture on a touch screen

Patch by Oliver Sander 

REVIEW: 128821

M  +49   -0ui/pageview.cpp
M  +5-0ui/pageview.h

http://commits.kde.org/okular/9d90a08ef5e22d682a5a5004128f72d1a5a84aff

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


[qca] [Bug 368830] ktorrent crashes (aborting) on "data checking" on random percent of checked data

2016-10-06 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368830

Martin Sandsmark  changed:

   What|Removed |Added

Version|5.0 |unspecified
 CC||br...@frogmouth.net,
   ||jus...@affinix.com,
   ||martin.sandsm...@kde.org
   Assignee|joris.guis...@gmail.com |dr...@land.ru
Product|ktorrent|qca
  Component|general |general

--- Comment #1 from Martin Sandsmark  ---
This crash is deep inside Botan, possibly QCA isn't handling it safely. I'd
suggest trying another QCA backend.

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


[ktorrent] [Bug 341206] Ktorrent is ignoring/closing incoming connections

2016-10-06 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341206

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

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


[ktorrent] [Bug 362195] Massive spam from libktorrent/src/peer/authenticate[base].cpp

2016-10-06 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362195

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/libk
   ||torrent/a65d69e68ad860601c2
   ||3bc7d4dadbded10a81072
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---
Git commit a65d69e68ad860601c23bc7d4dadbded10a81072 by Martin T. H. Sandsmark.
Committed on 06/10/2016 at 21:43.
Pushed by sandsmark into branch 'master'.

Fix logging framework spamming

3945a53ba65125b430e1f681deb2558d01ab052a forced the logging framework to
always print all log information (including debug logs) to standard out,
this makes it respect the to_stdout again.

M  +1-1src/util/log.cpp

http://commits.kde.org/libktorrent/a65d69e68ad860601c23bc7d4dadbded10a81072

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


[ktorrent] [Bug 341716] uPnP does not work with some d-link routers [patch]

2016-10-06 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341716

Martin Sandsmark  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/libk
   ||torrent/ac4455532a73c1e9842
   ||6b71a30c3f3e98c702463
 Resolution|--- |FIXED

--- Comment #4 from Martin Sandsmark  ---
Git commit ac4455532a73c1e98426b71a30c3f3e98c702463 by Martin T. H. Sandsmark.
Committed on 06/10/2016 at 21:38.
Pushed by sandsmark into branch 'master'.

Fix parsing of headers from certain D-Link routers

Dlink uPnP service spells "location" header as "lOCATION" (with
lower-case L) which confuses libktorrent expecting "Location",
"location" or "LOCATION". This patch makes uPnP plugin accept those
headers since they are valid.

Modified version of patch from Oleg Osipov.

REVIEW: 121463

M  +2-2src/upnp/upnpmcastsocket.cpp

http://commits.kde.org/libktorrent/ac4455532a73c1e98426b71a30c3f3e98c702463

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


[frameworks-kpty] [Bug 364779] libutempter as used in KPty makes applications hang if child process exits immediately

2016-10-01 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364779

Martin Sandsmark  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kpty
   ||/65a688be0b2deaf58414e1f196
   ||01a15554beb143
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #11 from Martin Sandsmark  ---
Git commit 65a688be0b2deaf58414e1f19601a15554beb143 by Martin T. H. Sandsmark.
Committed on 01/10/2016 at 10:42.
Pushed by sandsmark into branch 'master'.

Call the utempter helper executable manually

According to the investigation in
https://bugs.kde.org/show_bug.cgi?id=364779 utempter does stuff in a way
that isn't compatible with QProcess/KProcess/KPtyProcess (calling
sigaction() before launching its child process).

So instead we invoke it manually with QProcess.
REVIEW: 128790

M  +12   -5cmake/FindUTEMPTER.cmake
M  +0-5src/CMakeLists.txt
M  +43   -8src/kpty.cpp
M  +1-0src/kpty_p.h

http://commits.kde.org/kpty/65a688be0b2deaf58414e1f19601a15554beb143

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


[ktorrent] [Bug 361863] ktorrent 5.0 get Segmentation fault when trying to enable scheduler plugin

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361863

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org

--- Comment #3 from Martin Sandsmark  ---
Should be fixed by
https://quickgit.kde.org/?p=ktorrent.git=commit=499ed1dffaff60a37e60fa566254188ee970bfdf

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


[konsole] [Bug 368234] Please make file filter and URL filter configurable separately

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368234

--- Comment #3 from Martin Sandsmark  ---
I made a dumb typo, should work better now.

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


[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

--- Comment #5 from Martin Sandsmark  ---
Sorry, I meant line 546, and «qDebug().noquote() << regex;» is probably better.

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

[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

--- Comment #4 from Martin Sandsmark  ---
I think the issue is that Konsole::ScreenWindow::outputChanged() is emitted
every time a mouse button is clicked or the selection changes, which
invalidates the current filter results, which leads to re-evaluating the
filters when the mouse moves.

The file filter itself should also be optimized, maybe a more generic
pre-filtering for valid filenames first, and maybe som pre-processing. And the
generated regex could probably also be optimized a bit. And some caching
wouldn't be a bad idea either.

I'm unable to reproduce the issue, though, even with Konsole filled with
filenames. John; could you add a «qDebug() << regexp;» at line 543 in
Filter.cpp, and upload the regex that is generated? It sounds like the
generated regexp for you manages to trigger a really bad edge case.

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

[konsole] [Bug 367882] FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

Martin Sandsmark  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||martin.sandsm...@kde.org

--- Comment #3 from Martin Sandsmark  ---
I created https://git.reviewboard.kde.org/r/128828/ to be able to disable the
file filter, I can update it to make it off by default as well.

There must be another root cause here, though, the filter shouldn't be invoked
during those activities. I'll try to figure out what happens here.

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


[konsole] [Bug 368234] Please make file filter and URL filter configurable separately

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368234

Martin Sandsmark  changed:

   What|Removed |Added

   Assignee|konsole-de...@kde.org   |martin.sandsm...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from Martin Sandsmark  ---
https://git.reviewboard.kde.org/r/128828/

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


[dolphin] [Bug 171743] Shortcut for moving between parts in Split View

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=171743

Martin Sandsmark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/dolp
   ||hin/b706108206be1c9e777e1ac
   ||e02aa99247fdfc3ca

--- Comment #37 from Martin Sandsmark  ---
Git commit b706108206be1c9e777e1ace02aa99247fdfc3ca by Martin T. H. Sandsmark.
Committed on 04/09/2016 at 12:12.
Pushed by sandsmark into branch 'master'.

Use tab for switching active split

REVIEW: 128564
REVIEW: 110970

M  +15   -0src/dolphintabpage.cpp
M  +2-0src/dolphintabpage.h
M  +4-0src/settings/dolphin_generalsettings.kcfg
M  +9-1src/settings/general/behaviorsettingspage.cpp
M  +1-0src/settings/general/behaviorsettingspage.h
M  +9-0src/views/dolphinview.cpp
M  +5-0src/views/dolphinview.h

http://commits.kde.org/dolphin/b706108206be1c9e777e1ace02aa99247fdfc3ca

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


[filelight] [Bug 368154] filelight crashes if invoked without a directory parameter

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368154

Martin Sandsmark  changed:

   What|Removed |Added

Summary|filelight crashes if|filelight crashes if
   |invoked with a directory|invoked without a directory
   |parameter   |parameter

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


[filelight] [Bug 368154] filelight crashes if invoked with a directory parameter

2016-09-04 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368154

--- Comment #1 from Martin Sandsmark  ---
Can't reproduce it here.

Extremely weird place to crash, the line is «a[0] = a[2] - a_max / 2;», and a
is a normal stack-allocated uint array.

Can you try running it with valgrind, and see if anything interesting pops up
before it crashes?

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

[frameworks-knotifications] [Bug 368040] New: Crash when closing application window before notification

2016-08-31 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368040

Bug ID: 368040
   Summary: Crash when closing application window before
notification
   Product: frameworks-knotifications
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: mklape...@kde.org
  Reporter: martin.sandsm...@kde.org
CC: kdelibs-b...@kde.org

Not a very good backtrace, but it happens when I close the Konsole window that
was responsible for the notification before the notification is closed. So the
d-pointer is not null, but invalid, so the null-check in KNotification::id() is
not enough. Might want to make the d-pointer something other than a bare
pointer.

#0  0x7f77e8860329 in KNotification::id() () from
/usr/lib/libKF5Notifications.so.5
#1  0x7f77e88645cc in ?? () from /usr/lib/libKF5Notifications.so.5
#2  0x7f77e90d84e9 in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5
#3  0x7f77e888aebf in KNotificationPlugin::finished(KNotification*) () from
/usr/lib/libKF5Notifications.so.5
#4  0x7f77e887a5e4 in ?? () from /usr/lib/libKF5Notifications.so.5
#5  0x7f77e90d84e9 in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/libQt5Core.so.5
#6  0x7f77e90d8eaf in QObject::destroyed(QObject*) () from
/usr/lib/libQt5Core.so.5
#7  0x7f77ea068869 in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#8  0x7f77e8865fb9 in KPassivePopup::~KPassivePopup() () from
/usr/lib/libKF5Notifications.so.5
#9  0x7f77e90d9380 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#10 0x7f77ea06d10b in QWidget::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#11 0x7f77ea15462e in QFrame::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#12 0x7f77ea025e3c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#13 0x7f77ea02d5b1 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#14 0x7f77e90acc80 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#15 0x7f77e90af3fd in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#16 0x7f77e9101173 in ?? () from /usr/lib/libQt5Core.so.5
#17 0x7f77e2e9bdd7 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#18 0x7f77e2e9c040 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x7f77e2e9c0ec in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#20 0x7f77e910157f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#21 0x7f77e90ab0da in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#22 0x7f77e90b35cc in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#23 0x7f77ece3db03 in kdemain (argc=, argv=)
at /home/sandsmark/pkg/konsole-git/src/konsole/src/main.cpp:176
#24 0x7f77eca98291 in __libc_start_main () from /usr/lib/libc.so.6
#25 0x0040066a in _start ()


Reproducible: Always

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


[konsole] [Bug 350651] Konsole has scrolling artifacts if HiDPI screen with scaling in Qt

2016-08-31 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350651

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org

--- Comment #6 from Martin Sandsmark  ---
Do you have a screenshot of the artifacts? I sometimes get artifacts now, it
seems like every second row of pixels are offset by a couple of pixels.

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


[konsole] [Bug 367945] commit 79ca76a94696ed cases URL hints to be used, even when disabled

2016-08-29 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367945

--- Comment #3 from Martin Sandsmark  ---
Thanks for reporting the issue!

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


[konsole] [Bug 367945] commit 79ca76a94696ed cases URL hints to be used, even when disabled

2016-08-29 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367945

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/e7d7069f12fa3b22cbdd88a
   ||d81ce538659c75a9f
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Martin Sandsmark  ---
Git commit e7d7069f12fa3b22cbdd88ad81ce538659c75a9f by Martin T. H. Sandsmark.
Committed on 29/08/2016 at 07:38.
Pushed by sandsmark into branch 'master'.

Don't show URL hints if no URL hint modifiers are set.

M  +1-1src/TerminalDisplay.cpp

http://commits.kde.org/konsole/e7d7069f12fa3b22cbdd88ad81ce538659c75a9f

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Martin Sandsmark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/ce4ab922496cb9e133f96db
   ||78c5b67bc01429512

--- Comment #19 from Martin Sandsmark  ---
Git commit ce4ab922496cb9e133f96db78c5b67bc01429512 by Martin T. H. Sandsmark.
Committed on 28/08/2016 at 22:12.
Pushed by sandsmark into branch 'master'.

Only send EOF to known shells

The only processes that are "safe" or require us to send an EOF to
terminate cleanly are shells, so verify that people didn't run with -e
tmux or similar.

REVIEW: 128791

M  +4-2src/Session.cpp

http://commits.kde.org/konsole/ce4ab922496cb9e133f96db78c5b67bc01429512

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


[konsole] [Bug 333023] Closing multiple tabs warning

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333023

Martin Sandsmark  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||http://commits.kde.org/kons
   ||ole/e21fc13c473cff47654f02b
   ||1e5ecd6ff8e3636f4
 Resolution|--- |FIXED

--- Comment #5 from Martin Sandsmark  ---
Git commit e21fc13c473cff47654f02b1e5ecd6ff8e3636f4 by Martin T. H. Sandsmark.
Committed on 28/08/2016 at 22:10.
Pushed by sandsmark into branch 'master'.

Warn when trying to close window with open tabs

REVIEW: 128668

M  +29   -11   src/MainWindow.cpp

http://commits.kde.org/konsole/e21fc13c473cff47654f02b1e5ecd6ff8e3636f4

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #18 from Martin Sandsmark  ---
> Indeed it does. Thank you for your patience.

Thank you for your patience as well. :-)

https://git.reviewboard.kde.org/r/128791/

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Martin Sandsmark  changed:

   What|Removed |Added

 Attachment #100818|0   |1
is obsolete||

--- Comment #16 from Martin Sandsmark  ---
Created attachment 100830
  --> https://bugs.kde.org/attachment.cgi?id=100830=edit
Patch to only send EOF to known shells

This should fix it once and for all.

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #15 from Martin Sandsmark  ---
Git commit 79ca76a94696eda408927b122b0b531676d4ba93 by Martin T. H. Sandsmark.
Committed on 28/08/2016 at 17:12.
Pushed by sandsmark into branch 'master'.

Fix checking of foreground process

The old method of checking it has unnecessary overhead (doing a full
process info update), and wasn't very reliable.

Instead just get the original shell PID from QProcess (via KProcess),
and the foreground process from the PTY.
REVIEW: 128789

M  +2-1src/MainWindow.cpp
M  +5-4src/Session.cpp

http://commits.kde.org/konsole/79ca76a94696eda408927b122b0b531676d4ba93

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #14 from Martin Sandsmark  ---
Ah, the -e messes it up indeed.

Ok, I'll push the first patch anyways, it makes things a bit tidier, and then
I'll just check the name of the base process against a list of known shells, I
guess. Unless I come up with a better idea.

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


[konsole] [Bug 325442] Constant loop reading of /etc/passwd from /proc updates

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325442

Martin Sandsmark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kons
   ||ole/e7770aba9f6af26cba3dbec
   ||c1ac085acb214c6cc
 Resolution|--- |FIXED

--- Comment #12 from Martin Sandsmark  ---
Git commit e7770aba9f6af26cba3dbecc1ac085acb214c6cc by Martin T. H. Sandsmark.
Committed on 28/08/2016 at 15:04.
Pushed by sandsmark into branch 'master'.

Avoid polling processes if they report what we need with OCS7

This is apparently what the OCS7 stuff is supposed to solve, so let's
use it if we can.

REVIEW: 128784

M  +0-27   src/ProcessInfo.cpp
M  +5-24   src/ProcessInfo.h
M  +44   -6src/Session.cpp

http://commits.kde.org/konsole/e7770aba9f6af26cba3dbecc1ac085acb214c6cc

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Martin Sandsmark  changed:

   What|Removed |Added

 Attachment #100811|0   |1
is obsolete||
 Attachment #100817|0   |1
is obsolete||

--- Comment #10 from Martin Sandsmark  ---
Created attachment 100818
  --> https://bugs.kde.org/attachment.cgi?id=100818=edit
Patch #3

Try this. There were some implicit dependencies on side-effects...

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


[frameworks-kpty] [Bug 364779] libutempter as used in KPty makes applications hang if child process exits immediately

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364779

--- Comment #10 from Martin Sandsmark  ---
https://git.reviewboard.kde.org/r/128790/

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #8 from Martin Sandsmark  ---
Created attachment 100817
  --> https://bugs.kde.org/attachment.cgi?id=100817=edit
Use proper methods to check for active PID

This works in my testing.

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-28 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

--- Comment #6 from Martin Sandsmark  ---
Ok, then I'll have to track the shell process in some other way, probably by
PID. The idea is to only send EOF if the only process running is the initially
launched shell, not if e. g. screen or top is running. screen broke it somewhat
because I just tracked the current process by name, and obviously bash is the
active process in the screen.

I think that should be a good solution for everyone.

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


[konsole] [Bug 325442] Constant loop reading of /etc/passwd from /proc updates

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325442

--- Comment #11 from Martin Sandsmark  ---
Git commit 392ee33cf8ffec54d41d342d7cba8fe82a13adc0 by Martin T. H. Sandsmark.
Committed on 27/08/2016 at 20:41.
Pushed by sandsmark into branch 'master'.

Don't re-read process information that should be static

This changes the process info code to only update the information that
can change about a process when updating information about a process.
REVIEW: 128777

M  +125  -110  src/ProcessInfo.cpp
M  +8-7src/ProcessInfo.h

http://commits.kde.org/konsole/392ee33cf8ffec54d41d342d7cba8fe82a13adc0

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Martin Sandsmark  changed:

   What|Removed |Added

   Assignee|konsole-de...@kde.org   |martin.sandsm...@kde.org

--- Comment #3 from Martin Sandsmark  ---
Created attachment 100811
  --> https://bugs.kde.org/attachment.cgi?id=100811=edit
Only send EOF if no foreground process

Can you test this patch and see if it helps for your usecase?

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


[konsole] [Bug 367746] konsole-16.08.0 closes active screen (or tmux) window on exit

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367746

Martin Sandsmark  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Martin Sandsmark  ---
The alternative is data loss because the active process terminates its
children, as explained in https://bugs.kde.org/show_bug.cgi?id=185140

As the bash maintainer explained EOF is the correct way for a terminal emulator
to end a session.

If you have a better solution that doesn't lead to data loss I'm all ears.

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


[frameworks-sonnet] [Bug 367758] Crash when starting kdevelop [Sonnet::GuessLanguagePrivate::guessFromDictionaries]

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367758

Martin Sandsmark  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Sandsmark  ---
I think this should resolve it:
https://quickgit.kde.org/?p=sonnet.git=commit=de8e963e9eaa2c729b2ebadd125d220956a3c0f0

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

--- Comment #16 from Martin Sandsmark  ---
The issues in the bug I linked to is an application exiting before the the
QCoreApplication destructor is run, which is not supported by Qt. A heap
allocated QApplication is just one possible way for that to happen, another is
to call exit() with a stack-allocated Q*Application in main() (as most people
do).

See e. g. the discussion here: https://git.reviewboard.kde.org/r/127626/

The biggest problem is that the design of e. g. QCommandLineParser and
KDBusService depend on calling exit(). I have discussed some solutions and
hacks with thiago about it on IRC, but I haven't come up with a proper
solution.

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


[konsole] [Bug 366706] Crash in Konsole::TerminalDisplay::updateCursor when closing session

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366706

Martin Sandsmark  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/b2b852cfd7b10fc2ffb668a
   ||c87f8ca9236a134e3
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Martin Sandsmark  ---
Git commit b2b852cfd7b10fc2ffb668ac87f8ca9236a134e3 by Martin T. H. Sandsmark.
Committed on 27/08/2016 at 14:57.
Pushed by sandsmark into branch 'master'.

Fix crash when closing session

Instead of manually deleting the output suspended label let the QObject
cleanup handle it.

Now it is first deleted manually by us, leading to a potential crash,
and afterwards the QObject cleanup runs, but luckily it doesn' try to
destroy it again.

REVIEW: 128667

M  +2-6src/TerminalDisplay.cpp

http://commits.kde.org/konsole/b2b852cfd7b10fc2ffb668ac87f8ca9236a134e3

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


[Breeze] [Bug 356940] kalarm crash on start up

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org

--- Comment #14 from Martin Sandsmark  ---
If I understand correctly, the test case is invalid:
https://bugreports.qt.io/browse/QTBUG-48709

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


[konsole] [Bug 325442] Constant loop reading of /etc/passwd from /proc updates

2016-08-27 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325442

--- Comment #10 from Martin Sandsmark  ---
Git commit e07a62ede32467089c1e4c57f7fed141ea009c49 by Martin T. H. Sandsmark.
Committed on 27/08/2016 at 11:26.
Pushed by sandsmark into branch 'master'.

Remove unused environment reading code

REVIEW: 128674

M  +26   -150  src/ProcessInfo.cpp
M  +11   -48   src/ProcessInfo.h

http://commits.kde.org/konsole/e07a62ede32467089c1e4c57f7fed141ea009c49

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


[frameworks-kpty] [Bug 364779] libutempter as used in KPty makes applications hang if child process exits immediately

2016-08-21 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364779

Martin Sandsmark  changed:

   What|Removed |Added

Summary|konsole becomes |libutempter as used in KPty
   |unresponsive when creating  |makes applications hang if
   |a new tab with removed  |child process exits
   |directory   |immediately
 CC||o...@kde.org

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


[frameworks-kpty] [Bug 364779] konsole becomes unresponsive when creating a new tab with removed directory

2016-08-21 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364779

--- Comment #9 from Martin Sandsmark  ---
One way to "solve" it is to change kptyprocess to not call utmp-stuff during
the onstatechange-stuff and instead do it only on finished().

But in this case it still breaks if another process exits at the wrong time. So
the only place to properly fix it is in utempter, if I understand correctly, or
do the utempter stuff ourselves with QProcess instead of using the utempter
library.

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


[konsole] [Bug 366706] Crash in Konsole::TerminalDisplay::updateCursor when closing session

2016-08-21 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366706

--- Comment #1 from Martin Sandsmark  ---
https://git.reviewboard.kde.org/r/128667/

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


[konsole] [Bug 354082] high cpu usage for screen redrawing with qt5.5

2016-08-21 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354082

--- Comment #26 from Martin Sandsmark  ---
the Qt bug report was linked above, and was closed with this:
https://codereview.qt-project.org/#/c/166532

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


[okular] [Bug 357579] Okular-15.12.0: page numbers text area not sized correctly when refreshing a document

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357579

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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


[okular] [Bug 363435] [frameworks] missing NoDisplay=true in org.kde.mobile.okular.desktop file

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363435

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---
forgot to tag this with BUG, but anyways:
https://quickgit.kde.org/?p=okular.git=commit=5e77764ac5608e87baf20043836ee0710f292734

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


[okular] [Bug 356127] "Save as" dialog for "Save copy as": path editing widget and list widget out of sync

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356127

Martin Sandsmark  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||martin.sandsm...@kde.org

--- Comment #3 from Martin Sandsmark  ---
Can't reproduce with the latest frameworks branch, which has had a lot of work
done, so I'm marking this as resolved. Feel free to re-open if you can
reproduce with a version later than ff274fdecc9d872ba8a58ed57cc29c36c30b1e89.

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


[frameworks-kpty] [Bug 364779] konsole becomes unresponsive when creating a new tab with removed directory

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364779

Martin Sandsmark  changed:

   What|Removed |Added

   Assignee|konsole-de...@kde.org   |kdelibs-b...@kde.org
Version|16.04.1 |5.24.0
Product|konsole |frameworks-kpty
  Component|general |general

--- Comment #8 from Martin Sandsmark  ---
>From discussion on IRC: The problem is apparently KPtyProcess calling
removeLineFromUtmp() in utempter, which calls sigaction() for forking its
child.

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


[konsole] [Bug 366368] No transparent background when compositor is enabled

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366368

Martin Sandsmark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kons
   ||ole/a28902e9120798c67844864
   ||a11bbe3f1c2549b74

--- Comment #2 from Martin Sandsmark  ---
Git commit a28902e9120798c67844864a11bbe3f1c2549b74 by Martin T. H. Sandsmark.
Committed on 13/08/2016 at 18:33.
Pushed by sandsmark into branch 'master'.

Fix transparent backgrounds

It's apparently not possible to set WA_TranslucentBackground after
show(). The MainWindow constructor calls applyKonsoleSettings() which
calls KMainWindow::setAutoSaveSettings() which in turn calls
setVisible(true), which makes any calls to setTransparency() from the
Application::newMainWindow() irrelevant, even if updateUseTransparency()
is called from it.

REVIEW: 128669

M  +3-1src/Application.cpp
M  +5-10   src/MainWindow.cpp
M  +0-2src/MainWindow.h

http://commits.kde.org/konsole/a28902e9120798c67844864a11bbe3f1c2549b74

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


[konsole] [Bug 366217] konsole crashes upon logging in

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366217

Martin Sandsmark  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kons
   ||ole/13684bebe2a421157032bc3
   ||cfaf28e468d0c1eef
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Martin Sandsmark  ---
Git commit 13684bebe2a421157032bc3cfaf28e468d0c1eef by Martin T. H. Sandsmark.
Committed on 13/08/2016 at 18:30.
Pushed by sandsmark into branch 'master'.

Fix crash when failing to restore session

REVIEW: 128670

M  +8-0src/ViewManager.cpp

http://commits.kde.org/konsole/13684bebe2a421157032bc3cfaf28e468d0c1eef

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


[konsole] [Bug 341818] Crash after search of a command using Ctrl+Shift+R, execute it and then execute exit.

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341818

Martin Sandsmark  changed:

   What|Removed |Added

 CC||floux...@gmail.com

--- Comment #13 from Martin Sandsmark  ---
*** Bug 350011 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 350011] Konsole crashed while closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350011

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 341818] Crash after search of a command using Ctrl+Shift+R, execute it and then execute exit.

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341818

Martin Sandsmark  changed:

   What|Removed |Added

 CC||ronny.stand...@gmx.net

--- Comment #12 from Martin Sandsmark  ---
*** Bug 346826 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

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

--- Comment #35 from Martin Sandsmark  ---


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

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


[konsole] [Bug 341818] Crash after search of a command using Ctrl+Shift+R, execute it and then execute exit.

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341818

Martin Sandsmark  changed:

   What|Removed |Added

 CC||carlod...@yahoo.cl

--- Comment #11 from Martin Sandsmark  ---
*** Bug 346593 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346593] Konsole se cerro al descargar paquetes usando apt-get

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346593

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346576] console crashes when closing window

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346576

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Martin Sandsmark  ---


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

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


[konsole] [Bug 341818] Crash after search of a command using Ctrl+Shift+R, execute it and then execute exit.

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341818

Martin Sandsmark  changed:

   What|Removed |Added

 CC||soere...@gmx.de

--- Comment #10 from Martin Sandsmark  ---
*** Bug 346576 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 365811] Konsole crashes on termination when started through plasma widget 'Konsole Profiles'

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365811

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

--- Comment #33 from Martin Sandsmark  ---
*** Bug 364287 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||danny.smi...@gmail.com

--- Comment #34 from Martin Sandsmark  ---
*** Bug 365811 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 364287] Konsole Crashes on exit invoked via Ctrl+D intermittently

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364287

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 359204] Konsole crashed when exiting

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359204

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 364188] Konsole was crashed

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364188

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||anne-mariekrause@kabelmail.
   ||de

--- Comment #32 from Martin Sandsmark  ---
*** Bug 364188 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||m.sledzi...@gmail.com

--- Comment #31 from Martin Sandsmark  ---
*** Bug 363720 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 363720] Konsole crash when closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363720

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||guente...@arcor.de

--- Comment #30 from Martin Sandsmark  ---
*** Bug 363669 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 363669] crash closing konsole

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363669

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||taresh.sha...@gmail.com

--- Comment #29 from Martin Sandsmark  ---
*** Bug 363636 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 361772] Already enough crash reports on this but when I hit duplicate it will not save. Bug?

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361772

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

--- Comment #28 from Martin Sandsmark  ---
*** Bug 361772 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 363636] Konsole reports a crash on command exit or closing the window

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363636

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||joecold...@yahoo.com

--- Comment #27 from Martin Sandsmark  ---
*** Bug 361254 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crash during destruction of XCB connection

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

Summary|Konsole crashed after   |Konsole crash during
   |changing font size of   |destruction of XCB
   |current profile and closing |connection

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


[konsole] [Bug 358345] konsole crashes on exit

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358345

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||seif...@alesak.net

--- Comment #20 from Martin Sandsmark  ---
*** Bug 357920 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 361254] konsole crash

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361254

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||aders1...@gmail.com

--- Comment #25 from Martin Sandsmark  ---
*** Bug 360527 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 360527] Konsole after manual closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360527

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||produ...@holotronic.dk

--- Comment #26 from Martin Sandsmark  ---
*** Bug 360774 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 360774] Konsole crashes on exit of last open konsole session.

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360774

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||robe...@argonath.com.ar

--- Comment #24 from Martin Sandsmark  ---
*** Bug 360179 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 360179] crash upon closing root sesion

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360179

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||jessetalav...@aol.com

--- Comment #23 from Martin Sandsmark  ---
*** Bug 359204 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 358811] Konsole crashes on exit

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358811

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||s.ruec...@gmx.de

--- Comment #22 from Martin Sandsmark  ---
*** Bug 358811 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||grglsn...@gmail.com

--- Comment #21 from Martin Sandsmark  ---
*** Bug 358345 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 357920] issued "exit" command in shell

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357920

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 356068] Crash after running apt-get clean command and then close

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356068

Martin Sandsmark  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

--- Comment #19 from Martin Sandsmark  ---
*** Bug 356068 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 355912] Konsole crashed when closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355912

Martin Sandsmark  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 355645] Crash on exit (duplicate of 342201)

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355645

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||get.so...@gmail.com

--- Comment #18 from Martin Sandsmark  ---
*** Bug 355912 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 355829] konsole crashed

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355829

Martin Sandsmark  changed:

   What|Removed |Added

 CC||martin.sandsm...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||ober...@gmail.com

--- Comment #17 from Martin Sandsmark  ---
*** Bug 355829 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||daytona...@gmail.com

--- Comment #16 from Martin Sandsmark  ---
*** Bug 355645 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||nie...@fantasymail.de

--- Comment #15 from Martin Sandsmark  ---
*** Bug 355595 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 355595] Konsole displays text lines on top of each other

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355595

Martin Sandsmark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||martin.sandsm...@kde.org

--- Comment #1 from Martin Sandsmark  ---


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

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||dan.ca...@gmail.com

--- Comment #14 from Martin Sandsmark  ---
*** Bug 355041 has been marked as a duplicate of this bug. ***

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


[konsole] [Bug 346826] Konsole crashed after changing font size of current profile and closing

2016-08-13 Thread Martin Sandsmark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346826

Martin Sandsmark  changed:

   What|Removed |Added

 CC||kxena...@gmail.com

--- Comment #13 from Martin Sandsmark  ---
*** Bug 354595 has been marked as a duplicate of this bug. ***

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


  1   2   3   >