Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

gnome-bluetooth: "Send via bluetooth" missing in n

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
12 posts • Page 1 of 1
Author
Message
astralbat
n00b
n00b
Posts: 33
Joined: Sun Jan 23, 2005 7:44 pm

gnome-bluetooth: "Send via bluetooth" missing in n

  • Quote

Post by astralbat » Sat May 14, 2005 9:10 pm

This has really puzzled me.

Since I upgraded to gnome 2.10, the send via bluetooth in nautilus's context menu is missing.

I have:
gnome-blutooth
bluez-libs/utils
openobex

/etc/init.d/bluetooth starts and stops fine at boot

gnome-obex-server starts and works when I send a file from my mobile. Also gnome-obex-send works and I can send a file to my mobile fine.
Call me anal, but I really want the pretty menu in Nautilus to work.

Anyone have any ideas?
Last edited by astralbat on Mon Jun 27, 2005 6:54 pm, edited 1 time in total.
Top
thesnowman
Guru
Guru
Posts: 365
Joined: Thu May 08, 2003 3:29 pm
Location: Sydney, Australia

  • Quote

Post by thesnowman » Sun May 15, 2005 12:09 am

Check out the gnome bluetooth mailing list where this has already been discussed. In short, it uses bonobo which was deprecated in 2.10.
http://lists.gnomehack.com/pipermail/gn ... hread.html
Top
zervus
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 133
Joined: Wed Jan 19, 2005 5:35 pm

  • Quote

Post by zervus » Mon Jun 27, 2005 4:58 pm

Thanks for the info, I just stumbled onto the problem myself. Any idea when/if the send-it menu will be back?
Top
astralbat
n00b
n00b
Posts: 33
Joined: Sun Jan 23, 2005 7:44 pm

Workaround

  • Quote

Post by astralbat » Mon Jun 27, 2005 6:53 pm

I found little information out there, even after reading the mailing lists about when it may be back. Though that was when I first posted this.

It also took me a while to find the command line alternative! (It's gnome-obex-send <file>).
Obviously this is what Nautilus ultimately calls anyway.
Top
zervus
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 133
Joined: Wed Jan 19, 2005 5:35 pm

  • Quote

Post by zervus » Wed Jun 29, 2005 7:57 am

Thanks, I'm using gnome-obex-send now as well. But it's hardly as comfortable as the previous nautilus integration. Let's hope we'll get it back soon!
Top
mariourk
l33t
l33t
User avatar
Posts: 807
Joined: Fri Jul 11, 2003 8:48 am
Location: Urk, Netherlands

  • Quote

Post by mariourk » Fri Jul 29, 2005 6:17 pm

Any news on this one?
If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all.
Top
narayan
n00b
n00b
Posts: 3
Joined: Sat Jul 30, 2005 2:11 pm
Location: Kaltenkirchen Germany

Gnome 2.10 and Gnome Bluetooth

  • Quote

Post by narayan » Sat Jul 30, 2005 2:22 pm

I wrote a little nautilus script to bring back the missing "send via bluetooth" kontextmenu entry.

Code: Select all

#!/bin/sh
# send selected file via Bluetooth. Workaround for
# gnome-bluetooth with gnome 2.10
# Matthias Böhm <m.boehm@mbnetworx.net>
filepath=$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS
gnome-obex-send $filepath
This works fine for me so far. Hope this might help you to. :wink:

Matthias
Top
mariourk
l33t
l33t
User avatar
Posts: 807
Joined: Fri Jul 11, 2003 8:48 am
Location: Urk, Netherlands

  • Quote

Post by mariourk » Sat Jul 30, 2005 9:45 pm

Ok, I'll check it out. I'm now updating my laptop and that will take a while.
( THE weakness of Gentoo, the compiletime.... :roll: )
If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all.
Top
zervus
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 133
Joined: Wed Jan 19, 2005 5:35 pm

  • Quote

Post by zervus » Sun Jul 31, 2005 12:24 pm

I heard something about the problem being fixed in Gnome 2.12, which will be out in September.
Top
astralbat
n00b
n00b
Posts: 33
Joined: Sun Jan 23, 2005 7:44 pm

  • Quote

Post by astralbat » Sun Jul 31, 2005 2:29 pm

zervus wrote:I heard something about the problem being fixed in Gnome 2.12, which will be out in September.
Yes, I saw this too in a pre-release tour: http://www.gnome.org/~davyd/gnome-2-12/
Top
fs_mariner
n00b
n00b
User avatar
Posts: 45
Joined: Sat Jun 12, 2004 7:48 am

Thanks

  • Quote

Post by fs_mariner » Tue Sep 20, 2005 11:29 pm

Thanks for the idea narayan.

Code: Select all

#!/bin/sh

btsend=$(echo -e "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | awk 'BEGIN {
FS = "\n" } { printf "\"%s\" ", $1 }' | sed -e s#\"\"##)
eval "gnome-obex-send $btsend"
You'll need this script to send files with spaces and/or multiple files

*Note remember place this in your nautilus scipts folder and make the file executable.
File-->Scripts-->Open Scripts Folder
Earth wanderer on the beautiful sailing vessels "spiritwind", "friendship", and "wavesofgrace"
Top
mwplinux
n00b
n00b
Posts: 39
Joined: Wed Feb 25, 2004 4:26 pm
Location: Copenhagen, Denmark

Re: Thanks

  • Quote

Post by mwplinux » Thu Sep 22, 2005 8:02 am

*Note remember place this in your nautilus scipts folder and make the file executable.
File-->Scripts-->Open Scripts Folder
Where exactly do you find that folder?

EDIT: Found the folder my self, ~/.gnome/nautilus-scripts :wink:
From the John F. Kennedy Moon Speech:
We choose to go to the moon in this decade and do the other things, not because they are easy, but because they are hard.
Top
Post Reply

12 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic