Skip to content

Instantly share code, notes, and snippets.

View fmuellner's full-sized avatar

Florian Muellner fmuellner

View GitHub Profile
@fmuellner
fmuellner / adjust-to-tray-removal.patch
Last active August 23, 2017 21:29
Adjust topIcons extension to the legacy tray removal in GNOME 3.26
From 03b014746fa67bb76d73d9ff5274dce461fa413b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
Date: Sat, 19 Aug 2017 14:34:00 +0200
Subject: [PATCH 1/2] Adjust to tray removal in gnome-shell
GNOME 3.26 will no longer display status icons by default, so there is
no system tray we can take over. Take this case into account to avoid
errors, although this alone doesn't give us back status icons - we will
do that in a second step by starting to manage our own tray.
---

Keybase proof

I hereby claim:

  • I am fmuellner on github.
  • I am fmuellner (https://keybase.io/fmuellner) on keybase.
  • I have a public key whose fingerprint is 84DF 172E 0268 8602 9247 0DE6 7051 3C39 2939 2E4A

To claim this, I am signing this object:

@fmuellner
fmuellner / window-Request-dark-titlebars.patch
Created March 6, 2012 16:55
Patch against blender 2.62
From 664c5c0251c88e885087a0657f86db9349694bf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
Date: Tue, 6 Mar 2012 14:56:55 +0100
Subject: [PATCH] window: Request dark titlebars
---
intern/ghost/intern/GHOST_WindowX11.cpp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp