Bug 1198166 - tracker script commands do not start.
Summary: tracker script commands do not start.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: tracker
Version: 22
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-03 13:43 UTC by sangu
Modified: 2015-09-08 10:45 UTC (History)
4 users (show)

Fixed In Version: tracker-1.3.5-1.fc22
Clone Of:
Environment:
Last Closed: 2015-09-08 10:45:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 743738 0 None None None Never

Description sangu 2015-03-03 13:43:35 UTC
Description of problem:
$ tracker-info 
WARNING: The 'tracker-info' command is no longer available.
WARNING: Use 'tracker <command> [<args>]' instead...\n
/usr/bin/tracker-info: line 8: ./tracker: No such file or directory

$ cat /usr/bin/tracker-info 
#!/bin/sh

#export TRACKER_OLD_CMD=`echo $0 | sed 's/^[./]*//'`
export TRACKER_OLD_CMD=`basename $0`
echo "WARNING: The '$TRACKER_OLD_CMD' command is no longer available." > /dev/stderr
echo "WARNING: Use 'tracker <command> [<args>]' instead...\n" > /dev/stderr

./tracker $@


Version-Release number of selected component (if applicable):
1.3.3-1.fc22.x86_64

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 David King 2015-09-08 10:45:26 UTC
Fixed upstream in 1.3.5.


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