* Read only_Edit Icecat.desktop
@ 2023-06-05 18:12 segundomail--- via
2023-06-12 1:53 ` Maxim Cournoyer
0 siblings, 1 reply; 5+ messages in thread
From: segundomail--- via @ 2023-06-05 18:12 UTC (permalink / raw)
To: Help Guix
Hello,
I recently ran into a small problem that I would like some help if possible. I use Guix Package Manager on ubuntu and I have a small problem with the icon of the browsers, all the ones browser installed are redirected when opened to the icon of the icecat (palemoon, librewolf etc) in the dock (native in gnome and plank on kde). I checked and I believe the problem is in the icecat.desktop where the tag is StartupWMMClass=Navigator, and speculate that it should be StartupWMClass=icecat-default, I may be wrong, but before guix it didn't happen (I edited the others' StartupWMMClass to make sure). however I can't edit the icecat.desktop because it is read only, is there any way to edit the .desktop to check if this is what creates the problem or solution?
Thanks for your attention;
Dionatan Felipe De Souza
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Read only_Edit Icecat.desktop
2023-06-05 18:12 Read only_Edit Icecat.desktop segundomail--- via
@ 2023-06-12 1:53 ` Maxim Cournoyer
[not found] ` <NXrL6ah--3-9@tutanota.com>
0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2023-06-12 1:53 UTC (permalink / raw)
To: segundomail; +Cc: help-guix
Hello!
segundomail--- via <help-guix@gnu.org> writes:
> Hello,
> I recently ran into a small problem that I would like some help if
> possible. I use Guix Package Manager on ubuntu and I have a small
> problem with the icon of the browsers, all the ones browser installed
> are redirected when opened to the icon of the icecat (palemoon,
> librewolf etc) in the dock (native in gnome and plank on kde). I
> checked and I believe the problem is in the icecat.desktop where the
> tag is StartupWMMClass=Navigator, and speculate that it should be
> StartupWMClass=icecat-default, I may be wrong, but before guix it
> didn't happen (I edited the others' StartupWMMClass to make
> sure). however I can't edit the icecat.desktop because it is read
> only, is there any way to edit the .desktop to check if this is what
> creates the problem or solution?
> Thanks for your attention;
I noticed something strange with the Icecat icon used when used in a
desktop environment such as GNOME. There are two icons at play, it
seems.
To test, you should be able to copy the icecat.desktop from the icecat
package to a ~/.local/share/applications directory, I think! Perhaps
something like (untested):
--8<---------------cut here---------------start------------->8---
mkdir -p ~/.local/share/applications
cp $(find $(guix build icecat) -name icecat.desktop) \
~/.local/share/applications
chmod +w ~/.local/share/applications/icecat.desktop
--8<---------------cut here---------------end--------------->8---
Then you should be able to make changes to the icecat.desktop file copy.
Don't forget to turn the "Exec" value to just 'icecat %u' to avoid
effectively pinning it to an old version.
Please let us know if you find the solution!
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-06-29 0:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 18:12 Read only_Edit Icecat.desktop segundomail--- via
2023-06-12 1:53 ` Maxim Cournoyer
[not found] ` <NXrL6ah--3-9@tutanota.com>
2023-06-14 2:31 ` Maxim Cournoyer
[not found] ` <NYQqn24--3-9@tutanota.com>
2023-06-26 13:25 ` Maxim Cournoyer
2023-06-29 0:27 ` segundomail--- via
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).