We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5bb7f commit 3a729d7Copy full SHA for 3a729d7
README.md
@@ -13,3 +13,12 @@ The original FireTray has been "brutally" patched to display the number of unrea
13
It is a workaround for issues:
14
* [foudfou/FireTray #143](https://github.com/foudfou/FireTray/issues/143)
15
* [foudfou/FireTray #210](https://github.com/foudfou/FireTray/issues/210)
16
+
17
+To build XPI file just do:
18
+ cd src
19
+ make build
20
21
+To install icons on Kubuntu:
22
+ cp ./src/chrome/skin/icons/unread/*.svg /usr/share/icons/breeze/actions/16/
23
+ cp ./src/chrome/skin/icons/unread/*.svg /usr/share/icons/breeze/actions/22/
24
+ cp ./src/chrome/skin/icons/unread/*.svg /usr/share/icons/breeze/actions/24/
0 commit comments