summaryrefslogtreecommitdiff
path: root/x11/gnome-shell-extensions/files/pkg-message.in
blob: 22509696c0eb7b5592106eccfb66e6b0d0a5b75d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
In order to launch your session. Copy 'xprofile' into your home directory:
  cp %%EXAMPLESDIR%%/xprofile ~/.xprofile

Create or edit /var/db/AccountsService/users/YOURLOGIN file:
  [User]
  Language=fr_FR.UTF-8 # e.g. for French users
  Session=gnome-classic-xorg
  SystemAccount=false

Replace YOURLOGIN by your login.

Currently only 'gnome-classic-xorg' is supported, and tested.
EOM
}
]