@@ -26,29 +26,30 @@ unlock the container. For technical details please see the FAQ at the end of thi
26
26
Installation
27
27
============
28
28
29
- For Ubuntu and derivates just use this `ppa <https://launchpad.net/~jas-per/+archive/ubuntu/lucky-luks >`_::
29
+ Since 2022 luckyLUKS is available in Debian/Ubuntu based distributions - just use your package manager to install. \
30
+ For older Ubuntu and derivates use this `ppa <https://launchpad.net/~jas-per/+archive/ubuntu/lucky-luks >`_::
30
31
31
32
> sudo add-apt-repository ppa:jas-per/lucky-luks
32
33
> sudo apt-get update && sudo apt-get upgrade
33
34
> sudo apt-get install luckyluks
34
35
35
- (For older Ubuntu LTS install :code: `python-luckyLUKS ` or :code: `python3-luckyLUKS ` still present in that ppa)
36
+ (For Ubuntu LTS <20.04 install :code: `python-luckyLUKS ` or :code: `python3-luckyLUKS ` still present in that ppa)
36
37
37
- All Debian based distributions can use this debian package and install manually:
38
+ Alternatively Debian based distributions can use this Debian package and install manually:
38
39
39
- `luckyluks_2.0.1_all .deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1 /luckyluks_2.0.1_all .deb >`_
40
+ `luckyluks_2.1.0_all .deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.1.0 /luckyluks_2.1.0_all .deb >`_
40
41
41
42
On other distriubutions you can use the following zip-packaged python file:
42
43
43
- `luckyLUKS-2.0.1 <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1 /luckyLUKS-2.0.1 >`_
44
+ `luckyLUKS-2.1.0 <https://github.com/jas-per/luckyLUKS/releases/download/v2.1.0 /luckyLUKS-2.1.0 >`_
44
45
45
46
This file contains all resources and can be executed directly by the python intepreter. Place in :code: `/usr/bin ` and change ownership to root::
46
47
47
- > sudo mv luckyLUKS-2.0.1 /usr/bin/
48
- > sudo chown root:root /usr/bin/luckyLUKS-2.0.1
49
- > sudo chmod 755 /usr/bin/luckyLUKS-2.0.1
48
+ > sudo mv luckyLUKS-2.1.0 /usr/bin/
49
+ > sudo chown root:root /usr/bin/luckyLUKS-2.1.0
50
+ > sudo chmod 755 /usr/bin/luckyLUKS-2.1.0
50
51
51
- Then start with :code: `luckyLUKS-2.0.1 ` on the command line or create a desktop shortcut manually.
52
+ Then start with :code: `luckyLUKS-2.1.0 ` on the command line or create a desktop shortcut manually.
52
53
53
54
Dependencies
54
55
------------
@@ -75,7 +76,7 @@ luckyLUKS gets tested with the major desktop environments:
75
76
- :code: `xfce `
76
77
- :code: `cinnamon `
77
78
- :code: `mate `
78
- - :code: `lxqt ` (known minor ` issue < https://github.com/lxqt/lxqt-panel/issues/1705 >`_)
79
+ - :code: `lxqt `
79
80
80
81
There are also some distribution specifics with Debian:
81
82
@@ -88,7 +89,7 @@ There are also some distribution specifics with Debian:
88
89
89
90
please use the 'mount point' option in luckyLUKS
90
91
91
- Using luckyLUKS with a wayland-based display server / compositor instead of Xorg is possible with `gnome ` and `kde ` \
92
+ Using luckyLUKS with a wayland-based display server / compositor instead of Xorg is possible eg with `gnome `, `kde ` or ` sway ` \
92
93
and for security reasons this is very much recommended! There is still some work left to get wayland running smooth though, \
93
94
so check usability for yourself - things like gaming, input drivers, screen recording and also tray icon functionality \
94
95
might stop you from using a wayland compositor yet.
0 commit comments