Bug 2231073
Summary: | It is not possible to set a custom icon to copy of firefox | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Kaňkovský <akankovs> |
Component: | firefox | Assignee: | Martin Stransky <stransky> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 39 | CC: | awilliam, erack, gecko-bugs-nobody, jhorak, klaas, rstrode, stransky |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-08-17 10:27:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Adam Kaňkovský
2023-08-10 13:20:17 UTC
Set correct remoting name is the key here. Needs some code changes to integrate it with out recent Firefox. This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. In firefox-116.0.2-2.fc39 you can set MOZ_APP_REMOTINGNAME env variable which overrides default application name exported to system. Run as: MOZ_APP_REMOTINGNAME="anaconda" firefox You also need to install proper desktop file (/usr/share/applications/anaconda.desktop): ``` [Desktop Entry] Version=1.0 Name=Anaconda GenericName=Anaconda Installer Comment=Install it! Exec=anaconda Icon=org.fedoraproject.AnacondaInstaller Terminal=false Type=Application StartupNotify=true ``` You also need to create /usr/bin/anaconda launcher where you set all env variables etc. Filed https://bugzilla.redhat.com/show_bug.cgi?id=2235244 for the anaconda side. |