$ cd /usr/bin $ grep 'exec python' * 2>/dev/null ibus-setup:exec python3 /usr/share/ibus/setup/main.py $@ $ grep 'exec python' * 2>/dev/null | wc -l 1 $ grep 'exec /usr/bin' * 2>/dev/null | wc -l 70
Ryan On Tue, Aug 9, 2016 at 11:16 PM, Ryan Lovett <[email protected]> wrote: > Things tend to not break because they explicitly use the full system path. > This is breaking because it is not. > > Ryan > > On Tue, Aug 9, 2016 at 11:00 PM, Aron Xu <[email protected]> > wrote: > >> That would mean everything in the distro should run system python3 >> explicitly, or different things are tend to break from time to time, >> which is definitely not the way to go. >> >> You would need to install the missing python3 modules to make it work, >> in this specific case that would be Gobject Introspection. >> >> ** Changed in: ibus (Ubuntu) >> Status: New => Invalid >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/1611523 >> >> Title: >> ibus-setup fails with local python3 >> >> To manage notifications about this bug go to: >> https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1611523/ >> +subscriptions >> > > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611523 Title: ibus-setup fails with local python3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1611523/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
