Summary: | Gwenview 'Examining Finished' noification when starts up | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Gonzalo <mcclayn> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, agateau, broken.zhou, myriam, n.schnelle |
Priority: | NOR | ||
Version: | 4.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=312823 | ||
Latest Commit: | http://commits.kde.org/gwenview/a87432a4d2ddfbfea6ceb538687497cfd5170a19 | Version Fixed In: | 4.12.3 |
Sentry Crash Report: | |||
Attachments: |
Gwenview sends a notification when starts.
Reproduction. Backtrace |
Created attachment 84429 [details]
Reproduction.
The same happening here. Using KDE 4.12.0.
Solved with gwenview-4.12.1-2 (In reply to comment #2) > Solved with gwenview-4.12.1-2 Oh, Sorry, It still sends the same notification :( Confirmed here. A bit of research leads me to think the message comes from this method: http://lxr.kde.org/source/kde/kdelibs/kio/kio/job.cpp#150 Can you run Gwenview through gdb, set a breakpoint on the function and get a backtrace? Assuming you have kdelibs and gwenview debug packages installed, you should be able to do this like this: 1. start Gwenview with gdb. Open a terminal and type: gdb gwenview 2. within gdb, type the following to set the breakpoint: start b job.cpp:152 3. make gwenview run with: continue 4. assuming gwenview is stopped because it hit the breakpoint, print the backtrace with: bt 5. copy and paste the backtrace here I hope this is good. I had no idea what I was doing. Just did copy/paste your instructions :) http://pastebin.kde.org/psarq4wpe (In reply to comment #6) > I hope this is good. I had no idea what I was doing. Just did copy/paste > your instructions :) > > http://pastebin.kde.org/psarq4wpe Yes, that's good, thanks! You might want to attach the backtrace to this bug to avoid it going away when pastebin gets rid of it. Created attachment 85008 [details]
Backtrace
Git commit a87432a4d2ddfbfea6ceb538687497cfd5170a19 by Aurélien Gâteau. Committed on 07/02/2014 at 10:44. Pushed by gateau into branch 'KDE/4.12'. Do not try to guess mime-type of empty urls This avoids the strange "Examining [Finished]" notifications. FIXED-IN: 4.12.3 M +3 -0 lib/mimetypeutils.cpp http://commits.kde.org/gwenview/a87432a4d2ddfbfea6ceb538687497cfd5170a19 |
Created attachment 84390 [details] Gwenview sends a notification when starts. There's a notification every time I open gwenview. It says "Examining [Finished]". I'm not sure, but think it's a bug. The terminal says: $ gwenview Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath) gwenview(27713) KSharedUiServerProxy::KSharedUiServerProxy: kuiserver registered gwenview(27713)/kdeui (kdelibs): Attempt to use QAction "edit_redo" with KXMLGUIFactory! gwenview(27713)/kdeui (kdelibs): Attempt to use QAction "edit_undo" with KXMLGUIFactory! I've erased the following files but it didn't work: $HOME/.kde4/share/apps/gwenview/* $HOME/.kde4/share/config/gwenviewrc Regards!