Opened 15 years ago
Closed 15 years ago
#944 closed Bug (invalid)
"Open folder" uses totem to open the folder
Reported by: | frandavid100 | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | GTK+ Client | Version: | 1.20 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Hi,
I'm using 1.20. I've tried the "Open folder" feature and transmission seems to be calling totem to open it, not nautilus.
Change History (3)
comment:1 Changed 15 years ago by mezz
comment:2 Changed 15 years ago by frandavid100
Sorry, it was a problem in my system. Transmission opens folders with Nautilus alright.
comment:3 Changed 15 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
It works fine here to call Nautilus on FreeBSD with GNOME 2.22.1. Transmission is using either g_app_info_launch_default_for_uri() (GIO from glib 2.15 and above) or xdg-open. It's possible that your mimetype or uri got mess up? I don't really know how GIO works yet, but as for the xdg-open checks on WM session for WM's default file manager. It WM session don't exist then it will open up web browser (firefox or else.) instead. I think, mine is using GIO since I have glib 2.16.2 installed.