Skip to content

Commit e28a70b

Browse files
author
Jean-Christophe Baptiste
committed
Preparing merge
1 parent 1766933 commit e28a70b

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
INSTALL_PATH = ~/.local/share/gnome-shell/extensions
2-
INSTALL_NAME = TopIcons@huttli
2+
INSTALL_NAME = TopIcons@phocean.net
33

44
install: build
55
rm -rf $(INSTALL_PATH)/$(INSTALL_NAME)

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# WARNING
2+
3+
> As stated in issue [#91](https://github.com/phocean/TopIcons-plus/issues/91), I have stopped maintaining this project actively.
4+
5+
The Gnome project chose to drop status icons and any kind of legacy tray, making the project useless on the long term and difficult to maintain due to bugs or lack of features that are out of its scope.
6+
7+
In particular, no wayland support can be achieved.
8+
9+
Open such issues not here but to the Gnome project.
10+
111
# TopIcons Plus
212

313
## Introduction
@@ -93,5 +103,6 @@ TopIcons Plus is a fork of TopIcons. Many thanks go to Adel Gadllah for making t
93103

94104
Also, thanks to all contributors (code and issues), and especially to:
95105

96-
- [nevesnunes](https://github.com/nevesnunes) for the very nice code improvements he brought up,
97-
- [terrycloth](https://github.com/terrycloth) for his contributions to the installation script and documentation to make it ready for the Fedora packaging.
106+
- [nevesnunes](https://github.com/nevesnunes) for the very nice code improvements he brought up ;
107+
- [terrycloth](https://github.com/terrycloth) for his contributions to the installation script and documentation to make it ready for the Fedora packaging ;
108+
- [huttli](https://github.com/huttli) for packaging various forks and changes, and submitting them upstream.

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
],
1717
"settings-schema": "org.gnome.shell.extensions.topicons",
1818
"url": "https://github.com/phocean/TopIcons-plus",
19-
"uuid": "TopIcons@huttli",
20-
"version": 21
19+
"uuid": "TopIcons@phocean.net",
20+
"version": 22
2121
}

0 commit comments

Comments
 (0)