You are not logged in.

#1 2018-07-28 18:26:59

AlFreaken
Member
Registered: 2018-07-28
Posts: 3

[SOLVED] Change Gnome Foot Logo From Arch Linux

I have an Arch Linux with Gnome WM. I want to replace the Gnome foot logo with an Arch logo in my PC, specifically system details window (Settings->Details->About).  Can any one help??

I tried this --> https://bbs.archlinux.org/viewtopic.php?id=99828, but in my case its doesn't work.. sad

I also tried this:

yaourt -S archlinux-artwork

Thanks in advance

Last edited by AlFreaken (2018-07-29 18:23:44)

Offline

#2 2018-07-29 12:51:15

jaergenoth
Member
Registered: 2015-01-16
Posts: 85

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

I guess it's this image here: https://gitlab.gnome.org/GNOME/gnome-co … Medium.svg

But I did not find that image in the gnome-control-center package nor the gnome-icon theme packages, so I guess it's compiled in.

Offline

#3 2018-07-29 13:04:40

seth
Member
Registered: 2012-09-03
Posts: 50,005

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

You could strace the process to see which files are openend.

Online

#4 2018-07-29 14:01:43

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,794
Website

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

it could be embedded in the executable


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#5 2018-07-29 15:35:05

AlFreaken
Member
Registered: 2018-07-28
Posts: 3

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

jaergenoth wrote:

I guess it's this image here: https://gitlab.gnome.org/GNOME/gnome-co … Medium.svg

But I did not find that image in the gnome-control-center package nor the gnome-icon theme packages, so I guess it's compiled in.

Thanks for the hint. It's stored inside the binary using GResource.

gresource extract /usr/bin/gnome-control-center /org/gnome/control-center/info/GnomeLogoVerticalMedium.svg > GnomeLogoVerticalMedium.svg

But I have no idea how to replace a svg file inside the binary file..! Is it possible?

Offline

#6 2018-07-29 16:13:34

jaergenoth
Member
Registered: 2015-01-16
Posts: 85

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

Replace the /home/user/directory with a directory you created and put a file named GnomeLogoVerticalMedium.svg in it.
Gnome Control Center should now load that file instead.

G_RESOURCE_OVERLAYS='/org/gnome/control-center/info=/home/user/directory' gnome-control-center

Found this in: https://developer.gnome.org/gio/stable/ … escription

The binary can be modified too I guess, but that seems too much of a hassle.

Edit:
I think the best and least hacky solution here is to compile gnome-control-center yourself with the image you want.

Last edited by jaergenoth (2018-07-29 16:18:54)

Offline

#7 2018-07-29 17:13:08

AlFreaken
Member
Registered: 2018-07-28
Posts: 3

Re: [SOLVED] Change Gnome Foot Logo From Arch Linux

jaergenoth wrote:

Replace the /home/user/directory with a directory you created and put a file named GnomeLogoVerticalMedium.svg in it.
Gnome Control Center should now load that file instead.

G_RESOURCE_OVERLAYS='/org/gnome/control-center/info=/home/user/directory' gnome-control-center

Found this in: https://developer.gnome.org/gio/stable/ … escription

The binary can be modified too I guess, but that seems too much of a hassle.

Edit:
I think the best and least hacky solution here is to compile gnome-control-center yourself with the image you want.

I compiled gnome-control-center with the arch logo. It works.. Thanks for the support

Offline

Board footer

Powered by FluxBB