Hi all,
after some years, I have come back to Gentoo Linux. After compiling a basic KDE desktop environment and Mozilla Firefox 17 on amd64, I have discovered Firefox is showed as Aurora. Is it normal this rename on Gentoo?
Code: Select all
if use bindist; then
sizes="16 32 48"
icon_path="${S}/browser/branding/aurora"
# Firefox's new rapid release cycle means no more codenames
# Let's just stick with this one...
icon="aurora"
name="Aurora"
else
Thank you very much!franzf wrote:emerge firefox with USE="-bindist" will give you original firefox name + icon. You may change icon + name in /usr/share/applications/firefox.desktop or put an own firefox.desktop file into ~/.local/share/applications/Code: Select all
if use bindist; then sizes="16 32 48" icon_path="${S}/browser/branding/aurora" # Firefox's new rapid release cycle means no more codenames # Let's just stick with this one... icon="aurora" name="Aurora" else