LoginSignup
0
2

More than 5 years have passed since last update.

PACEMAKER > RPi設定 > デスクトップ起動時にターミナルを表示する > .config/autostart/[任意の名前].desktopを用意する

Last updated at Posted at 2017-11-02
動作環境
Raspberry Pi 2 Model B (以下RPi)
Raspbian Jessie
Python 2.7.9

Raspberry Piを起動時、デスクトップが表示される。
デスクトップ上にターミナルが表示されて欲しい。

参考: Raspberry PiのNode-RED小ネタ

情報感謝です。

.config/autostart/[任意の名前].desktopを用意してみた。

terminal-setup.desktop
[Desktop Entry]
Exec=lxterminal
Type=Application
Name=Terminal autostart
Terminal=true

RPiを起動するとデスクトップが表示され、ターミナルも表示された。

TODOを2つ処理できた。
マインドマップ

サイズ指定

参考: https://sites.google.com/site/tetsuroweb/home/software/ubuntu/tips/lxterminal-size

lxterminal --geometry=200x50
あたりにすると27インチモニタの9割程度でおさまりそう。

geometryの指定は「文字数」。ピクセルと思って指定するとデスクトップが落ちた。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2