Skip to content
Snippets Groups Projects

Start phosh via gnome-session

Merged Guido Gunther requested to merge guido.gunther/phosh:session into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 446d72eb
    systemd-unit: Set LANG · 446d72eb
    Guido Gunther authored
    Things like gnome-terminal require an UTF-8 locale and although we
    expect gnome-session to set this up it's better to have a UTF-8 locale
    right away.
+ 1
0
@@ -25,6 +25,7 @@ Before=graphical.target
ConditionPathExists=/dev/tty0
[Service]
Environment=LANG=C.UTF-8
ExecStart=/usr/bin/phosh
TimeoutStartSec=60
User=purism
Loading