After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691553 - Telepathy: lookup PATH when launching empathy-accounts
Telepathy: lookup PATH when launching empathy-accounts
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: telepathy
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Shell Telepathy maintainer(s)
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-11 15:00 UTC by Giovanni Campagna
Modified: 2013-01-11 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Telepathy: lookup PATH when launching empathy-accounts (1.28 KB, patch)
2013-01-11 15:00 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-01-11 15:00:17 UTC
It might be installed only in the jhbuild path.
Comment 1 Giovanni Campagna 2013-01-11 15:00:22 UTC
Created attachment 233231 [details] [review]
Telepathy: lookup PATH when launching empathy-accounts
Comment 2 Florian Müllner 2013-01-11 15:20:41 UTC
Review of attachment 233231 [details] [review]:

Sure ...

::: js/ui/components/telepathyClient.js
@@ +1348,3 @@
             case 'view':
+                let cmd = 'empathy-accounts --select-account=' +
+                    account.get_path_suffix();

Minor style nit: I'd align the 2nd line with 'empathy-accounts ...
Comment 3 Giovanni Campagna 2013-01-11 15:29:46 UTC
Attachment 233231 [details] pushed as 2679be9 - Telepathy: lookup PATH when launching empathy-accounts