Skip to content

Instantly share code, notes, and snippets.

View bluesabre's full-sized avatar
:octocat:
Diving back into code

Sean Davis bluesabre

:octocat:
Diving back into code
View GitHub Profile
@bluesabre
bluesabre / xubuntu-20.04.2.0_to_20.04.3_manifest.diff
Created August 29, 2021 12:24
Package changes between Xubuntu 20.04.2.0 and 20.04.3
# diff xubuntu-20.04.2.0-desktop-amd64.manifest xubuntu-20.04.3-desktop-amd64.manifest
9,10c9,10
< alsa-ucm-conf 1.2.2-1ubuntu0.5
< alsa-utils 1.2.2-1ubuntu2
---
> alsa-ucm-conf 1.2.2-1ubuntu0.9
> alsa-utils 1.2.2-1ubuntu2.1
14,15c14,15
< apport 2.20.11-0ubuntu27.16
@bluesabre
bluesabre / xfce_icon_patcher.py
Last active September 1, 2023 17:31
Xfce 4.16 Icon Patcher
#!/bin/python3
import os
import sys
mapping = {
'org.xfce.about': 'help-about',
'org.xfce.appfinder': 'edit-find',
'org.xfce.catfish': 'catfish',
'org.xfce.Dictionary': 'xfce4-dict',