Skip to content

Commit

Permalink
v47
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRochet committed Feb 27, 2022
1 parent 4c5958c commit 54bb314
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# arch-update
Update indicator for Arch Linux and GNOME Shell

## Warning for Gnome 42
Default update command tries to run "gnome-terminal". I can't (yet?) manage to run the new Console app.
You need to either install gnome-terminal or another terminal app and edit update command in advanced options.

## Features
- Uses pacman's «checkupdates» by default and thus does not need root access
- Optional update count display on panel
Expand All @@ -24,6 +28,10 @@ To install, simply download as zip and unzip contents in ~/.local/share/gnome-sh

## Changes

### v47
- Gnome 42
- Fix deprectated option in default commandline

### v46
- Updated translation : Brazilian Portuguese
- Added translation : Occitan
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "Update indicator for Arch Linux and GNOME Shell.\n** Note : you now need to install the package pacman-contrib to use the checkupdates script. **\n Can support AUR or other distros by changing command used to check for and apply updates.",
"description": "Update indicator for Arch Linux and GNOME Shell.\n** Note : you now need to install the package pacman-contrib to use the checkupdates script. **\n Can support AUR or other distros by changing command used to check for and apply updates.\n See README about Gnome42 Console",
"name": "Arch Linux Updates Indicator",
"shell-version": [ "40", "41" ],
"shell-version": [ "40", "41", "42" ],
"url": "https://github.com/RaphaelRochet/arch-update",
"uuid": "arch-update@RaphaelRochet",
"version": 46
"version": 47
}

0 comments on commit 54bb314

Please sign in to comment.