Language Selection

English French German Italian Portuguese Spanish

Act 3: Symphony OS Beta 1 PR1

Filed under
Linux
Reviews
-s

Symphony OS Beta 1 PR1 was released today and each time I visit the site, I notice the number of downloads is increasing at an amazing rate. Interest is high in this innovative desktop system and Mezzo is probably the reason. This release brings some new features, bug fixes, and improved performance and stability. The following is what Tuxmachines found upon booting the new Symphony OS Beta One Preview One.

For those not in the know, I'll borrow a summary from symphonyos.com, "Symphony OS is a Desktop computer operating system based on Debian GNU/Linux and Knoppix GNU/Linux. Rather than using the KDE or Gnome Desktop environments as most Linux distributions do, the Symphony OS team has created the revolutionary Mezzo Desktop environment. Mezzo is the revolutionary desktop system that disposes of standard concepts like "The desktop is a folder" and nasty nested menu systems that are hard to navigate and harder to manage and instead presents all needed information directly to the user via the main desktop and four desk targets for tasks and files related to Computer, Programs, Files, and Trash."

        

As announced today, this beta brings with it:

* Improved stability in mezzo

* New faster orchestra renderer now using .orchestra for it's profile (singular)

* Updated applications

* Added Totem Media Player

* Build no longer uses set knoppix paths so it can be installed and used multi-user with GDM or KDM

* Startup uses livecd-init while in livecd mode and desktop-init when starting from GDM/KDM

* Profiles no longer needed for each orchestra app.. No more Select Profile dialogs I hope.

Although a hard drive installer is present, this release is said to be a livecd only. The developers hope a future beta will be installable. I tested the installer again this release and it does work, but there are still some issues that need to be ironed out. There were a few ambitious users who worked out a hack and were discussing it in the symphony forums, but for now just using the installer as it is, all I get is a big blank screen. No one is more anxious than I am for the installer to be ready, but for now, we have a revolutionary livecd with which to play. In a league all their own, Symphony OS is paving the road to a new way of thinking.

Each release brings new features, better functionality, and revamped appearance. As we are greeted by the desktop this time we find a new background, again in blues, however noticeably missing the telltail Symphony OS logo. We find three focal boxes to begin our journey. Two with clickable links and one with a future option of rss'in some news headlines (so it appears). The first box contains links to the mostly used application types in computer and internet history:

  • Favorite Programs
    • Web Browser
    • Email
    • Instant Messenger

        

And in the second we find probably the most used folders:

  • Favorite Folders
    • My Files
    • Documents
    • Music
    • Pictures
    • Downloads


When one clicks on the little Symphony OS logo in the lower left hand corner, one is presented with the Programs desktop. This could be thought of as perhaps your menu. It contains click application links. Offered in three semi-transparent focal boxes we find:

  • Favorite Programs
    • Web Browser
      Mozilla Firefox
    • Email
      Mozilla Thunderbird
    • Instant Messenger
      Gaim
  • All Programs
    • AbiWord Word Processor
    • Firefox
    • Gaim Internet Messenger
    • Gnotepad
    • Thunderbird Mail Client
    • Terminal
    • Mozilla Thunderbird
    • Totem Movie Player
  • Tasks
    • Run Program
    • Install/Remove Programs (inoperative)
    • Edit favorite Programs (inoperative)

        

In the upper left hand corner is Computer. Clicking this icon brings one to a desktop featuring all your devices, settings configs, and some common tasks; again in the now familiar semi-transparent organizational boxes. These choices are:

  • Devices
  • Settings
    • Background Picture
    • Configure Network
    • Configure Sound
  • Tasks
    • Install Symphony OS to Hard Drive (semi-inoperative)
    • About My Computer
    • Shutdown

        

The lower right corner is your Trash can. The upper right hand corner features a folder icon and clicking on it opens your File menu. On this desktop we find some favorite locations, recent or new files, and a task box. It is laid out like so:

  • Favorite Locations
    • My Files
    • Documents
    • Music
    • Pictures
    • Downloads
  • New & Recent Files
  • Tasks
    • Search Files (semi-inoperative)
    • Browse Files
    • Edit Favorite Locations (inoperative)

    

Symphony OS has its roots in Knoppix and this release features linux-2.6.11, gcc 3.3.6, and XFree86 4.3.0.1. This time I was able to test out the "toram" feature and this makes for a much more enjoyable experience. As I also tested run from CD method, I found the baseline performance increased as well. Many more things were working this version although some things still weren't. Symphony OS just gets better and better each release and this project is one of Tuxmachines' favorites. It is certainly stable and fast enough for use. I encourage everyone to test drive this wonderful original system. If you wish to peruse older articles on this revolutionary operating system, please find see SymphonyOS - Act II (Alpha 4) or Putting on my Tie & Tails. In looking back, one can see how Symphony OS is maturing and improving. More screenshots of this release can be found in the gallery.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.