blueman-sendto (obex-data-server not available)

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

blueman-sendto (obex-data-server not available)

Post by zAchAry »

In regard to this post: http://www.salixos.org/forum/viewtopic.php?p=7818#p7818
zAchAry wrote:d. so far, I CAN'T SEND files. (I'll confirm this issue later, because ,maybe, I did something wrong.
When launching the blueman-sendto OR blueman-applet and pressing on the Send File button, I get a dialog with the title "Select files to send" to choose a file to send, after I select & press on the Enter key OR click on the OK button, I get the following message:
obex-data-server not available

obex-data-server is probably not installed
But I still can download content from other devices.
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: blueman-sendto (obex-data-server not available)

Post by gapan »

So, do you have obex-data-server installed?
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: blueman-sendto (obex-data-server not available)

Post by zAchAry »

Yes, I do have obex-data-server installed.
How else could I "download content from other devices", eh?

edit: it happens in both, whether I am connected to a device and whether I'm not. (or I'm doing something wrong)
Image
Help to make Slackware easier Donate to Salix
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: blueman-sendto (obex-data-server not available)

Post by zAchAry »

Ok, I needed the imagemagick package (all together ~40 MB) in order to be able to transfer files

Code: Select all

obex-data-server: error while loading shared libraries: libMagickWand.so.3: cannot open shared object file: No such file or directory
I've uninstalled imagemagick and the file transfer still worked.

Edit: (image added)
Image


I tried to find the SlackBuild of the obex-data-server package without success, I want it to rebuild it without imagemagick support, since I do not need imagemagick.

Any solutions?
Last edited by zAchAry on 29. Nov 2010, 21:56, edited 1 time in total.
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: blueman-sendto (obex-data-server not available)

Post by gapan »

zAchAry wrote:I tried to find the SlackBuild of the obex-data-server package without success
Have you tried the source directory of a slackware mirror?
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: blueman-sendto (obex-data-server not available)

Post by zAchAry »

Thank you for the hint ;)

Code: Select all

http://ftp.gwdg.de/pub/linux/slackware/slackware-13.1/source/n/obex-data-server/
This is the obex-data-server.SlackBuild
Where can I investigate which line to insert in order to omit imagemagick support (if it is possible)

Edit: lines 73 -79

Code: Select all

73 ./configure \
74   --prefix=/usr \
75   --libdir=/usr/lib${LIBDIRSUFFIX} \
76   --sysconfdir=/etc \
77   --localstatedir=/var \
78   --mandir=/usr/man \
79   --build=$ARCH-slackware-linux
Last edited by zAchAry on 18. Nov 2010, 20:21, edited 1 time in total.
Image
Help to make Slackware easier Donate to Salix
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: blueman-sendto (obex-data-server not available)

Post by gapan »

If there is a configure option for it, use it.
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: blueman-sendto (obex-data-server not available)

Post by zAchAry »

that was strange!

In order to USE imagemagick you need to ENABLE bip, and it was not 'enabled', this means that I only needed to build a package from obex-data-server.SlackBuild without any modifications.

from the file /obex-data-server-0.4.5/configure (lines 1279 - 1281)

Code: Select all

1279  --enable-bip=gdk-pixbuf|magick|auto|no
1280                          Enable BIP support (disabling it will break some BIP
1281                          functions)
;)

Code: Select all

etf[~]$ obex-data-server --no-daemon
obex-data-server 0.4.5
Using Session bus
server socket created
Server created by: :1.1
server socket created
Server created by: :1.1
**Warning: Server path: /home/etf/Public
**Warning: Server path: /home/etf/Public
Question: Why there's no coordination between the binary package and the SlackBuild script?
Is that an exceptional case?
Image
Help to make Slackware easier Donate to Salix
Post Reply