[SOLVED] nautilus-open-terminal without menubar

How do I get nautilus-open-terminal to open the terminal with no menubar?
I.e. I prefer 'gnome-terminal --hide-menubar' as suppose to just 'gnome-terminal'
Anyone?
Last edited by alphahsk (2007-12-04 17:49:34)

you can disable the menu in all new windows in the general tab of gnome-terminal's edit profile
That solved it. Thanks.

Similar Messages

  • No nautilus-open-terminal in Arch64??

    The nautilus-open-terminal package is listed as being in the community repo, but it doesn't seem to be in the Arch64 community repo... shouldn't this one be easy?
    Also, where can one see what's in Arch64 repos?
    ~B

    i'm sure hte x64 and x32 repos are not exactly in sync so it may takea lil while for them to match each other ....
    i use both systems, keep them both up to date and some pkg's in x64 are more up to date, i.e nautilus 2.18.2 in x64 while nautilus 2.18.1 in x32 and both systems have the same configs .. repos: testing,unstable, etc.
    i don't know about nautilus -open terminal, because i changed the pkgbuild to work with the new /usr layout so i suggest you do the same and not live without a great little nautilus plugin any longer

  • Nautilus-open-terminal does NOT work under x86_64

    I found the latest nautilus-open-terminal v0.9-1
    http://aur.archlinux.org/packages.php?ID=5224
    does NOT work under x86_64!
    There was no open-terminal menu item in the context menu

    shaohao wrote:I found the latest nautilus-open-terminal v0.9-1
    http://aur.archlinux.org/packages.php?ID=5224
    does NOT work under x86_64!
    There was no open-terminal menu item in the context menu
    I've recompiled almost 40 days ago and i've had no problem at all.
    Have you tried logging out before trying?

  • Nautilus-open-terminal x86_64 does not open to HOME

    I just installed the nautilus-open-terminal with "pacman -S".
    When I try to right click on desktop, select open terminal, the launched gnome-terminal open to ~/Desktop NOT my home directory ~.
    any idea?

    Err, thats the point... it opens a terminal in your current location. If you want to open a terminal of your home folder, right click the home folder, or right click in the window when its open.

  • Nautilus-open-terminal to open xfterm4 instead of xterm

    I have installed in nautilus and nautilus-open-terminal in xfce4 on Arch. It opens xterm which does not have good font and appearance. How can I change the setup so that xfterm4 opens rather than xterm. I have tried arch wiki and google and though there are some posts but no clear solution. I can adjust the xterm font but it lasts only for one session. Any help will be appreciated.

    I am not sure if I have been able to define the problem clearly. The 'nautilus-open-terminal' package adds to nautilus a menu item (under File) 'open in terminal' which opens a terminal in the folder being viewed in nautilus (rather than opening a terminal from launcher, which will be opened in the home folder). However, the terminal being opened is xterm and I want to change it to xfterm4. How can I manage this? Thanks for your help.

  • Nautilus-open-terminal no longer opens non-default terminal

    I'm running gnome and have had working for some time now nautilus-open-terminal, with it set to open terminator instead of gnome-terminal. Yesterday I upgrade nautilus-open-terminal.
    [2013-03-03 10:40] upgraded nautilus-open-terminal (0.19-3 -> 0.20-1)
    Now it is opening gnome-terminal instead of terminator. I've tried a few things to fix this. The first was how I initially set terminator to open, by opening dconf-editor and navigating to org.gnome.desktop.applications.terminal and setting exec to terminator. This was already set, so I tried setting it to default and resetting it. No luck.
    I also tried setting it via gsettings with:
    gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
    I still get gnome-terminal and not terminator. Is there some way in which the newer version looks for which terminal to open that is now different than before? I suppose I could roll back that upgrade and see if that fixes things, but I was curious if anyone knew what was happening here.
    Thanks,
    -Koopa
    Last edited by Koopa (2013-03-05 00:17:29)

    Hi Koopa.
    Unfortunately, there's not much you can do about that. Only solution now would be to patch GLib itself.
    The "guilties" here are the commit below in nautilus-open-terminal and glib itself.
    commit ce56165ed58b225804f50a01dc101097b7892efd
    Author: Kalev Lember <[email protected]>
    Date:   Wed Feb 27 21:05:47 2013 +0100
        Port the terminal launching to GAppInfo
        ... dropping the use of eel-gnome-extensions and libgnome-desktop.
        This fixes the build with libgnome-desktop 3.7.90 where the terminal
        launching functionality was dropped. Instead, we use GAppInfo with the
        G_APP_INFO_CREATE_NEEDS_TERMINAL flag as a replacement.
    In Glib, the code that prepends the terminal command  line is in function prepend_terminal_to_vector on file gio/gdesktopappinfo.c. And as you can see, there is no terminator there.
    check = g_find_program_in_path ("gnome-terminal");
    if (check != NULL)
    term_argv[0] = check;
    /* Note that gnome-terminal takes -x and
    * as -e in gnome-terminal is broken we use that. */
    term_argv[1] = g_strdup ("-x");
    else
    if (check == NULL)
    check = g_find_program_in_path ("nxterm");
    if (check == NULL)
    check = g_find_program_in_path ("color-xterm");
    if (check == NULL)
    check = g_find_program_in_path ("rxvt");
    if (check == NULL)
    check = g_find_program_in_path ("xterm");
    if (check == NULL)
    check = g_find_program_in_path ("dtterm");
    if (check == NULL)
    check = g_strdup ("xterm");
    g_warning ("couldn't find a terminal, falling back to xterm");
    term_argv[0] = check;
    term_argv[1] = g_strdup ("-e");
    Me too, this bugs me a lot.
    If I wasn't too busy with another project, I would try to submit a proposal to freedesktop.org to "standardize" a way to find the default terminal, hoping that gnome devs would consider to implement it.

  • [solved] Error opening terminal: unknown.

    [max@gayforceone jornadalin]$ htop
    Error opening terminal: unknown.
    What's going on here?  I've updated my system a few times, but that's it.  My headless server is doing this too.
    Last edited by synthead (2010-04-08 20:35:12)

    This is from XFCE's terminal.  If I run xterm and run htop out of it, it works.  htop isn't the only app that is complaining about the terminal right now though
    Example:
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (9): dbus-python-0.83.1-1 feh-1.4.2-2 grep-2.6.3-1 jack-0.118.0-2
    libmodplug-0.8.8-1 pixman-0.18.0-1 vte-0.24.0-2
    xorg-xinit-1.2.1-1 youtube-dl-2010.04.04-1
    Total Download Size: 1.33 MB
    Total Installed Size: 7.99 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    grep-2.6.3-1-i686.p... 135.6K 371.0K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from extra...
    dbus-python-0.83.1-... 107.0K 338.0K/s 00:00:00 [#####################] 100%
    feh-1.4.2-2-i686.pk... 218.6K 454.7K/s 00:00:00 [#####################] 100%
    jack-0.118.0-2-i686... 239.8K 501.0K/s 00:00:00 [#####################] 100%
    libmodplug-0.8.8-1-... 150.5K 389.9K/s 00:00:00 [#####################] 100%
    pixman-0.18.0-1-i68... 140.1K 364.3K/s 00:00:00 [#####################] 100%
    vte-0.24.0-2-i686.p... 344.4K 609.4K/s 00:00:01 [#####################] 100%
    xorg-xinit-1.2.1-1-... 13.5K 160.7K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from community...
    youtube-dl-2010.04.... 14.6K 161.7K/s 00:00:00 [#####################] 100%
    checking package integrity...
    (9/9) checking for file conflicts [#####################] 100%
    (1/9) upgrading dbus-python [#####################] 100%
    (2/9) upgrading feh [#####################] 100%
    (3/9) upgrading grep [#####################] 100%
    (4/9) upgrading jack [#####################] 100%
    (5/9) upgrading libmodplug [#####################] 100%
    (6/9) upgrading pixman [#####################] 100%
    (7/9) upgrading vte [#####################] 100%
    (8/9) upgrading xorg-xinit [#####################] 100%
    (9/9) upgrading youtube-dl [#####################] 100%
    tput: No value for $TERM and no -T specified
    [max@gayforceone ~]$
    Last edited by synthead (2010-04-08 12:05:58)

  • Gnome 3.4.1 - nautilus-open-terminal doesn't unlock SSH key

    Hi everybody,
    After upgrading to Gnome 3.4.1 when I mount an SSH folder under Nautilus and then use the open remote terminal I am asked for the SSH key password. Is anybody seeing this?
    My key is correctly unlocked if I try to SSH from the terminal, however Nautilus can't unlock it. Can somebody confirm this before I file it upstream?
    Alessandro

    jolinfire wrote:
    Go to systel / about gnome.
    Or maybe it is a 64 bits bug only ?!
    i'm not a n00b.i'm using gnome for several years and when i'm write something i'm positive . it's 2.20.2 and i have i686
    Last edited by wonder (2008-01-14 15:46:55)

  • Start Application from Terminal without Open

    I need to start an application from the terminal without using open - I'm using the java exec() command to keep a handle to the application process, and when I use open it returns a handle to open instead of a handle to the application. When I try to putting in the application name, it says "cannot execute binary file". The application also won't let me look inside it to find the name of the executable. Is this possible? How do I do this?

    Some applications are not "application bundles". Usually these are older Carbon based apps that may have been ported over from OS 9. <Control>-clicking on these applications will not give you the "Show Package Contents" option because they are not folders (like application bundles are).
    However, you can launch these apps from the command line using "LaunchCFMApp". You'll have to specify the full path to LaunchCFMApp followed by the path to the app you want to launch like this:
    /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp /path/to/app/you/want/to/launch
    I'm not a java programmer but perhaps you could use a command similar to the above with java's exec().
    HTH,
    Steve
    EDIT: Oops, I just re-read your original post... I suppose even if LaunchCFMApp works with java exec() you may still get handle to LaunchCFMApp instead of the actual application.

  • [Awesome WM] Quickly openig console programms without opening terminal

    I want to QUICKLY open console programms which are meant to be ran in terminal, for example - vim or ranger.
    Right now to launch them, I do the following:
    Mod4+Enter (opens terminal)
    Type in command + Enter
    I hate that I do have to open terminal. I want to take a shortcut. One possibility would be to:
    Mod4+r (opens default launcher widget)
    Type in "terminator -e ranger" (opens my terminator terminal whith "ranger" command executed)
    Problem with this is that there's a lot of complicated typing in widget. What would be the best way to launch these programms quickly?

    to start frequently used applications, console or otherwise, i prefer keyboard shortcuts, which you can define in your rc.lua file. another option woud be to use a menu: either the built-in right-click menu (can also be modified in rc.lua), or the new (since 3.4 or 3.5, not sure) menubar that pops up under the top panel when you hit a shortcut key. the last one i dont' like and keep disabled, so no personal experience with that. the other two options i use and modify often, due to changing applications & habits. if you're not familiar with lua, editing the config file (~/.config/awesome/rc.lua) will take some figuring out, but for this use-case at least it isn't difficult.

  • Hyperlink on Crystal Report: how to popup a window without menubar?

    Hyperlink on Crystal Report: how to popup a window without menubar?
    Hello Experts!
    I'm using VS2003 with Crystal Reports for VS2003.
    I need to show a popup window clicking a hyperlink text object on my crystal report.
    On the CrystalReportViewer I have set up HyperlinkTarget=_blank, and it's working fine.
    But when I click on the hyperlink and shows the popup window, how can I show the popup window without menubar, toolbar, directories, etc.
    Something like:
    window.open('../MyPage.html?id=id001" + Cad + "',null,'menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,status=yes')

    Adam is correct. The closest you can get is setting the CrystalReportViewers HyperlinkTarget to _blank. It was seen as a potential security vulnerability to allow you to run scripts from a Crystal Reports. In our Enterprise product you can use a reg key called EncodeHTMLForSingleLineFieldObjects to control whether this can be turned on or off.
    Unfortunately this was never ported over to our .NET CrystalReportViewer.
    This is referenced in notes 1202803, 1219298, and 1219301.
    https://www.sdn.sap.com/irj/sdn/businessobjects-notes
    Edited by: David Hilton on Jul 16, 2008 4:17 PM

  • How can I use automator to open terminal change directory run a python script?

    Hi all,
    I dont really ever use automator - which may be my big problem - and I am trying to make an apllication that seems fairly simple in theroy. I want something that will lunch terminal, cd to the place where my python script lives and then run it. I have tried a number of suggested ways and can get the terminal to open and the directory to change but cant figure out how to run the script. This is my workflow if i did it manually each time
    - open terminal
    - type cd "the place where my file lives"
    - type python uploadr.py -d
    I can get terminal to open then cd to the right place but cant get the "python uploadr.py -d" to run without an error.
    any help would be very appricated
    thanks!!!
    J

    this is the script I got closest with - I know its something to do with breaking those two commands up but i just dont know how to do it
    on run {input, parameters}
              tell application "Terminal"
      activate
                        if (the (count of the window) = 0) or ¬
                                  (the busy of window 1 = true) then
                                  tell application "System Events"
      keystroke "n" using command down
                                  end tell
                        end if
                        do script "cd /Users/behole/Desktop/FlickrUpload/" & "python uploadr.py -d" in window 1
              end tell
              return input
    end run
    this is the error I get in terminal after I run it
    Last login: Mon Jul 23 15:37:17 on ttys000
    be-holes-MacBook-Pro:~ behole$ cd /Users/behole/Desktop/FlickrUpload/python uploadr.py -d
    -bash: cd: /Users/behole/Desktop/FlickrUpload/python: No such file or directory
    be-holes-MacBook-Pro:~ behole$

  • How to load jsp without menubar using shortcut?

    I know, everything is possible,... so:
    I have a webapp with jsp's which I start using javascript's 'window.open' command on our website. All pages are without menubar, toolbar, fixed size, etc...
    However, I noticed that the users can make a 'shortcut' using 'drag 'n drop' to their desktop. When the user loads the application using this shortcut, the windows have toolbars, menubars available... which I don't like...
    How can I avoid this?

    you might be able to use javascript to detect if the browser window that the page is currently loaded has those bars loaded. If it does, then re-invoke your "open page in new window" logic to remove them and the original window.
    Granted, I cannot be sure that you can verify that with javascript, but you could probably check out the comp.lang.javascript user group over on google for more info in that domain.

  • [SOLVED] - Nautilus with Megasync invisible start

    Hi to all!
    i've a strange problem with Nautilus.
    I've just upgraded my distro, and after it often when i try to start Nautilus, it starts but it's invisbile! I attach an image to explain better the problem
    Nautilus seems to start, indeed if the cursor is on the window i can see the borders of it!
    If i select it, the "invisible" window seems to go on the foreground because the others windows are in background and i can't select these.
    I've tried to start nautilus from terminal, but is the same thing, without any messages. But if i try to start nautilus with root privileges, it starts without problem.
    My actual configuration is:
    - Arch Linux - kernel 4.0.4-2-ARCH standard
    - Gnome 3.16.2
    Tnx to all!
    Last edited by strano^^ (2015-06-13 09:35:22)

    nicovell3 wrote:Megasync is still buggy. Sometimes it crashes on my laptop or on my desktop and the only solution is to kill megasync (you can do it with quit in the extension menu) and restart nautilus. I believe the problem is produced when the other computer hasn't synchronized all files or something like that because megasync works again some hours after.
    Yeah. If i kill megasync everything work.
    So we have to wait the fixes.
    Thanks a lot!!

  • I seemed to have locked my keyboard; now there is a ghost writer on my keyboard; it goes to applications on its' own; opens itunes without me touchin the keyboard.  There is a lock symbol in the upper right hand corner with a arrow circling it.

    So, it appears that I no longer have control over my keyboard.  With this symbol in the upper right hand corner, I don't have control over my keyboard.
    Does anyone know how to undo this lock?
    Thanks,
    Elayne

    Hello,
    Great!
    The problem has been solved. Did not have the install disk, but figured the problem out through single user mode. The options listed in the article were not working, so tried this...
    sh /et/rc (to boot the system)
    open /applications/utilities
    Was trying to open Terminal, but this opened root user mode (accidental victory). From there I was able to simply use Disk Utility to repair my permissions.
    Thanks!

Maybe you are looking for

  • Limit of AppleTV's syncing to a single Mac Mini's iTunes

    What is the limit of AppleTV's that can sync to my Mac Mini's iTunes if all of the music is DRM-free? I'm looking to buy 10 or 15 AppleTV's. I find reports that 5 is limit if iTunes contains DRM-protected content, but I can't find a solid number if a

  • Prevent screen from going to sleep

    How to prevent mobile device (Android or iOS) to put screen to sleep? I'm using Flash CS6 + AIR, in publish settings under Permissions I do have these two marked: DISABLE_KEYGUARD and WAKE_LOCK. But I don't see it working, i'm testing on Samsung Gala

  • Want to downgrade my iPhone in 6.1.3

    Want to downgrade my iPhone ios 7.0.4 to 6.1.3 can you help me

  • Windows installati​on disc (newbie)

    Help Computer keeps asking for windows inst. disc because of missing file. Goes to Caldera DOS/A: Don't have any discs. Have an old Windows XP and 2000. Will they help?? Thanks 

  • ALV Edit

    How to Modify the values in ALV and upload it ot DB.