[Bug 301515] Re: gscan2pdf does not start on Ubuntu 9.04

Jeffrey Ratcliffe Jeffrey.Ratcliffe at gmail.com
Tue Nov 25 06:40:55 UTC 2008


This is known problem, fixed in the upcoming release.

The problem only occurs when gscan2pdf is not shutdown cleanly, and then
the temp area is deleted before gscan2pdf is restarted.

If gscan2pdf is restarted first, then it will restore the previous
session.

> #!/usr/bin/perl
> exec("rm ~/.gscan2pdf");

How about

#!/bin/bash
rm ~/.gscan2pdf

or even

#!/bin/bash
mv ~/.gscan2pdf ~/.gscan2pdf.old
grep -v session ~/.gscan2pdf.old > ~/.gscan2pdf
rm ~/.gscan2pdf.old

-- 
gscan2pdf does not start on Ubuntu 9.04
https://bugs.launchpad.net/bugs/301515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list