terminator: use `dontWrapGApps` to fix desktop icon

Terminator is currently wrapped twice, which makes the python hook use a
wrapped executable name to set argv[0]. As a result, Terminator can't be
matched to its desktop entry and fails to group correctly in e.g. the GNOME app
launcher. Ensuring we only wrap the executable once solves this.

+6
+6
pkgs/applications/terminal-emulators/terminator/default.nix
··· 56 56 57 57 doCheck = false; 58 58 59 + dontWrapGApps = true; 60 + 61 + preFixup = '' 62 + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 63 + ''; 64 + 59 65 meta = with lib; { 60 66 description = "Terminal emulator with support for tiling and tabs"; 61 67 longDescription = ''