First install Software Center using the following command
sudo apt-get install software-center
Then Create a new .py file for Linux Mint
cp -r /usr/share/software-center/softwarecenter/distro/Ubuntu.py /usr/share/software-center/softwarecenter/distro/LinuxMint.py
Then edit the new LinuxMint.py file
sudo gedit /usr/share/software-center/softwarecenter/distro/LinuxMint.py
Replace the line "class Ubuntu(Debian)" with "class LinuxMint(Debian)"
0 comments:
Post a Comment