Language Selection

English French German Italian Portuguese Spanish

GNOME

Why I think the GNOME designers are incompetent

Filed under
GNOME

But GNOME folk didn't know how to do this. They don't know how to do window management properly at all. So they take away the title bar buttons, then they say nobody needs title bars, so they took away title bars and replaced them with pathetic "CSD" which means that action buttons are now above the text to which they are responses. Good move, lads. By the way, every written language ever goes from top to bottom, not the reverse. Some to L to R, some go R to L, some do both (boustrophedon) but they all go top to bottom.

The guys at Xerox PARC and Apple who invented the GUI knew this. The clowns at Red Hat don't.

There are a thousand little examples of this. They are trying to rework the desktop GUI without understanding how it works, and for those of us who do know how it works, and also know of alternative designs these fools have never seen, such as RISC OS, which are far more efficient and linear and effective, it's extremely annoying.

Read more

GNOME Devs Bring New List View to Nautilus File Manager

Filed under
Development
GNOME

Switching from GtkTreeView (which remains available in GTK4) to this new version is said to offer a number of advantages, and offer ‘full feature parity’ with two (temporary) exceptions (that are being worked on in separate branches).

But putting that to one side, what benefits does this switch provide (besides a codebase that’s more malleable and modern)?

Well, say hello to rubber banding — at long last you can now select multiple files/folders in list view simply by dragging out with your mouse, just like you can in the icon view...

Read more

New Version of ArcMenu GNOME Extension Released

Filed under
GNOME

If you’re not familiar with this GNOME extension — it’s one of the best GNOME extensions around — it offers a traditional app menu experience for GNOME Shell. All sort of layouts are available, ranging from simple setups styled like the Start Menu in Windows through to more exotic arrangements evocative of more niche operating systems.

The latest version of Arc Menu includes updated styling of the search entry box used by many of the extension’s most popular layouts, along with a new setting to modify the border radius of the input field where it shows. A bug fix: it’s now possible to paste content into the search field using ctrl + v.

Read more

This Tool Allows to Customize Ubuntu 22.04 GNOME Desktop with Advanced Settings

Filed under
GNOME

Want to configure the top-bar, dock, overview and other Gnome shell components with more settings? Shell Configurator is now updated with GNOME 41 & 42 support.

It’s an extension for add, remove, configure, and customize GNOME Shell with advanced settings.

Read more

Builder GTK 4 Porting, Part VII

Filed under
Development
GNOME

It’s been another couple weeks of porting, along with various distractions.

The big work this time around has been deep surgery to Builder’s “Foundry”. This is the sub-system that is responsible for build-systems, pipelines, external-devices, SDKs, toolchains, deployments-strategies and more. The sub-system was starting to show it’s age as it was one of the first bits of Builder to organically emerge.

One of the things that become so difficult over the years is dealing with all the container layers we have to poke holes through. Running a command is never just running a command. We have to setup PTYs (and make sure the TTY setup ioctl()s happen in the right place), pass environment variables (but to only the right descendant process), and generally a lot more headaches.

What kicked off this work was my desire to remove a bunch of poorly abstracted bits and we’re almost there. What has helped considerably is creating a couple new objects to help manage the process.

The first is an IdeRunContext. It is sort of like a GSubprocessLauncher but allows you to create layers. At the end you can convert those layers into a subprocess launcher but only after each layer is allowed to rewrite the state as you pop back to the root. In practice this has been working quite well. I finally have control without crazy amounts of argument rewriting and guesswork.

Read more

This Week in GNOME: #49 New Views

Filed under
Development
GNOME

Update on what happened across the GNOME project in the week from June 17 to June 24.

Read more

Clapper GTK Video App Bags Performance Boost in Latest Update

Filed under
GNOME

I’ve written about this GStreamer-based GTK media player before, but it was a while ago and I haven’t mentioned it since. It’s actually added quite a few new features since then, including experimental and entirely opt-in Pipewire support.

The latest version of Clapper, version 0.5, introduces a ‘new and improved GSrreamer video sink’. This switch introduces performance improvements and lays groundwork for future performance in the future, and handles overlay of subtitles.

Read more

Pango 1.90

Filed under
GNOME

I’ve finally convinced myself that I need to make a Pango 2.0 release to clean up the API, and introduce some new APIs without breaking users that expect Pango to be very stable.

So, here it is… well not quite. What I am presenting today is not Pango 2.0 yet, but 1.90 – an unstable preview of the coming changes, to gather feedback and give some heads-up about whats coming.

Read more

Giving up on GNOME To Do

Filed under
Software
GNOME

Seven years ago, back when I was a university student living with my parents and with lots of free time in my hands, I created GNOME To Do to help me organize my Google Summer of Code tasks. It was a fantastic time of my life, and I had the privilege of having time to procrastinate on writing productivity tools without earning a single coin on it.

Over the years, however, things changes. I married, moved to a new home with my partner, adopted a lovely dogga. Had to deal with the sucky parts of life like paying bills, planning meals, doing groceries, therapy, relearning how to live and operate under ADHD, taking care of myself and people around me.

Read more

This Tool Enables Live Clock on Wallpaper of Ubuntu 22.04 GNOME 42

Filed under
Software
GNOME

Would like to display digital clock and date in your desktop? Desktop Clock is a new extension to do the job in GNOME 42.

It’s an extension that so far works on Ubuntu 22.04, Fedora 36, Arch and Manjaro Linux. With it, you have the date and time display on desktop with customisable appearance.

Read more

Syndicate content

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.