ubuntuusers.de

Jahreszahlanzeige Gnome - oberes Panel

Status: Gelöst | Ubuntu-Version: Ubuntu 6.06 (Dapper Drake)
Antworten |

equability

Avatar von equability

Anmeldungsdatum:
12. November 2006

Beiträge: 336

Wohnort: Roma/Italia

Ciao, mi amici.

Weiss von euch jemand, wie ich unter Gnome im oberen Panel neben dem Datum (Tag, Monat, Tagesdatum) auch die Jahreszahl anzeigen lassen kann ❓

Ich denke mal, ich muss ueber den Config.-Editor gehen, find' aber den Eintrag nicht 😳 .

Jemand von euch eine Idee ❓ Waere echt nett.

glasen

Anmeldungsdatum:
5. November 2004

Beiträge: 2690

Schau dir mal folgenden Schlüssel in der gconf an :

/apps/panel/applets/clock_screen0/prefs/format

This key specifies the hour format used by the clock applet. Possible values are "12-hour", "24-hour", "internet", "unix" and "custom". If set to "internet", the clock will display Internet time. The Internet time system divides the day into 1000 ".beats". There are no time zones in this system, so time is the same all over the world. If set to "unix", the clock will display time in seconds since Epoch, i.e. 1970-01-01. If set to "custom", the clock will display time according to the format specified in the custom_format key.

Der passende Custom-Schlüssel steht darüber :

/apps/panel/applets/clock_screen0/prefs/custom_format

Du müsstest also den format-Schlüssel auf "custom" und den custom_format-Schlüssel nach folgender Dokumentation ändern :

http://de.php.net/strftime

%a, %d.%m.%y, %H:%M


ist ein passender Schlüssel für folgendes Format :

Do, 08.02.07, 23:46

mld-uade_team

Anmeldungsdatum:
5. Oktober 2006

Beiträge: 418

Hejsan svejsan,

gconf-editor -->/apps/panel/applets/clock_screen0/prefs/format  "custom"
gconf-editor -->/apps/panel/applets/clock_screen0/prefs/custom_format "%a, %d. %b. %Y"

*lach* rtm –> "man date" um die Datumsformatierungen nachzuschlagen.

hadet,

Michael

Ps. Gehört glaub ich nach GNOME

–-
Da war glasen wohl schneller ☺

equability

(Themenstarter)
Avatar von equability

Anmeldungsdatum:
12. November 2006

Beiträge: 336

Wohnort: Roma/Italia

Ciao, mi amici.

Ich danke euch, "glasen" und "mld/uade team", beiden.

Bis hierhin

/apps/panel/applets/clock_screen0/prefs/

bin ich gestern gekommen und wusste dann nicht weiter (was beweist, ich muss - und will 😉 - bei Linux noch viel lernen).

Und so ist nun mein Anzeigeformat: %a. %b. %e, %Y / %r (Sat. Feb 10, 2007 / H:M:S AM/PM).

Wenn ihr mal in Rom seit, meldet auch, ich geb' einen

Ungültiges Makro

Dieses Makro ist nicht verfügbar

aus 😉

Antworten |