|
|
wmCalendar
| Date |
Author |
Changelog |
Download |
Delete |
|
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
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
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
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
cool. works great. now a permenent part of my desktop.
compile problems
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
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
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
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
Great app - especially for the date-challenged such as I! Now one of my favorite apps.
How can I change the year apearance from 2 to 4 digits, i.e., 04 to 2004?
Fluxbox tip
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
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
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
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 ?
|
|
|
|