GNOME Bugzilla – Bug 753494
validate: launcher: Add support for relative path while providing file path
Last modified: 2016-06-04 13:38:59 UTC
While running validate with file path, right now we have to use full absolute path to specify it. With this change, we can directly provide relative path for the same. Already submitted for folder path, but missed for file path.
Created attachment 309050 [details] [review] support for relative path
ping :)
Review of attachment 309050 [details] [review]: ok
commit 99f9f3f40805dc48f3acd8e2b7262ecc90caad94 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Aug 11 16:41:20 2015 +0900 validate:launcher: Add support for relative path while providing file path Instead of providing full absolute path while validating the file, should be able to provide the relative path with respect to the present directory. https://bugzilla.gnome.org/show_bug.cgi?id=753494
Thanks Tim, that one went out of my radar, not sure why.