Bug 426664 - Load multiple todos from one file
Summary: Load multiple todos from one file
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gnokii
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Linus Walleij
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-24 01:09 UTC by Ronald Kuetemeier
Modified: 2023-09-14 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-09 05:36:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
test file (902 bytes, application/octet-stream)
2008-04-05 22:53 UTC, Ronald Kuetemeier
no flags Details

Description Ronald Kuetemeier 2007-12-24 01:09:21 UTC
Description of problem:
Can't load one todo file with multiple entries.
Have to start gnokii for every entry in the list and wait 1 sec, since even then
busy replies, from the phone, are not handled by gnokii.
I use the following script to convert a list of text into todos.
Notice the 1sec wait instead of error handling by the application.

while read LINE
do
if [ -n "$LINE" ]
then
cat <<EOF >todo.phone
BEGIN:VCALENDAR
VERSION:1.0
BEGIN:VTODO
PRIORITY:2
SUMMARY:$LINE
END:VTODO
END:VCALENDAR
EOF
gnokii --writetodo ./todo.phone 1
sleep 1
fi
done < todos.txt

Comment 1 Bastien Nocera 2008-03-31 15:38:57 UTC
Could you please provide a test file?

Comment 2 Ronald Kuetemeier 2008-04-05 22:53:04 UTC
Created attachment 301400 [details]
test file

test file

Comment 3 Bug Zapper 2008-11-26 09:08:56 UTC
This message is a reminder that Fedora 8 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 8.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '8'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 8's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 8 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Bug Zapper 2009-01-09 05:36:14 UTC
Fedora 8 changed to end-of-life (EOL) status on 2009-01-07. Fedora 8 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 5 Red Hat Bugzilla 2023-09-14 01:11:47 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.