Dockapps.org

 you are here: dockapps.org    dockapp details   categories | add dockapp | contact us | about 
 wmweather+
 wmlenovo
 WMBiff
 WMMemFree
 wmufo
 wmpopup
 wmTraffic
 WMFetchmailMon
wmCalendar

Category: Date / Time
Rate it!
Current Rating Average: 7.75
Rate:   
Maintainer: mattlaabs
Website: http://sourceforge.net/projects/wmcalendar/
Description: A dockapp calendar with monthly view and interface to iCalendar based calendars like Ximian Evolution or Mozilla calendar.

Screenshots:
0.5.2

Available Versions:

Date Author Changelog Download Delete
2007-01-14 16:44:40 mattlaabs 0.5.2 0.5.2

Add a new Version of this Dockapp

You may add a new (or even old) version of this dockapp by using the link above. This way we can be sure that this application will be available even if the project's homepage goes down (did that ever happen to you? :)).


User Comments

No Border
posted by plbarnard (anonymous) - 2003-04-06 22:52:41

very nice, but unless you use 72x72 (which are really pretty big) or better icons, there is no border about the app and, thus, no way to move or set wm attributes.
No Border
posted by plbarnard (anonymous) - 2003-04-06 22:52:45

very nice, but unless you use 72x72 (which are really pretty big) or better icons, there is no border about the app and, thus, no way to move or set wm attributes.
No Border
posted by mattlaabs (logged user) - 2003-04-07 07:04:31

Hi, actually there is a one pixel line on the right side, but i will make a box in the bottom right corner - so it is easier to move.
version 0.3.2
posted by plbarnard (anonymous) - 2003-04-07 22:03:28

cool. works great. now a permenent part of my desktop.
compile problems
posted by mattlaabs (logged user) - 2003-04-22 02:00:11

some people have problems compiling. there is a error msg like "collect2: ld returned 1 exit status". This is a problem between libical and binutils. downgrade to libical 0.23 should solve it.

greets,

matt
Error loading shared libraries
posted by alski (anonymous) - 2003-05-27 09:10:40

After downgrading to libical 0.23 and installing both version 0.4.0 and 0.4.1, I still receive the following error:

wmCalendar: error while loading shared libraries: libical.so.0: cannot open shared object file: No such file or directory

Any ideas on what's wrong? Thanks in advance.
re: Error loading shared libraries
posted by Matthias Laabs (anonymous) - 2003-06-11 07:49:33

hi,
try editing /etc/ld.so.conf and adding the appropriate path to libical.so and then run ldconfig (as root).

hope that helps

matt
libical stuff
posted by mattlaabs (logged user) - 2003-06-11 07:55:51

There is a bug with calendar reoccurrencies in libical 0.23. The latest version on wmCalendar 0.4.3 uses reoccurrencies and doesn't work that well with libical 0.23. I will put a libical 0.24rc4 debian packet here soon.

greets,

Matt

PS: I appreciate any kind of feedback concerning wmCalendar
Great
posted by Laura (anonymous) - 2004-04-16 15:44:34

Great app - especially for the date-challenged such as I! Now one of my favorite apps.

posted by Astaroth (anonymous) - 2004-05-29 15:54:18

How can I change the year apearance from 2 to 4 digits, i.e., 04 to 2004?
Fluxbox tip
posted by MrEricSir (logged user) - 2004-09-26 20:50:05

On Fluxbox, the slit won't remember the position of wmCalendar because the dockapp doesn't have a "name."

To fix this, open wmCalendar.c and find this line (it's near the top of the file):
dockapp_open_window("", "", 64, 64, argc, argv);

To give it the name wmCalendar, enter it like this:
dockapp_open_window("", "wmCalendar", 64, 64, argc, argv);

Now compile, install, and you're set!
Cannot start wmCalendar
posted by Vauxdvihl (anonymous) - 2004-11-16 13:28:53

Error Message:
icalerror.c:99: FILE: An operation on a file failed. Check errno for more detail.
wmCalendar: icalerror.c:100: icalerror_set_errno: Zusicherung »0« nicht erfüllt.
Abgebrochen
Segmentation fault
posted by Cassio (anonymous) - 2005-03-26 11:49:16

In wmCalendar-0.5.0, when I right-click on a day, I got the folowing error:

*** glibc detected *** free(): invalid pointer: 0xb7ab5ae0 ***
Segmentation fault

wmCalendar-0.4.4 works well.
compiling issues
posted by jamespic (logged user) - 2006-08-05 03:22:43

Hello, your application looks outstandingly uselfull !
However, here is the make output :

gcc `pkg-config --cflags gtk+-2.0` -I. -DICON_TYPE= -D`uname -s` -DHAVE_SYS_TIME_H -c wmCalendar.c -o wmCalendar.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -Iusr/include -Iusr/local/include
gcc `pkg-config --cflags gtk+-2.0` -I. -DICON_TYPE= -D`uname -s` -DHAVE_SYS_TIME_H -c settings.c -o settings.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -Iusr/include -Iusr/local/include
gcc `pkg-config --cflags gtk+-2.0` -I. -DICON_TYPE= -D`uname -s` -DHAVE_SYS_TIME_H -c dockapp.c -o dockapp.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -Iusr/include -Iusr/local/include
dockapp.c: In function 'dockapp_open_window':
dockapp.c:62: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c:92: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c:103: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c: In function 'dockapp_nextevent_or_timeout':
dockapp.c:294: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c: In function 'dockapp_getcolor':
dockapp.c:315: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c: In function 'dockapp_blendedcolor':
dockapp.c:334: warning: incompatible implicit declaration of built-in function 'exit'
dockapp.c:343: warning: incompatible implicit declaration of built-in function 'exit'
gcc `pkg-config --cflags gtk+-2.0` -I. -DICON_TYPE= -D`uname -s` -DHAVE_SYS_TIME_H -c calendarfunc.c -o calendarfunc.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -Iusr/include -Iusr/local/include
calendarfunc.c: In function 'tmoonphase':
calendarfunc.c:55: warning: incompatible implicit declaration of built-in function 'sin'
calendarfunc.c:89: warning: incompatible implicit declaration of built-in function 'cos'
gcc `pkg-config --cflags gtk+-2.0` -I. -DICON_TYPE= -D`uname -s` -DHAVE_SYS_TIME_H -c calendar.c -o calendar.o -I/usr/X11R6/include/X11 -I/usr/X11R6/include -Iusr/include -Iusr/local/include
calendar.c: In function 'calendar':
calendar.c:108: error: invalid lvalue in assignment
calendar.c:120: error: invalid lvalue in assignment
calendar.c: In function 'deleteCalObjs':
calendar.c:324: error: invalid lvalue in assignment
make: *** [calendar.o] Error 1

The machine is running debian, unstable, up-to-date libical and binutils as well as all other packages.
Any idea please guys ?
Post your comments here!
Name:
Email:
Title:
Comment:


NOTE: Signup or login to post comments.
 :: search & view ::

 :: community ::

 :: member profile ::

Andrew

 :: active members ::
  • nobody
  • Thomas Nemeth
  • Jean-Philippe Guillemin
  • anomie
  • mattlaabs
  • Anthony Peacock
  • Alan Swanson
  • Draghicioiu Mihai
  • yokk
  • Aliaksei
  •  :: links ::
  • Window Maker
  • WMApp C++ Dockapp Graphics Library

  • Generated in 0.1733 seconds