gnome-shell-extension-appindicator 47-1 source package in Ubuntu

Changelog

gnome-shell-extension-appindicator (47-1) unstable; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
  * eslint: Use ecmaVersion 2017 (and fix incompatible code)
  * appIndicator: cleanup, move global definitions as static getters
  * appIndicator: Ignore unknown property errors for optional properties
  * promiseUtils: Include promise creation stack information on error
  * appIndicator: Ignore cancellation errors during proxy queue update
  * appIndicator: Use more async love in to call accumulated signal updates
  * appIndicator: Include more errors that may trigger indicator destruction
  * appIndicator: Move some custom proxy logic to own class
  * appIndicator: Ignore any irrelevant signal if we're in passive state
  * appIndicator: Avoid doing signal => property translation multiple times
  * appIndicator: Move proxy-only-related features to AppIndicatorProxy
  * appIndicator: Handle promise errors without using invalidated properties
  * utils: Avoid accessing possibly invalidated properties
  * appIndicator: Pass cancellable to function to create icon by path
  * appIndicator: Support indicator-multiload again (LP: #1988791)
  * appIndicator: Do not override paint vfunc unless in specific cases
  * testTool: Cleanup created temporary files and directories on shutdown
  * indicatorStatusIcon: Factorize more common code to BaseStatusIcon
  * indicatorStatusIcon: Ensure tray icons respect the global size values
  * dbusMenu: Load menu items pixbufs using async loader
  * statusNotifierWatcher: Do not try to use a destroyed indicator
  * indicatorStatusIcon: Use a timeout promise for double-click wait
  * util: Replace String.replaceAll with a common polyfill
  * util: Handle null cached properties when updating properties
  * debian/patches: drop applied patches

  [ Balázs Úr ]
  * Update Hungarian translation

  [ K.B.Dharun Krishna ]
  * locale: add Tamil translation

 -- Marco Trevisan (Treviño) <email address hidden>  Fri, 24 Feb 2023 07:24:11 +0100

Upload details

Uploaded by:
Marco Trevisan (Treviño)
Uploaded to:
Lunar
Original maintainer:
Debian GNOME Maintainers
Architectures:
all
Section:
gnome
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gnome-shell-extension-appindicator_47.orig.tar.gz 61.9 KiB 77c1e802c7690fe13aa5f0cc2390bb637bef2a554f6340c59e7a2388823b5d5c
gnome-shell-extension-appindicator_47-1.debian.tar.xz 10.9 KiB 151c59c5b0788c5d0c3f8b22980afc92d9408b99a713c041d9451a3e08683da1
gnome-shell-extension-appindicator_47-1.dsc 2.3 KiB e17e745c02c901580ad5366c0d5a738b4d547370fbf3e6eb6fadcbb887783caa

Available diffs

View changes file

Binary packages built by this source

gnome-shell-extension-appindicator: AppIndicator, KStatusNotifierItem and tray support for GNOME Shell

 This extension integrates Ubuntu AppIndicators and KStatusNotifierItems
 (KDE's blessed successor of the systray) and legacy tray icons into
 GNOME Shell.
 .
 Features:
 .
  - show indicator icons in the panel
  - reveal indicator menus upon click
  - double clicking an icon will activate the application window
    (if implemented by the indicator)
  - middle mouse click an icon to send a 'SecondaryActivate' event
    to the application. Support needs to be implemented in the application
  - supports legacy tray icons
  - icons can be themed, resized and effects can be applied