You are not logged in.

#1 2014-11-01 06:29:19

Philip.97.hd
Member
From: Syria,Hamah
Registered: 2014-10-31
Posts: 5

Gnome Terminal Don't work

Hi..!

I'm new here smile 

Gnome terminal don't work .. but another terminal like ( lxterminal work 100% ) ..

when I run gnome terminal using lxterminal I get this :

[philip@ArchLinux ~]$ 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
[philip@ArchLinux ~]$ 

can anyany one help me big_smile

Offline

#2 2014-11-01 06:50:38

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

Re: Gnome Terminal Don't work

Please search before posting: https://bbs.archlinux.org/viewtopic.php?id=180103

Your locale is broken



Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-11-01 07:02:35

Philip.97.hd
Member
From: Syria,Hamah
Registered: 2014-10-31
Posts: 5

Re: Gnome Terminal Don't work

jasonwryan wrote:

Please search before posting: https://bbs.archlinux.org/viewtopic.php?id=180103

Your locale is broken



Moving to NC...

I did this >

[root@ArchLinux philip]# locale-gen
Generating locales...
  ar_SY.UTF-8... done
  ar_SY.ISO-8859-6... done
  en_US.UTF-8... done
  en_US.ISO-8859-1... done
Generation complete.
[root@ArchLinux philip]#


then reboot
==========
Also I tried this

[root@ArchLinux philip]# pacman -S vte3
warning: vte3-0.38.1-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Packages (1): vte3-0.38.1-1

Total Installed Size:   1.43 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
(1/1) reinstalling vte3                            [######################] 100%
[root@ArchLinux philip]#



===
but that don't work sad

Last edited by Philip.97.hd (2014-11-01 07:08:23)

Offline

#4 2014-11-01 07:09:22

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

Re: Gnome Terminal Don't work

Read posts in that thread again, then read the wiki page: and follow the instructions there exactly.

And learn how to use code tags: https://wiki.archlinux.org/index.php/Fo … s_and_Code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2014-11-20 07:04:02

sentinel
Member
Registered: 2014-11-20
Posts: 1

Re: Gnome Terminal Don't work

Hey, I've been bouncing this problem around a few days now and finally have it working.

The potentially relevant files edited and commands used were: (not necessarily in this order)

# # files
# /etc/locale.conf
# /etc/locale.gen
# # commands
# locale-gen
# localectl
# localectl set-locale LANG="en_US.UTF-8"
# locale
# locale -a
# reboot

Currently, gnome-terminal is working for me. My LANG variable is C. The whole time I thought gnome required the locale to be set to "en_US.UTF-8" to [support utf-8 / function properly]. Seems I was wrong.

In the hopes that it may be useful ( and because I'm still not sure what change was the fix ), here's some info from my system with gnome-terminal now working.

[xx@lenovo-y40 ~]$ gnome-terminal 
[xx@lenovo-y40 ~]$ # worked...
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ locale
LANG=C
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=C
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=
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ localectl
   System Locale: LANG=en_US.UTF-8
                  LC_COLLATE=C
       VC Keymap: us
      X11 Layout: us
       X11 Model: pc105+inet
     X11 Options: terminate:ctrl_alt_bksp
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ locale -a
C
POSIX
en_US
en_US.iso88591
en_US.utf8
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ cat /etc/locale.conf 
# LANG=en_US.iso88591
# LC_COLLATE=C
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=C
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=

[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ cat /etc/locale.gen | grep -v '^\#'
en_US.UTF-8 UTF-8  
en_US ISO-8859-1  
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 
[xx@lenovo-y40 ~]$ 

Offline

Board footer

Powered by FluxBB