You are not logged in.

#1 2014-04-16 21:36:38

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

After updating Gnome to 3.12, gnome-terminal doesn't start

Hi Everybody!

when I click on the gnome-terminal Icon it seems that it started for after a couples of second nothing happen

I have found several people with similar problems in this forum I have tried those Solutions, but it doesn't work for me

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


$ locale-gen
$ localectl set-locale LANG="en_CA.UTF-8"
$ localectrl status
   System Locale: LANG=en_CA.UTF-8
   VC Keymap: us
   X11 Layout: us
   X11 Model: pc105+inet
   X11 Options: terminate:ctrl_alt_bksp
$ locale
   LANG=en_CA.UTF-8
   LC_CTYPE="en_CA.UTF-8"
   LC_NUMERIC="en_CA.UTF-8"
   LC_TIME="en_CA.UTF-8" 
   LC_COLLATE="en_CA.UTF-8"
   LC_MONETARY="en_CA.UTF-8"
   LC_MESSAGES="en_CA.UTF-8"
   LC_PAPER="en_CA.UTF-8"
   LC_NAME="en_CA.UTF-8"
   LC_ADDRESS="en_CA.UTF-8"
   LC_TELEPHONE="en_CA.UTF-8"
   LC_MEASUREMENT="en_CA.UTF-8"
   LC_IDENTIFICATION="en_CA.UTF-8"
   LC_ALL=

so the one million dollars Question what else should I do to fix this problem?

Offline

#2 2014-04-16 21:45:49

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Run it from a terminal to see if it generates an error message...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-04-16 21:48:43

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Make sure vte3 is installed. I had some other package that was installed instead that didn't provide the correct version.

Also do what jasonwryan suggested, open a different terminal and try to run gnome-terminal

Offline

#4 2014-04-16 21:56:24

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

@jasonwryan: I got this error: "Unable to init server: Could not connect: connection refused" "Failed to parse arguments: cannot open display" I believe this error is expected since I'm not calling gnome-terminal from Xorg

@Kopkins: I had the right version of vte3, I even reinstalling it and nothing...

Offline

#5 2014-04-16 23:50:32

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Run it in another terminal in X. start your desktop install xterm and run gnome-terminal from xterm.

Offline

#6 2014-04-17 01:18:27

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

this is the correct output: "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 1"

thanks Kopkins

Offline

#7 2014-04-17 03:17:35

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

That's the exact error I had when I didn't have the correct vte3.

Do :

pacman -Q vte3

and post the result

Offline

#8 2014-04-17 05:28:16

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

@Kopkins this is the output

vte3 0.36.0-1

Offline

#9 2014-04-17 14:36:33

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

I used this page to fix my gnome-terminal.

Maybe try rebuilding with --enable-debug. Use the abs to get the PKGBUILD and .install files.

https://wiki.gnome.org/Apps/Terminal/Debugging

Offline

#10 2014-04-17 14:42:20

Name Taken
Banned
Registered: 2014-04-09
Posts: 113

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

I also noticed this problem. Took me 10 seconds to downgrade it back to 3.10.

Last edited by Name Taken (2014-04-17 14:47:56)

Offline

#11 2014-04-17 15:32:49

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

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

^Downgrading is no kind of a long term solution.

juanp_1982 wrote:

this is the correct output: "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 1"

If i understand correctly, that message means that when you launch gnome-terminal, it tries to start org.gnome.Terminal.service via dbus, and that fails.
So, either this is dbus issue, or org.gnome.Terminal.service, which is used to launch gnome-terminal-server fails for some other reason.

Try executing 'dbus-launch /usr/lib/gnome-terminal/gnome-terminal-server' from another terminal in X and let us know what happens.

Last edited by ooo (2014-04-17 15:37:09)

Offline

#12 2014-04-17 19:46:37

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

@ooo this is what I get "Wrong euid/egid, exiting."

Offline

#13 2014-04-17 20:02:13

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

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Interesting, Someone was getting the same error as you when trying to run gnome-terminal with sudo, but you aren't probably using your system as root though..
wrong euid/egid hints that there could be something wrong with your users permissions. Have you tried creating a new user and testing gnome-terminal with it?

Offline

#14 2014-04-18 06:27:45

juanp_1982
Member
From: Halifax, Nova Scotia, Canada
Registered: 2012-09-02
Posts: 69

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

@ooo, it is very interesting! :-p I haven't neither created new users nor messing around with the permission, everything was working just fine,  update my laptop, saw the new gnome 3.12 was available and then reboot my laptop to see the new gnome, the second app that I opened was gnome-terminal and that was the first time that I got the error, I when to the log and internet and nothing helped

Offline

#15 2014-04-18 15:05:13

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

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

In that case, maybe you should try creating a new user and check if the problem persists

Offline

#16 2014-04-22 17:10:25

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Same error here. Started with upgrade to 3.12 and is still present with gnome-terminal 3.12.0-1.

$ gnome-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 1
$ pacman -Q vte3
vte3 0.36.0-1
$ dbus-launch /usr/lib/gnome-terminal/gnome-terminal-server
Non UTF-8 locale is not supported!
$ localectl status
   System Locale: n/a

       VC Keymap: n/a
      X11 Layout: n/a

$ locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=

Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#17 2014-04-23 00:01:09

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

bbarcher wrote:

Same error here. Started with upgrade to 3.12 and is still present with gnome-terminal 3.12.0-1.

$ dbus-launch /usr/lib/gnome-terminal/gnome-terminal-server
Non UTF-8 locale is not supported!
$ localectl status
   System Locale: n/a

       VC Keymap: n/a
      X11 Layout: n/a

$ locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=

Your error is actually different, and fixed easily. The new gnome terminal doesn't support non-UTF-8 locales, which it says in your dbus error. You have to change your locale settings to something equivalent in a UTF-8 format.


For me:

locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
cat /etc/locale.conf 
LANG=en_US.UTF-8

cat /etc/locale.gen
en_US.UTF-8 UTF-8 

Make sure to run 'sudo locale-gen' after you've changed the appropriate files. Then reboot and you should be good.

https://wiki.archlinux.org/index.php/Co … ng_locales

Offline

#18 2014-04-24 16:35:04

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

I have the same problem. How can I downgrade it?

Offline

#19 2014-04-26 10:48:36

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Kopkins wrote:

The new gnome terminal doesn't support non-UTF-8 locales, which it says in your dbus error.

That was it. Thank you!


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#20 2014-04-27 21:15:20

parcival
Member
From: Zürich
Registered: 2013-02-27
Posts: 18

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Kopkins wrote:

Then reboot and you should be good.

I was already posting this doesn't quite work for me as I read your post carefully again and saw this little snippet. Thanks man, it works like a charm again. big_smile


What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence.

- Ludwig Wittgenstein (1889-1951)

Offline

#21 2014-11-16 20:20:23

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

I've just got a very similar error. Clean arch install.

gnome-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

Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#22 2014-11-23 23:35:56

viqar
Member
From: London
Registered: 2014-11-23
Posts: 1

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

bbarcher wrote:

I've just got a very similar error. Clean arch install.

gnome-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

I installed Mate Terminal - it's almost exactly the same as Gnome Terminal.

I had exactly the same problem as above, on a fresh install, and I could find no way around it.

Offline

#23 2014-11-24 00:24:45

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

Same as per lxterminal, recently.


do it good first, it will be faster than do it twice the saint wink

Offline

#24 2014-12-02 13:25:09

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

This has worked for me for gnome-terminal
https://bbs.archlinux.org/viewtopic.php … 9#p1405049


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#25 2015-10-14 15:53:43

aikathila
Member
Registered: 2015-10-14
Posts: 4

Re: After updating Gnome to 3.12, gnome-terminal doesn't start

https://bbs.archlinux.org/viewtopic.php … 9#p1405049 does not work for me. I have locale correctly

$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

and both vte installed. I tried rebuild with this error:

$ gnome-terminal --app-id my.foo.Terminal
Error creating terminal: The name my.foo.Terminal was not provided by any .service files

dbus-launch /usr/lib/gnome-terminal/gnome-terminal-server have no output.
gnome-terminal starts only as root. As user I get still mentioned error:

$ gnome-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 10

PS: gnome-screenshot --interactive starts only via terminal, but not from Desktop like gnome-terminal. A similar error?


Acer Aspire V3-571G, Arch Linux 64-bit, Gnome 3.22.2

Offline

Board footer

Powered by FluxBB