mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Add some additional info on installing on 16.04 (#743)
This commit is contained in:
parent
0f1717f829
commit
c37e2bc43f
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ apt install rofi
|
||||||
|
|
||||||
**Please note that the latest version of rofi in Ubuntu 16.04 is extremely outdated (v0.15.11)**
|
**Please note that the latest version of rofi in Ubuntu 16.04 is extremely 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).
|
This will cause issues with newer scripts (i.e. with clerk) and we recommend to manually download and install newer deb files for rofi and dependencies from Zesty instead. You can find the rofi deb on [ubuntu's launchpad page for rofi](https://launchpad.net/ubuntu/+source/rofi) and you will also need [xcb-util-xrm](https://launchpad.net/ubuntu/+source/xcb-util-xrm) and a newer [libxkbcommon](https://launchpad.net/ubuntu/+source/libxkbcommon). First install the dependencies using `sudo dpkg -i <each-package-name>.deb` and then you should be able to `sudo dpkg -i rofi*.deb` and enjoy the features of the latest version.
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue