Hi, Ari Pollak wrote (24 Jun 2012 04:24:19 GMT) : > Would the following cause any problems, either because someone is using > a different browser for links or because a newer version of Python is > the default? Also wondering why Python is needed at all.
> + /usr/lib/firefox-*/firefox.sh Px, > + /usr/lib/iceweasel/iceweasel Px, Right. I replaced these two lines with: @@ -16,6 +16,8 @@ #include <abstractions/launchpad-integration> #include <abstractions/nameservice> #include <abstractions/private-files-strict> + #include <abstractions/ubuntu-browsers> + #include <abstractions/ubuntu-console-browsers> #include <abstractions/user-download> #include <abstractions/user-tmp> #include <abstractions/ibus> @@ -61,6 +63,8 @@ and @@ -61,6 +63,8 @@ /usr/bin/gnome-open rmix, /usr/bin/pidgin r, /usr/bin/xdg-open rmix, + /bin/which rix, + /usr/bin/gvfs-open rmix, /usr/lib/ r, /usr/lib/frei0r-1/*.so rm, @@ -68,9 +72,6 @@ That should be enough to cover most browsers. > + /usr/include/python2.7/pyconfig.h r, I'm running Pidgin without this line right now, no problem so far. This line was probably a coming from the profile I started from. Feel free to drop it. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

