Sortu saio pertsonalizatua
Konfigurazio pertsonalizatua duen zure saio propioa sortzeko, jarraitu honako urratsak:
-
Create a .desktop file in /etc/X11/sessions/new-session.desktop. Make sure that the file specifies the following entries:
[Desktop Entry] Encoding=UTF-8 Type=Application Name=Saio pertsonalizatua Comment=Hau gure saio pertsonalizatua da Exec=gnome-session --session=new-sessionThe Exec entry specifies the command, possibly with arguments, to execute. You can run the custom session with the gnome-session --session=new-session command.
gnome-session aplikazioan erabili ditzakezun parametroei buruzko informazio gehiagorako, ikusi gnome-session laguntza-orria.
-
Create a custom session file in /usr/share/gnome-session/sessions/new-session.session where you can specify the name and required components for the session:
[GNOME Session] Name=Saio pertsonalizatua RequiredComponents=gnome-shell-classic;gnome-settings-daemon;Note that any item that you specify in RequiredComponents needs to have its corresponding .desktop file in /usr/share/applications/.
Saio pertsonalizatuaren fitxategiak konfiguratu ondoren, saio berria GDMren saio-hasierako pantailako saioen zerrendan erakutsiko da.
Arazo ezagunak
Debian sistemetan edo Debianen oinarritutakoetan honako errorea gertatu daiteke:
Xsession: unable to launch ""
Xsession --- "" not found; falling back to default
session.Should this happen to you, follow these steps to change the /etc/X11/Xsession.d/20x11-common_process-args file:
Aldatu STARTUP_FULL_PATH=$(/usr/bin/which "$1"|| true), idatzi STARTUP_FULL_PATH=$(/usr/bin/which $1 || true)
Aldatu STARTUP="$1", idatzi STARTUP=$1