All Projects → trunkmaster → Nextspace

trunkmaster / Nextspace

Licence: gpl-3.0
NeXTSTEP-like desktop environment for Linux

Projects that are alternatives of or similar to Nextspace

web-desktop-environment
a web-based cross-platform desktop environment
Stars: ✭ 167 (-87.04%)
Mutual labels:  desktop-environment
Nscde
Modern and functional CDE desktop based on FVWM
Stars: ✭ 526 (-59.19%)
Mutual labels:  desktop-environment
Arc Kde
Arc KDE customization
Stars: ✭ 738 (-42.75%)
Mutual labels:  desktop-environment
Polybar Themes
A huge collection of polybar themes with different styles, colors and variants.
Stars: ✭ 3,687 (+186.04%)
Mutual labels:  desktop-environment
Pangolin desktop
Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.
Stars: ✭ 408 (-68.35%)
Mutual labels:  desktop-environment
Material Awesome
Material and Mouse driven config for AwesomeWM 4.3
Stars: ✭ 588 (-54.38%)
Mutual labels:  desktop-environment
ManagedShell
A library for creating Windows shell replacements using .NET.
Stars: ✭ 134 (-89.6%)
Mutual labels:  desktop-environment
Atomos
JS-based Linux desktop environment.
Stars: ✭ 42 (-96.74%)
Mutual labels:  desktop-environment
Adapta Kde
Adapta KDE customization
Stars: ✭ 455 (-64.7%)
Mutual labels:  desktop-environment
Bootshellcredentialprovider
Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer.
Stars: ✭ 715 (-44.53%)
Mutual labels:  desktop-environment
Fynedesk
A full desktop environment for Linux/Unix using Fyne
Stars: ✭ 286 (-77.81%)
Mutual labels:  desktop-environment
Materia Kde
Materia KDE customization
Stars: ✭ 333 (-74.17%)
Mutual labels:  desktop-environment
Jde
Linux desktop environment built with HTML5, CSS, JavaScript and Python.
Stars: ✭ 591 (-54.15%)
Mutual labels:  desktop-environment
Stylesheet
The GTK Stylesheet for elementary OS
Stars: ✭ 260 (-79.83%)
Mutual labels:  desktop-environment
Capitaine Cursors
An x-cursor theme inspired by macOS and based on KDE Breeze. Designed to pair well with my icon pack, La Capitaine.
Stars: ✭ 741 (-42.51%)
Mutual labels:  desktop-environment
Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (-90.3%)
Mutual labels:  desktop-environment
Windows 10
Windows 10 Light theme for Linux (GTK)
Stars: ✭ 562 (-56.4%)
Mutual labels:  desktop-environment
Lxqt
Checkout all LXQt components at once by using git submodule.
Stars: ✭ 1,098 (-14.82%)
Mutual labels:  desktop-environment
Arcan
Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"
Stars: ✭ 885 (-31.34%)
Mutual labels:  desktop-environment
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-52.37%)
Mutual labels:  desktop-environment

NEXTSPACE

trunkmaster

NEXTSPACE is a desktop environment that brings a NeXTSTEP look and feel to Linux. I try to keep the user experience as close as possible to the original NeXT OS. It is developed according to the "OpenStep User Interface Guidelines".

An explanation of the NeXTSTEP / NextStep naming convention is discussed in further detail here.

NEXTSPACE example

I want to create a fast, elegant, reliable, and easy to use desktop environment with maximum attention to user experience (usability) and visual maturity. I would like it to become a platform where applications will be running with a taste of NeXT's OS. Core applications such as Login, Workspace, and Preferences are the base for future application development and examples of visual style and application integration methods.

NEXTSPACE is not just a set of applications tightly integrated to each other. It is a core OS with frameworks, mouse cursors, fonts, colors, animations, and everything I think will help users to be effective and happy.

Why?

  1. I like the look, feel, and design principles of NeXTSTEP.
  2. I believe it will become an interesting environment for developers and comfortable (fast, easy to use, feature-rich) for users.

Unlike other 'real' and 'serious' projects, I have not yet defined a target audience for NEXTSPACE. I intentionally left aside modern UI design trends (fancy animations, shadows, gray blurry lines, flat controls, acid colors, transparency). I like the accurate, clear, grayish, and "boring" UI that helps, not hinder, to get my job done.

Not planned

  • Porting to other Linux distributions and operating systems. For now, I want a fast, accurate, and stable version for RedHat-based Linux distributions. Currently these are CentOS 7, CentOS Stream and Fedora. However, NEXTSPACE was designed to be portable and thus this point may be changed in future.
  • GNOME, KDE, macOS rival in terms of visual effects, modern design principles, look and feel.
  • Implementing a macOS-like desktop paradigm. There is another good place for this -- see Étoilé.

Installing

Installation is based off CentOS 7's minimal install, you can find full directions in the installation guide.

Applications

Below is a brief description of core applications. More information about application functionality will be added in the future.

Login

Status of implementation

A simple login panel where you enter your user name and password. No screenshot - it's an exact copy of NeXTSTEP's loginwindow in terms of look and feel.

Workspace

Status of implementation

A fast and elegant Workspace Manager using multithreading to provide maximum smoothness for:

  • File system navigation, file management (create, copy, move, link files/directories).
  • Seamless application, process, and window management (start, autostart, close, resize, move, maximize, miniaturize, hide).
  • macOS-style window resizing: the cursor stops moving when the maximum/minimum size of a window has been reached, and the cursor changes its image to give a hint for available directions.
  • Virtual desktops, Dock, applications and window icons.
  • Media management - automatically mounting removable media, providing menu items to eject/mount/unmount removables.
  • Background processes - all file and media management operations have status indicators with controls (stop, pause, cancel).
  • Launcher - a panel to run commands with autocompletion and history.
  • Recycler - support for drag-and-drop and the ability to restore recycled objects to their original location with a single click.
  • Other: inspectors for various types of contents, finder, console messages and preferences for various parts of Workspace.

Note: Workspace is NOT:

  • WindowMaker with some patches
  • WindowMaker with some good configuration defaults only
  • Another implementation of WindowMaker.

Workspace is written from scratch. Some WindowMaker code is a part of Workspace (as well as configuration defaults) to provide window management functions. The code is tightly coupled with Workspace to provide seamless intergation. Configurable parameters of the integrated WindowMaker are spread across Workspace's Preferences and Preferences application.

Workspace

Preferences

Status of implementation

Settings for locale, fonts, displays (size, brightness, contrast (gamma correction), desktop background, displays arrangement), keyboard (repeat, layouts, numpad behaviour, modifiers), mouse (delay, threshold, scrollwheel settings, mouse buttons configutation), sound, network, power management.

Display Screen Mouse Keypard

Terminal

Status of implementation

A terminal with Linux console emulation. I've started with the version created by Alexander Malmberg and made numerous fixes and enhancements. The original application can be found on the GNUstep Application Project site. Enhancements to the original application are numerous. Some of them are as follows:

  • Preferences and Services panels rewritten from scratch.
  • Numerous fixes and enhancements in: color management (background/foreground elements can be set to any color), cursor placement fixes on scrolling and window resizing, and the addition of 'Clear Buffer' and 'Set Title' menu items.
  • Search through the text displayed in the terminal window (Find panel).
  • Session management: you can save a window with all its settings that are set in the preferences panel (including any running shells/commands) to a file and then open it. Configuration with multiple windows is supported.

Terminals

For developers

For those who are eager to know "How it's done?" can find information on development tasks, goals, solutions, implementation details, and build instructions on the Wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].