** Changed in: kdeaddons
Importance: Unknown => Wishlist
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/113789
Title:
servicemenue convert images has problems with dots in pathnames
--
ubuntu-bu
** Changed in: kdeaddons
Status: Confirmed => Fix Released
--
servicemenue convert images has problems with dots in pathnames
https://bugs.launchpad.net/bugs/113789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
Fixed in the KDE4 version.
** Changed in: kdeaddons (Ubuntu)
Status: Triaged => Fix Released
--
servicemenue convert images has problems with dots in pathnames
https://bugs.launchpad.net/bugs/113789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
** Changed in: kdeaddons (Ubuntu)
Status: Confirmed => Triaged
--
servicemenue convert images has problems with dots in pathnames
https://bugs.launchpad.net/bugs/113789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
The current imageconverter.desktop far too complex, not robust (it
assumes files with dotted extensions) and fails using paths with spaces.
(and also should include a conversion to PDF)
The simple and robust Exec line is:
Exec=convert "%f" "%f.xxx"
eg.
Exec=convert "%f" "%f.pdf"
Attached is an im
To continue from above, it is clear that the bug is not in the regex,
but in how KDE parses and uses the Exec line. So far I've tracked
execution of these command lines to these files:
http://lxr.kde.org/source/KDE/kdelibs/kio/kio/krun.cpp?v=3.5-branch#363
http://lxr.kde.org/source/KDE/kdelibs/kde
Just come across this bug. The strange thing is that playing around at
a command line, I get different results:
$ TMP=/some/dotted.path/foo.tiff
$ echo "$TMP" "`echo $TMP | perl -pe 's/\.[^.]+$//'`.jpg"
/some/dotted.path/foo.tiff /some/dotted.path/foo.jpg# just what you expect
and want
But
** Changed in: kdeaddons
Status: Unknown => Confirmed
--
servicemenue convert images has problems with dots in pathnames
https://bugs.launchpad.net/bugs/113789
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdeaddons in ubuntu.
--
kubu
I can confirm this as being a problem, however in all likely hood, this
will probably not get fixed in KDE 3, however I can keep an eye on KDE
4, file a bug upstream for this report and see what happens. We just
played with a couple of different combinations on IRC, and thought we
had one that woul