Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on startup - Archlinx #13

Closed
Vinibo opened this issue Jan 13, 2016 · 8 comments
Closed

Crash on startup - Archlinx #13

Vinibo opened this issue Jan 13, 2016 · 8 comments

Comments

@Vinibo
Copy link

Vinibo commented Jan 13, 2016

When I try to start the application (installed through AUR script), I get this error:

(terminix:19777): GLib-CRITICAL **: g_variant_get_int64: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT64)' failed

I'm on vanilla Gnome 3.18.2

@gnunn1
Copy link
Owner

gnunn1 commented Jan 13, 2016

I fixed a bug that was causing it to crash on Ubuntu, hopefully this fixes it for you as well. Give it a try and let me know if there is any change.

@Vinibo
Copy link
Author

Vinibo commented Jan 14, 2016

I had an update from AUR today, I don't have the crash anymore but doing terminix on terminal does nothing (prompt accepted without any error and that's all). I can't see any window or processes with the name "terminix".

Doing ldd doesn't show any missing links.

@gnunn1
Copy link
Owner

gnunn1 commented Jan 14, 2016

The application should be at /usr/bin/terminix, if you run it directly from another terminal does it just and quit with no info?

@Vinibo
Copy link
Author

Vinibo commented Jan 14, 2016

Yes exactly.

➜  ~  /usr/bin/terminix
➜  ~  echo $?          
0

I discovered that running terminix with sudo works.

@gnunn1
Copy link
Owner

gnunn1 commented Jan 14, 2016

That's weird, not sure what the issue is. Are you using bash or an alternative shell like zsh or fish? Also, are you using the gnome DE or something else?

@Vinibo
Copy link
Author

Vinibo commented Jan 14, 2016

You're right, I use ZSH as my login shell.
I tried

export SHELL=/bin/bash terminix

but I have the same behavior than launching terminix from ZSH.
I also tried to launch bash and then launch terminix, same thing.
For the DE question, yes I use Gnome 3.18.2.
My $LANG for root and my user is fr_CA.UTF-8.

@gnunn1
Copy link
Owner

gnunn1 commented Jan 14, 2016

Merci beaucoup for the information, couldn't resist a little french to a fellow Canadian.

There is another issue filed for ZSH, #20 , so they may be related. My priority right now is fixing some memory issues and that will probably take me a couple of days, once that is done I'll look at this next.

@gnunn1 gnunn1 closed this as completed in a85f525 Jan 14, 2016
@Vinibo
Copy link
Author

Vinibo commented Jan 15, 2016

I received an update this morning and it works and with the ZSH prompt!
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants