> For the complete documentation index, see [llms.txt](https://catatan.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catatan.raniaamina.id/yes-solved/inkscape/mengubah-paksa-ikon-inkscape-and-gimp.md).

# Mengubah "Paksa" Ikon Inkscape & GIMP

Pada beberapa kasus ikon pada Inkscap dan Gimp tidak dapat diubah sekalipun sudah menambahkan berkas ikon, misal icons.svg untuk inkscape, ke dalam direktori configurasinya.

Catatan berikut merupakan hasil diskusi panjang dengan [Rizqi Nur Assyaufi](https://t.me/BanditHijo) di Grup Telegram Gimpscape.

{% hint style="info" %}
(Pada dasarnya) karena Inkscape dan Gimp masih menggunakan GTK2, sehingga untuk memanggilnya membutuhkan command environtment yang berbeda dengan aplikasi GTK3.&#x20;

Hal ini dapat dilakukan mengan mengubah `Exec=` yang ada pada `.desktop` dari aplikasi inkscape & gimp yang terdapat pada lokasi **/usr/share/applications/.**&#x20;

Untuk mengedit berkas di direktori tersebut, diperlukan akses root. Nah supaya enak dan mudah cukup disalin saja ke lokal pindahkan ke **\~/.local/share/applications** (tidak perlu izin root), hasilnya kurang lebih sama. Bila gagal silakan coba di *path* yang awal.

Selanjutnya, silakan cari dan edit baris yang mengandung `Exec=` dari `.desktop` berkas Inkscape & Gimp, menjadi:

Sebelum diedit\
`Exec=inkscape %F`

Sesudah diedit`Exec=env GTK2_RC_FILES=/usr/share/themes/Numix/gtk-2.0/gtkrc inkscape %F`

template codenya: \
`env GTK2_RC_FILES=dimana/lokasi/theme/gtk-2.0/gtkrc`

\*sudah dicobakan pada Inkscape & GIMP\
\*inkscape yang digunakan dalam case ini adalah 0.9X ke bawah, untuk versi 1.0 belum diuji
{% endhint %}

Catatan di atas merupakan obrolan dari BanditHijo dengan perubahan seperlunya.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://catatan.raniaamina.id/yes-solved/inkscape/mengubah-paksa-ikon-inkscape-and-gimp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
