En/na Armin Berres ha escrit:
> Simon Huggins wrote:
> 
>>On Wed, Jan 04, 2006 at 02:00:51PM +0100, Armin Berres wrote:
>>
>>
>>>I just installed orage and xfcalendar was removed. When using
>>>xfcalendar a click on the "Xfce Clock" started the calendar - now with
>>>Orange nothing happens. When I start Orange manually in a terminal
>>>everything works the way i expect it to work.

If you have xfce4-session installed yo need to run orage (ALT+F2 orage)
logout and save the session :-(

If you don't have xfce4-session installed the «/etc/xdg/xfce4/xinitrc»
from xfce4-utils should run xfcalendar. Patch attached to run orage.

>>If you don't have a systemtray then you can add one by installing
>>xfce4-systray and then right clicking the panel, choosing add new item
>>and then system tray.
> 
> That's what i get: Could not create panel item "Systemtray".
> Very weird. Seems to be another bug...

Also I've patched the «/etc/xdg/xfce4-session/xfce4-session.rc» from
xfce4-session to launch orage, it should be usefull for first time users.

Salut...
-- 
Carles
--- /home/carlesmu/tmp/dvd/xfce4-utils-4.2.3/scripts/xinitrc	2005-11-05 18:03:34.000000000 +0100
+++ /etc/xdg/xfce4/xinitrc	2006-01-04 22:36:06.000000000 +0100
@@ -117,7 +117,16 @@
 
 xftaskbar4&
 xfdesktop&
-xfcalendar &
+
+# Run orage if installed
+xfcal=`which orage`
+case "x$xfcal" in
+	x|xno*)
+		;;
+	*)
+		$xfcal &
+		;;
+esac
 
 panel=`which xfce4-panel`
 case "x$panel" in
--- /home/carlesmu/tmp/dvd/xfce4-session-4.2.3/xfce4-session.rc	2005-11-05 18:08:59.000000000 +0100
+++ /etc/xdg/xfce4-session/xfce4-session.rc	2006-01-04 21:56:33.000000000 +0100
@@ -34,7 +34,7 @@
 # This the default session launched by xfce4-session if the
 # user hasn't saved any session yet or creates a new session.
 [Failsafe Session]
-Count=4
+Count=5
 Client0_Command=xfwm4
 Client0_PerScreen=False
 Client1_Command=xfce4-panel
@@ -43,7 +43,8 @@
 Client2_PerScreen=True
 Client3_Command=xfdesktop
 Client3_PerScreen=False
-
+Client4_Command=orage
+Client4_PerScreen=False
 
 # Default splash screen selection.
 [Splash Screen]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to