Logitech Options on Linux

Solution 1:

I was having the same problem as you did/do. The solution that I found to address this issue was installing Solaar. This applications allows you to manage Logitech devices. I have a Logitech 400 plus (A keyboard with a mousse) and with that I can achived the things that I needed to change.

sudo apt install solaar
solaar

And you're going to see on the top right corner a battery icon indicating the battery remaining your device. Hope this helps you!

Solution 2:

There is an unofficial driver for Logitech mice and keyboards which works for me with Ubuntu 18.04 and the MX Master 2S. It enabled me to use my thumb button with gestures, smartshift scrolling with an individual threshold and individual dpi settings. See here on how to install the driver.

The Flow feature is not yet implemented but there seems to exist an alternative for Windows/Linux/Mac called barrier.

Solution 3:

As it stands Logitech Options is not available for Linux and it does not appear to be running in WINE. You could always check the WINE website for more information, but it looks like there is nothing yet.

You should always checkout the Arch Linux Wiki for help. Here is the article covering the MX Master.

Piper might be what you are looking for.

From the Github page:

Piper is a GTK+ application to configure gaming mice. 
Piper is merely a graphical frontend to the ratbagd DBus daemon, see the libratbag
README for instructions on how to run ratbagd

Solution 4:

sudo apt install solaar
solaar

This was the answer for me. I used it to enable a unifying USB receiver, and share it with an ERGO K860 keyboard and an MX ERGO trackball. Solaar will detect all devices paired with supported Unifying, Lightspeed, or Nano receivers, and at the very least display some basic information about them. A really excellent utility. Props to @vito genovese for the heads-up.