crosh in a window?

3,061 views
Skip to first unread message

Trever

unread,
Feb 6, 2013, 5:49:23 PM2/6/13
to chromium-...@chromium.org
(Stupid question, but...)

How does one get crosh in a window?   I want a window, not a tab, as happens with ctrl-alt-T, and not VT2, which is outside the window environment.

I thought I was able to do this once upon a time, but I might be mis-remembering- maybe it was just ssh, which is easy to specify a window for.

Is this the only way?:

I'm in dev mode.  Chrome OS.

Mike Frysinger

unread,
Feb 6, 2013, 5:54:26 PM2/6/13
to Trever Nightingale, Chromium OS discuss
sadly, that functionality isn't currently available out of the box.
it's waiting for someone to fix/implement it :).
-mike
> --
> Chromium OS discuss mailing list: chromium-...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

Trever

unread,
Feb 6, 2013, 5:57:03 PM2/6/13
to chromium-...@chromium.org, Trever Nightingale
Okay, whew, I'm not totally out to pasture yet.  It *seemed* like this isn't there.

Thanks Mike!!!

Steve Pirk

unread,
Feb 6, 2013, 10:03:27 PM2/6/13
to Trever Nightingale, Chromium OS discuss
You could open a new window (ctrl-n), and then a terminal with ctrl-alt-t. Close the original tab and you have a window (of sorts :)
Sorry, could not resist.

T N

unread,
Feb 6, 2013, 10:22:16 PM2/6/13
to Chromium OS discuss

Unless I misunderstand what you're saying that's going to give a *window*.

What is wanted is a nice clean window, none of the browser buttons, waste of screen real estate,  and distracting stuff (extensions telling me I have an SMS etc.).

More importantly, something that will not capture various key stroke combinations but instead act like a terminal and take the input.

T

T N

unread,
Feb 6, 2013, 10:22:58 PM2/6/13
to Chromium OS discuss

Sorry, meant NOT going to give a window.  Dang phone...

Jon Temple

unread,
Feb 7, 2013, 2:35:05 AM2/7/13
to chromium-...@chromium.org
i didnt know about the crosh terminal in window which is cool and helpful. but can you get to a bash shell from crosh?

T N

unread,
Feb 7, 2013, 3:07:43 AM2/7/13
to Chromium OS discuss

Yes if your are in dev mode (mode != channel, you can be in whatever channel you want).

It is even possible to run in dev mode and have a fully verified boot with auto updates- the same as a stock device.

For more information please see the page I put up about this some time ago:

https://sites.google.com/site/chromeoswikisite/home/what-s-new-in-dev-and-beta/shell-acess-with-verified-boot

As described there, you are not then magically launched into a typical Linux user land (this is after all Chrome OS), but there you can shell script and what not.  Various things including a minimalist vim.  You are indeed in bash when you get a shell.  Etc.

I personally really want to see a community supported dev environment project take off, assuming web app based environments don't catch up soon to give something satisfactory (seems like they might catch up).  I envision a downloadable USB image you can dd onto a thumb drive that gives you a ready linked dev environment (python, compilers, source code tools like svn & git, etc.). Running a Chrome OS device with the thumb drive plugged in would mean UNIX geeks can have stock Chrome OS with auto updates that Google takes care of, and essentially all the security (verified boot, etc.), and it wouldn't mess with state on the stock Chrome OS device (other than the wipe you went through to get into dev mode), because your user land add-ons are on a thumb drive.

People are now building their own side car like chroot dev environments that can be done rather along these lines, but I think my vision here is slightly different than that, though similar.  I'm not terribly interested in VMs either.  I'd like ust some dev oriented binaries Chrome OS itself can run when you plug them in and you're in verified dev mode.

Again, I would not be surprised to see adequate web based web app type tools become available that would obviate the need for what I envision though.  Things like mini-code edit that were shown off at Goole I/O.  Hterm based ssh is already pretty impressive IMO.  With enough tools, UNIX geeks could buy a Chrome OS device and never go into dev mode and be happy (well, I could be.... maybe not kernel developers, etc.).

More answer than you bargained for.  :-)

Trever

--

Trever

unread,
Feb 7, 2013, 4:23:57 AM2/7/13
to chromium-...@chromium.org
Just testing this now, so far, so good:



--
Chromium OS discuss mailing list: chromium-os-discuss@chromium.org

Steve Pirk

unread,
Feb 7, 2013, 5:32:57 AM2/7/13
to Trever Nightingale, Chromium OS discuss
The machine I am on at the moment is not in dev mode so need to see if the cr-48 has ssh installed. Wait, I ssh to my own servers from my machine all the time. I think I will try it on both.

kk, it does not work on a stock non-dev mode Acer AC700 :)

Screenshot 2013-02-07 at 2.30.54 AM.png

Steve Pirk

unread,
Feb 7, 2013, 6:05:28 AM2/7/13
to Trever Nightingale, Chromium OS discuss
Same error on my Cr-48 on dev mode. Either I do not have ssh installed (unlikely?), or their server is having issues, or I have fubar'd things somehow.

I remember life back when ctrl-alt-t brought up the same tty screen as ctrl-alt-f2 does. Alt-tabbing between machines was awesome.

Andrew de los Reyes

unread,
Feb 7, 2013, 2:08:51 PM2/7/13
to pirk...@gmail.com, Trever Nightingale, Chromium OS discuss
You must have the Secure Shell app installed for Crosh Window to work. You can install that here:


--

Steve Pirk

unread,
Feb 7, 2013, 10:02:53 PM2/7/13
to Andrew de los Reyes, Trever Nightingale, Chromium OS discuss
Thanks for the link Andrew! I did not know the Chromium team had written a secure shell web app. This will come in handy indeed.

Simon Smart

unread,
Mar 10, 2013, 12:24:36 PM3/10/13
to chromium-...@chromium.org
Is there any way to get a crosh-window produced by this app to go fullscreen? Unfortunately my chromebook doesn't have an F11 key, and the shortcuts to simulate that (semi)-obviously don't work...

Steve Pirk

unread,
Mar 10, 2013, 2:20:12 PM3/10/13
to simon...@gmail.com, Chromium OS discuss
Hi Simon,

I just checked, and next to the X in the upper right corner of this app is a box. Click that and it will go full screen. Click the window shade version and it goes back to it's normal size.



--

Simon Smart

unread,
Mar 12, 2013, 8:29:15 AM3/12/13
to Chromium OS discuss
Hi Steve,

Clicking on this box maximises the window, but does not cause it to go full-screen. The chrome-bar(?) at the bottom of the screen, and the windows title bar at the top are still visible - losing at least 4 lines of text!!

I'm currently using the window maximised as described (I had found that one myself ;-)), but am hoping that eventually I will be able to use true full screen (as can be achieved with chrome installed on a normal machine by hitting F11, or by accessing the menu in a normal chrome window).

Many thanks

Simon

401...@mygccs.com

unread,
Aug 26, 2013, 8:44:17 PM8/26/13
to chromium-...@chromium.org
Actually, just open your menu in the right top corner, click new window. then go back to your old window, open crosh, then drag the tab for crosh to the new window.
And there u go:)

Dylan

unread,
Feb 2, 2018, 10:24:00 AM2/2/18
to Chromium OS discuss
yeah how do you get in crosh

Keith I Myers

unread,
Feb 2, 2018, 10:25:46 AM2/2/18
to mcalist...@students.pike.k12.in.us, Chromium OS discuss
I don't know of another way except the options below

--
--
Chromium OS discuss mailing list: chromium-os-discuss@chromium.org

View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.



--

Forrest Smith

unread,
Feb 3, 2018, 12:31:02 PM2/3/18
to keithiok...@gmail.com, mcalist...@students.pike.k12.in.us, Chromium OS discuss
Alternative steps:

1) Open a crosh tab
2) Go to options > More Tools > Add to shelf
Screenshot 2018-02-03 at 12.28.04.png
3) Check "Open as window" 
Screenshot 2018-02-03 at 12.28.31.png
Hope that helps!

On Fri, Feb 2, 2018 at 10:25 AM Keith I Myers <keithiok...@gmail.com> wrote:
I don't know of another way except the options below
On Fri, Feb 2, 2018 at 10:23 AM, Dylan <mcalist...@students.pike.k12.in.us> wrote:
yeah how do you get in crosh


On Wednesday, February 6, 2013 at 5:49:23 PM UTC-5, Trever wrote:
(Stupid question, but...)

How does one get crosh in a window?   I want a window, not a tab, as happens with ctrl-alt-T, and not VT2, which is outside the window environment.

I thought I was able to do this once upon a time, but I might be mis-remembering- maybe it was just ssh, which is easy to specify a window for.

Is this the only way?:

I'm in dev mode.  Chrome OS.

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org

View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.



--

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org

View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
--

Forrest

Anthony Camilo

unread,
May 28, 2019, 10:43:18 AM5/28/19
to Chromium OS Discussion, keithiok...@gmail.com, mcalist...@students.pike.k12.in.us
Thank you this works!
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.



--

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.
--

Forrest

Selden Deemer

unread,
May 28, 2019, 11:09:00 AM5/28/19
to Chromium OS Discussion, keithiok...@gmail.com, mcalist...@students.pike.k12.in.us
There is one small problem with this approach: You cannot use Ctrl-W to close crosh running in its own window: must click on the close box instead.

Adam Kearn

unread,
May 28, 2019, 11:11:49 AM5/28/19
to Chromium OS Discussion, keithiok...@gmail.com, mcalist...@students.pike.k12.in.us
What if you made your own chrome app and then just use a <iframe> to load the crosh page

Mike Frysinger

unread,
May 28, 2019, 11:21:11 AM5/28/19
to James Smith, Chromium OS Discussion, Keith I Myers, mcalist...@students.pike.k12.in.us
that, by design, is not possible

just use the existing crosh-as-window extension, or click the "[crosh]" link when you open a new instance, or bookmark it with the "openas=window" setting in the query string.
-mike

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.



--

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
--

Forrest

--
--
Chromium OS Discussion mailing list: chromium-...@chromium.org

View archives, change email options, or unsubscribe:

Selden Deemer

unread,
May 28, 2019, 11:49:03 AM5/28/19
to Chromium OS Discussion, adamk...@gmail.com, keithiok...@gmail.com, mcalist...@students.pike.k12.in.us
Crosh Window is listed in the Chrome Web Store as an App, not as an extension, but it behaves exactly as expected: opens in a resizable window, and recognizes Ctrl-W to close.


Also note:  *** For Chrome OS only *** You must have Secure Shell installed for this to work:…
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.



--

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-discuss+unsub...@chromium.org.
--

Forrest

Mike Frysinger

unread,
May 29, 2019, 1:31:37 AM5/29/19
to Selden, Chromium OS Discussion, James Smith, Keith I Myers, mcalist...@students.pike.k12.in.us
crosh is CrOS only, so trying to install+run it anywhere else never would make sense :)
-mike

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.



--

--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Chromium OS discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
--

Forrest

--
--
Chromium OS Discussion mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
https://groups.google.com/a/chromium.org/group/chromium-os-discuss
Reply all
Reply to author
Forward
0 new messages