tualatrix / ubuntu-tweak

Ubuntu Tweak is a tool that makes it easy to configure your system and desktop settings. (This project is no longer under maintenance)
GNU General Public License v2.0
693 stars 197 forks source link

File Type Manager not working #37

Open BenjaminLeblanc opened 7 years ago

BenjaminLeblanc commented 7 years ago

I've downloaded Ubuntu Tweak on Ubuntu 16.04 and it opens just fine, however, the FileTypeManager in the Admins tab does not work. Whenever I go to open it it tells me: 'No module named "FileTypeManager" Please ensure you have entered the correct module name.' I have looked all over on many FAQ and forums but I just can not seem to find anyone with the same problem or any solutions. Any help would be appreciated.

namascar commented 6 years ago

Same here, also on Ubuntu 16.04

namascar commented 6 years ago

Fixed installing python-cairo-dev (1.8.8-2)

Mohammed-Salamuddin commented 6 years ago

facing the same problem,any fix?

jason-mitchell commented 6 years ago

This: python-cairo-dev

sudo apt-get install python-cairo-dev

The python bit is a dependency that somehow was overlooked by the install. Install it using the above and then restart the application and it should work!