Hi, the snap variant of eric is done by somebody probably not online right now (or not monitoring this mailing list). It is no official part of eric. Therefore I suggest to delete the snap and rather go the traditional way, which is not difficult either. It is a two step process. In your home directory execute these commands.
python3 -m venv eric_venv ~/eric_venv/bin/python3 -m pip install eric-ide If you like to have entries in the system menu for eric just execute ~/eric_venv/bin/eric6_post_install That's it. Detlev Am Sonntag, 5. Mai 2019, 16:46:22 CEST schrieb Ian Proudler: > I have discovered one can run a snap app with gdb. > > Using the command ' snap run --gdb eric-ide.eric' I get the error trace > below. > > Does this shed any light on the issue? > > Ian > > ......... > > Thread 1 "python3" received signal SIGSEGV, Segmentation fault. > 0x00007f7263e2cc59 in ?? () > from /snap/eric-ide/85/usr/lib/x86_64-linux-gnu/dri/i965_dri.so > (gdb) > Continuing. > Couldn't get registers: No such process. > Couldn't get registers: No such process. > (gdb) [Thread 0x7f726fb24700 (LWP 5253) exited] > > Program terminated with signal SIGSEGV, Segmentation fault. > The program no longer exists. > > > _______________________________________________ > Eric mailing list > [email protected] > https://www.riverbankcomputing.com/mailman/listinfo/eric -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/eric
