Могу ли я запустить Tilix в раскрывающемся режиме в Wayland?

Все можно сделать в выражении perl.

Используйте -f , обычный тест файлов, чтобы переименовывались только обычные файлы (не каталоги).

Это работает:

rename 'y/A-Z/a-z/ if -f;' ./*

(Использование ./* вместо * гарантирует, что никакие имена файлов не будут интерпретироваться как параметры, даже если имя файла начинается с тире (- ).

0
03.05.2018, 12:04
1 ответ

Да, этого можно добиться, привязав ярлык к:

env GDK_BACKEND=x11 tilix --quake

Ссылки:

Из версии 1.7.7:

...the other major change is that support for quake mode in Wayland has been dropped. It's turned out to be have far too many issues to support due to the limitations of Wayland around window positioning. Users who want to use quake mode in Wayland can do so by forcing the usage of the X11 backend with tilix via the environment variable GDK_BACKEND=x11.

И из gnunn1/tilix #1314:

I've had a look at resolving these issues and frankly I just don't think it's possible to have a perfect experience under Wayland without getting into writing Wayland extensions or something else equally exotic

4
28.01.2020, 02:32

Теги

Похожие вопросы