LinuxCommandLibrary

tlmgr-gui

Start a graphical user interface for `tlmgr`.

TLDR

Start a GUI for tlmgr

$ sudo tlmgr gui
copy


Start a GUI specifying the background color
$ sudo tlmgr gui -background "[#f39bc3]"
copy


Start a GUI specifying the foreground color
$ sudo tlmgr gui -foreground "[#0ef3bd]"
copy


Start a GUI specifying the font and font size
$ sudo tlmgr gui -font "[helvetica 18]"
copy


Start a GUI setting a specific geometry
$ sudo tlmgr gui -geometry [width]x[height]-[xpos]+[ypos]
copy


Start a GUI passing an arbitrary X resource string
$ sudo tlmgr gui -xrm [xresource]
copy

Copied to clipboard