Hi,
I'm currently setting up LMDE 64bit on an Asus EeePC 1005PE and the Software Center (MintInstall) keeps crashing with segmentation fault.
This happens usually after I install a package: Sometimes after the package is installed and I'm navigating back to the Software List to continue browsing, other times right after it installs the package, meaning the moment the software installation is finished the Software Center window collapses. This has no effect on the installed package, it works just fine.
I filed a bug report too, just in case:
https://bugs.launchpad.net/linuxmint/+bug/695496
Any insight regarding the problem would be appreciated. Thanks!
Here is the output of the terminal:
kupfer@kupfer ~ $ mintinstall
/usr/lib/linuxmint/mintInstall/mintinstall.py:240: SyntaxWarning: import * only allowed at module level
def get_status_description(self, transaction):
/usr/lib/linuxmint/mintInstall/mintinstall.py:248: SyntaxWarning: import * only allowed at module level
def get_role_description(self, transaction):
/usr/share/themes/Shiki-Wise/gtk-2.0/gtkrc:126: Murrine configuration option "gradients" is no longer supported and will be ignored.
add_categories took 5.187 ms
build_matched_packages took 0.667 ms
add_packages took 6297.098 ms
add_reviews took 1104.249 ms
__init__ took 7833.440 ms
Segmentation fault
Software Manager crashes with segmentation fault
Forum rules
LMDE 2 has reached end of support as of 1-1-2019
LMDE 2 has reached end of support as of 1-1-2019
Re: Software Manager crashes with segmentation fault
I get the same problem in KDE 12
Re: Software Manager crashes with segmentation fault
I've solved with this command:
I hope to be helpful 
Code: Select all
ln ~/.gtkrc-2.0-kde4 ~/.gtkrc-2.0

Re: Software Manager crashes with segmentation fault
I've just installed Linux Mint 12 KDE and the Software Manager is crashing, but not showing any error message. I tried the code above, but ".gtkrc-2.0-kde4" doesn't exist on my system. Is there an update I should apply for the software manager? Has this been fixed by anyone?