| Summary: | Dolphin crashes whenever a confirmation dialog appears | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Carlo <blupeace> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | elvis.angelaccio |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 17.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Carlo
2017-07-21 17:36:08 UTC
Please uninstall infinality or any patched cairo version. *** This bug has been marked as a duplicate of bug 371507 *** SOLVED It was the lokalize package which did not complete the re-installation due to files present into filesystem. Here the steps to re-install properly: pacman -Rdd lokalize #Cleanup the existing version of lokalize pacman -S lokalize #Try to install it. Error Messages appear related to data presence #Remove all data present rm -Rvf /usr/share/doc/HTML/*/lokalize rm -Rvf /usr/share/locale/*/LC_MESSAGES/lokalize.mo rm /usr/share/metainfo/org.kde.lokalize.appdata.xml # Reinstall lokalize pacman -S lokalize SOLVED It was the lokalize package which did not complete the re-installation due to files present into filesystem. Here the steps to re-install properly: pacman -Rdd lokalize #Cleanup the existing version of lokalize pacman -S lokalize #Try to install it. Error Messages appear related to data presence #Remove all data present rm -Rvf /usr/share/doc/HTML/*/lokalize rm -Rvf /usr/share/locale/*/LC_MESSAGES/lokalize.mo rm /usr/share/metainfo/org.kde.lokalize.appdata.xml # Reinstall lokalize pacman -S lokalize |