I have just installed Linux Mint xfce on my friend's laptop. After trying to execute software manager, it hangs on the opening splash screen with icons and the rotating logo. It says "Gathering information for 32557 packages". I left it open over night and it was still frozen in this state.
I have tried removing mintinstall and re-installing it, no luck. I have also ran sudo apt-get update and then ran mintinstall, same issue.
Here is the output after running mintinstall via a root terminal. Please, any help is greatly appreciated!
- Code: Select all
joe-laptop joe # mintinstall
/usr/lib/linuxmint/mintInstall/mintinstall.py:250: SyntaxWarning: import * only allowed at module level
def get_status_description(self, transaction):
/usr/lib/linuxmint/mintInstall/mintinstall.py:258: SyntaxWarning: import * only allowed at module level
def get_role_description(self, transaction):
add_categories took 20.264 ms
build_matched_packages took 0.368 ms
2325
add_packages took 3232.988 ms
add_reviews took 871.334 ms
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 1540, in <module>
Application()
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 38, in wrapper
res = func(*arg)
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 473, in __init__
sans26 = ImageFont.truetype ( self.FONT, 26 )
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 218, in truetype
return FreeTypeFont(filename, size, index, encoding)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 134, in __init__
self.font = core.getfont(file, size, index, encoding)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 34, in __getattr__
raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed
Overwriting reviews file in /root/.linuxmint/mintinstall/reviews.li st
update_reviews took 444.246 ms

