LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-11-2016, 11:59 AM   #1
loorke
LQ Newbie
 
Registered: Dec 2016
Location: Sochi
Distribution: Arch Linux
Posts: 6

Rep: Reputation: Disabled
gnome-terminal doesn't start


gnome-terminal doesn't start for a week. When I run it from other terminal (e.g. urxvt) there isn't any output information. Process continues to exist until I press Ctrl+C. I'm not sure, but looks like it happened after update.

Distro: ArchLinux
Desktop: xmonad
gnome-terminal --version output: "Терминал GNOME 3.22.1 Используется VTE версии 0.46.1 +GNUTLS"
locale (it's fine):
Code:
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES=ru_RU.UTF-8
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=
 
Old 12-11-2016, 04:36 PM   #2
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 417

Rep: Reputation: 74
Post output of:
Code:
printenv
Try to regenerate locales
 
Old 12-11-2016, 05:12 PM   #3
loorke
LQ Newbie
 
Registered: Dec 2016
Location: Sochi
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by c0wb0y View Post
Post output of:
Code:
printenv
Try to regenerate locales
printenv:
Code:
LANG=ru_RU.UTF-8
DISPLAY=:0.0
COLORTERM=truecolor
MM_CHARSET=UTF-8
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
XDG_VTNR=2
XDG_SESSION_ID=c2
USER=loorke
PWD=/home/loorke
HOME=/home/loorke
MAIL=/var/spool/mail/loorke
WINDOWPATH=2
SHELL=/bin/bash
VTE_VERSION=4601
TERM=xterm-256color
LC_MESSAGES=ru_RU.UTF-8
SHLVL=3
XDG_SEAT=seat0
WINDOWID=27262979
_JAVA_AWT_WM_NONREPARENTING=1
LOGNAME=loorke
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
XDG_RUNTIME_DIR=/run/user/1000
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/common/scripts
_=/usr/bin/printenv
Quote:
Try to regenerate locales
I've already tried.
 
Old 12-11-2016, 10:11 PM   #4
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 417

Rep: Reputation: 74
Environment looks alright. Are you able to lauch other GTK3-based apps like gedit no prob? Or you can create a dummy account and test from there, just in case some of your .g* configs are messed up. Or if you feel like digging deeper, you can strace it.
 
Old 12-12-2016, 04:41 AM   #5
loorke
LQ Newbie
 
Registered: Dec 2016
Location: Sochi
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by c0wb0y View Post
Environment looks alright. Are you able to lauch other GTK3-based apps like gedit no prob? Or you can create a dummy account and test from there, just in case some of your .g* configs are messed up. Or if you feel like digging deeper, you can strace it.
Quote:
Are you able to lauch other GTK3-based apps like gedit no prob?
Absolutely. Gedit is my favourite code editor.

Quote:
Or you can create a dummy account and test from there, just in case some of your .g* configs are messed up.
I've already tried too.

Quote:
Or if you feel like digging deeper, you can strace it.
Can you explain?
 
Old 12-12-2016, 02:04 PM   #6
c0wb0y
Member
 
Registered: Jan 2012
Location: Inside the oven
Distribution: Windows
Posts: 417

Rep: Reputation: 74
You open xterm, then launch strace with gnome-terminal as the argument. For example,

Code:
strace -o mystrace.txt gnome-terminal
be warned with gazillion system calls. You can, though specify which syscalls you want (eg -e open,write ...). If you can try that and post the output here, people here might be able to help you out.
 
Old 12-12-2016, 04:59 PM   #7
loorke
LQ Newbie
 
Registered: Dec 2016
Location: Sochi
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by c0wb0y View Post
You open xterm, then launch strace with gnome-terminal as the argument. For example,

Code:
strace -o mystrace.txt gnome-terminal
be warned with gazillion system calls. You can, though specify which syscalls you want (eg -e open,write ...). If you can try that and post the output here, people here might be able to help you out.
The recent system update fixed it. Thanks for your time.
 
  


Reply

Tags
archlinux, terminal, xmonad


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] GNOME terminal fails to start on GNOME 3.22 after locale update Johnny_Metal Linux - Software 6 03-18-2017 01:40 PM
cant start gnome? startx (gnome) doesn't work? beam2008 Linux - General 4 11-13-2008 09:27 AM
Firefox doesn't Start - except in a Terminal Post Modern Linux - Desktop 9 08-21-2006 09:31 AM
How to Start Gnome Terminal from keyboard lumba Linux - General 5 07-14-2006 07:43 PM
Gnome terminal does not start...? perry Linux - Newbie 0 11-21-2003 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration