This is something I’ve been working on for a while: a recreation of AfterStepClassic. This odd little window manager existed after the BowMan window manager and the first releases of AfterStep and I loved it! I’m working on recreating it and I’m pretty happy with what I got so far. However I am still working on making minimized icons the same size without creating my own and making the root menu look like the one in AfterStepClassic.
The plan is to make this installable with a script ala NsCDE and Fvwm-Crystal and when I do this will be called AfterStepClassic-1.1b3, the first release in twenty two years.
Hi PrisonGuy. I remember AfterStep and liked it. Took a quick look at the Wikipedia.
In 2000, Linux website TuxRadar selected AfterStep as one of the year’s best window managers, praising it as “fast and reliable, with a huge range of configuration options and the ability to create some spectacular themes”
I’m going to keep working on it for a few more weeks, to get the last things done, if not, I’ll just release it as AfterStepClassic 1.1b3 with a list of regressions ;-)
There is a version for OpenBSD’s ancient FVWM I’m working on.
And a year later, just about done! Life got in the way.
To do:
Create a GitHub reporsitory
Clean up and comment the fvwm2rc
Make sure I give credit to projects/people
And no config for the ancient version of FVWM on OpenBSD. I use OpenBSD as my OS but getting this to work on it is so, so difficult and probably not worth it.
Nice start. A small suggestion about icons: Icons are from the original AfterStep Classic tarball, add the location. Also, add the 9 icons that are visible on the desk, in .fvwm/icons. Looks good when things are ready at startup.
Great. What difference between AfterStep and Fvwm? Same script (config) works on both. The “Wharf” style of application and function buttons are nice. Better than icons. Less distracting and easy to click on.
There is a Debian afterstep package, will check it.
If this is about the Panel command that “rolls on/off” FvwmButtons, it was also new for me when I had a look at one old Sample-95 config. Did you read this recent topic? Also, @amlug posted one example of Panel in action.
I will make one test script of your Wharf buttons.
That’s interesting, I’ll try it. Fun fact: the Wharf wasn’t able to be hidden in AS Classic 1.1b1, it was in 1.b2, Debian never updated their package, it seems the 1.1b2 release was ignored, I only found it by pure chance a few months ago. I’ll get around to uploading to GitHub soon.
Okay, even though the release notes says the Wharf can be “rolled” up, what they actually mean is way simpler:
The second beta has one new feature:
The *WharfHide configuration option tells Wharf to hide itself
most of the time, popping up temporarily only when the mouse
pointer hits a designated screen edge. For example,
*WharfHide 1
tells Wharf to hide until the mouse pointer hits the right
edge of the screen. And
*WharfHide 3
tells Wharf to hide until the mouse pointer hits the left edge
of the screen.
Version 2.2.12 is ok. A bit slow compared to Fvwm but nice features. Was it AfterStep or Fvwm having the first rollup button and the multi-action button (mouse 1, 2, 3 exec different apps/command)?
I see your confusion. The current Afterstep is a different beast from AfterStep Classic. AfterStep Classic was a short lived fork of AfterStep 1.x and was a separate package in Debian.
Thanks guys…
i only want a little help…
can i just use the .config file on fvwmrc instead of installing a whole repo ?
also how to add remove icons on dock ?
Thanks…
Inching closer to release. Updated in git so far:
Button backgrounds now have they have that wonderful (?) AfterStep grey tiles now.
Fixed the size of the Wharf so the tiles actually work.
Uploaded the original AfterStep Classic b1 and b2 tarballs.
Up next:
Update the config file.
Implement Rasat’s Wharf roll up.
Fixed the root menu font so it actually works.
Removed xterm action on the AfterStep logo because its redundant, it will also be the place where the roll up action happens.
I tried adding a drawer via a container in the Wharf, but it didn’t work because it doesn’t work like that.
Finally, I got AfterStep Classic 1.1b2 installed on NetbSD, the last OS I can get the thing to compile and found I was missing some stuff; the root menu is called HotList so I changed that in github, the icons animate minimizing/unminimizing, so that will implemented via FvwmAnimate and finally, the minimized icons are packed together (which I knew) with the label on top, which I also knew, but these things don’t work in FVWM.
Onto the roll up!
Rasat’s roll up implemented in Github :-) It’s sweet!
Next up: the minimize icon animation, I have to see exactly what AfterStep Classic uses. The .steprc says it uses zoom but the action sure looks like spin. I’ll look at it later this weekend.