XFCE terminal opens in background

What I mean by background is usually I just click the terminal shortcut and start typing.  Now I have to click in the window first.  This also happens with the file manager shortcut.  This is a regression although I'm not sure what update caused it.  The problem appears to be with the "exo-open" program that the shortcuts in the quickbar (and also with the "terminal emulator" and "file manager" shortcuts in the Applications menu.)  The "exo-open" program opens whatever terminal or file manager you have set as default.
If I go down to system > Xfce Terminal or Thunar file manager which opens those programs directly I don't have this problem.  They open in the foreground.  The quickbar "exo-open" shortcuts used to do that same.  I'm wondering what changed.
Last edited by weirddan455 (2015-03-21 00:36:48)

Nevermind found the regression.  Looks like exo is its own package and was just updated two days ago.  Downgraded from exo-0.10.4-1 to exo-0.10.3-2 and the problem went away.
EDIT:  And bug report opened https://bugs.archlinux.org/task/44282
Not sure whether this should also be reported upstream.
Last edited by weirddan455 (2015-03-21 00:48:04)

Similar Messages

  • [SOLVED] Xfce terminal open links with wrong browser.

    After installing Opera as second browser, xfce terminal began to open links with it, instead of my default browser - Firefox.
    I right click on an URL, choose 'Open Link' and it opens in Opera.
    Firefox is set as default browser in Settings -> Preferred Applications -> Web Browser
    xdg-open http://archlinux.org
    - opens Firefox
    exo-open http://archlinux.org
    - opens Firefox
    After quick search through xfce terminal sources i found it uses some function - gtk_show_uri.
    I googled it, found that topic: https://bbs.archlinux.org/viewtopic.php?id=140028 and tried the solution:
    cat ~/.local/share/applications/mimeapps.list
    [Added Associations]
    x-scheme-handler/mailto=exo-mail-reader.desktop
    x-scheme-handler/http=firefox-browser.desktop
    strangely it doesn't help.
    After all righ click url in terminal and 'Open Link' still uses Opera.
    Any ideas? What else can i do to find out a reason?
    Last edited by spacetekk (2015-01-04 11:41:53)

    Tried BROWSER envar - doesnt help, and as i understand it must work only for cli apps.
    Editing of  ~/.config/mimeapps.list doesnt help eather:
    cat ~/.config/mimeapps.list
    [Default Applications]
    text/vcard=firefox.desktop
    text/html=firefox.desktop
    [Added Associations]
    text/vcard=firefox.desktop;
    text/html=firefox.desktop
    but maybe it's not correct.
    After that i tried to strace xfce4-terminal:
    poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
    recvmsg(4, {msg_name(0)=NULL, msg_iov(1)=[{"\34\0.\331!\t`\2N\1\0\0\330\336\7\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 352
    recvmsg(4, 0x7fff5ad349d0, 0) = -1 EAGAIN (Resource temporarily unavailable)
    stat("/home/user/.local/share//mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/share/mime/mime.cache", {st_mode=S_IFREG|0644, st_size=115108, ...}) = 0
    open("/usr/share/applications/opera.desktop", O_RDONLY) = 13
    fstat(13, {st_mode=S_IFREG|0644, st_size=550, ...}) = 0
    read(13, "[Desktop Entry]\nVersion=1.0\nName"..., 4096) = 550
    read(13, "", 4096) = 0
    close(13) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    pipe2([13, 19], 0) = 0
    pipe2([20, 21], 0) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd725cf1bd0) = 1469
    close(19) = 0
    close(21) = 0
    wait4(1469, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1469
    and it's strange but as i can understand it uses some mime cache file located at /usr/local/share/mime/mime.cache
    and before that some other non existing files, but i dont see there any familiar config files.

  • [solved] Terminal opens in background

    Hello,
    I use the following configuration in my Openbox rc.xml to open gnome-terminal with Super+t:
    <keybind key="W-t">
    <action name="execute">
    <execute>gnome-terminal</execute>
    </action>
    </keybind>
    However, this always opens gnome-terminal in background, thus not in the foreground of the currently active window. On the other side, it is opened in the foreground when called explicitly, for instance from the run dialog of dmenu.
    Does anyone know what determines if a window is opened in the foreground or background?
    Thankfully,
    Robert
    Last edited by orschiro (2015-02-08 21:18:50)

    You could try adding:
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    http://openbox.org/wiki/Help:Actions#St … tification

  • [Solved] Program's windows opens in background.

    Hi I have weird problem with my arch. When I run firefox, or opera or chrome or whatever, and I want to open another program (like gnome-terminal, avidemux, xmms, smplayer..or whatever) the window of this program opens in background. I have to click the bottom panel to switch to this program. WTF is going on ? The option "always show on top" is not selected.
    Last edited by lgolebio (2010-04-22 19:00:32)

    Ofcourse, I forget
    Sepc: (everything up to date)
    Archlinux 32bit
    Gnome 2.30.0-1
    laptop dell m1530
    Last edited by lgolebio (2010-04-22 18:59:25)

  • [SOLVED] xfce4-terminal opened unfocused when called by exo-open

    xfce4-terminal opened unfocused when called by
    exo-open --launch TerminalEmulator
    Last edited by D101101 (2015-03-22 19:30:49)

    Thank you, this was driving me crazy.  When I went to open a xfce-terminal (not xterm), it would not "focus" on it.. it was driving me nuts.
    Needless to say, I checked, and rechecked, and rechecked my settings for focus.. probably messing something up in the process, all because exo was bugged (!!!??).
    (bump me, but now they got to fix Thunar.  Thunar is not updating files in folders.)
    Please see https://bbs.archlinux.org/viewtopic.php?id=194955
    Last edited by Kilzool (2015-03-23 04:42:48)

  • I have tried to install office for mac and an iWork trial and each time I go to install my "terminal" opens with the heading bash-80X24 and in the box reads Joel$-office installer.mpkg joel$ . nothing further happens

    I have tried to install office for mac and an iWork trial and each time I go to install after downloading my "terminal" opens with the
    heading
    bash-80X24 and
    in the box reads Joel$-office installer.mpkg joel$ .
    nothing further happens

    This is thread from Apple discussions.
    Look for the suggestion from Shootist007 towards the end of the 2nd page.
    It is just may be useful.
    https://discussions.apple.com/thread/3709115?start=15&tstart=0

  • HT1338 I am trying to update Microsoft Office 12.3.3 on my Macbook Pro, but once it is installed terminal opens. What am I supposed to enter into Terminal?

    I am trying to update Microsoft Office 12.3.3 on my Macbook Pro, but once it is installed terminal opens. What am I supposed to enter into Terminal?

    Still trying to understand.  You install one of the MS updates (most recent was 14.2.2) and after the update completes (before the installer quits) terminal opens?  Or the installer quits and then terminal opens?
    And who is prompting for "Check for updates" ("get taken back" to what)?  Is this coming from office, say when you run Word?   Certianly the updater doesn't cause this prompt.

  • Open Image-Background Layer

    Working with FireWork8. New situation: all images open in
    Background layer. The layer window shows Web Layer, Layer 1 and
    Background.
    If more than one image is open it stack on top of the other
    one(s) in the background layer and covers it (it used to open in a
    new 'line'). If 2 images are in bg layer, one is moved into Layer
    1, although the remaining one is still bg layer said bg layer shows
    empty in the layers window. If the image in the bg layer is
    highlighted layer 1 shows as empty.
    I think it is something in the settings, but I cannot find
    where.
    Thank you for your help.
    btw I have uninstalled and re-installed FW8, same problem.
    Thank you
    Guy

    ghrb wrote:
    > Working with FireWork8. New situation: all images open
    in Background layer. The
    > layer window shows Web Layer, Layer 1 and Background.
    >
    > If more than one image is open it stack on top of the
    other one(s) in the
    > background layer and covers it (it used to open in a new
    'line'). If 2 images
    > are in bg layer, one is moved into Layer 1, although the
    remaining one is still
    > bg layer said bg layer shows empty in the layers window.
    If the image in the bg
    > layer is highlighted layer 1 shows as empty.
    >
    > I think it is something in the settings, but I cannot
    find where.
    >
    > Thank you for your help.
    >
    > btw I have uninstalled and re-installed FW8, same
    problem.
    >
    > Thank you
    >
    > Guy
    >
    Are you opening PNG files or PSD files?
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    .:Adobe Community Expert for Fireworks:.
    http://www.adobe.com/communities/experts/members/206.html

  • XFCE Terminal ? (Question Mark) Characters

    I think special characters are not displayed correctly on my XFCE terminal:
    I think my locale is OK:
    [jiewmeng@JM backbone-aura-try]$ 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=en_US.UTF-8
    These are set in
    # ~/.bashrc
    export LANG=en_US.UTF-8
    export LC_ALL=en_US.UTF-8
    So whats the problem? My console font is set to DejaVu Sans Mono. I tried afew others but got a similar result.

    cookies wrote:http://ubuntuforums.org/showthread.php?t=1806330 might help.
    I think that's a completely different issue. 'tree' doesn't print file permission, it uses utf8 symbols to print lines:
    $ tree
    ├── 1
    ├── 1.wav
    ├── 2
    ├── 2.wav
    ├── 3
    ├── 3.wav
    ├── 4
    ├── 4.wav
    ├── 5
    ├── 5.wav
    ├── 6
    ├── 6.wav
    ├── 7
    └── 7.wav

  • Terminal opens at start up

    terminal opens at start up everytime

    Open Accounts preferences, click on the Login Items tab. If you see Terminal listed, then select it and click on the Delete [-] button.

  • I can't use option "Open in Background Tab". Before was Command+Left mouse click

    Hey,
    Here:
    http://support.mozilla.com/en-US/kb/Mouse%20shortcuts?s=Open+in+Background+Tab&as=s
    is shown that '''Command+left mouse click''' is opening in new tab in background.
    In Firefox 4 it doesn't work. Do you have any idea how to make it work?
    Thanks.

    It's called New Tab Homepage and it's here:
    https://addons.mozilla.org/en-US/firefox/addon/new-tab-homepage/
    It's OK and fixed my problem with 90%. Before New Tab which I wanted to open in Background, was opening just after main Tab. Now New Tabs are opening in Background, but at the end...
    But it's OK - like Safari.
    Thanks man!

  • Why does the terminal open when I try to install an application?

    I just installed a software update, and I cannot install any applications without the bash Terminal opening up.  I don't know what it does or how it works.  Prior to the the OS X update, this issue never occurred, when I downloaded an application - it installed automatically.  I would like things to install automatically since I have no idea what I'm doing when it comes to code or bash or whatever.  PLEASE HELP!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Xmonad + dmenu + Xfce Terminal Emulator hangs at green box

    Previously I had been using the Xfce Terminal Emulator with dmenu xmonad. Most recently it stopped working and starting exhibiting the following behavior:
    If I launch "Terminal" through dmenu then the terminal launches but hangs before providing a prompt. It shows instead a madding green cursor box. The menu system is still active but it never seems to be able to execute a shell. Alternatively, if I launch mrxvt and then type "Terminal" it works correctly but displays the following warning:
    (Terminal:7162): GLib-GIO-WARNING **: Could not initialize inotify
    Oddly, if I start a terminal with dmenu and then try to start another from mrxvt then they both hang with the green box. Close both down and suddenly mrxvt launched Terminals start working again.
    Any ideas as to why Xfce Terminal isn't working with dmenu?

    I never use terminal, but I gave this a try since I am running xmonad.
    I get that empty but for a green cursor when I try to launch terminal from gmrun, but it works fine from dmenu. 
    I get an "Unable to load terminal preferences." if I try to run it from a urxvtc command line, but it launches just fine. 
    My hotkey works fine, but it is bound to urxvtc.
    Last edited by llcawthorne (2009-11-24 02:59:07)

  • Backspace is ignored in Mutt pager in Xfce terminal

    This is strange.
    I found out today that the BackSpace key which I'd been used to for moving backward (bottom to top) through a message by line was being ignored.   Mutt helpfully informs me "Key is not bound.  Press '?' for help." on the input line.  As this had been working previously when running Debian/Linux Mint, I checked those RC files but find no mention of binding the BackSpace to the "previous-line" function.  I added "bind pager <backspace> previous-line" to my .muttrc to no avail.  Pressing ? in the pager and looking over the key bindings I see that it appears to be bound "<BackSpace>  previous-line            scroll up one line" but I still get the error.
    I've verified that BackSpace works as expected in Midnight Commander, Vim, and at the shell command line.  I am running mustt in an Xfce terminal session.  I have also verified that BackSpace has the expected behavior in a virtual terminal.  I have also verified that the $TERM variable is set to xterm in Xfce terminal.
    Looking at the output of xev all looks as expected:
    KeyPress event, serial 35, synthetic NO, window 0x3e00002,
    root 0x274, subw 0x0, time 46127167, (-451,280), root:(100,695),
    state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
    XLookupString gives 1 bytes: (08) "
    XmbLookupString gives 1 bytes: (08) "
    XFilterEvent returns: False
    KeyRelease event, serial 35, synthetic NO, window 0x3e00002,
    root 0x274, subw 0x0, time 46127261, (-451,280), root:(100,695),
    state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
    XLookupString gives 1 bytes: (08) "
    XFilterEvent returns: False
    At the virtual console I get:
    keycode 14 press
    keycode 14 release
    when pressing BackSpace.
    Using the "what-key" function in Mutt in the Xfce terminal shows:
    Char = ^?, Octal = 177, Decimal = 127
    while at the virtual console it shows:
    Char = <BackSpace>, Octal = 420, Decimal = 272
    when pressing BackSpace.  The code in the Xfce terminal is that of ASCII Delete, so things are a bit awry.  Meanwhile Mutt sees the Delete key as:
    Char = <Delete>, Octal = 423, Decimal = 275
    in Xfce terminal and in the virtual console. 
    Interestingly, typing Ctl+Shft+/ (for Ctl-?) Mutt shows BackSpace in virtual console but ^? Xfce terminal.
    I also have the same behavior when using SSH to remotely access the desktop as I get from Xfce terminal.  In fact, this is how I first noticed this.
    So far this is the only real glitch I've encountered since trying Arch.

    Looks as though I may have fixed it in Xfce terminal by going to Edit=>Preferences=>Advanced and set "Backspace key generates:" to "Control-H".  So far it has not broken Midnight Commander or Vim and the key is now recognized in Mutt's pager and also works as the BackSpace (deleting the character to the left of the cursor and then moving the cursor to that place) in Mutt's editing fields.
    Last edited by Nate_KS (2011-01-08 14:04:40)

  • [SOLVED]How do I change the title string of XFCE Terminal App.

    Hi,
    I'd like to change the window title string of XFCE Terminal Application to "current directory path string"
    What is the configuration file?
    Regards.
    Last edited by koro (2007-06-13 03:11:33)

    Thank you ataraxia,
    With your advice, I went to google, and I could find a topic about escape sequence of  bash.
    That was almost same as your zsh script.
    First, I edited my .bashrc file:
    export PROMPT_COMMAND='echo -ne "\033]0; $HOSTNAME: $PWD\007" '
    It was fine.
    Next, I wrote your script in my.bashrc file .
    It was fine, too.
    Now I could change title string of my terminal application.
    Thank you very much.
    Best regards.

Maybe you are looking for