mFat Asked: 2011-05-30 11:36:24 +0800 CST2011-05-30 11:36:24 +0800 CST 2011-05-30 11:36:24 +0800 CST How can I rebrand Ubuntu Software Center 772 I'm making a custom remaster of ubuntu and I want to change the name of the Software Center. How can I do that? software-center 3 Answers Voted Oli 2011-05-30T11:43:42+08:002011-05-30T11:43:42+08:00 dpkg -S `which software-center` That's how you find out what package something is in and it shows me you want to hack into the software-center package. I'd start by forking one of the branches available on its Launchpad page. art_wholeflaffer 2015-05-29T00:06:29+08:002015-05-29T00:06:29+08:00 The USC is just a bunch of Python scripts so you can edit it. Here's where it lives: /usr/share/software-center/softwarecenter/distro/ You can edit these directly if you wish. It's somewhat faster than repackaging your own version. Roalt 2011-05-30T11:40:00+08:002011-05-30T11:40:00+08:00 Find out what package the Ubuntu Software Center is in, and modify the package. Note: my answer is just as short as your question.
That's how you find out what package something is in and it shows me you want to hack into the
software-center
package.I'd start by forking one of the branches available on its Launchpad page.
The USC is just a bunch of Python scripts so you can edit it. Here's where it lives:
You can edit these directly if you wish. It's somewhat faster than repackaging your own version.
Find out what package the Ubuntu Software Center is in, and modify the package. Note: my answer is just as short as your question.