79 lines
4.2 KiB
Nix
79 lines
4.2 KiB
Nix
# A list of UUIDs that have the same pname and we need to rename them
|
|
# MAINTENANCE:
|
|
# - Every item from ./collisions.json (for the respective Shell version) should have an entry in here
|
|
# - Set the value to `null` for filtering (duplicate or unmaintained extensions)
|
|
# - Sort the entries in order of appearance in the collisions.json
|
|
# - Make a separate section for each GNOME version. Collisions will come back eventually
|
|
# as the extensions are updated.
|
|
{
|
|
"apps-menu@gnome-shell-extensions.gcampax.github.com" = "applications-menu";
|
|
"Applications_Menu@rmy.pobox.com" = "frippery-applications-menu";
|
|
|
|
"floatingDock@sun.wxg@gmail.com" = "floating-dock-2";
|
|
"floating-dock@nandoferreira_prof@hotmail.com" = "floating-dock";
|
|
|
|
"workspace-indicator@gnome-shell-extensions.gcampax.github.com" = "workspace-indicator";
|
|
"horizontal-workspace-indicator@tty2.io" = "workspace-indicator-2";
|
|
|
|
# ############################################################################
|
|
# These are conflicts for older extensions (i.e. they don't support the latest GNOME version).
|
|
# Make sure to move them up once they are updated
|
|
|
|
# ####### GNOME 40 #######
|
|
|
|
"lockkeys@vaina.lt" = "lock-keys";
|
|
"lockkeys@fawtytoo" = "lock-keys-2";
|
|
|
|
"system-monitor@paradoxxx.zero.gmail.com" = "system-monitor"; # manually packaged
|
|
"System_Monitor@bghome.gmail.com" = "system-monitor-2";
|
|
|
|
"Hide_Activities@shay.shayel.org" = "hide-activities-button";
|
|
"hide-activities-button@nmingori.gnome-shell-extensions.org" = "hide-activities-button-2";
|
|
|
|
# At the moment, ShutdownTimer@deminder is a fork of ShutdownTimer@neumann which adds new features
|
|
# there seem to be upstream plans, so this should be checked periodically:
|
|
# https://github.com/Deminder/ShutdownTimer https://github.com/neumann-d/ShutdownTimer/pull/46
|
|
"ShutdownTimer@neumann" = null;
|
|
"shutdown-timer-gnome-shell-extension" = "shutdowntimer-2";
|
|
"ShutdownTimer@deminder" = "shutdowntimer";
|
|
|
|
"noannoyance@sindex.com" = "noannoyance";
|
|
"noannoyance@daase.net" = "noannoyance-2";
|
|
|
|
"panel-date-format@keiii.github.com" = "panel-date-format";
|
|
"panel-date-format@atareao.es" = "panel-date-format-2";
|
|
|
|
"wireguard-indicator@gregos.me" = "wireguard-indicator-2";
|
|
"wireguard-indicator@atareao.es" = "wireguard-indicator";
|
|
|
|
"extension-list@tu.berry" = "extension-list";
|
|
"screen-lock@garciabaameiro.com" = "screen-lock"; # Don't know why they got 'extension-list' as slug
|
|
|
|
# ####### GNOME 3.38 #######
|
|
|
|
# See https://github.com/pbxqdown/gnome-shell-extension-transparent-window/issues/12#issuecomment-800765381
|
|
"transparent-window@pbxqdown.github.com" = "transparent-window";
|
|
"transparentwindows.mdirshad07" = null;
|
|
|
|
# That extension is broken because of https://github.com/NixOS/nixpkgs/issues/118612
|
|
"flypie@schneegans.github.com" = null;
|
|
|
|
# ############################################################################
|
|
# Overrides for extensions that were manually packaged in the past but are gradually
|
|
# being replaced by automatic packaging where possible.
|
|
#
|
|
# The manually packaged ones:
|
|
"EasyScreenCast@iacopodeenosee.gmail.com" = "easyScreenCast"; # extensionPortalSlug is "easyscreencast"
|
|
"gnome-fuzzy-app-search@gnome-shell-extensions.Czarlie.gitlab.com" = "fuzzy-app-search"; # extensionPortalSlug is "gnome-fuzzy-app-search"
|
|
"TopIcons@phocean.net" = "topicons-plus"; # extensionPortalSlug is "topicons"
|
|
"paperwm@hedning:matrix.org" = "paperwm"; # is not on extensions.gnome.org
|
|
"no-title-bar@jonaspoehler.de" = "no-title-bar"; # extensionPortalSlug is "no-title-bar-forked"
|
|
# These extensions are automatically packaged at the moment. We preserve the old attribute name
|
|
# for backwards compatibility.
|
|
"appindicatorsupport@rgcjonas.gmail.com" = "appindicator"; # extensionPortalSlug is "appindicator-support"
|
|
"unredirect@vaina.lt" = "disable-unredirect"; # extensionPortalSlug is "disable-unredirect-fullscreen-windows"
|
|
"drawOnYourScreen@abakkk.framagit.org" = "draw-on-your-screen"; # extensionPortalSlug is "draw-on-you-screen"
|
|
"timepp@zagortenay333" = "timepp"; # extensionPortalSlug is "time"
|
|
"windowIsReady_Remover@nunofarruca@gmail.com" = "window-is-ready-remover"; # extensionPortalSlug is "window-is-ready-notification-remover"
|
|
}
|