mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Add warning about Ubuntu 16.04 Xeniali
Ubuntu 16.04 packaged version of rofi is extremly outdated. This causes all kind of weird behavior with newer scripts, i.e. with clerk. This commit adds a warning to the installation instructions to warn new users about this problem and direct them to install a newer version directly from launchpad.
This commit is contained in:
parent
96c70813ca
commit
c861805604
1 changed files with 6 additions and 1 deletions
|
@ -184,9 +184,14 @@ gdb rofi core
|
||||||
|
|
||||||
```
|
```
|
||||||
apt install rofi
|
apt install rofi
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Ubuntu 16.04 Xenial
|
||||||
|
|
||||||
|
**Please note that the latest version of rofi in Ubuntu 16.04 is extremly outdated (v0.15.11)**
|
||||||
|
|
||||||
|
This will cause issues with newer scripts (i.e. with clerk) and we recommend to manually download and install the deb file for zesty instead. You can find the deb on [ubuntu's launchpad page for rofi](https://launchpad.net/ubuntu/+source/rofi).
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
rofi from [russianfedora repository](http://ru.fedoracommunity.org/repository)
|
rofi from [russianfedora repository](http://ru.fedoracommunity.org/repository)
|
||||||
|
|
Loading…
Add table
Reference in a new issue