Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$ tree ~/.config/autostart/ /home/dyle/.config/autostart/ |-- bluetooth-applet.desktop |-- Clementine.desktop |-- Compiz.desktop |-- Conky.desktop |-- evolution-alarm-notify.desktop |-- Pidgin.desktop |-- Skype.desktop |-- SMB.desktop |-- xfce4-settings-helper-autostart.desktop |-- xfce4-tips-autostart.desktop `-- xfconf-migration-4.6.desktop |
Da ich schonmal Probleme mit NVidia in dem Zusammenhang hatte, die nvidia-drivers haben Version 270.41.06
Quellcode |
|
1 2 |
export XDG_MENU_PREFIX=gnome- exec ck-launch-session gnome-session |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
GNOME_KEYRING_CONTROL=/tmp/keyring-8YGVDa SSH_AUTH_SOCK=/tmp/keyring-8YGVDa/ssh GNOME_KEYRING_PID=10456 GNOME_KEYRING_CONTROL=/tmp/keyring-lRicBa GNOME_KEYRING_CONTROL=/tmp/keyring-R2AAwa GNOME_KEYRING_PID=10459 GNOME_KEYRING_CONTROL=/tmp/keyring-YpnJ0a GNOME_KEYRING_PID=10460 GPG_AGENT_INFO=/tmp/keyring-lRicBa/gpg:0:1 GNOME_KEYRING_PID=10458 === auto configure Configuration === Clone: false Output: Unbekannt attached to default status: on width: 1680 height: 1050 rate: 50 primary: false position: 0 0 === Applying Configuration Configuration === Clone: false Output: Unbekannt attached to default status: on width: 1680 height: 1050 rate: 50 primary: true position: 0 0 [1324047103,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application Initializing tracker-store... Initializing tracker-miner-fs... Creating config directory:'/root/.config/tracker' Starting log: File:'/root/.local/share/tracker/tracker-miner-fs.log' Starting log: File:'/root/.local/share/tracker/tracker-store.log' (gnome-shell:10494): folks-DEBUG: individual-aggregator.vala:305: Setting primary store IDs to defaults. (gnome-shell:10494): folks-DEBUG: individual-aggregator.vala:333: Primary store IDs are 'eds' and 'system'. gnome-shell-calendar-server[10555]: Got HUP on stdin - exiting (gnome-shell:10576): folks-DEBUG: individual-aggregator.vala:305: Setting primary store IDs to defaults. (gnome-shell:10576): folks-DEBUG: individual-aggregator.vala:333: Primary store IDs are 'eds' and 'system'. gnome-shell-calendar-server[10585]: Got HUP on stdin - exiting ** (process:10491): DEBUG: Exiting gsd-printer Received signal:1->'Aufgelegt'g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Received signal:15->'Beendet' OK g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Received signal:15->'Beendet' Received signal:1->'Aufgelegt' OK |
Quellcode |
|
1 2 |
export XDG_MENU_PREFIX=gnome- exec ck-launch-session gnome-session |