Tried to install glipper (gnome clipboard manager) thro’ 1-click install from here: Software.openSUSE.org
On clicking the link, the Yast Meta-package handler opened & after logging into Yast as root (p/w filled-in), it proceeded to add the repo’s, etc. This was ok. Midway through the install, it gave the foll Error Message:
Subprocess failed. Error: RPM failed: error: failed to stat /var/lib/
gdm/.gvfs: Permission denied
/var/tmp/rpm-tmp.98000: line 1: /opt/gnome/bin/gconftool-2: No such
file or directory
/var/tmp/rpm-tmp.98000: line 2: /opt/gnome/bin/gconftool-2: No such
file or directory
error: %preun(glipper-1.0-2.1.i586) scriptlet failed, exit status 127
error: %preun(glipper-1.0-2.1.i586) scriptlet failed, exit status 127
2008-08-27 02:29:18 glipper-1.0-18.1.src.rpm installed ok
2008-08-27 02:31:30 glipper-1.0-18.1.i586.rpm install failed
rpm output:
error: failed to stat /var/lib/gdm/.gvfs: Permission denied
/var/tmp/rpm-tmp.98000: line 1: /opt/gnome/bin/gconftool-2: No such
file or directory
/var/tmp/rpm-tmp.98000: line 2: /opt/gnome/bin/gconftool-2: No such
file or directory
error: %preun(glipper-1.0-2.1.i586) scriptlet failed, exit status 127
===================================================
Hi
If you search in YaST -> software -> software management and search for
gconftool-2 and make sure the “RPM provides” checkbox is selected, you
will find it’s part of the gconf2 rpm, which you need to install.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.11-0.1-default
up 1 day 6:30, 2 users, load average: 0.15, 0.12, 0.12
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
Can’t find the gconftool-2 (all repos added).
I already have the gconf2 installed (latest version). Can’t find any ‘RPM provides’ checkbox, as I can’t find gconftool-2.
Should I re-install g-conf2 (re-install option is available) or is that risky?
Hi
Hmm, what about;
Code:
malcolml@kermit-opensuse:~> which gconftool-2
/usr/bin/gconftool-2
So it’s looking in the wrong place for it…
Running above cmd from konsole, gave me the same output as your’s (/usr/bin/gconftool-2); so that one is there in the right place. Tried copying gconftool-2 from konsole; bit it returned error that there was no such dir (/opt/gnome/bin/)
Hi
To install from the konsole (as previously posted );
rpm -Uhv <name_of_rpm>
Generally I wouldn’t just copy the program, look at creating a softlink.
I’m assuming your using 64bit (x86_64), the other one i586 is for
32bit, the src (source) rpm is the original that can be made into
devel, i586, x86_64 versions using the rpmbuild command.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.11-0.1-default
up 1 day 19:37, 2 users, load average: 0.08, 0.04, 0.12
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
Hi
Not sure how you got on, but found that you need to install the
opt_gnome-compat rpm to get the gconftool-2 and it creates
the /opt/gnome file structure.
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.11-0.1-default
up 12:09, 3 users, load average: 0.12, 0.39, 0.37
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
Hi
But your not at the directory where you downloaded the files when you
su -. If you enter pwd <enter> you will see you are at /root. You need
to change to the directory where the files are before running the
command, or use the full path to where they are. My bad for not adding
that to the code (I forget and make assumptions that the user would go
to where the files are).
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.11-0.1-default
up 2 days 6:35, 3 users, load average: 0.16, 0.14, 0.10
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12
In recently-installed openSUSE 11.1, I could install glipper (gnome clipboard manager) from Software.openSUSE.org using the 1-click button. It installed glipper & dependencies properly.
However, I am unable to run the program. On typing glipper in konsole (both as normal user & root), I get the error msg -
bash: glipper: command not found
How can I run glipper?
In recently-installed openSUSE 11.1, I could install glipper (gnome
clipboard manager) from ‘Software.openSUSE.org’
(http://software.opensuse.org/) using the 1-click button. It installed
glipper & dependencies properly.
However, I am unable to run the program. On typing glipper in konsole
(both as normal user & root), I get the error msg -
> bash: glipper: command not foundHow can I run glipper?