terminator --geometry 2400x650+100+1200
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Showing posts with label termiantor. Show all posts
Showing posts with label termiantor. Show all posts
Saturday, March 28, 2026
Wednesday, February 25, 2026
terminator: change size and location
terminator --geometry=2420x650+80+800
Labels:
Linux,
termiantor
NixOs: Can't start terminator from distrobox on nixos
TypeError: unknown signal name: changed::font-name
The error TypeError: unknown signal name: changed::font-name occurs because Terminator is trying to connect to a GSettings signal for org.gnome.desktop.interface (font settings), but the required GSettings schemas are missing or inaccessible inside the distrobox container.
distrobox-enter -n abox -- bash -c 'unset LD_LIBRARY_PATH GI_TYPELIB_PATH GIO_MODULE_DIR GSETTINGS_SCHEMA_DIR; terminator'
Labels:
distrobox,
nixos,
termiantor
Wednesday, November 26, 2025
Friday, April 04, 2025
Thursday, August 23, 2018
Setting default terminal in Nemo
gsettings set org.cinnamon.desktop.default-applications.terminal exec terminal
Labels:
nemo,
termiantor
Monday, May 02, 2016
Terminator: Set size and position in a config file
Example config file location:
Example content
/home/mwo/.config/terminator/config
Example content
[global_config]
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
size = 2000, 500
position = 420:900
[plugins]
[profiles]
[[default]]
Labels:
Arch,
lin,
termiantor
Subscribe to:
Posts (Atom)