How to List Groups in Linux Like a Pro

3 months 1 week ago
by George Whittaker

In Linux, groups play a central role in managing user permissions and access control. Whether you're an experienced system administrator or a curious new user, understanding how to list and analyze group information is a fundamental skill. This guide explores everything you need to know about listing groups in Linux, using a variety of tools and techniques to get exactly the information you need.

What Are Groups in Linux and Why Do They Matter?

Linux is a multi-user operating system, and one of its strengths lies in the fine-grained control it offers over who can do what. Groups are a way to organize users so that multiple people can share access to files, devices, or system privileges.

Each group has:

  • A group name

  • A Group ID (GID)

  • A list of users who are members of the group

Types of Groups:
  • Primary group: Each user has one primary group defined in /etc/passwd. Files the user creates are associated with this group by default.

  • Secondary (or supplementary) groups: Users can belong to additional groups, which allow access to other resources.

How to List All Groups on a Linux System

To see every group that exists on the system, you can use the following methods:

getent group

getent group

This is the preferred method on modern systems because it queries the system’s name service switch configuration (NSS). It includes local and possibly remote group sources (like LDAP or NIS).

Example output:

sudo:x:27: docker:x:999:user1,user2 developers:x:1001:user3

cat /etc/group

cat /etc/group

This command prints the content of the /etc/group file, which is the local group database. It’s simple and fast, but it only shows local groups.

Each line is formatted as:

group_name:password_placeholder:GID:user1,user2,...

compgen -g (Bash built-in)

compgen -g

This command outputs only the group names, which is helpful for scripting or cleaner views.

How to List Groups for a Specific User

You might want to know which groups a particular user belongs to. Here’s how:

groups username

groups john

Outputs a space-separated list of groups that john belongs to. If no username is given, it shows groups for the current user.

id username

id alice

Go to Full Article
George Whittaker

Free Proton VPN is Now Included in Vivaldi Web Browser

3 months 1 week ago

The Vivaldi web browser is famed for offering a plethora of options, settings and features that cater to all kinds of use-cases and needs — today it added a new one: an integrated VPN. Proton VPN for Vivaldi is exactly what it says it is: Proton VPN in Vivaldi – as in, no need to download an app or configure anything on a system level since you click a button and, bam, it’s there in browser, ready to use when/if you need. Vivaldi isn’t blazing new ground here since other web browsers either include a built-in VPN (like Opera) or […]

You're reading Free Proton VPN is Now Included in Vivaldi Web Browser, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Zorin OS 17.3 Released with New Default Browser

3 months 1 week ago

The new Zorin OS 17.3 release is available to download and it includes a number of major changes – like a new default web browser. Based on Ubuntu 22.04 LTS and Linux kernel 6.8, Zorin OS 17.3 offers “new features, strengthens your privacy, and enhances the entire user experience,” according to its developers. For a closer look at those features, privacy changes, and UX enhancements, read on. Zorin OS’s New Default Web Browser Zorin OS 17.3 makes a huge change to its choice of default web browser, hitherto Mozilla Firefox. But no more. The distro cites Mozilla’s “recent policy changes” […]

You're reading Zorin OS 17.3 Released with New Default Browser, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

EU OS: A Bold Step Toward Digital Sovereignty for Europe

3 months 1 week ago
Image

A new initiative, called "EU OS," has been launched to develop a Linux-based operating system tailored specifically for the public sector organizations of the European Union (EU). This community-driven project aims to address the EU's unique needs and challenges, focusing on fostering digital sovereignty, reducing dependency on external vendors, and building a secure, self-sufficient digital ecosystem.

What Is EU OS?

EU OS is not an entirely novel operating system. Instead, it builds upon a Linux foundation derived from Fedora, with the KDE Plasma desktop environment. It draws inspiration from previous efforts such as France's GendBuntu and Munich's LiMux, which aimed to provide Linux-based systems for public sector use. The goal remains the same: to create a standardized Linux distribution that can be adapted to different regional, national, and sector-specific needs within the EU.

Rather than reinventing the wheel, EU OS focuses on standardization, offering a solid Linux foundation that can be customized according to the unique requirements of various organizations. This approach makes EU OS a practical choice for the public sector, ensuring broad compatibility and ease of implementation across diverse environments.

The Vision Behind EU OS

The guiding principle of EU OS is the concept of "public money – public code," ensuring that taxpayer money is used transparently and effectively. By adopting an open-source model, EU OS eliminates licensing fees, which not only lowers costs but also reduces the dependency on a select group of software vendors. This provides the EU’s public sector organizations with greater flexibility and control over their IT infrastructure, free from the constraints of vendor lock-in.

Additionally, EU OS offers flexibility in terms of software migration and hardware upgrades. Organizations can adapt to new technologies and manage their IT evolution at a manageable cost, both in terms of finances and time.

However, there are some concerns about the choice of Fedora as the base for EU OS. While Fedora is a solid and reliable distribution, it is backed by the United States-based Red Hat. Some argue that using European-backed projects such as openSUSE or KDE's upcoming distribution might have aligned better with the EU's goal of strengthening digital sovereignty.

Conclusion

EU OS marks a significant step towards Europe's digital independence by providing a robust, standardized Linux distribution for the public sector. By reducing reliance on proprietary software and vendors, it paves the way for a more flexible, cost-effective, and secure digital ecosystem. While the choice of Fedora as the base for the project has raised some questions, the overall vision of EU OS offers a promising future for Europe's public sector in the digital age.

Source: It's FOSS

European Union
Jamieson Davis

Linus Torvalds Acknowledges Missed Release of Linux 6.14 Due to Oversight

3 months 1 week ago

Linus Torvalds Acknowledges Missed Release of Linux 6.14 Due to Oversight

Linux kernel lead developer Linus Torvalds has admitted to forgetting to release version 6.14, attributing the oversight to his own lapse in memory. Torvalds is known for releasing new Linux kernel candidates and final versions on Sunday afternoons, typically accompanied by a post detailing the release. If he is unavailable due to travel or other commitments, he usually informs the community ahead of time, so users don’t worry if there’s a delay.

In his post on March 16, Torvalds gave no indication that the release might be delayed, instead stating, “I expect to release the final 6.14 next weekend unless something very surprising happens.” However, Sunday, March 23rd passed without any announcement.

On March 24th, Torvalds wrote in a follow-up message, “I’d love to have some good excuse for why I didn’t do the 6.14 release yesterday on my regular Sunday afternoon schedule,” adding, “But no. It’s just pure incompetence.” He further explained that while he had been clearing up unrelated tasks, he simply forgot to finalize the release. “D'oh,” he joked.

Despite this minor delay, Torvalds’ track record of successfully managing the Linux kernel’s development process over the years remains strong. A single day’s delay is not critical, especially since most Linux users don't urgently need the very latest version.

The new 6.14 release introduces several important features, including enhanced support for writing drivers in Rust—an ongoing topic of discussion among developers—support for Qualcomm’s Snapdragon 8 Elite mobile chip, a fix for the GhostWrite vulnerability in certain RISC-V processors from Alibaba’s T-Head Semiconductor, and a completed NTSYNC driver update that improves the WINE emulator’s ability to run Windows applications, particularly games, on Linux.

Although the 6.14 release went smoothly aside from the delay, Torvalds expressed that version 6.15 may present more challenges due to the volume of pending pull requests. “Judging by my pending pile of pull requests, 6.15 will be much busier,” he noted.

You can download the latest kernel here.

Linus Torvalds kernel
Jamieson Davis

AerynOS 2025.03 Alpha Released with GNOME 48, Mesa 25, and Linux Kernel 6.13.8

3 months 1 week ago
Image

AerynOS 2025.03 has officially been released, introducing a variety of exciting features for Linux users. The release includes the highly anticipated GNOME 48 desktop environment, which comes with significant improvements like HDR support, dynamic triple buffering, and a Wayland color management protocol. Other updates include a battery charge limiting feature and a Wellbeing option aimed at improving user experience.

This release, while still in alpha, incorporates Linux kernel 6.13.8 and the updated Mesa 25.0.2 graphics stack, alongside tools like LLVM 19.1.7 and Vulkan SDK 1.4.309.0. Additionally, the Moss package manager now integrates os-info to generate more detailed OS metadata via a JSON file.

Future plans for AerynOS include automated package updates, easier rollback management, improved disk handling with Rust, and fractional scaling enabled by default. The installer has also been revamped to support full disk wipes and dynamic partitioning.

Although still considered an alpha release, AerynOS 2025.03 can be downloaded and tested right now from its official website.

Source: 9to5Linux

AerynOS
Jamieson Davis

Xojo 2025r1: Big Updates for Developers with Linux ARM Support, Web Drag and Drop, and Direct App Store Publishing

3 months 1 week ago
Image

Xojo has just rolled out its latest release, Xojo 2025 Release 1, and it’s packed with features that developers have been eagerly waiting for. This major update introduces support for running Xojo on Linux ARM, including Raspberry Pi, brings drag-and-drop functionality to the Web framework, and simplifies app deployment with the ability to directly submit apps to the macOS and iOS App Stores.

Here’s a quick overview of what’s new in Xojo 2025r1:

1. Linux ARM IDE Support

Xojo 2025r1 now allows developers to run the Xojo IDE on Linux ARM devices, including popular platforms like Raspberry Pi. This opens up a whole new world of possibilities for developers who want to create apps for ARM-based devices without the usual complexity. Whether you’re building for a Raspberry Pi or other ARM devices, this update makes it easier than ever to get started.

2. Web Drag and Drop

One of the standout features in this release is the addition of drag-and-drop support for web applications. Now, developers can easily drag and drop visual controls in their web projects, making it simpler to create interactive, user-friendly web applications. Plus, the WebListBox has been enhanced with support for editable cells, checkboxes, and row reordering via dragging. No JavaScript required!

3. Direct App Store Publishing

Xojo has also streamlined the process of publishing apps. With this update, developers can now directly submit macOS and iOS apps to App Store Connect right from the Xojo IDE. This eliminates the need for multiple steps and makes it much easier to get apps into the App Store, saving valuable time during the development process.

4. New Desktop and Mobile Features

This release isn’t just about web and Linux updates. Xojo 2025r1 brings some great improvements for desktop and mobile apps as well. On the desktop side, all projects now include a default window menu for macOS apps. On the mobile side, Xojo has introduced new features for Android and iOS, including support for ColorGroup and Dark Mode on Android, and a new MobileColorPicker for iOS to simplify color selection.

5. Performance and IDE Enhancements

Xojo’s IDE has also been improved in several key areas. There’s now an option to hide toolbar captions, and the toolbar has been made smaller on Windows. The IDE on Windows and Linux now features modern Bootstrap icons, and the Documentation window toolbar is more compact. In the code editor, developers can now quickly navigate to variable declarations with a simple Cmd/Ctrl + Double-click. Plus, performance for complex container layouts in the Layout Editor has been enhanced.

What Does This Mean for Developers?

Xojo 2025r1 brings significant improvements across all the platforms that Xojo supports, from desktop and mobile to web and Linux. The added Linux ARM support opens up new opportunities for Raspberry Pi and ARM-based device development, while the drag-and-drop functionality for web projects will make it easier to create modern, interactive web apps. The ability to publish directly to the App Store is a game-changer for macOS and iOS developers, reducing the friction of app distribution.

How to Get Started

Xojo is free for learning and development, as well as for building apps for Linux and Raspberry Pi. If you’re ready to dive into cross-platform development, paid licenses start at $99 for a single-platform desktop license, and $399 for cross-platform desktop, mobile, or web development. For professional developers who need additional resources and support, Xojo Pro and Pro Plus licenses start at $799. You can also find special pricing for educators and students.

Download Xojo 2025r1 today at xojo.com.

Final Thoughts

With each new release, Xojo continues to make cross-platform development more accessible and efficient. The 2025r1 release is no exception, delivering key updates that simplify the development process and open up new possibilities for developers working on a variety of platforms. Whether you’re a Raspberry Pi enthusiast or a mobile app developer, Xojo 2025r1 has something for you.

Xojo ARM
Jamieson Davis

Extension Manager Update Brings UI Buffs, Support for GNOME 48

3 months 1 week ago

If you’re an avid user of GNOME Shell extensions then a) you’re in good company, and b) you’ll be familiar with Matt Jakeman’s terrific Extension Manager app since it makes finding, installing and managing GNOME extensions terrifically easy. This week Extension Manager received a small-ish update. I was going to cover the changes in my next Linux Release Roundup at the end of the month, but with GNOME 48 out—cue the “does my favourite extension still work” panic—it feels fitting to let the update stand in a solo spotlight. Especially since Extension Manager‘s Flatpak build now depends on the GNOME […]

You're reading Extension Manager Update Brings UI Buffs, Support for GNOME 48, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

The Future of Linux Software: Will Flatpak and Snap Replace Native Desktop Apps?

3 months 1 week ago
by George Whittaker

For decades, Linux distributions have relied on native packaging formats like DEB and RPM to distribute software. These formats are deeply integrated into the Linux ecosystem, tied closely to the distribution's package manager and system architecture. But over the last few years, two newer technologies—Flatpak and Snap—have emerged, promising a universal packaging model that could revolutionize Linux app distribution.

But are Flatpak and Snap destined to replace native Linux apps entirely? Or are they better seen as complementary solutions addressing long-standing pain points? In this article, we'll explore the origins, benefits, criticisms, adoption trends, and the future of these packaging formats in the Linux world.

Understanding the Packaging Landscape What Are Native Packages?

Traditional Linux software is packaged using system-specific formats. For example:

  • .deb for Debian-based systems like Ubuntu and Linux Mint

  • .rpm for Red Hat-based systems like Fedora and CentOS

These packages are managed by package managers like apt, dnf, or pacman, depending on the distro. They're tightly integrated with the underlying operating system, often relying on a complex set of shared libraries and system-specific dependencies.

Pros of Native Packaging:

  • Smaller package sizes due to shared libraries

  • High performance and tight integration

  • Established infrastructure and tooling

Cons of Native Packaging:

  • Dependency hell: broken packages due to missing or incompatible libraries

  • Difficulty in distributing the same app across multiple distros

  • Developers must package and test separately for each distro

What Are Flatpak and Snap?

Both Flatpak and Snap aim to solve the distribution problem by allowing developers to package applications once and run them on any major Linux distribution.

Flatpak
  • Developed by the GNOME Foundation

  • Focus on sandboxing and user privacy

  • Applications are installed in user space (no root needed)

  • Uses Flathub as the main app repository

Flatpak applications include their own runtime, ensuring that they work consistently across different systems regardless of the host OS's libraries.

Snap
  • Developed and maintained by Canonical, the makers of Ubuntu

  • Focus on universal packaging and transactional updates

Go to Full Article
George Whittaker

Linux Kernel 6.14 Delivers Big Boost to Linux Gaming + More

3 months 1 week ago

Linux Kernel 6.14 has arrived, bringing a clutch of changes to make your computer run more efficiently and more securely than before. Interestingly, Linux 6.14 is one the smallest kernel updates in terms of commits (not lines of code) for some time. It is also the kernel version that will be included in Ubuntu 25.04, released next month. Announcing the promotion to stable on the Linux Kernel Mailing List (LKML) Linus Torvalds explains why this release has landed a day later than expected “So it’s early Monday morning (well – early for me, I’m not really a morning person), and […]

You're reading Linux Kernel 6.14 Delivers Big Boost to Linux Gaming + More, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Ubuntu Adds Official Support for NVIDIA Jetson AI Modules

3 months 2 weeks ago

Canonical has announced that it now ‘officially supports’ Ubuntu on the NVIDIA Jetson Orin series of computing modules, designed for low-power AI and machine learning applications. The General Availability (GA) of Ubuntu 22.04 LTS for the NVIDIA Jetson Orin brings “optimized performance, out-of-the-box compatibility, and an easy pathway to high-performance AI solutions for AI developers everywhere“, say Canonical. Offering Ubuntu certified images for cutting-edge hardware is something Canonical has been ramping up, and doing so for NVIDIA Jetson modules should provide a lure to developers wanting to leverage them for edge AI, robotics and other uses. Our collaboration with NVIDIA […]

You're reading Ubuntu Adds Official Support for NVIDIA Jetson AI Modules, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Miracle-WM 0.5 Released with Assorted Improvements

3 months 2 weeks ago

A new version of Miracle-WM, the Mir-based tiling window manager developed by Canonical engineer Matthew Kosarek is out, the first update to be released this year. Miracle-WM 0.5 adds a number of new features, compatibility enhancements, and (at long last) introduces a couple of animations. Yes, animations—remember: Miracle-WM wants to be “a flashy, cozy tiling window manager that absolutely anyone can use, similar to hyprland but with less of a focus on expert users”. Frivolous though they are to some, animations will help realise that goal. Miracle-WM 0.5 changes at-a-glance: On the bug-fixes side: Plus more – see the Miracle-WM GitHub for a comprehensive […]

You're reading Miracle-WM 0.5 Released with Assorted Improvements, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Calibre Ebook Manager Improves Support for Kobo E-Readers

3 months 2 weeks ago

A new version of Calibre, the Swiss-army knife for e-book management is out, and it brings some notable new features for e-bookworms to dig into. Calibre 8.0.1 boasts improved support for Kobo e-readers, with Calibre now equipped to natively edit, view and convert Kobo’s proprietary KEPUB file format to regular EPUB files for reading on non-Kobo devices and apps (like Calibre itself). Additionally, users of Kobo devices can now use Calibre to convert EPUB to KEPUB automatically when sending books across, saving time and hassle of first converting and then sending. I’ll admit, I hadn’t heard of KEPUB before writing […]

You're reading Calibre Ebook Manager Improves Support for Kobo E-Readers, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

elementary OS 8.0.1 Brings Bug Fixes, New Kernel + More

3 months 2 weeks ago

Didn’t get around to trying last year’s elementary OS 8.0 release? No bother as elementary OS 8.0.1 arrived this week, providing an opportune jumping-on point for new users. Based atop the recent Ubuntu 24.04.2 release, elementary OS 8.1 is powered by Linux kernel 6.11, Mesa , etc. The kernel uplift may resolve some of the issues folks who’d tried the previous build with Linux kernel 6.8 had experience. Those (important) foundational fittings aside, elementary devs also spent time fixing, fine-tuning and finessing a few rough edges across the many apps, tools, and home-grown technologies the distro ships with, as elementary […]

You're reading elementary OS 8.0.1 Brings Bug Fixes, New Kernel + More, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Boost Productivity with Custom Command Shortcuts Using Linux Aliases

3 months 2 weeks ago
by George Whittaker Introduction

Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and error-prone. This is where aliases come into play.

Aliases allow users to create shortcuts for commonly used commands, reducing typing effort and improving workflow efficiency. By customizing commands with aliases, users can speed up tasks and tailor their terminal experience to suit their needs.

In this article, we'll explore how aliases work, the different types of aliases, and how to effectively manage and utilize them. Whether you're a beginner or an experienced Linux user, mastering aliases will significantly enhance your productivity.

What is an Alias in Linux?

An alias in Linux is a user-defined shortcut for a command or a sequence of commands. Instead of typing a long command every time, users can assign a simple keyword to execute it.

For example, the command:

ls -la

displays all files (including hidden ones) in long format. This can be shortened by creating an alias:

alias ll='ls -la'

Now, whenever the user types ll, it will execute ls -la.

Aliases help streamline command-line interactions, minimize errors, and speed up repetitive tasks.

Types of Aliases in Linux

There are two main types of aliases in Linux:

Temporary Aliases
  • Exist only during the current terminal session.
  • Disappear once the terminal is closed or restarted.
Permanent Aliases
  • Stored in shell configuration files (~/.bashrc, ~/.bash_profile, or ~/.zshrc).
  • Persist across terminal sessions and system reboots.

Understanding the difference between temporary and permanent aliases is crucial for effective alias management.

Creating Temporary Aliases

Temporary aliases are quick to set up and useful for short-term tasks.

Syntax for Creating a Temporary Alias

alias alias_name='command_to_run'

Examples
  1. Shortcut for ls -la:

    alias ll='ls -la'

  2. Quick access to git status:

    alias gs='git status'

  3. Updating system (for Debian-based systems):

    alias update='sudo apt update && sudo apt upgrade -y'

Go to Full Article
George Whittaker

GNOME 48 Release Brings Major New Features

3 months 2 weeks ago

Aloha, GNOME 48 — a new version of the GNOME desktop environment is out with a swathe of new features, UI buffs, and technical integrations that will have plenty of folks clamouring to upgrade. GNOME 48 focuses on improving our daily workflow through a set of conscientious, considered changes The latest version of the ever-evolving desktop environment will ship out-of-the-box in several upcoming Linux distros releases, including Fedora 42 and Ubuntu 25.04, whilst users of rolling release distros may get it sooner. GNOME 48 is the the sort of update users of propriety OSes long for: it’s not screaming for attention […]

You're reading GNOME 48 Release Brings Major New Features, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Essential Tools and Frameworks for Mastering Ethical Hacking on Linux

3 months 2 weeks ago
by George Whittaker Introduction

In today's digital world, cybersecurity threats are ever-growing, making ethical hacking and penetration testing crucial components of modern security practices. Ethical hacking involves legally testing systems, networks, and applications for vulnerabilities before malicious hackers can exploit them. Among the various operating systems available, Linux has established itself as the preferred choice for ethical hackers due to its flexibility, security, and extensive toolkit.

This article explores the most powerful ethical hacking tools and penetration testing frameworks available for Linux users, providing a guide to help ethical hackers and penetration testers enhance their skills and secure systems effectively.

Understanding Ethical Hacking and Penetration Testing What is Ethical Hacking?

Ethical hacking, also known as penetration testing, is the practice of assessing computer systems for security vulnerabilities. Unlike malicious hackers, ethical hackers follow legal and ethical guidelines to identify weaknesses before cybercriminals can exploit them.

Difference Between Ethical Hacking and Malicious Hacking Ethical Hacking Malicious Hacking Authorized and legal Unauthorized and illegal Aims to improve security Aims to exploit security flaws Conducted with consent Conducted without permission Reports vulnerabilities to system owners Exploits vulnerabilities for personal gain The Five Phases of Penetration Testing
  1. Reconnaissance – Gathering information about the target system.

  2. Scanning – Identifying active hosts, open ports, and vulnerabilities.

  3. Exploitation – Attempting to breach the system using known vulnerabilities.

  4. Privilege Escalation & Post-Exploitation – Gaining higher privileges and maintaining access.

  5. Reporting & Remediation – Documenting findings and suggesting fixes.

Now, let's explore the essential tools used by ethical hackers and penetration testers.

Essential Ethical Hacking Tools for Linux Reconnaissance & Information Gathering

These tools help gather information about a target before launching an attack.

  • Nmap (Network Mapper) – A powerful tool for network scanning, host discovery, and port scanning.

Go to Full Article
George Whittaker

Vivaldi 7.2 Released with Speed Improvements + More

3 months 2 weeks ago

A big Vivaldi web browser update is rolling out with a set of appreciable improvements long-time users will like, and would-be users may be tempted to try. Vivaldi 7.2 amps up its address bar logic to proffer more relevant results, faster. Search suggestions and search accuracy have been tweaked so that “finding what you need feels seamless”, according to Vivaldi Technologies’ CEO Jon von Tetzchner. Sticking with the speed theme, Vivaldi 7.2 is said to load pages faster—up to 2x as fast for some—thanks to some nifty optimised connection handling work on the backend that reduces latency on domain lookup. […]

You're reading Vivaldi 7.2 Released with Speed Improvements + More, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Firefox is Finally (Re)Adding Support for Web Apps

3 months 2 weeks ago

A few months back Firefox announced it was finally adding support for Progressive Web Apps (PWAs) after years of ignoring its own user’s requests to do so. If you’re running a recent Firefox Nightly build, you can now flicking the switch on an experimental hidden flag — browser.taskbarTabs.enabled — in the about:config page to enable the feature (which Mozilla is calling Taskbar Tabs). Right now, enabling that flag won’t do anything (on any platform). But the fact the flag has been added ought to mean the feature itself isn’t too far behind. In anticipation, here’s a look at what we might […]

You're reading Firefox is Finally (Re)Adding Support for Web Apps, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon