Skip to content

Commit

Permalink
Fix posts to pass htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Mar 23, 2024
1 parent ba0ac11 commit 031c18e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-04-10-issue1645.md
Expand Up @@ -58,7 +58,7 @@ It's very nice, that tray icon menus are displayed with **Gtk** classes, that lo

The finished first part does look very neat:

![New Gtk tray icon menu](/assets/Bildschirmfoto-2023-04-10.png){: width="239" height="269" }
![New Gtk tray icon menu](assets/Bildschirmfoto-2023-04-10.png){: width="239" height="269" }
_New Gtk tray icon menu_

You can see it in action in this [screen recording](https://my.hidrive.com/lnk/EZilnQwM).
4 changes: 2 additions & 2 deletions _posts/2023-04-15-issue1645-2.md
Expand Up @@ -13,10 +13,10 @@ The further development required icons that can be pressed to trigger the tray i

On GNOME 43 and KDE 5.24.7 they look like this:

![GNOME-TrayIcons](/assets/gnome43.png)
![GNOME-TrayIcons](assets/gnome43.png)
_Tray icons on GNOME 43_

![KDE-TrayIcons](/assets/kde524.png)
![KDE-TrayIcons](assets/kde524.png)
_Tray icons on KDE 5.24.7_

To enable the tray icon functionality for Cryptomator on Linux, you need to enable the appropriate setting in the Cryptomator settings file:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-30-vms on m2 pro.md
Expand Up @@ -34,7 +34,7 @@ That's bad, as Arch Linux is my favorite Linux distro.

I acquired a brand-new Apple M2 Pro macBook, so it was time to get things working. Let's go!!

![img-description](/assets/m2.png){: width="288" height="397" }
![img-description](assets/m2.png){: width="288" height="397" }
_About this Mac_

# KUbuntu ARM
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-13-vms on m2 pro2.md
Expand Up @@ -128,7 +128,7 @@ pacman -Syu
## Application icons and tray icons are blurry and missing
The final problem was kinda surprising too, and I never experienced it on installing the GNOME desktop environment before. The applications and tray icons were broken and looked like this[^footnote1]:

![img-description](/assets/IbKXM1Q.png){: width="480" height="270" }
![img-description](assets/IbKXM1Q.png){: width="480" height="270" }
_GNOME not displaying icons properly_

Analyzing this led to the cognition, that there is one library, that is responsible to render all SVG icons. Re-installing it fixed this issue:
Expand Down

0 comments on commit 031c18e

Please sign in to comment.