Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the UB logo in Details screen #17

Closed
uD4ra opened this issue Jun 12, 2016 · 9 comments
Closed

Show the UB logo in Details screen #17

uD4ra opened this issue Jun 12, 2016 · 9 comments
Assignees
Labels

Comments

@uD4ra
Copy link
Member

uD4ra commented Jun 12, 2016

We need help to add a small C based patch to the Details screen in GNOME Settings. It'll make it possible to show the budgie-remix logo in system Details screen. At the moment, it is hard-coded with the Ubuntu GNOME logo.

budgie-remix_system

@HEXcube HEXcube changed the title Show the budgie-remix logo in the system Details screen Show the budgie-remix logo in Details screen Jun 12, 2016
@crutchcorn
Copy link

crutchcorn commented Jun 18, 2016

More info from @HEXcube here:

Patches by Ubuntu GNOME:

I will be trying to work on a fix. Might drop two; a temporary one for now and one that I will submit upstream to GNOME

@HEXcube
Copy link
Member

HEXcube commented Jun 19, 2016

Solus uses this patch to display Solus logo. They previously used another patch to display Budgie logo.

@InitRoot
Copy link

InitRoot commented Nov 9, 2016

I will take care of this.
Forked gnome-control-centre and will apply then update with .patch file.

@fossfreedom
Copy link
Member

@FransHBotes that would be wonderful if you can do this - we can patch 16.04 and 16.10 like this.

For 17.04 though we will need to work with Ubuntu GNOME (they are the maintainers of gnome-control-centre for ubuntu) - we would need a generic method where both distros can "override" the base logo rather than hard-coding this via a C patch.

@fossfreedom
Copy link
Member

fossfreedom commented May 8, 2018

"I think ideally you would have a separate package that includes your icon and distro name changes. That package would use dpkg-divert in its scripts (pretinst maybe?) and clean up after itself (postrm?) when it's removed." - Jeremy Bicha

Intriguing...

from pinguy builder

cp -a /etc/PinguyBuilder/icons /usr/share/
rm -rf /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png
ln -s /usr/share/icons/ubuntu-logo-icon.png /usr/share/icons/hicolor/256x256/apps
chmod 777 /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png
chmod 777 /usr/share/icons/ubuntu-logo-icon.png
gtk-update-icon-cache
update-icon-caches /usr/share/icons/*

@fossfreedom fossfreedom changed the title Show the budgie-remix logo in Details screen Show the UB logo in Details screen Oct 7, 2018
@fossfreedom
Copy link
Member

branding-ubuntu package has an example of how to use dpkg-divert

@fossfreedom fossfreedom self-assigned this Jan 17, 2019
@fossfreedom
Copy link
Member

fix required in both Pocillo Icons and budgie-desktop-common package
Pocillo icons needed a symbolic link "ubuntu-logo-icon.svg" pointing to our distributor logo in the 64/apps folder

budgie-desktop-common needed preinst and postrm dpkg-divert rules repointing /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png to our version that is installed in the package

@fossfreedom
Copy link
Member

this can now be tested by adding the PPA ubuntubudgie-dev/unstable-test on 19.04(disco), updating.

An update to budgie-artwork containing a revised Pocillo will be made available in the unstable-test PPA shortly

@fossfreedom
Copy link
Member

now in 19.04 ISO 22 Jan 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants