Catfish cannot run on the live CD

Bug #1041929 reported by warren
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Catfish
Fix Released
Undecided
Unassigned
catfish (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

1) Lubuntu 12.10 Daily ISO dated August 26, 2012 i686
2 )catfish 0.4.01
3) In Lubuntu: Accessories/Catsish file search the applet should then open the catfish file search.
4) Nothing no response no applet gui on the desktop.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: catfish 0.4.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
Uname: Linux 3.5.0-11-generic i686
ApportVersion: 2.5.1-0ubuntu2
Architecture: i386
CasperVersion: 1.321
Date: Sun Aug 26 19:45:22 2012
LiveMediaBuild: Lubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120826)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: catfish
UpgradeStatus: No upgrade log present (probably fresh install)

Related branches

Revision history for this message
warren (wkclemmons) wrote :
Revision history for this message
Stefano Rivera (stefanor) wrote :

warren: I think that screenshot was supposed to go on bug #1041941

Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1041929

tags: added: iso-testing
Revision history for this message
warren (wkclemmons) wrote :
Revision history for this message
Stefano Rivera (stefanor) wrote :

Ah, that's fairly straightforward. To save space, we exclude .pyc files from the live CD's filesystem. They are re-created on install.

The problem is in /usr/bin/catfish. It should probably be modified to *only* look in /usr/share/catfish

#!/usr/bin/env bash

APPNAME=catfish

if [ -e $APPNAME.pyc ]
    then python $APPNAME.pyc "$@"
    else
        if [ -e $APPNAME.py ]
            then python $APPNAME.py "$@"
            else
                cd /usr/share/$APPNAME
                python $APPNAME.pyc "$@"
        fi
    fi

summary: - Catfish file search will not open
+ Catfish cannot run on the live CD
Revision history for this message
Sean Davis (bluesabre) wrote :

I've got a fix into Launchpad, will have a release before the end of the week.

Changed in catfish (Ubuntu):
status: New → Fix Committed
Revision history for this message
Stefano Rivera (stefanor) wrote :

I assume you are referring to catfish upstream. Adding a task.

BTW, we don't tend to use Fix Committed on ubuntu tasks. Either something has been released in the development release, or it hasn't.

Changed in catfish (Ubuntu):
status: Fix Committed → Triaged
Changed in catfish-search:
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package catfish - 0.4.0.2-0ubuntu1

---------------
catfish (0.4.0.2-0ubuntu1) quantal; urgency=low

  * New upstream bugfix release, including:
    - updated Russian translation of the desktop file lp: #592370
    - find in a symlinked folder does not return folder content lp: #893549
    - critical error while searching for expression lp: #536880
    - Catfish cannot run on the live CD lp: #1041929
 -- Lionel Le Folgoc <email address hidden> Sat, 15 Sep 2012 15:02:10 +0200

Changed in catfish (Ubuntu):
status: Triaged → Fix Released
Sean Davis (bluesabre)
Changed in catfish-search:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.