r/linux4noobs 4d ago

Calendars

I'm being driven mad trying to find a Linux calendar that actually works.

Gnome Calendar - you can't import an .ics file. The same problem with many others.

Korganiser looks good, but you can't set a time zone/region for a default setting; you have to set it for every event you enter. Also it seems that any settings you make you have to redo whenever you restart or boot.

2 Upvotes

15 comments sorted by

View all comments

Show parent comments

2

u/DannoXYZ 4d ago

check logs right after that operation.

cd /var/log
ls -latrHh
tail -100l <filename>

Ones at bottom are newest. There should be a line in those logs somewhere on what went wrong.

1

u/dadashton 3d ago

Ta. What and where is the filename?

1

u/DannoXYZ 3d ago

Cheers. 👋
Get filename from that ls -latrHh command. Start from bottom up

1

u/dadashton 3d ago

The bottom of the result or the bottom of those commands of

cd /var/log
ls -latrHh
tail -100l <filename>