Slashdot Mirror


Trisquel 7 Released

An anonymous reader writes: Trisquel 7.0 Belenos has been released. Trisquel is a "free as in freedom" GNU/Linux distribution endorsed by the FSF. This latest release includes Linux-libre 3.13, GNOME 3.12, Abrowser 33 (based on Firefox), the Electrum Bitcoin client and many more new features and upgrades. Trisquel 7.0 will be supported until 2019.

Interested users can check out the screenshots and download the latest release. The project also accepts donations.

3 of 39 comments (clear)

  1. Fallback was GNOME 2, now it's Flashback by tepples · · Score: 4, Informative

    "GNOME Fallback" is what Ubuntu called GNOME 2 around the 11.10 era when it decided to all but force Un(usabil)ity on users who haven't already done sudo apt-get install xubuntu-desktop. Since then, "Fallback" has had another meaning related to GNOME 3: a simpler desktop that originated in support for machines without the 3D acceleration needed for GNOME Shell. Now the port of GNOME Panel UI to GNOME 3 is called GNOME Flashback, and it's developed in parallel with GNOME Shell, which now uses llvmpipe software rendering on machines without 3D acceleration.

  2. Does it use systemd? by Anonymous Coward · · Score: 2, Informative

    Trisquel 7 is still using Upstart, so no need to worry about it until
    2016+. ;-

  3. Re: Does it use systemd? by eneville · · Score: 5, Informative

    It will run systemd, in 2015/2016.

    If you don't like that, then do as I does:

    # apt-get install sysvinit-core && reboot

    or, for Ubuntuers:

    $ sudo apt-get install sysvinit-core && sudo reboot

    you choose.