[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #32 from Julian Seward --- (In reply to Florian Weimer from comment #30) > Created attachment 114305 [details] > Implement early exit in s390_vr_loadWithLength > > Updated patch. This seems to fix the VLL issue. Limited testi

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #33 from Julian Seward --- (In reply to Andreas Arnez from comment #23) > Julian, is this OK now? Considering comment 30, alas, no. Let's try and get the Memcheck problems with this fixed first. -- You are receiving this mail

[valgrind] [Bug 388174] valgrind with Wine quits with "Assertion 'cfsi_fits' failed"

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388174 Julian Seward changed: What|Removed |Added CC||jsew...@acm.org --- Comment #3 from Julian

[valgrind] [Bug 388706] warning: evaluate_Dwarf3_Expr: unhandled DW_OP_ 0xf2 (DW_OP_GNU_implicit_pointer)

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388706 --- Comment #2 from Julian Seward --- (In reply to Mark Wielaard from comment #1) > This is DW_OP_GNU_implicit_pointer. Mark, do we need to be concerned about this, still? I note it is reported against 3.11.0. -- You are receiving this mail beca

[kcachegrind] [Bug 388740] Ordering by timestamp instead of core number

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388740 Julian Seward changed: What|Removed |Added CC||jsew...@acm.org --- Comment #1 from Julian

[valgrind] [Bug 388847] WARNING: unhandled arm64-linux syscall: 168 (getcpu)

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388847 Julian Seward changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED

[valgrind] [Bug 388895] LibVEX_FrontEnd assertion failure: `0 == sizeof(VexGuestX86State) % LibVEX_GUEST_STATE_ALIGN'

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388895 Julian Seward changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[valgrind] [Bug 389412] Failed assertion in readelf.c, line 697 for clang binaries with coverage information

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=389412 --- Comment #1 from Julian Seward --- This may well have been fixed by recent commits to the debuginfo reader (within the past month). Can you try again? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 390175] Valgrind internal assertion failure on program that runs normally

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=390175 Julian Seward changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[valgrind] [Bug 390498] Valgrind reports errors without full backtrace on arm64

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=390498 --- Comment #6 from Julian Seward --- (In reply to rrt from comment #5) > I've filed https://github.com/termux/termux-packages/issues/2148 Hi! I fixed some debuginfo reading stuff for arm64-linux recently (within the past month) so it might

[valgrind] [Bug 390866] "at" is doubled in "Block was alloc'd at"

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=390866 --- Comment #2 from Julian Seward --- You're right, it is ungrammatical. I wonder how many output-parsing GUIs will break if we change this, though. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 390871] ELF debug info reader confused with multiple .rodata* sections

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=390871 --- Comment #5 from Julian Seward --- Is this still valid, considering there's been at least one related fix to the debuginfo reader recently? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 391164] constraint bug in tests/ppc64/test_isa_2_07_part1.c for mtfprwa

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=391164 --- Comment #7 from Julian Seward --- Carl, is this OK to close now? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 391845] Unrecognised instruction: __svml_irem8_l9

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=391845 Julian Seward changed: What|Removed |Added CC||jsew...@acm.org --- Comment #1 from Julian

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-06 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #36 from Julian Seward --- (In reply to Vadim Barkov from comment #35) > (In reply to Florian Weimer from comment #30) > > Are you sure that VLL is the reason of the bug with strlen? Exactly which bug are you referring to? If

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-07 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #44 from Julian Seward --- (In reply to Vadim Barkov from comment #43) > What do you think about it? Honestly, I do not understand. You need to explain much more clearly: * what these instructions actually do * what your implementat

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-08 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #47 from Julian Seward --- (In reply to Vadim Barkov from comment #46) > Since the issue is solved, I don't consider it to be solved. You didn't answer my questions in comment 44: * what your implementation strategy is

[valgrind] [Bug 397256] valgrind arm32 front end: disInstr(arm): unhandled instruction: 0xEC510F1E

2018-08-08 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=397256 --- Comment #1 from Julian Seward --- (In reply to Tabor Kelly from comment #0) > Please let me know if there is any other information that I can provide. Are you proficient with objdump -d? Can you figure out what the failing instruction

[valgrind] [Bug 397256] valgrind arm32 front end: disInstr(arm): unhandled instruction: 0xEC510F1E

2018-08-08 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=397256 Julian Seward changed: What|Removed |Added Summary|Valgrind 3.13.0 fails with |valgrind arm32 front end

[valgrind] [Bug 393146] Memcheck fails assert "is_DebugInfo_active(di)" even though code built with -g

2018-08-09 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=393146 Julian Seward changed: What|Removed |Added CC||jsew...@acm.org

[kio-extras] [Bug 149903] impossible to open symlink

2018-08-09 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=149903 Julian Schraner changed: What|Removed |Added Product|kio |kio-extras Component|tar

[valgrind] [Bug 393146] Memcheck fails assert "is_DebugInfo_active(di)" even though code built with -g

2018-08-14 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=393146 --- Comment #5 from Julian Seward --- Created attachment 114438 --> https://bugs.kde.org/attachment.cgi?id=114438&action=edit valgrind-bug393146-possible-fixes.diff > Running into the same issue on two different macs (one installed via &

[dolphin] [Bug 397520] Mac OSX Build from binary factory does not start

2018-08-16 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397520 Julian Schraner changed: What|Removed |Added Severity|critical|grave Status|UNCONFIRMED

[dolphin] [Bug 397526] I open the file with wrong application

2018-08-16 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397526 Julian Schraner changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO CC

[dolphin] [Bug 397520] Mac OSX Build from binary factory does not start

2018-08-16 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397520 --- Comment #3 from Julian Schraner --- That seems like a good idea, but we'll need to be able to run dbus somehow first. Please try running 'echo $DBUS_LAUNCHD_SESSION_BUS_SOCKET' and '`brew --prefix qt`/bin/qdbus'. The fi

[valgrind] [Bug 388174] valgrind with Wine quits with "Assertion 'cfsi_fits' failed"

2018-08-17 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=388174 Julian Seward changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[dolphin] [Bug 397567] "Share to Imgur" function does not work

2018-08-17 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397567 Julian Schraner changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[dolphin] [Bug 390510] Dolphin Crash

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=390510 --- Comment #6 from Julian Schraner --- (In reply to Idatat from comment #5) > Hi, I'm using kubuntu 18.04 and dolphin ver 17.12.3. This dolphin always > crash when browsing folders or files. This only happen when I used in > compact view

[dolphin] [Bug 397602] dolphinrc should contain only persistent configuration and not state

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397602 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #3 from

[frameworks-baloo] [Bug 397571] dolphin crashed while trying to use file search facilities

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397571 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Product

[dolphin] [Bug 368287] Dolphin crashed while moving files

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368287 Julian Schraner changed: What|Removed |Added CC||awolf0...@qq.com --- Comment #17 from Julian

[dolphin] [Bug 397535] KDE crashed when I cut some file from fat to ntfs

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397535 Julian Schraner changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[dolphin] [Bug 368287] Dolphin crashed while moving files

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368287 Julian Schraner changed: What|Removed |Added Ever confirmed|0 |1 Resolution|BACKTRACE

[dolphin] [Bug 387217] view properties are saved wrong

2018-08-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=387217 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-08-20 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409 --- Comment #54 from Julian Seward --- (In reply to Andreas Arnez from comment #50) > In the meantime I noticed that we have another fundamental problem that > comes with GCC's inlined strlen: The last vector load (VL, or with length = >

[kdelibs] [Bug 162211] Copying to an external causes lots of missing files

2018-08-25 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=162211 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #101 from

[dolphin] [Bug 397854] Window title, path bar and icons names are inconsistent when I open the desktop folder with Dolphin by different ways

2018-08-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=397854 Julian Schraner changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC

[kdeconnect] [Bug 394993] In recent beta version of kdeconncet android app, fails to send files from device to computer

2018-08-27 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=394993 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #11 from

[dolphin] [Bug 390969] New: Dolphin crashed meanwhile moving files from ext4 to smb share

2018-02-23 Thread Julian Xhokaxhiu
https://bugs.kde.org/show_bug.cgi?id=390969 Bug ID: 390969 Summary: Dolphin crashed meanwhile moving files from ext4 to smb share Product: dolphin Version: 17.12.2 Platform: Archlinux Packages OS: Linux

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2018-02-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=386945 --- Comment #15 from Julian Seward --- I have a patch which I've been using for investigating this. It reduces the noise level significantly, but doesn't remove it entirely. I'll post it in a following comment. In the meantime I have

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2018-02-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=386945 Julian Seward changed: What|Removed |Added Attachment #108913|0 |1 is obsolete

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2018-02-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=386945 --- Comment #18 from Julian Seward --- (In reply to Aaron Sawdey from comment #17) Aaron, Thanks for the details. It's not clear though to me what the answer to (2) If so, am I correct to understand that the branch on uninitialised data

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2018-02-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=386945 --- Comment #20 from Julian Seward --- (In reply to Aaron Sawdey from comment #19) > Yes, the branch on uninitialized data is intended Thanks for the clarification. Unfortunately, the analysis framework has the deeply wired-in assumption that ev

[valgrind] [Bug 386945] Bogus memcheck errors on ppc64(le) when using strcmp() with gcc-7

2018-02-28 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=386945 --- Comment #21 from Julian Seward --- (In reply to Julian Seward from comment #16) > Created attachment 111056 [details] > WIP patch, as described in comment 15 I should comment that this patch will still report invalid reads at the end of

[dolphin] [Bug 185267] Cutting many files from removable media fails

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=185267 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Resolution

[dolphin] [Bug 217603] dolphin gets unsably slow on file actions once a file has been moved/copied

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=217603 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME CC

[dolphin] [Bug 224022] When moving files from my hardrive to a network share the dolphin crashed

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=224022 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Resolution

[dolphin] [Bug 243970] Dolphin crashes decompressing multiple tar archives with context menu

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=243970 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #4 from

[dolphin] [Bug 236212] Streaming media files from NAS = trouble

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=236212 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #3 from

[dolphin] [Bug 236123] Dolphin crashed when between cut/paste process

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=236123 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|BACKTRACE

[dolphin] [Bug 227775] dolphin crashed when I wanted to make an attachement in kmail by drag'n'dropping a file

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=227775 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 249292] Dolphin crashed by copying a file from a folder to another one

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=249292 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |INVALID CC

[dolphin] [Bug 253312] BugĀ 210063 - dolphin crashes suddenly when opening a folder.

2018-03-18 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=253312 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED CC

[dolphin] [Bug 235871] Dolphin crashed after playing .ape file via network

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=235871 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME CC

[dolphin] [Bug 234893] Unable to navigate to the root of a sftp:// host in dolphin

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=234893 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #3 from

[dolphin] [Bug 223680] Can't rename remote files with dolphin using kio_ftp ( ftp:// ) protocol, konqueror OK.

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=223680 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 249583] Dolphin Crashed on Aborted File Copy

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=249583 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME CC

[dolphin] [Bug 272604] on dolphin installation my document files were deleted and others renames into folders (?)

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=272604 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 287693] Dolphin crash: grabbing and moving files

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=287693 Julian Schraner changed: What|Removed |Added Resolution|BACKTRACE |INVALID Status|NEEDSINFO

[dolphin] [Bug 220326] Dolphin don't remember view properties of on non-local place

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=220326 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Ever confirmed|0

[dolphin] [Bug 252792] Dolphin uses all RAM when copying a folder from CD-ROM

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=252792 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #3 from

[dolphin] [Bug 215042] From Dolphin : Moving a file with a drag and drop to a folder accessed from the adress bar

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=215042 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 216201] Cancled task through job notification app causes crash

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=216201 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #4 from

[dolphin] [Bug 245675] Dolphin crashed unexpectedly (may be related to theme changes)

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=245675 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|BACKTRACE

[dolphin] [Bug 253288] dolphin and kmplayer volume reset bug

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=253288 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #4 from

[dolphin] [Bug 253537] Dolphin crashed while closing

2018-03-19 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=253537 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 360807] Impossible to open a file with TrueCrypt

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=360807 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED CC

[dolphin] [Bug 364817] Dolphin freezes when counting (many) items in subdirs.

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=364817 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME CC

[dolphin] [Bug 366435] Dolphin crash when I try to push on git

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=366435 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED CC

[dolphin] [Bug 368426] Copying data from SD card to hard drive

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368426 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED CC

[dolphin] [Bug 381408] "Follow path" does not work

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=381408 Julian Schraner changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[dolphin] [Bug 382779] Whole desktop hangs when more than two Delete Confirmation dialogs are shown

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=382779 Julian Schraner changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[dolphin] [Bug 348186] dolphin slow response upon start

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=348186 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Resolution

[dolphin] [Bug 343343] Partition sizes numbers are in Aarbic-Indic

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=343343 Julian Schraner changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[dolphin] [Bug 354825] dolphin 15.08.2 unable to configure single click folder or file open

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=354825 Julian Schraner changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[dolphin] [Bug 355809] When copy a link from a ntfs drive, dolphin changes the link original path

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=355809 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Resolution

[dolphin] [Bug 347603] Custom icon do not work when folders and icons ares transfered like for like on another machine

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=347603 Julian Schraner changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[dolphin] [Bug 350199] Cannot handle dual DVD drives with similar labels

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=350199 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #10 from

[dolphin] [Bug 371577] Can copy photo from camera [galaxy 5s] but can't paste photo to desktop error msg 150

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=371577 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #2 from

[dolphin] [Bug 357683] Frozen at startup

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=357683 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com --- Comment #6 from

[dolphin] [Bug 366491] kdeconnect destroy dolphin

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=366491 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED CC

[kdeconnect] [Bug 368367] Dolphin Crashes on right-click for list-menu options

2018-04-12 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=368367 Julian Schraner changed: What|Removed |Added CC||lixun.d...@gmail.com --- Comment #16 from

[dolphin] [Bug 393136] Crash

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=393136 Julian Schraner changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[dolphin] [Bug 393143] Allow assigning hotkeys to creating new files from templates (e.g. text files)

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=393143 Julian Schraner changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[dolphin] [Bug 393152] using details view after compact view can make details view and icons view quit showing any files

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=393152 Julian Schraner changed: What|Removed |Added CC||juliquad...@gmail.com Ever confirmed|0

[dolphin] [Bug 271907] Used space calculation wrong

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=271907 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 263467] dolphin does not open immediately after unmounting USB drive or CDROM drive.

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=263467 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[dolphin] [Bug 270178] dolphin freeze due to dbus when started in a remote kppp or ssh session

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=270178 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[dolphin] [Bug 304568] Dolphin crashed while browsing in split mode

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=304568 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO

[dolphin] [Bug 280050] After reboot more than half of the Dolphin windows disappeared

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=280050 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 284316] Git plugin stops displaying git information after a file search

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=284316 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 312731] after updating kubuntu via update manager, the hard drives and cd list disappear on file manager.

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=312731 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[dolphin] [Bug 316018] Copy paste broken inaccessible via dragging if there is also Konsole/Chromium opened - Enlightenment17 window manager

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=316018 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |INVALID Status|NEEDSINFO

[dolphin] [Bug 218612] crash and reboot upon rightclick "convert to PNG"

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=218612 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO

[dolphin] [Bug 304396] enabling additional information > images > size blocks GUI

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=304396 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[dolphin] [Bug 320348] Clic droit

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=320348 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 321783] Dolphin crashed after hanging and trying to close

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=321783 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[dolphin] [Bug 279569] Busy device in places panel hangs Dolphin

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=279569 Julian Schraner changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO

[dolphin] [Bug 224056] Please add relevant options to external hard disks in Places

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=224056 Julian Schraner changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #4 from

[dolphin] [Bug 324399] Should be possible to rename nfs share places

2018-04-15 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=324399 Julian Schraner changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

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