gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.42k stars 292 forks source link

--full-screen in *.desktop file has no effect to startup tilix #2026

Open szsoftware opened 3 years ago

szsoftware commented 3 years ago

Hy guys, thanks for fixing this annoying when missing standard feature.

[Desktop Entry] Version=1.0 Name=Tilix Comment=A tiling terminal for Gnome Keywords=shell;prompt;command;commandline;cmd; Exec=tilix --full-screen ...

phw commented 3 years ago

You need to set

DBusActivatable=false

Otherwise the Exec line is not used by the desktop environment (if it supports DBus activation).

szsoftware commented 3 years ago

Thank you yery much for your quick response! It is now working as expected.