blob: 105933e55bd43fd61731f3aea6700746c833ea86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
#
# Use only .xinitrc script from a console (startx or xdm).
#
#export LC_CTYPE="fr_FR.UTF-8"
#export LANG="fr_FR.UTF-8"
[ -f $HOME/.xprofile ] && . $HOME/.xprofile
#
#%%PREFIX%%/libexec/gvfsd-trash &
exec ck-launch-session gnome-session --builtin --disable-acceleration-check --session=org.buddiesofbudgie.BudgieDesktop
|