Public bug reported:
Binary package hint: gnome-utils
gnome-search-tool changed behavior from earlier versions:
discards configuration when started with --path=
Earlier behavior restored by copying earlier version from 8.10 to 9.10
Example with nautilus-scripts
.gnome2/nautilus-scripts/search.here.sh:
In ubuntu 8.10
#------------------------------------------------------------
#!/bin/bash
cd $NAUTILUS_SCRIPT_CURRENT_URI
exec gnome-search-tool
#------------------------------------------------------------
When starting this script by right clicking it starts in the current directory
AND remembers all settings
in 9.10 (1)
#------------------------------------------------------------
#!/bin/bash
gnome-search-tool --path=$NAUTILUS_CURRENT_URI
#------------------------------------------------------------
When right clicking and running this script
Expected behavior:
Start in current folder AND remember all settings
Actual behavior
Starting in current folder BUT all settings forgotten
in 9.10 (2)
#------------------------------------------------------------
#!/bin/bash
gnome-search-tool
#------------------------------------------------------------
When right clicking and running this script
Expected behavior
Don't know what to expect
Actual behavior
Starts in /home/user AND all settings remembered
Copied gnome-search-tool from 8.10 to 9.10 and expected behavior returned
Copied files:
/usr/bin/gnome-search-tool
/usr/lib//libgnome-desktop-2.so.7.2.4
/usr/lib/libgnome-desktop-2.so.7 (symlink)
** Affects: gnome-utils (Ubuntu)
Importance: Undecided
Status: New
--
gnome-search-tool in 9.10 discards configuration when started with --path=
https://bugs.launchpad.net/bugs/552157
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs