[kalarm] [Bug 362962] On first run, calendars are read-only, and calendar files are not created

2020-08-17 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=362962

David Jarvie  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalarm] [Bug 362962] On first run, calendars are read-only, and calendar files are not created

2016-10-27 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=362962

--- Comment #4 from David Jarvie  ---
This is how to make KAlarm work if you have a KDE 5 based version of KAlarm
which has this bug (if you can't upgrade to the version which is fixed). Create
the following 3 files:

~/.local/share/kalarm/calendar.ics
~/.local/share/kalarm/expired.ics
~/.local/share/kalarm/template.ics

All of the files should have the following content:

BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 4.3//EN
VERSION:2.0
X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
X-KDE-KALARM-VERSION:2.7.0
END:VCALENDAR

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalarm] [Bug 362962] On first run, calendars are read-only, and calendar files are not created

2016-10-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362962

David Jarvie  changed:

   What|Removed |Added

   Version Fixed In||16.08.3
  Latest Commit||72b42951fc44bccf5dcbfa0a986
   ||f39e6e3b3e86e
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from David Jarvie  ---
The file path was wrongly being saved in the resource config file as a local
path instead of a full URL.

Fixed in version 2.11.10-5 / KDE Applications 16.08.3 (commit
72b42951fc44bccf5dcbfa0a986f39e6e3b3e86e).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kalarm] [Bug 362962] On first run, calendars are read-only, and calendar files are not created

2016-10-16 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362962

David Jarvie  changed:

   What|Removed |Added

 CC||k...@dandart.co.uk

--- Comment #2 from David Jarvie  ---
*** Bug 368532 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[kalarm] [Bug 362962] On first run, calendars are read-only, and calendar files are not created

2016-10-16 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362962

David Jarvie  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from David Jarvie  ---
QUrl is being constructed with a local file path parameter, whereas it should
include a file:// scheme prefix. It may be that the resource config file is not
storing the scheme, but should be.

-- 
You are receiving this mail because:
You are watching all bug changes.