forked from netblue30/firetools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
58 lines (45 loc) · 2.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Firetools is the graphical user interface of Firajail security sandbox.
Download: http://sourceforge.net/projects/firejail/files/
Dependencies: firejail, Qt4 or Qt5 library, qmake
Build and install: ./configure && make && sudo make install
Documentation and support: http://firejail.wordpress.com
License: GPL v2 or later
Setting up a compilation environment:
(Debian/Ubuntu)$ sudo apt-get install build-essential qt5-default qt5-qmake qtbase5-dev-tools libqt5svg5 git
(CentOS 7)$ sudo yum install gcc-c++ qt5-qtbase-devel qt5-qtsvg.x86_64 git
Compile and install:
$ git clone https://github.com/netblue30/firetools
$ cd firetools
(Debian/Ubuntu)$ ./configure --prefix=/usr && make && sudo make install
(CentOS 7)$ ./configure --prefix=/usr --with-qmake=/usr/lib64/qt5/bin/qmake && make && sudo make install
Firetools Authors:
netblue30 (netblue30@yahoo.com)
Daniel Schildt (https://github.com/d2s)
- ignore built packages in .gitignore
- grayscale icon for launcher
- fix/add comments throughout the code
- add more auto-detected apps
- improve visual style
- reduce margins, improve usability
- add signal-desktop icon
Reiner Herrmann
- Debian and Ubuntu integration
- various fixes
Warren Togami (https://github.com/wtogami)
- rewrite of mkrpm.sh, Fedora packaging cleanup
Piraty (https://github.com/Piraty)
- use system's icons when available
Topi Miettinen (https://github.com/topimiettinen)
- change labels to black to be visible with dark themes and various other fixes
dmio (https://github.com/dmio)
- detect and switch qt versions with autotools
Terminal icon (gnome-terminal.png) taken from Gnome project, license LGPL v3 or CC BY-SA 3.0.
Libreoffice-writer (libreoffice-writer.png) taken from LibreOffice project, license LGPL v3 (or later) or CC BY-SA 3.0 or MPL 1.1.
Icedove icon (icedove.png) taken from Debian project, license MPL 1.1 or GPL v2 or LGPL v2.1.
Firefox icon (firefox.png) taken from Firefox project, license MPL 2.0.
fmgr and firejail-ui icons (go_top.png, go_up.png, user-home.png, gnome-fs-directory.png, empty.png)
take from nuoveXT 2 project (http://gnome-look.org/content/show.php/nuoveXT+2?content=56625),
license LGPL
fmgr and firejail-ui icons (emblem-symbolic-link.png, view-refresh.png) taken from Adwaita project
(http://gnome-look.org/content/show.php/?content=144237), license GPL
Copyright (C) 2015 Firetools Authors