Gnome User Share missing | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Gnome-bluetooth settings have a button to configure the sharing of files.
This button calls for another program called gnome-user-share, which is not on the repositories.
So gnome-user-share should be on the repositories and it also should be installed by default!!
The source is locate at - http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/2.30/gnome-user-share-2.30.0.tar.bz2
Here is the spec for compiling it:
Code | [In neuem Fenster öffnen] | | <?xml version="1.0"?>
<package name="gnome-user-share">
<description>Easy to use user-level file sharing for GNOME</description>
<releases>
<release version="2.30.0" revision="1" branch="stable">
<deps>
<dep name="gconf-2.0" />
<dep name="hicolor-icon-theme" />
<dep name="libnotify" />
<dep name="gnome-bluetooth" />
<dep name="libcanberra" />
<dep name="nautilus" />
</deps>
<build>
<script>
<archive name="gnome-user-share-$VERSION">
<cmd>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc</cmd>
<cmd>make -j 2</cmd>
<cmd>make install</cmd>
</archive>
</script>
</build>
</release>
</releases>
</package> |
The spec was generated using upkg.kim88.ch (no modifications were required  ) .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|