Summary: | Crash on startup | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Andrea Di Menna <ninniuz> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 0.7.92 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea Di Menna
2011-09-21 12:55:28 UTC
This was happening because I was running rekonq from the build dir without installing it. If I install it with make install everything is working fine. It would probably be better to rephrase what it is written in the INSTALL file: === Building rekonq === To build it perform the following commands after switching into the rekonq directory (for example ~/mainline or ~/0.4): mkdir build && cd build cmake .. make && sudo make install If you want to install rekonq locally, do not run the "make install" command. rekonq can then be found in build/src and is executed with ./rekonq. Git commit 6e833fcc4ba9697df58c9a5b1bf35cbf6f0cc70e by Felix Rohrbach. Committed on 21/09/2011 at 16:23. Pushed by felixr into branch 'master'. Don't crash if the rekonqui.rc file can't be found REVIEW: 102673 CCBUG: 282474 M +5 -1 src/mainwindow.cpp http://commits.kde.org/rekonq/6e833fcc4ba9697df58c9a5b1bf35cbf6f0cc70e |