Skip to content

Commit 1b93def

Browse files
committed
Record how to do the background removing faster
Minutes vs Hours
1 parent 6c839f4 commit 1b93def

4 files changed

Lines changed: 26 additions & 18 deletions

File tree

content/debian/icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
+++
22
title="Set Icon for Application"
33
date = 2023-04-03
4-
updated = 2025-09-01
4+
updated = 2025-10-09
55
extra = { series = "Debian" }
66
taxonomies = { tags = ["Debian"] }
77
+++
88

99
Source: https://www.solvetechnow.com/post/how-to-change-app-icon-in-ubuntu (Link does not appear to work anymore)
1010

11-
1. Get a preferably square image with a transparent background.Save it somewhere to be used. NB: png supports transparent backgrounds. See [instructions](@/gimp/transparent.md) if you need to make one from a screen shot.
11+
1. Get a preferably square image with a transparent background.Save it somewhere to be used. NB: png supports transparent backgrounds. See [instructions](@/gimp/transparent/index.md) if you need to make one from a screen shot.
1212
2. Check if the .desktop file already exists
1313
```sh
1414
ll /usr/share/applications | grep <program-name>

content/gimp/transparent.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/gimp/transparent/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
title="Transparent background"
3+
date = 2023-06-05
4+
updated = 2025-10-09
5+
extra = { series = "GIMP" }
6+
taxonomies = { tags = ["GIMP"] }
7+
+++
8+
9+
Source: <https://youtu.be/nl2uqKqbryo>
10+
11+
1. Right click the channel on the right and click `Add alpha channel`
12+
2. Select the area (**See note below**)
13+
3. Press Delete
14+
4. Save in supported format like png
15+
16+
**How to do selection**
17+
18+
![Screenshot](scrshot.png)
19+
20+
If the background is not contiguous but is the same color it goes **A LOT** faster to use `Select by Colour Tool` instead of `Fuzzy Select`.
21+
22+
---
23+
24+
NB: There is an alternative approach with manual selection of parts to be removed that can be found here <https://youtu.be/C0tg2mRroSY>
18 KB
Loading

0 commit comments

Comments
 (0)