[krusader] [Bug 392133] Memory leak in version 2.6.0

2018-05-26 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=392133 --- Comment #8 from Nikita Melnichenko --- Valgrind report doesn't show any Gb of leaks, only some Kb. Please answer my previous questions and try running under a brand new user. I also encourage you to upgrade to v2.7.

[kded-appmenu] [Bug 394690] New: Appmenu crash in title bar button mode

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=394690 Bug ID: 394690 Summary: Appmenu crash in title bar button mode Product: kded-appmenu Version: 5.12.90 Platform: Neon Packages OS: Linux Status: UNCONFIRMED

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-26 Thread Jonathan Ryshpan
https://bugs.kde.org/show_bug.cgi?id=345883 --- Comment #20 from Jonathan Ryshpan --- (In reply to Germano Massullo from comment #14) > Apper is end of life What is apper's successor? -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 379654] Dolphin does not allow renaming Wastebin to 'Trash'

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=379654 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com

[dolphin] [Bug 363589] HotNewStuff for service-menu hasn't been updated since November 2013 !!!

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=363589 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #3 from Sigma --- Interesting, I can reproduce this on my KDE 5.12.5, but this happens only if I switch between the KWin and Plasma "modes". It works if I leave it at KWin (the default). -- You are receiving this mail

[dolphin] [Bug 360132] Dolphin doesn't update the folder name for title and taskbar entries

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=360132 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #4 from LinG --- That's because of a different bug (which I should probably report as well...). But if you open "WM console" it shows the default state as "kwin" but it's actually on "plasma" because you don't have

[kwin] [Bug 394687] Kwin broken after latest update

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394687 Martin Flöser changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[systemsettings] [Bug 394696] New: impliment fingerprint authentication

2018-05-26 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=394696 Bug ID: 394696 Summary: impliment fingerprint authentication Product: systemsettings Version: unspecified Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #5 from LinG --- you can test that you are not on "kwin" because you can't use the global `workspace` for example if you try this, when you first open the console: print(workspace.desktopGridWidth); but if you

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #7 from Sigma --- print("hi") print("hihi") prints "Hi" in the scripting console and "hi\nhihihi" to KWin's stdout if you enable debug output in KDebugSettings. -- You are receiving this mail because: You are watching

[krusader] [Bug 394661] can't add krusader to the dock in ubuntu 18.04

2018-05-26 Thread Stefano Buttarelli
https://bugs.kde.org/show_bug.cgi?id=394661 --- Comment #2 from Stefano Buttarelli --- Thank you When 2.7 will be released ? Stefano Buttarelli > Il giorno 26 mag 2018, alle ore 07:55, Nikita Melnichenko > ha scritto: > >

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #6 from Sigma --- I noticed that workspace was missing after my comment and went to test a few things. The missing print outputs also seem to be a scripting console bug because all messages are printed in KWin's console

[plasmashell] [Bug 394697] New: kde crashes and restarts

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394697 Bug ID: 394697 Summary: kde crashes and restarts Product: plasmashell Version: 5.12.5 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[systemsettings] [Bug 394698] New: Return international settings like in KDE4

2018-05-26 Thread Aleksey Kontsevich
https://bugs.kde.org/show_bug.cgi?id=394698 Bug ID: 394698 Summary: Return international settings like in KDE4 Product: systemsettings Version: 5.12.5 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #8 from LinG --- Ah okay, so it seems to be purely a console thing. Btw I've only ever used the "wm console" to write my kwin scripts, could you explain to me how to use and set this "KDebugSettings" variable? That

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394093 --- Comment #9 from Moonchild --- (In reply to George Hopkins from comment #8) I meant next Falkon release, where probably Appimage will be released against newest available Qt version. Seems the „startup issue“ was fixed in

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #9 from Sigma --- KDebugSettings is an application to configure logging for KDE applications ( https://community.kde.org/KDevelop/Debugging is the only documentation I was able to find). Increase the level for "KWin

[neon] [Bug 368792] unmet dependencies for packages (libqt5core5a, libqt5scintilla2-12v5)

2018-05-26 Thread Chris Jones
https://bugs.kde.org/show_bug.cgi?id=368792 Chris Jones changed: What|Removed |Added CC|

[krusader] [Bug 394661] can't add krusader to the dock in ubuntu 18.04

2018-05-26 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=394661 Toni Asensi Esteve changed: What|Removed |Added CC|

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699 Sigma changed: What|Removed |Added CC||lord_si...@live.de -- You are

[kwin] [Bug 394699] New: Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699 Bug ID: 394699 Summary: Enums from KWin are missing in QML scripts Product: kwin Version: 5.12.5 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699 Sigma changed: What|Removed |Added Attachment #112877|Minimal test script for QML |Minimal examples for QML

[digikam] [Bug 394694] Showfoto crashes on change picture size

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394694 Christoph Feck changed: What|Removed |Added Assignee|unassigned-b...@kde.org |digikam-bugs-n...@kde.org

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394699 --- Comment #1 from Martin Flöser --- which Qt version are you using? -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 394694] Showfoto crashes on change picture size

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394694 Christoph Feck changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kded-appmenu] [Bug 391815] menu cutoff

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391815 TYY331 changed: What|Removed |Added CC||giuseppe.lovare...@gmail.co

[kded-appmenu] [Bug 391815] menu cutoff

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391815 TYY331 changed: What|Removed |Added CC||sebastian.p...@gmail.com

[kded-appmenu] [Bug 391172] Misplaced menus when appmenu is on bottom

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391172 TYY331 changed: What|Removed |Added Status|RESOLVED|VERIFIED -- You are

[telepathy] [Bug 352087] Jabber account creation dialog contains no input boxes when telepathy-gabble not installed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=352087 Antonio Rojas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[telepathy] [Bug 346943] incomplete creation dialogs when telepathy-gabble isn't installed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=346943 Antonio Rojas changed: What|Removed |Added CC||kdeb...@zulan.net ---

[Discover] [Bug 394327] Discover fails to warn about reverse dependences to be removed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394327 Antonio Rojas changed: What|Removed |Added Version Fixed In||5.13.0 -- You are

[kstars] [Bug 394691] New: MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394691 Bug ID: 394691 Summary: MacOS KStars 2.9.6 DMG Installer Product: kstars Version: 2.9.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[kstars] [Bug 394691] MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394691 Jasem Mutlaq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394083 --- Comment #3 from Jasem Mutlaq --- I don't think this is possible with the tool bars. -- You are receiving this mail because: You are watching all bug changes.

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394083 Jasem Mutlaq changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kstars] [Bug 393949] QHY driver crashing

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=393949 Jasem Mutlaq changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394083 --- Comment #4 from Jean-Claude --- OK, thanks -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 394693] New: Keyboard layout Preview doesn't show russian layout

2018-05-26 Thread Sergei S . Rublёv
https://bugs.kde.org/show_bug.cgi?id=394693 Bug ID: 394693 Summary: Keyboard layout Preview doesn't show russian layout Product: systemsettings Version: unspecified Platform: Ubuntu Packages OS: Linux Status:

[kde] [Bug 394694] New: Showfoto crashes on change picture size

2018-05-26 Thread Luc Sierens
https://bugs.kde.org/show_bug.cgi?id=394694 Bug ID: 394694 Summary: Showfoto crashes on change picture size Product: kde Version: unspecified Platform: unspecified OS: Linux Status: UNCONFIRMED Keywords:

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394093 Moonchild changed: What|Removed |Added CC||nevidlovs...@yandex.ru

[Falkon] [Bug 394692] Falkon 3.0.1 AppImage not working in Linux Mint 18.3

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394692 Moonchild changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kstars] [Bug 394695] New: Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 Bug ID: 394695 Summary: Conflict between two ZWO cameras Product: kstars Version: 2.9.3 Platform: Other OS: OS X Status: UNCONFIRMED Severity: normal

[krita] [Bug 394663] Application Language Bad Switching to French with American English as Fallback language

2018-05-26 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=394663 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org ---

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 George Hopkins changed: What|Removed |Added CC|

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-26 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=345883 --- Comment #21 from Kevin Kofler --- Apper is not end of life upstream. Several distributions switched to solutions directly using their package management stack, e.g., Kubuntu has had Muon for ages, Fedora now has Dnfdragora.

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #4 from Jean-Claude --- I will test this in one hour in detail, but I think no (see a previous crash report https://bugs.kde.org/show_bug.cgi?id=384171) -- You are receiving this mail because: You are watching all bug

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392840 lord_si...@live.de changed: What|Removed |Added CC||lord_si...@live.de --- Comment #1 from

[kded-appmenu] [Bug 391172] Misplaced menus when appmenu is on bottom

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391172 TYY331 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[krita] [Bug 394663] Application Language Bad Switching to French with American English as Fallback language

2018-05-26 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=394663 Burkhard Lueck changed: What|Removed |Added CC||lu...@hube-lueck.de ---

[ksysguard] [Bug 293953] ksignalplotter has visual glitches with oxygen style.

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=293953 Nikita Skovoroda changed: What|Removed |Added Resolution|--- |WORKSFORME

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971 --- Comment #33 from Nikita Skovoroda --- Can't seem to reproduce on 5.12.5 + Qt 5.11.0. Can anyobe confirm? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971 --- Comment #34 from Nikita Skovoroda --- Ah, no, sorry. I am still able to reproduce this on 5.12.5 + Qt 5.11.0, just the icons got rearranged so this is harder to notice. -- You are receiving this mail because: You are watching

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971 --- Comment #35 from Nikita Skovoroda --- Created attachment 112874 --> https://bugs.kde.org/attachment.cgi?id=112874=edit 5.12.5 + Qt 5.11.0 Each of those should have three lines, «Оформление/Поведение рабочей среды», but they

[Discover] [Bug 394327] Discover fails to warn about reverse dependences to be removed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394327 Antonio Rojas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971 Nikita Skovoroda changed: What|Removed |Added Version|5.0.0 |5.45.0 -- You are

[kstars] [Bug 394691] MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394691 --- Comment #2 from Jean-Claude --- It works ! Thank you. -- You are receiving this mail because: You are watching all bug changes.

[Falkon] [Bug 394692] New: Falkon 3.0.1 AppImage not working in Linux Mint 18.3

2018-05-26 Thread Alexandr
https://bugs.kde.org/show_bug.cgi?id=394692 Bug ID: 394692 Summary: Falkon 3.0.1 AppImage not working in Linux Mint 18.3 Product: Falkon Version: unspecified Platform: Mint (Ubuntu based) OS: Linux Status:

[kstars] [Bug 392807] Kstars crashes on Mac OSX on startup

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=392807 --- Comment #1 from Jasem Mutlaq --- Please test with 2.9.6 that was just released. Try to clear existing files first: http://indilib.org/forum/general/3425-how-to-uninstall-completely-kstars.html -- You are receiving this

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634 Rog131 changed: What|Removed |Added CC||samrog...@hotmail.com ---

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-05-26 Thread Dmitry
https://bugs.kde.org/show_bug.cgi?id=392913 Dmitry changed: What|Removed |Added CC||dmitry-kog...@mail.ru -- You

[kmail2] [Bug 394554] Regression: kMail 5.8.1 Information Leak: kMail loads external references in HTML mails without asking

2018-05-26 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=394554 Volker Krause changed: What|Removed |Added Latest Commit||https://commits.kde.org/mes

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #1 from Jasem Mutlaq --- I just tested on MacOS with a similar setup (2 ZWO cameras) and couldn't get a crash. Also, your attachment does not show any crash. If there is a crash, MacOS generates a report. The

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695 Jasem Mutlaq changed: What|Removed |Added Version|2.9.3 |git -- You are

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #2 from Jean-Claude --- Created attachment 112876 --> https://bugs.kde.org/attachment.cgi?id=112876=edit Apple crash report Apple crash report -- You are receiving this mail because: You are watching all bug changes.

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 --- Comment #8 from George Hopkins --- (In reply to Moonchild from comment #5) > Sorry, that still be a Qt issue. You just need Falkon, compiled against > different Qt version. If you want, i can give you one, otherwise you

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #3 from Jasem Mutlaq --- Thanks for the crash report. It's not really clear from the report what actually caused the crash. I will ask Robert to look into this. Does this happen if you only have one camera

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634 --- Comment #5 from Rog131 --- (In reply to Rog131 from comment #4) > A workaround: > > Lock Screen: Switch User -> Start New Session. The SDDM greeter will pop > with the all options. No passwords asked to restart/shutdown... >

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #2 from LinG --- just javascript, everything works fine when I only use the print() method once. But when I start to use the print() method multiple times in quick succession then it won't print() some of the print()

[krita] [Bug 394199] Frame flipping behaviour is inconsistent in isolate layer mode for invisible layers.

2018-05-26 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394199 Dmitry Kazakov changed: What|Removed |Added Summary|Playback and frame flipping |Frame flipping behaviour

[krita] [Bug 394199] Playback and frame flipping behaviour is inconsistent in isolate layer mode for invisible layers.

2018-05-26 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394199 Dmitry Kazakov changed: What|Removed |Added CC||dimul...@gmail.com

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699 --- Comment #2 from Sigma --- I am using Qt 5.10.1. -- You are receiving this mail because: You are watching all bug changes.

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093 --- Comment #10 from George Hopkins --- Great, thank you for the clarification! -- You are receiving this mail because: You are watching all bug changes.

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #6 from Jean-Claude --- OK, I’m going forward. I’ve done two types of tests : First test : - 2 cameras are connected (ZWO ASI1600MC-C for imaging and ZWO ASI120MC-S for guiding) - Start INDI - Focus Panel : Select CCD =

[amarok] [Bug 394700] New: Amarok crashes on startup

2018-05-26 Thread Fabian Maurer
https://bugs.kde.org/show_bug.cgi?id=394700 Bug ID: 394700 Summary: Amarok crashes on startup Product: amarok Version: 2.9.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #5 from Jean-Claude --- Created attachment 112878 --> https://bugs.kde.org/attachment.cgi?id=112878=edit 2 crash process 2 crash process -- You are receiving this mail because: You are watching all bug changes.

[amarok] [Bug 394700] Amarok crashes on startup

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394700 Antonio Rojas changed: What|Removed |Added CC||aro...@archlinux.org

[phonon-backend-vlc] [Bug 335111] vlc crashes phonon by mixing qt4 and qt5

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=335111 Antonio Rojas changed: What|Removed |Added CC||dark.shad...@web.de ---

[kwin] [Bug 394701] New: KWin crashes when closing a window.

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394701 Bug ID: 394701 Summary: KWin crashes when closing a window. Product: kwin Version: 5.12.5 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Keywords:

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #8 from Jean-Claude --- And another step : only the camera ZWO ASI120MC-S was connected directly to KStars (all other devices were disconnected physically). I still get a crash (attached file : Process only ZWO ASI120MC-S)

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695 --- Comment #7 from Jean-Claude --- Created attachment 112879 --> https://bugs.kde.org/attachment.cgi?id=112879=edit Process only ZWO ASI120MC-S -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 394702] New: Crash of digital clock

2018-05-26 Thread Mauro Torchio
https://bugs.kde.org/show_bug.cgi?id=394702 Bug ID: 394702 Summary: Crash of digital clock Product: systemsettings Version: unspecified Platform: Slackware Packages OS: Linux Status: UNCONFIRMED Keywords:

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=394659 Thomas Fischer changed: What|Removed |Added Version|unspecified |git (master)

[k3b] [Bug 394703] New: feature request: first character(s) of artist name variable for CD ripping

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394703 Bug ID: 394703 Summary: feature request: first character(s) of artist name variable for CD ripping Product: k3b Version: unspecified Platform: unspecified OS:

[systemsettings] [Bug 394702] Crash of digital clock

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394702 Christoph Feck changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kmail2] [Bug 393489] Search folders are not updating in 18.04

2018-05-26 Thread Pieter David
https://bugs.kde.org/show_bug.cgi?id=393489 --- Comment #2 from Pieter David --- After running `akonadictl vacuum` and `akonadictl fsck` a few times, akonadi printed a message that the search database was corrupted (the search was crashing, at that point), so I removed

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

2018-05-26 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=375680 Scott Harvey changed: What|Removed |Added CC||sc...@spharvey.me ---

[kdenlive] [Bug 386398] Export Project - Feature Request

2018-05-26 Thread Ceda EI
https://bugs.kde.org/show_bug.cgi?id=386398 --- Comment #2 from Ceda EI --- (In reply to Eric Fontaine from comment #1) > Note, compressing video files with zip (or gzip or bzip2 for that matter) is > not practical because the video files already have very high

[krita] [Bug 394705] New: Auto-change the selected front color when switching between tabs

2018-05-26 Thread Grinya Lesnoy
https://bugs.kde.org/show_bug.cgi?id=394705 Bug ID: 394705 Summary: Auto-change the selected front color when switching between tabs Product: krita Version: 4.0.3 Platform: MS Windows OS: MS Windows

[systemsettings] [Bug 394704] New: Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704 Bug ID: 394704 Summary: Mouse cursor artifacts on multimonitors Product: systemsettings Version: 5.12.5 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED

[systemsettings] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704 Konrad changed: What|Removed |Added Keywords||multiscreen -- You are receiving this

[plasmashell] [Bug 394706] New: Global menu widget on external monitors run even without monitors conected

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394706 Bug ID: 394706 Summary: Global menu widget on external monitors run even without monitors conected Product: plasmashell Version: 5.12.5 Platform: Archlinux Packages

[plasmashell] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704 Konrad changed: What|Removed |Added Product|systemsettings |plasmashell CC|

[plasmashell] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394704 Christoph Feck changed: What|Removed |Added Resolution|--- |UPSTREAM

[kdenlive] [Bug 386398] Export Project - Feature Request

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=386398 --- Comment #3 from Christoph Feck --- Zip has a -0 compression flag ("store only"). -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 394157] Wallpaper slideshow: background color unsaved

2018-05-26 Thread jojo66
https://bugs.kde.org/show_bug.cgi?id=394157 --- Comment #4 from jojo66 --- Created attachment 112882 --> https://bugs.kde.org/attachment.cgi?id=112882=edit Choice wallpaper before closing session and wallpaper after re-opening session -- You are receiving this mail

[plasmashell] [Bug 394157] Wallpaper slideshow: background color unsaved

2018-05-26 Thread jojo66
https://bugs.kde.org/show_bug.cgi?id=394157 --- Comment #5 from jojo66 --- Created attachment 112883 --> https://bugs.kde.org/attachment.cgi?id=112883=edit Choice wallpaper before closing session wallpaper after re-opening session In the choice of the wallpaper, I

[kwin] [Bug 394701] KWin crashes when closing a window.

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394701 Martin Flöser changed: What|Removed |Added Resolution|--- |BACKTRACE

[okular] [Bug 394707] New: Okular crashes while showing a file not found dialog box

2018-05-26 Thread Marcelo Jimenez
https://bugs.kde.org/show_bug.cgi?id=394707 Bug ID: 394707 Summary: Okular crashes while showing a file not found dialog box Product: okular Version: 1.4.1 Platform: openSUSE RPMs OS: Linux

  1   2   3   >