You are not logged in.

#1 2010-08-30 14:46:57

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Setting up a BeOS user interface

I would like to setup a GUI in Arch Linux that is similar to BeOS and Haiku.

Specifically, I'd like a panel or task manager that behaves like the default deskbar in BeOS. If you are unfamiliar with it, here is a screenshot. It's in the upper right corner of the screen, with "bars" arranged vertically. The top bar (in the screenshot, the "leaf") is a button that shows a menu with applications, settings, and activities such as "shutdown". Underneath that is the time and application tray.

And underneath that is a list of the applications that are currently running, both minimized and not. As you open more applications, the list grows. The list is actually a list of applications and not windows, but for what I'm looking for I don't really care which it is.

The most important thing I am looking for is a panel that "grows" vertically in that way.

Also, any other suggestions for setting up any window manager or desktop environment to look and behave like BeOS is appreciated! smile

Offline

#2 2010-08-30 14:59:17

hurleyef
Member
Registered: 2010-06-22
Posts: 72

Re: Setting up a BeOS user interface

If you put awn in the upper left/right corner of your screen and don't expand the panel, it will expand vertically.

Offline

#3 2010-08-30 15:04:18

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Setting up a BeOS user interface

hurleyef wrote:

If you put awn in the upper left/right corner of your screen and don't expand the panel, it will expand vertically.

I haven't seen a screenshot of AWN that had "bars" instead of icons. Is that possible?

Offline

#4 2010-08-30 15:11:21

urist
Member
Registered: 2009-02-22
Posts: 248

Re: Setting up a BeOS user interface

I haven't checked them out, but there are BeOS themes on Gnome-Look and KDE-Look.

Offline

#5 2010-08-30 15:11:24

hurleyef
Member
Registered: 2010-06-22
Posts: 72

Re: Setting up a BeOS user interface

I do not believe so.

Offline

#6 2010-08-31 10:21:43

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: Setting up a BeOS user interface

The Xfce panel will behave a bit like the deskbar if it's set to "normal width" and placed on the side of the screen, but it's obviously not intended to be used like that: the buttons adopt a squarish aspect ratio that make it far too big. I've a vague recollection that it used to work "properly" two or three years ago though, and from my minimal knowledge of GTK, it should be a fairly simple patch if anyone wants to try it.


0 Ok, 0:1

Offline

#7 2010-08-31 10:48:17

bones
Member
From: Brisbane
Registered: 2006-03-24
Posts: 322
Website

Re: Setting up a BeOS user interface

Have you checked out ZevenOS. You might find something there of interest.


"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."

Offline

#8 2010-08-31 13:27:36

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Setting up a BeOS user interface

I tried some more panels last night. lxpanel came really close to doing what I want, but it seemed pretty limited in regards to creating an "Applications" menu.

bones wrote:

Have you checked out ZevenOS. You might find something there of interest.

Thank you for pointing that out! I THOUGHT I remembered reading that there was a Linux distribution setup with a GUI like BeOS, but I missed that one. The ZevenOS website has lots of good information, including direct links to themes and icon sets. After I study it more and get something in Arch setup, I will respond here.

Last edited by drcouzelis (2010-08-31 13:28:24)

Offline

#9 2010-08-31 22:36:18

bones
Member
From: Brisbane
Registered: 2006-03-24
Posts: 322
Website

Re: Setting up a BeOS user interface

drcouzelis wrote:

I tried some more panels last night. lxpanel came really close to doing what I want, but it seemed pretty limited in regards to creating an "Applications" menu.

bones wrote:

Have you checked out ZevenOS. You might find something there of interest.

Thank you for pointing that out! I THOUGHT I remembered reading that there was a Linux distribution setup with a GUI like BeOS, but I missed that one. The ZevenOS website has lots of good information, including direct links to themes and icon sets. After I study it more and get something in Arch setup, I will respond here.

Great! If you get it setup let us know. I'm using the icons from them on my xfce setup. I've had a quick look at the rest of it but haven't had much time to do anything else at the moment, what with terrorising the Gold Coast locals in a Tiger Moth and the planning needed to build a Fokker DR -1 replica smile


"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."

Offline

#10 2010-09-02 09:38:58

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Setting up a BeOS user interface

Offline

#11 2010-09-02 09:44:55

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Setting up a BeOS user interface

drcouzelis wrote:

Ιs it possible that you could package the ZenevOS themes as well ? (if you have time) ? smile

Offline

#12 2010-09-02 10:14:27

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Setting up a BeOS user interface

Haiku GTK+ theme
Haiku Sawfish theme

I really like Window Maker and created a Haiku style for it.

Haiku.style:

{
  FTitleColor = "#000000";
  MenuDisabledColor = "#636363";
  IconTitleBack = white;
  FTitleBack = (vgradient, "#fce99c", "#f9d22a");
  ClipTitleFont = "Arial:slant=0:weight=200:width=100:pixelsize=10";
  IconTitleFont = "Arial:slant=0:weight=80:width=100:pixelsize=9";
  MenuTextBack = (vgradient, "#e8e8e8", "#dadada");
  LargeDisplayFont = "Arial:slant=0:weight=80:width=100:pixelsize=24";
  IconTitleColor = "#000000";
  MenuTextColor = "#000000";
  IconBack = (vgradient, "#e8e8e8", "#dadada");
  MenuTitleColor = "#000000";
  MenuTitleFont = "Arial:slant=0:weight=200:width=100:pixelsize=12";
  MenuTextFont = "Arial:slant=0:weight=80:width=100:pixelsize=12";
  WorkspaceBack = (solid, "#4F7AA7");
  WorkspaceBack = (solid, "#243e6c");
  HighlightTextColor = "#000000";
  MenuTitleBack = (dgradient, "#fce99c", "#f9d22a");
  HighlightColor = "#a0a0a0";
  WindowTitleFont = "Arial:slant=0:weight=200:width=100:pixelsize=12";
  CClipTitleColor = gray30;
  MenuStyle = flat;
  ResizebarBack = (vgradient, "#d9d9d9", "#d9d9d9");
  PTitleBack = (solid, "#ededed");
  UTitleColor = "#636363";
  UTitleBack = (solid, "#ededed");
  PTitleColor = "#636363";
}

tNWV6NA

I didn't do anything special with my GTK+ or Qt themes.

Last edited by drcouzelis (2010-09-02 10:33:52)

Offline

#13 2010-09-09 09:04:08

hume's doona
Member
Registered: 2009-12-11
Posts: 206

Re: Setting up a BeOS user interface

There's also Étoilé DE in the AUR, which is what gnustep uses. I haven't tried it, but iit sounds like it could be along the lines of what you seek

Offline

#14 2010-09-09 09:26:04

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Setting up a BeOS user interface

Etoile seems to be a headache to build though, I have succeeded that once, and etoile barely started.

Offline

#15 2012-10-02 13:02:21

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Setting up a BeOS user interface

OP here! Someone (not me) did a good job with XFCE:

https://www.haiku-os.org/community/foru … iku_mature

Offline

Board footer

Powered by FluxBB