You are not logged in.

#1 2014-12-04 00:36:43

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

[Solved] Gnome Shell Post Install Issues

I'd like to have Gnome Shell up and running nicely, I've heard it plays well with touch screens and I like the way it looks. I'm running into a few post install issues.

I've installed Gnome, gnome-extra, and gnome-shell.

Terminal application crashes, and many Gnome apps that I've used in the past are no longer included.

I'm not a Linux Newbie, but I am new to Arch. On Debian and Mint when I installed Gnome Shell I got everything I expected. I know Arch is about minimalism and control, but I feel like I'm missing a few of the standard Gnome packages. I checked the Gnome Arch Wiki page and I don't seem to be missing anything, am I just being a newb here?

Thanks.

Last edited by devinmcelheran (2014-12-04 18:28:13)

Offline

#2 2014-12-04 01:27:46

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [Solved] Gnome Shell Post Install Issues

You need to be more specific of what you're missing.

gnome-terminal crashing is usually caused by not using utf8 locale

Offline

#3 2014-12-04 01:42:39

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

I tried that, it had not been set to UTF-8, it is now and still the same. Any information I can give you to help you help me, I'll get it.

Thanks for the tip.

Offline

#4 2014-12-04 01:55:03

collisionsystm
Member
Registered: 2014-12-04
Posts: 5

Re: [Solved] Gnome Shell Post Install Issues

what is the output of

cat /etc/locale.conf

Offline

#5 2014-12-04 01:58:16

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

My /etc/locale.conf contains "LANG=en_US.UTF-8"

Is that right? I'm in Canada, we generally use US settings.

Offline

#6 2014-12-04 02:25:25

JohnBobSmith
Member
From: Canada
Registered: 2014-11-29
Posts: 804

Re: [Solved] Gnome Shell Post Install Issues

Yes, that is what I am using for my /etc/locale.conf too, and I'm from canada.

It could be possible you're missing packages. Is the terminal emulator crashing? Are other applications crashing? How did you go about installing the packages? You could try re-installing, and see if any new dependencies are picked up. Once I know exactly what application is crashing, I could try and help further. Just be warned, I'm a complete Arch noob too. Just trying to help a fellow user out. smile


I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.

Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...

Offline

#7 2014-12-04 02:34:41

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: [Solved] Gnome Shell Post Install Issues

Try running the gnome terminal from another terminal and see if you get any useful error messages.

Offline

#8 2014-12-04 03:10:17

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

This is the output of running in another terminal:

Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8

Is that at all helpful? Is there a log I can reference?

Offline

#9 2014-12-04 03:11:49

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [Solved] Gnome Shell Post Install Issues

aside from the gnome-terminal issue, which has been discussed in plenty of other threads, can you be more specific what are the "standard Gnome packages" you are missing?

Offline

#10 2014-12-04 03:37:53

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

I think I was more mistaken about that. A lot of stuff has changed since the last time I used Gnome. But one thing I forgot to mention is the general lack of responsiveness. I'm running on a quadcore, 4GB RAM, and a brand new 550MB/s SSD (trim enabled). It's not horribe, but it doesn't seem like it should be.

Thanks again.

Offline

#11 2014-12-04 04:20:47

JohnBobSmith
Member
From: Canada
Registered: 2014-11-29
Posts: 804

Re: [Solved] Gnome Shell Post Install Issues

Heres something hidden in the forums...

https://bbs.archlinux.org/viewtopic.php?id=180103

Have you tried any or all of those solutions?


I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.

Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...

Offline

#12 2014-12-04 05:01:39

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

I upgraded vte3 to vte3-git and still nothing. I don't think it's a locale issue. Most others with locale issues state in the error output that the locale isn't compatible with the C library, but mine doesn't.

Offline

#13 2014-12-04 05:35:12

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [Solved] Gnome Shell Post Install Issues

What is the output of:

 localectl 

Have you tried running (with root privileges):

 locale-gen 

Followed by:

 localectl set-locale LANG="en_US.UTF-8" 

All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#14 2014-12-04 15:04:37

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

localectl output:

System Locale: LANG=en_US.UTF-8
       VC Keymap: n/a
      X11 Layout: n/a

locale-gen output:
Generating locales...
Generation complete.
(Terminal still won't open afterwards)

localectl set-locale LANG="en_US.UTF-8": No output, Terminal still not opening.

As I mentioned, I don't think it's a locale issue anymore. I've tried setting all my locale settings a few times, logging out, rebooting, so on. None of it seems to want to work. Is there a log I can reference?

Thanks again.

Offline

#15 2014-12-04 18:25:26

devinmcelheran
Member
Registered: 2014-11-30
Posts: 16

Re: [Solved] Gnome Shell Post Install Issues

I was able to fix it by uncommenting charsets in /etc/locale.gen and rerunning locale-gen. Thanks for the help.

Offline

Board footer

Powered by FluxBB