Executive Summary

Keywords347/81742.5%
Screenshots750/81791.8%
SearchProvider212.6%
UserDocs10412.7%
AppMenu759.2%
ModernToolkit39147.9%
Notifications303.7%
HighContrast587.1%
HiDpiIcon62676.6%
MetaInfo188

Filtering

Hide Descriptions
Hide Screenshots
Hide Keywords
Hide GNOME
Hide KDE
Hide XFCE
Hide Addons

Applications

0ad.desktop

Typedesktop
Name0 A.D.
CommentA real-time strategy game of ancient warfare
Description

0 A.D. is a real-time strategy (RTS) game of ancient warfare. It's a historically-based war/economy game that allows players to relive or rewrite the history of twelve ancient civilizations, each depicted at their peak of economic growth and military prowess.

The twelve factions are: Three of the Hellenic States (Athens, Sparta and Macedonia), two of the kingdoms of Alexander the Great's successors (Seleucids and Ptolemaic Egyptians), two Celtic tribes (Britons and Gauls), the Romans, the Persians, the Iberians, the Carthaginians, and the Mauryans. Each civilization is complete with substantially unique artwork, technologies and civilization bonuses.

Package0ad
CategoriesGame, StrategyGame
KeywordsAthenians, Britons, Carthaginians, Cavalry, Celtics, Economic Simulation Game, Fortress, Gauls, Hellenes, History, Iberians, Infantry, Macedonians, Mauryans, Persians, Ptolemies, RTS, Realtime Strategy, Romans, Seleucids, Siege Engines, Spartans, Warfare
Homepagehttp://play0ad.com/
KudosHiDpiIcon

0install.desktop

Typedesktop
Name0install
CommentRun or manage Zero Install programs
Description

Zero Install is a decentralised cross-distribution software installation system.

Features include full support for shared libraries (with a SAT solver for dependency resolution), sharing between users, and integration with native platform package managers.

It supports both binary and source packages, and works on Linux, OS X, Unix and Windows systems. It is fully Open Source.

Package0install
CategoriesPackageManager, Settings
Homepagehttp://0install.net
KudosHiDpiIcon

2dslamdemo.desktop

Typedesktop
Name2D SLAM demo
CommentA didactic robotic SLAM simulator
Description

A didactic robotic SLAM simulator.

Packagemrpt-2d-slam
CategoriesArtificialIntelligence, Robotics, Science
KeywordsSLAM, mrpt, robotics, simulator
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

4Pane.desktop

Typedesktop
Name4Pane
CommentFile manager
Description

4Pane is a highly configurable Linux filemanager. It has dual twin-panes, each of which has a directory tree-view pane and a detailed-list pane for files.

In addition to standard file manager things, it offers multiple undo and redo of most operations (including deletions), archive management including 'virtual browsing' inside archives, multiple renaming/duplication of files, a terminal emulator and user-defined tools.

Package4Pane
CategoriesFileManager, System, Utility
Keywordsdisk, file, filesystem, manager
Homepagehttp://www.4pane.co.uk
KudosHiDpiIcon, ModernToolkit

Add64.desktop

Typedesktop
NameAdd64
CommentAdditive software sound synthesizer
Description

Add64 is an additive modular software synthesizer for generating sounds. Unlike other software synthesizers -- that use a skeuomorphic interface of knobs, sliders and buttons, Add64 displays a spectral graph and allows the user to modify the oscillators and related parameters.

PackageAdd64
CategoriesAudio, AudioVideo
Homepagehttp://www.amsynth.com/add64.html

BlockOutII.desktop

Typedesktop
NameBlockOut II
CommentA free adaptation of the original BlockOut game
Description

BlockOut II is a game where the player moves and rotate 3D polycubes that are constantly falling with the objective of clearing layers of blocks. It is a free adaptation of the original BlockOut game released in 1989.

PackageBlockOutII
CategoriesBlocksGame, Game
Keywordsblockout, blocks, falling, game
Homepagehttp://www.blockout.net/blockout2/

CAMotics.desktop

Typedesktop
NameCAMotics
CommentOpen-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Description

CAMotics is an Open-Source software which can simulate 3-axis NC machining. It is a fast, flexible and user friendly simulation software for the DIY and Open-Source community.

At home manufacturing is one of the next big technology revolutions. Much like the PC was 30 years ago. There have been major advances in desktop 3D printing (e.g. Maker Bot) yet uptake of desktop CNCs has lagged despite the availability of cheap CNC machines. One of the major reasons for this is a lack of Open-Source simulation and CAM (model to tool path conversion) software. CAM and NC machine simulation present some very difficult programming problems as evidenced by 30+ years of academic papers on these topics. Whereas 3D printing simulation and tool path generation is much easier. However, such software is essential to using a CNC.

(null)

Packagecamotics
CategoriesScience
Homepagehttp://camotics.org/
KudosHiDpiIcon

COPASI.desktop

Typedesktop
NameCOPASI
CommentThe COPASI graphical user interface
Description

COPASI is a software application for simulation and analysis of biochemical networks and their dynamics.

COPASI is a stand-alone program that supports models in the SBML standard and can simulate their behavior using ODEs or Gillespie's stochastic simulation algorithm; arbitrary discrete events can be included in such simulations.

COPASI carries out several analyses of the network and its dynamics and has extensive support for parameter estimation and optimization. COPASI provides means to visualize data in customizable plots, histograms and animations of network diagrams.

MODELS Models in COPASI are based on reactions that convert a set of species into another set of species. Each species is located in a compartment, which is a physical location with a size (volume, area, etc). This maps directly to biochemical reaction networks, but can also represent other types of processes (for example, the species could be cell types). COPASI automatically converts the reaction network to a set of differential equations or to a system of stochastic reaction events — the user does not have to write down the math explicitly, the software does that. Models can also have: * Unlimited number of species, reactions, and compartments. * Arbitrary discrete events; these can be used to change the model, or just to monitor the progress of simulations. * Arbitrary differential equations; these have to be added explicitly by the user and can be mapped to species, compartments, or generic variables. * Compartments can have variable sizes (ie they can be variables of the model). * The rates of reaction can be picked from a set of predefined kinetic functions (the most common in biochemistry), or arbitrary functions defined by the user. Models can be visualized through * the GUI interface, with tables for reactions, species, compartments, etc.; * an arbitrary number of network diagrams (including an SBGN-compliant option); * the full set of differential equations; these can be exported in Latex or MathML formats. COPASI can import and export models in the SBML format (levels 1 to 3). Models can also be exported in XPP format, Berkeley Madonna format, and as C code (in addition to MathML and Latex). SIMULATION Simulation can be performed either with stochastic kinetics or with differential equations, and the software easily allows switching between them. The software provides an interface to create parameter scans (sweeps), parameter sampling and repeated simulations — including complex simulation scenarios mixing parameter samples with scans and repeats of simulations (or other analyses). Algorithms available for simulation: * LSODAR for ordinary differential equation modeling. * Gillespie's direct method for exact stochastic kinetics. * Gibson-Brooke's version of Gillespie's algorithm for exact stochastic kinetics. * τ-leap algorithm for faster (approximate) stochastic kinetics. * Adaptive SSA/τ-leap algorithm for faster (approximate) stochastic kinetics. * Hybrid Runge-Kutta/SSA for hybrid simulations with stochastic kinetics and differential equations. * Hybrid LSODA/SSA for hybrid simulations with stochastic kinetics and differential equations. Simulations can be of time courses or steady states. ANALISYS Models can be analyzed and modified with a large set of methods: * Stoichiometric analysis of the reaction network, including mass conservation analysis and elementary flux modes. * Optimization of arbitrary components of the model using a range of diverse algorithms. * Parameter estimation using a range of diverse optimization algorithms. This can be done over several different experiments simultaneously, including mixtures of steady-state and time course experiments. * Local sensitivity analysis. * Metabolic control analysis (a special form of sensitivity analysis). * Time scale separation analysis; this allows definition of fast and slow components of the model, in a time-dependent way. * Analysis of stochasticity using the linear noise approximation (allows estimating variances and co-variances even in the presence of large numbers of particles). * Cross sections, which allow to characterize non-linear dynamics properties, such as oscillations and chaos. * Lyapunov exponents, which allows to establish if the system dynamics are chaotic. DATA VISUALIZATION COPASI allows users to visualize data in various ways: * Network diagrams can be used to visualize time course simulations as movies; * Network diagrams can also be used to visualize mass conservation moieties, and elementary flux modes; * Arbitrary 2D plots of any model variables and parameters (including trajectories in phase space); * A series of plots that are most commonly used are already pre-defined; * Color-coded matrices, for easily identifying large and small values; * 3D bar chart representation of matrices DATA OUTPUT COPASI allows users to define report files where data is written to during simulations and analyses. These report files are useful for importing data onto other applications for further analysis and visualization.

PackageCOPASI-gui
CategoriesScience
Homepagehttp://copasi.org/

CUBE.desktop

Typedesktop
NameCube
CommentA presentation component suitable for displaying performance data for parallel programs
Description

"Cube" (CUBE Uniform Behavioral Encoding) is a presentation component suitable for displaying a wide variety of performance data for parallel programs including MPI and OpenMP applications.

Program performance is represented in a multi-dimensional space including various program and system resources. The tool allows the interactive exploration of this space in a scalable fashion and browsing the different kinds of performance behavior with ease. All metrics are uniformly accommodated in the same display and thus provide the ability to easily compare the effects of different kinds of program behavior.

"Cube" also includes a library to read and write performance data as well as operators to compare, integrate, and summarize data from different experiments.

The Cube 4.x release series uses an incompatible API and file format compared to previous versions, however, existing files in CUBE3 format can still be processed for backwards-compatibility.

Packagecube
CategoriesComputerScience, DataVisualization, Science
Homepagehttp://www.scalasca.org/software/cube-4.x/download.html

CardManager.desktop

Typedesktop
NameCardManager
CommentThis is free, opensource multiplatform (java) application which allows you to play ANY card game.
Description

This is free, open source multiplatform (java) application which allows you to play ANY card game.

The game is designed especially to play collectible card games like Magic the Gathering or Doomtrooper over network.

To play those games you need to own (scanned) images of card, which are not part of this package.

Some can be easily downloadable from internet, but be aware of copyrights. The default deck and background is free of copyright Also please feel free to add your own backgrounds to ~/CardManager/data/backgrounds and of course enhance collection under ~/CardManager/collection .

PackageCardManager
CategoriesGame
Homepagehttp://cardmanager.wz.cz/

CriticalMass.desktop

Typedesktop
NameCritical Mass
CommentA top-down space shoot-em-up game
Description

Critical Mass (also known as Critter) is a top-down shoot-em-up game where your home world has been infested by an aggressive army of space critters and you are required to pilot a small spacecraft to destroy them all.

PackageCriticalMass
CategoriesArcadeGame, Game
Keywordsarcade, critter, game, shooter, space, top-down
Homepagehttp://criticalmass.sourceforge.net/
KudosHiDpiIcon

FlightGear.desktop

Typedesktop
NameFlightGear
CommentOpen source and multi-platform flight simulator
Description

FlightGear allows you to control over 400 aircraft, small and large in a range of situations, types of weather, seasons, day and night cycle. This includes single-engine propeller aircraft, large 4-engine passenger liners, experimental aircraft, classic and vintage aircraft and helicopters.

The FlightGear landscape covers the entire world and is downloaded as you fly. Visit any of the 20,000 airports with an accurate representation of airport buildings on many of the larger, international airports.

Most popular flight control hardware, such as yokes and sticks are supported. Multiple monitor setup and multiplayer is also featured.

PackageFlightGear
CategoriesGame, Simulation
Homepagehttp://www.flightgear.org/
KudosHiDpiIcon, ModernToolkit

GNUSim8085.desktop

Typedesktop
NameGNUSim8085
CommentIntel 8085 microprocessor simulator
Description

GNUSim8085 is a simulator for that emulates the Intel 8085 -- an 8 bit microprocessor that was first released in 1977. This simulator features a keypad for writing assembly code with ease, as well as stack, memory and port viewers which are useful for debugging 8085 assembly code.

Packagegnusim8085
CategoriesDevelopment, Electronics
Homepagehttp://gnusim8085.org/
KudosHiDpiIcon

GPaste@gnome-shell-extensions.gnome.org.shell-extension

Typeshell-extension
NameGPaste
CommentGNOME Shell Extension
Description

Clipboard management system

Packagegnome-shell-extension-gpaste
CategoriesAddons, ShellExtensions
Homepagehttp://github.com/Keruspe/GPaste

GameConqueror.desktop

Typedesktop
NameGame Conqueror
CommentGame hacking tool. GUI front-end for scanmem.
Description

scanmem is a simple interactive debugging utility, used to locate the address of a variable in an executing process. This can be used for the analysis or modification of a hostile process on a compromised machine, reverse engineering, or as a "pokefinder" to cheat at video games. GameConqueror aims to provide a CheatEngine-alike interface for scanmem, it's user-friendly and easy to use.

Features:

  • Locking on multiple variables
  • Memory Viewer/Editor
  • ... many to be done
Packagegameconqueror
CategoriesDevelopment, Utility
Homepagehttps://github.com/scanmem/scanmem
KudosHiDpiIcon

KGoldrunner.desktop

Typedesktop
NameKGoldrunner
Comment2D action puzzle platform game
Description

KGoldrunner is a two-dimensional side view action puzzle game where you play as a golden runner that collects diamonds. The player leads the runner (either with the keyboard or the mouse) through a series of levels with ladders, obstacles and other puzzles to collect all the diamonds and escape the maze.

Packagekgoldrunner
CategoriesArcadeGame, Game
Homepagehttps://projects.kde.org/projects/kde/kdegames/kgoldrunner
ProjectKDE
KudosHiDpiIcon

KoboDeluxe.desktop

Typedesktop
NameKobo Deluxe
CommentThird person scrolling 2D shooter
Description

Kobo Deluxe is a retro styled top-down arena shooter with a simple and responsive control system - which you'll need to tackle the tons of enemy ships that shoot at you, chase you, circle around you shooting, or even launch other ships at you, while you're trying to destroy the labyrinth shaped bases.

There are 50 action packed levels with smoothly increasing difficulty, and different combinations of enemies that require different tactics to be dealt with successfully.

Kobo Deluxe features OpenGL acceleration (optional), an intuitive menu driven user interface and joystick support.

PackageKoboDeluxe
CategoriesArcadeGame, Game
KeywordsArcade, Game, Retro, Scroller, Shooter
Homepagehttp://olofson.net/kobodl/
KudosHiDpiIcon

LibreAtlas.desktop

Typedesktop
NameLibreAtlas
CommentDigital Atlas
Description

LibreAtlas is an open source geography application for viewing and browsing digital atlases. LibreAtlas opens digital atlases in the libreatlas database format. The upstream LibreAtlas homepage has a list of compatible atlases available for download.

Packagelibreatlas
CategoriesEducation, Geography, Science
Homepagehttps://www.gaia-gis.it/fossil/libreatlas/home

Maelstrom.desktop

Typedesktop
NameMaelstrom
CommentSpace combat game
Description

You pilot your ship through the dreaded "Maelstrom" asteroid belt -- suddenly your best friend thrusts towards you and fires, directly at your cockpit. You raise your shields just in time, and the battle is joined.

The deadliest stretch of space known to mankind has just gotten deadlier. Everywhere massive asteroids jostle for a chance to crush your ship, and deadly shinobi fighter patrols pursue you across the asteroid belt. But the deadliest of them all is your sister ship, assigned to you on patrol. The pilot, trained by your own Navy, battle hardened by months in the Maelstrom, is equipped with a twin of your own ship and intimate knowledge of your tactics.

The lovely Stratocaster R&R facility never sounded so good, but as you fire full thrusters to dodge the latest barrage you begin to think you'll never get home...

PackageMaelstrom
CategoriesArcadeGame, Game
Keywordsarcade, asteroids, game, shooter, space
Homepagehttp://www.libsdl.org/projects/Maelstrom/

Onboard_Indicator@onboard.org.shell-extension

Typeshell-extension
NameOnboard Indicator
CommentGNOME Shell Extension
Description

Add indicator and menu for Onboard onscreen-keyboard and hide the built-in keyboard.

Packageonboard-data
CategoriesAddons, ShellExtensions
Homepagehttps://launchpad.net/onboard/

PTBatcherGUI.desktop

Typedesktop
NameHugin batch processor
CommentA GUI queue manager for stitching multiple hugin projects
Description

Hugin Batch Processor is a component of hugin that provides functionality to stitch multiple projects in a batch queue. Its goal is to make stitching of multiple projects faster.

The process of stitching multiple projects is simplified using a queue of projects. The user can add/edit/delete projects in the queue.

The Batch Processor can queue the creation of the final project. Hugin Batch Processor consists of a list of projects. Projects in the list are in sequential order. By default, the list is reinstated every time you open the application. What is more, entire queue of projects can be saved and reopened later using buttons Clear Batch, Open Batch, Save Batch.

PTBatcherGUI is installed when you install hugin.

Packagehugin
CategoriesGraphics
Homepagehttp://hugin.sourceforge.net/

Panini.desktop

Typedesktop
NamePanini
CommentCreate perspective views from panoramic and wide angle images
Description

Panini is a tool for creating perspective views from panoramic and wide angle images.

Panini can load most common photo and panoramic formats from image files such as those created with hugin or QuickTimeVR (QTVR .mov) files. Like all pano viewers, it then shows a linear perspective view that can be panned and zoomed. But Panini can also display a range of wide angle perspectives via the stereographic and "Pannini" vedutismo families of projections, and shift, rotate, and stretch the image like a software view camera.

Panini can do those things because it paints the picture on a three dimensional surface, either a sphere or a cylinder, which you then view in perspective. Shifting the point of view changes the apparent perspective of the image, and other controls let you frame the view to your liking. Then you can save the screen image to a file at higher-than-screen resolution.

PackagePanini
CategoriesGraphics
Homepagehttp://sourceforge.net/projects/pvqt/
KudosHiDpiIcon

PlayOnLinux.desktop

Typedesktop
NamePlayOnLinux
CommentGraphical front-end for Wine
Description

PlayOnLinux will allow you to run your favorite Windows games and applications on Linux through Wine easily.

New users can often find Wine to be intimidating and difficult to use. PlayOnLinux simplifies much of this and makes installing and using Windows programs easier.

PlayOnLinux has the database of Windows applications from which the user can install desired application with a few clicks. It will automatically setup your Wine prefix and download any required Windows libraries.

Packageplayonlinux
CategoriesEmulator, Utility
Keywordsgames, software, windows, wine
Homepagehttps://www.playonlinux.com/
KudosHiDpiIcon

Ri-li.desktop

Typedesktop
NameRi-li
CommentKidsgame, drive a toy wood engine
Description

You drive a toy wood engine in many levels and you must collect all the coaches to win. Full-featured: Colorful animated wood engine, 50 levels, 3 beautiful music tracks and many sound effects.

Ri-li is translated in 19 languages: Arabic, Breton, Chinese, Dutch, English, Esperanto, French, German, Hungarian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Slovak, Spanish, Swedish and Turkish.

PackageRi-li
CategoriesArcadeGame, Game, Simulation
Keywordsengine, game, kids, switches, toy, train, wood
Homepagehttp://ri-li.sourceforge.net/

TOPPAS.desktop

Typedesktop
NameTOPPAS
CommentPipeline editor of OpenMS (a mass spectrometry (MS) software for Proteomics and Metabolomics)
Description

TOPPAS is the OpenMS TOPP Pipeline Assistant. It can create processing pipelines using OpenMS TOPP tools as building blocks.

OpenMS is a powerful set of tools as well as a C++ library to process low and high-resolution LC-MS(-MS) mass spectrometry data.

OpenMS is modular, consisting of more than 80 chainable TOPP tools (executables). It features a graphical data viewer (TOPPView), a pipeline editor (TOPPAS) and wrappers for most tandem-MS search engines (like Mascot, MSGF+ and X!Tandem). The OpenMS library itself comes with Python bindings for rapid prototyping.

Packageopenms
CategoriesBiology, Chemistry, Science
Homepagehttp://www.openms.de

TOPPView.desktop

Typedesktop
NameTOPPView
CommentOpenMS' viewer for mass spectrometry (MS) data from Proteomics and Metabolomics
Description

TOPPView is a viewer for MS and HPLC-MS data supporting many common formats, e.g. mzML, mzData, mzXML and several others. The viewer supports 1D, 2D, 3D views, zooming, distance measurements and data annotations. It also allows to run many OpenMS TOPP tools and immediately inspect the data.

OpenMS is a powerful set of tools as well as a C++ library to process low and high-resolution LC-MS(-MS) mass spectrometry data.

OpenMS is modular, consisting of more than 80 chainable tools (executables). It features a graphical data viewer (TOPPView), a pipeline editor (TOPPAS) and wrappers for most tandem-MS search engines (like Mascot, MSGF+ and X!Tandem). The OpenMS library itself comes with Python bindings for rapid prototyping.

Packageopenms
CategoriesBiology, Chemistry, Science
Homepagehttp://www.openms.de

Thunar.desktop

Typedesktop
NameThunar File Manager
CommentFile Browser
Description

Thunar is a file browser specifically designed for the Xfce Desktop, but also can serve as an alternate file browser for other Desktop environments. It has a simple, clean two-pane design for browsing all your files.

PackageThunar
CategoriesCore, FileManager, FileTools, System, Utility
Homepagehttp://xfce.org/projects
ProjectXFCE
KudosHiDpiIcon

TopIcons@phocean.net.shell-extension

Typeshell-extension
NameTopIcons Plus
CommentGNOME Shell Extension
Description

This extension moves legacy tray icons (bottom left of Gnome Shell) to the top panel. It is a fork from the original extension from ag with settings for icon opacity, saturation, padding, size and tray position, along with a few minor fixes and integration with the Skype integration extension.

Packagegnome-shell-extension-topicons-plus
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/phocean/TopIcons-plus

YAGF.desktop

Typedesktop
NameYAGF
CommentGraphics front-end for Tesseract OCR and Cuneiform
Description

YAGF is a program used to control image scanning and text recognition operations from a single control center. Apart from th scanner almost any graphics file may be used as a source. Also YAGF possesses some image-enhancement capabilities like the auto-contrast adjustement and noise removal that make the scanned pages recognition less error-prone.

Other features include:

  • PDF and multi-page TIFF export with the subsequent text recognition
  • Recognizing text typed in very small letters
  • Spellchecker-assisted optional correction
  • Text is split into blocks automatically
  • Recognizing text written in two languages (like texts in textbooks or technical texts written in one language and containing some terms in other language.

Once installed, YAGF inspects its environment and automatically finds required external programs (like Tesseract OCR and its data files) if they are present so that there is no need to configure it manually by finding and entering program paths. If some required tools are not present in the system the user will be notified of this.

YAGF's Intended audience includes everybody who needs to recognize scanned text, but the people who should benefit most are translators, teachers, digitized text libraries makers and those who switch their business from paper-based to paperless workflow.

Packageyagf
CategoriesGraphics, OCR, Office, Scanning
Homepagehttp://symmetrica.net/cuneiform-linux/yagf-en.html

abbaye.desktop

Typedesktop
NameAbbaye des Morts
CommentIndie platform game by Locomalito
Description

In the 13th century, the Cathars, who preach about good Christian beliefs, were being expelled by the Catholic Church out of the Languedoc region in France.

One of them, called Jean Raymond, found an old church in which to hide, not knowing that beneath its ruins lay buried an ancient evil.

A style close to Spectrum ZX, with its dark background and bright colors, proper fit with the story, because it does look old and somewhat horrifying. Also, the gameplay is direclty inspired by Manic Miner and Jet Set Willy.

Packageabbayedesmorts-gpl
CategoriesActionGame, Game
Homepagehttps://github.com/nevat/abbayedesmorts-gpl

abe.desktop

Typedesktop
Nameabe
CommentAbe's Amazing Adventure
Description

Abe's Amazing Adventure is a scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, vaguely in the style of similar games for the Commodore+4.

The game is intended to show young people (I'm writing it for my son's birthday) all the cool games they missed.

Packageabe
CategoriesArcadeGame, Game
Homepagehttp://abe.sourceforge.net/
KudosHiDpiIcon

abiword.desktop

Typedesktop
NameAbiWord
CommentCompose, edit, and view documents
Description

AbiWord is a free word processing program similar to Microsoft® Word. It is suitable for a wide variety of word processing tasks.

AbiWord allows you to collaborate with multiple people on one document at the same time. It is tightly integrated with the AbiCollab.net web service, which lets you store documents online, allows easy document sharing with your friends, and performs format conversions on the fly.

Packageabiword
CategoriesOffice, WordProcessor
Homepagehttp://www.abisource.com/
KudosHiDpiIcon, ModernToolkit

accerciser.desktop

Typedesktop
NameAccerciser
CommentAccessibility explorer for the GNOME desktop
Description

Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks.

Accerciser has a simple plugin framework which you can use to create custom views of accessibility information.

Packageaccerciser
CategoriesAccessibility, Development
Keywordsaccessibility, development, test
Homepagehttps://wiki.gnome.org/action/show/Apps/Accerciser
ProjectGNOME
KudosHiDpiIcon, HighContrast, UserDocs

activities-config@nls1729.shell-extension

Typeshell-extension
NameActivities Configurator
CommentGNOME Shell Extension
Description

Configure the Activities Button and Panel appearance with the Activities Configurator Extension and Gnome Shell Extension Preferences Tool. Click the icon or text with the secondary mouse button to launch the Gnome Shell Extension Preferences Tool. More than 20 options to enhance your desktop.

Packagegnome-shell-extension-activities-configurator
CategoriesAddons, ShellExtensions
Homepagehttps://nls1729.github.io/activities_config.html

admeshgui.desktop

Typedesktop
NameADMeshGUI
CommentSTL viewer and manipulation tool
Description

ADMeshGUI is a desktop application to view and manipulate STL 3D models. It supports viewing STL files and export them in STL, VRML and DXF formats.

Models can be viewed in 3 modes: solid, solid with highlighted edges and wireframe; they can also be manipulated, such as scaled, mirrored, rotated or translated. Files can also be split, merged or repaired.

Packageadmeshgui
Categories3DGraphics, Graphics
Homepagehttp://admesh.org/
KudosHiDpiIcon, HighContrast, ModernToolkit

aeskulap.desktop

Typedesktop
NameAeskulap
CommentFull open source replacement for commercially available DICOM viewers
Description

Aeskulap is able to load a series of special images stored in the DICOM format for review. Additionally Aeskulap is able to query and fetch DICOM images from archive nodes (also called PACS) over the network.

The goal of this project is to create a full open source replacement for commercially available DICOM viewers.

Packageaeskulap
CategoriesGraphics, MedicalSoftware, Viewer
Homepagehttps://github.com/jenslody/aeskulap
KudosHiDpiIcon

airtv.desktop

Typedesktop
NameAirTV
CommentA Qt GUI to start a RAOP server
Description

AirTV Qt is a GUI to start a RAOP server. Once started, AirTV will add an icon to the system tray using which you can stop the server.

Packageairtv
CategoriesAudioVideo
Homepagehttps://github.com/juhovh/shairplay/
KudosHiDpiIcon

alex4.desktop

Typedesktop
NameAlex the Allegator 4
CommentOld school platform game
Description

Alex the Allegator 4 is a true jump'n'run, just like the old classic ones. Guide Alex through the jungle in order to save his girlfriend Lola from evil humans who want to make a bag of her.

Alex 4 is a very small game. It runs in a very low resolution with only four colors and will not provide you with any real time video or 3D effects. Nor will it snare you with a compelling storyline. It's only a short platform game with a few tricks up it's sleeve. We're sure you'll like it.

Packagealex4
CategoriesActionGame, ArcadeGame, Game
KeywordsArcade, Game, Platform, Retro
Homepagehttps://obiot.github.io/Alex4-WE/readme.html

alexandria.desktop

Typedesktop
NameAlexandria Book Collection Manager
CommentManage your physical book collection
Description

Alexandria is an application that allows you to manage your book library. It lets you build and keep a detailed database (on your local machine) of information about books you own and have read.

Alexandria also allows you to rate books, note when you have read them, and even track who you have loaned books out to. It also has interfaces with a online book information sources so you don’t have to type in all the information about a book, and also provides book cover art for many books.

Packagealexandria
CategoriesDatabase, Office
Homepagehttp://alexandria.rubyforge.org/
KudosHiDpiIcon

alienarena.desktop

Typedesktop
NameAlien Arena
CommentMultiplayer retro sci-fi deathmatch
Description

Do you like old school deathmatch with modern features? How about rich, colorful, arcadelike atmospheres? How about...retro Sci Fi? Then you're going to love what Alien Arena has in store for you! This game combines some of the very best aspects of such games as Quake III and Unreal Tournament and wraps them up with a retro alien theme, while adding tons of original ideas to make the game quite unique.

Alien Arena is a furious frag fest with arenas ranging from the small, to the massive. With a large built-in player base, it's never hard to find a good match going on, at any hour of the day. The community is friendly, as well as prolific. Dozens of maps, models, and various accessories have been created by community members to add on to the game experience.

The CRX engine that powers Alien Arena has received very signifigant upgrades in recent releases, resulting not only in stunning new visuals, but vastly increased performance as well.

Packagealienarena
CategoriesActionGame, Game
Homepagehttp://red.planetarena.org/

almanah.desktop

Typedesktop
NameAlmanah Diary
CommentKeep a personal diary
Description

Almanah Diary is an application to allow you to keep a diary of your life.

You can encrypt the diary to preserve your privacy. It has editing abilities, including text formatting and printing and shows you a lists of events which happened (on your computer) for each day (such as tasks and appointments from Evolution).

Packagealmanah
CategoriesUtility
Keywordsdiary, journal
Homepagehttps://wiki.gnome.org/Apps/Almanah_Diary
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

alt-ergo.desktop

Typedesktop
NameAlt-Ergo
CommentAutomated theorem prover including linear arithmetic
Description

Alt-Ergo is an automated theorem prover implemented in OCaml. It is based on CC(X) - a congruence closure algorithm parameterized by an equational theory X. This algorithm is reminiscent of the Shostak algorithm. Currently CC(X) is instantiated by the theory of linear arithmetics.

Alt-Ergo also contains a home made SAT-solver and an instantiation mechanism by which it fully supports quantifiers.

Packagealt-ergo-gui
CategoriesDebugger, Development
Homepagehttp://alt-ergo.ocamlpro.com/
KudosHiDpiIcon

alternate-tab@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameAlternateTab
CommentGNOME Shell Extension
Description

Substitute Alt-Tab with a window based switcher that does not group by application. This extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.

Packagegnome-shell-extension-alternate-tab
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

amoebax.desktop

Typedesktop
NameAmoebax
CommentA match-4 action puzzle game
Description

Amoebax is a cute action puzzle game where pairs of amoeba fall down, and when you match 4 colored amoeba in a row or column they disappear. There are 6 levels of difficulty, and also a split-screen mode to battle the amoeba-matching fun with a friend.

Packageamoebax
CategoriesGame, LogicGame
Homepagehttp://www.emma-soft.com/games/amoebax/
KudosHiDpiIcon

amsynth.desktop

Typegeneric
NameAnalog Modelling SYNTHesizer
CommentAnalog modelling (a.k.a virtual analog) software synthesizer
Description

Amsynth is an analog modelling (a.k.a virtual analog) software synthesizer. It mimics the operation of early analog subtractive synthesizers with classic oscillator waveforms, envelopes, filter, modulation and effects. The aim is to make it easy to create and modify sounds.

Features:

  • Dual oscillators (sine / saw / square / noise) with hard sync
  • 12/24 dB/oct resonant filter (low-pass / high-pass / band-pass / notch)
  • Mono / poly / legato keyboard modes
  • Dual ADSR envelope generators (filter & amplitude)
  • LFO which can modulate the oscillators, filter, and amplitude
  • Distortion and reverb
  • Hundreds of presets

There are currently several different ways to run amsynth:

  • Stand-alone application using JACK, ALSA or OSS
  • DSSI plug-in
  • LV2 plug-in
  • VST plug-in
Packageamsynth
CategoriesAudio, AudioVideo
Homepagehttp://amsynth.github.io/

anjuta.desktop

Typedesktop
NameAnjuta
CommentDevelop software in an integrated development environment
Description

Anjuta DevStudio is a versatile software development studio featuring a number of advanced programming facilities including project management, application wizard, interactive debugger, source editor, version control, GUI designer, profiler and many more tools. It focuses on providing simple and usable user interface, yet powerful for efficient development.

Anjuta is very extensible with plugins. Almost all features in Anjuta are implemented using plugins which can be dynamically enabled or disabled. You can choose which plugins should be active for your project. Like the user interface layout, the set of active plugins is also persistent for each project making it easy to work on projects with various levels of complexity. Using plugins, you can extend Anjuta with your own features.

The project wizard lets you create new projects from a selection of project templates. The selection includes simple generic, flat (no subdirectory), GTK+, GNOME, Java, Python projects and more. New templates can be easily downloaded and installed.

Packageanjuta
CategoriesDevelopment, IDE
KeywordsIDE, development, programming
Homepagehttps://projects.gnome.org/anjuta/
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

anki.desktop

Typedesktop
NameAnki
CommentAn intelligent spaced-repetition memory training program
Description

Anki is a program which makes remembering things easy. Because it's a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn.

Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless.

For example:

  • Learning a language (vocabulary, grammar, phrases, ...)
  • Studying for medical and law exams
  • Memorizing people's names and faces
  • Brushing up on geography
  • Mastering long poems
  • Even practicing guitar chords!
Packageanki
CategoriesEducation, Languages
Keywordseducation, flashcard, language, learn, memorizing, spaced repetition
Homepagehttp://ankisrs.net/
KudosHiDpiIcon

antimicro.desktop

Typedesktop
NameAntiMicro
CommentGraphical program used to map keyboard buttons and mouse controls to a gamepad
Description

AntiMicro is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support.

AntiMicro was inspired by QJoyPad but has additional features.

Packageantimicro
CategoriesUtility
Keywordscontroller, game, joystick, keyboard, mouse
Homepagehttps://github.com/AntiMicro/antimicro
KudosModernToolkit

antimony.desktop

Typedesktop
Nameantimony
CommentComputer-aided design CAD tool
Description

Antimony is a computer-aided design (CAD) tool from a parallel universe in which CAD software evolved from Lisp machines rather than drafting tables.

Antimony provides the Python3 Fab module that is a set of software tools for personal fabrication, intended for use with machines common to fab labs. For info about Fab visit kokompe.cba.mit.edu/.

Packageantimony
CategoriesEngineering, Graphics, Science
Homepagehttp://www.mattkeeter.com/projects/antimony/3/
KudosHiDpiIcon, ModernToolkit

antlrworks.desktop

Typedesktop
NameANTLRWorks
CommentGrammar development environment for ANTLR v3 grammars
Description

ANTLRWorks is a novel grammar development environment for ANTLR v3 grammars written by Jean Bovet (with suggested use cases from Terence Parr). It combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. ANTLRWorks helps eliminate grammar nondeterminisms, one of the most difficult problems for beginners and experts alike, by highlighting nondeterministic paths in the syntax diagram associated with a grammar. ANTLRWorks' goal is to make grammars more accessible to the average programmer, improve maintainability and readability of grammars by providing excellent grammar navigation and refactoring tools, and address the most common questions and problems encountered by grammar developers.

Packageantlrworks
CategoriesDevelopment, IDE, Java
Homepagehttp://www.antlr3.org/works/
KudosHiDpiIcon

apps-menu@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameApplications Menu
CommentGNOME Shell Extension
Description

Add a category-based menu for applications. This extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.

Packagegnome-shell-extension-apps-menu
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

apx.desktop

Typedesktop
Nameapx
CommentA playful QIX clone
Description

APX is a QIX clone with minor differences in gameplay from the original.

  • Use arrow keys to move around the perimeter of square, hold down Space or Shift to cut into the area. Connect back to perimeter to claim the area.
  • Your objective is to claim 75% or more to proceed to the next level
  • Claiming with Shift key will be slower but give you double the points.
  • For every claimed full percent over 75% you get extra 1000 points.
Packageapx
CategoriesGame
Homepagehttps://github.com/projecthamster/apx
KudosHiDpiIcon

arcstat-ui.desktop

Typedesktop
NameARC Job Manager
CommentManage running Grid jobs
Packagearc-gui-clients
CategoriesNetwork, WebBrowser
Homepagehttp://sourceforge.net/projects/arc-gui-clients/
KudosHiDpiIcon

ardour2.desktop

Typedesktop
NameArdour
CommentDigital Audio Workstation (Legacy Version)
Description

This package contains the legacy version 2 of Ardour. It is provided as a way to work on sessions created by this version. Please use the current version of Ardour for new projects.

Ardour is a digital audio workstation that permits you to record and create music. Ardour supports multi-track recording, and allows you to use plug-ins to create music in a virtual studio.

Packageardour2
CategoriesAudio, AudioVideo
Homepagehttp://ardour.org

ardour4.desktop

Typedesktop
NameArdour
CommentDigital Audio Workstation
Description

Ardour is a multi-channel digital audio workstation, allowing you to record, edit, mix and master audio and MIDI projects.

It is targeted at audio engineers, musicians, soundtrack editors and composers.

Packageardour4
CategoriesAudio, AudioVideo
Homepagehttp://ardour.org
KudosHiDpiIcon

ardour5.desktop

Typedesktop
NameArdour
CommentDigital Audio Workstation
Description

Ardour is a multi-channel digital audio workstation, allowing you to record, edit, mix and master audio and MIDI projects.

It is targeted at audio engineers, musicians, soundtrack editors and composers.

Packageardour5
CategoriesAudio, AudioVideo
Homepagehttp://ardour.org
KudosHiDpiIcon

arduino.desktop

Typedesktop
NameArduino IDE
CommentAn IDE for Arduino-compatible electronics prototyping platforms
Description

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.

Included is an integrated development environment that can be used to develop and upload code to compatible microcontrollers.

Packagearduino
CategoriesDevelopment, Electronics, IDE
Keywordsavr, electronics, embedded electronics, microcontroller
Homepagehttp://www.arduino.cc/
KudosHiDpiIcon

armacycles-ad.desktop

Typedesktop
NameArmacycles Advanced
Comment3D motorcycle battle
Description

Armagetron is a 3D Tron-inspired game where the player controls a motorcycle that emits a immovable wall behind it. Gameplay consists of 2 of these cycles battling to trap each other to force their opponent to crash into the wall.

Packagearmacycles-ad
CategoriesActionGame, Game
Homepagehttp://armagetronad.sf.net

asc.desktop

Typedesktop
NameAdvanced Strategic Command
CommentTurn based strategy game
Description

Advanced Strategic Command is a free, turn based strategy game. It is designed in the tradition of the Battle Isle series from Bluebyte and is currently available for Windows and Linux.

ASC can be played both against the AI and against other human players, using hotseat or PlayByMail. It is also used to run the multiplayer universe Project Battle Planets.

Packageasc
CategoriesGame, StrategyGame
Homepagehttp://www.asc-hq.org/
KudosHiDpiIcon

ascii-design.desktop

Typedesktop
NameAscii Design
CommentAscii Design is a free program to create awesome ascii art text
Description

Ascii Design is a free program, based on figlet engine, that enables you to create awesome ascii art text.

You can create art based text for many types of decorations for web sites, e-mail, text files etc...

Ascii Design is able to use dozens of special fonts to create various styles of ascii arts.

Packageascii-design
CategoriesOffice
Homepagehttp://ascii-design.sourceforge.net/
KudosHiDpiIcon

astromenace.desktop

Typedesktop
NameAstromenace
CommentA fast paced and intense 3D scrolling space shooter
Description

Astromenace is a 3D scrolling space shooter with amazing graphics and intense gameplay.

You have a range of vehicles to choose from and numerous weapons that can be upgraded as you repel wave after wave of spaceships and dodge space objects.

Packageastromenace
CategoriesActionGame, Game
Homepagehttp://www.viewizard.com/

atanks.desktop

Typedesktop
NameAtomic Tanks
CommentTurn-based artillery strategy game
Description

Atomic Tanks is a turn based artillery strategy game where opponents take turns to bombard each other with a wide array of different weapons. To make things more interesting, Atomic Tanks also features desctructable landscapes, teleporting, parachutes and different weather conditions.

Packageatanks
CategoriesArcadeGame, Game, StrategyGame
Homepagehttp://atanks.sourceforge.net/index.html

atomix.desktop

Typedesktop
NameAtomix
CommentBuild molecules out of single atoms
Description

Atomix is a puzzle game where your goal is to assemble molecules from compound atoms by moving them on the playfield. However, atoms don't just move wherever you want to move them to, they slide until they hit either a wall or another atom.

Try to build the molecules as fast as you can on each level to earn a higher score.

Packageatomix
CategoriesGame, LogicGame
KeywordsGNOME, atoms, game, logic, molecules, puzzle, sokoban
Homepagehttps://wiki.gnome.org/Apps/Atomix
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit

atril.desktop

Typedesktop
NameAtril Document Viewer
CommentA Document Viewer for the MATE desktop environment
Description

Atril is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable Document Format (PDF) files, as well as comic book archive files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation and table-of-contents bookmarks.

Atril is a fork of Evince and part of the MATE Desktop Environment. If you would like to know more about MATE and Atril, please visit the project's home page.

Packageatril
CategoriesOffice, Viewer
KeywordsMATE, comics, djvu, document, dvi, pdf, pixbuf, ps, tiff, viewer, xps
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

au.vrt.vrt-network-equipment.addon

Typeaddon
Extendslibreoffice-calc.desktop, libreoffice-draw.desktop, libreoffice-impress.desktop, libreoffice-writer
NameVRT Network Equipment Gallery
CommentAdds a gallery of network equipment shapes into LibreOffice
Packagelibreoffice-gallery-vrt-network-equipment
Homepagehttp://www.vrt.com.au/downloads/vrt-network-equipment

audacious-plugin-fc

Typeaddon
Extendsaudacious
NameFuture Composer decoder
CommentInput plugin for Future Composer files
Packageaudacious-plugin-fc
Homepagehttp://xmms-fc.sourceforge.net

audacious-plugins-amidi

Typeaddon
Extendsaudacious
NameAMIDI-Plug
CommentInput plugin for MIDI files
Packageaudacious-plugins-amidi
Homepagehttp://audacious-media-player.org/

audacious-plugins-exotic

Typeaddon
Extendsaudacious
NameExotic plugins
CommentOptional niche market plugins
Packageaudacious-plugins-exotic
Homepagehttp://audacious-media-player.org/

audacious-plugins-jack

Typeaddon
Extendsaudacious
NameJack Audio Connection Kit output
CommentOutput plugin for Jack Audio Connection Kit (JACK) sound service
Packageaudacious-plugins-jack
Homepagehttp://audacious-media-player.org/

audacious.desktop

Typedesktop
NameAudacious
CommentLightweight audio player
Description

Audacious is an open source audio player. Originally a descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks.

Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists. Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp Classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more.

Packageaudacious
CategoriesAudio, AudioVideo, Player
Homepagehttp://audacious-media-player.org
KudosHiDpiIcon, ModernToolkit

audacity.desktop

Typedesktop
NameAudacity
CommentRecord and edit audio files
Description

Audacity® is a free, easy-to-use, multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. The interface is translated into many languages.

You can use Audacity to:

  • Record live audio
  • Convert tapes and records into digital recordings or CDs
  • Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files
  • Cut, copy, splice or mix sounds together
  • Change the speed or pitch of a recording
  • Apply a wide range of other effects to audio recordings
Packageaudacity
CategoriesAudio, AudioVideo, AudioVideoEditing
Homepagehttp://www.audacityteam.org/
KudosHiDpiIcon

auto-move-windows@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameAuto Move Windows
CommentGNOME Shell Extension
Description

Move applications to specific workspaces when they create windows.

Packagegnome-shell-extension-auto-move-windows
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

avogadro.desktop

Typedesktop
NameAvogadro
CommentA molecular builder and visualization tool
Description

An advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas, which offers flexible rendering and a powerful plugin architecture.

Packageavogadro
CategoriesChemistry, Education, Physics, Science
Homepagehttp://avogadro.cc/wiki/Main_Page

avogadro2.desktop

Typedesktop
NameAvogadro2
CommentAdvanced molecular editor
Description

Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture. The code in this repository is a rewrite of Avogadro with source code split across a libraries repository and an application repository. Core features and goals of the Avogadro project: * Open source distributed under the liberal 3-clause BSD license * Cross platform with nightly builds on Linux, Mac OS X and Windows * Intuitive interface designed to be useful to whole community * Fast and efficient embracing the latest technologies * Extensible, making extensive use of a plugin architecture * Flexible supporting a range of chemical data formats and packages

Packageavogadro2
CategoriesChemistry, Education, Physics, Science
Homepagehttp://www.openchemistry.org/projects/avogadro2/
KudosHiDpiIcon, ModernToolkit

background-logo@fedorahosted.org.shell-extension

Typeshell-extension
NameBackground Logo
CommentGNOME Shell Extension
Description

Overlay a tasteful logo on the background to enhance the user experience

Packagegnome-shell-extension-background-logo
CategoriesAddons, ShellExtensions
Homepagehttps://git.fedorahosted.org/git/background-logo-extension.git

ballbuster.desktop

Typedesktop
NameBall: Buster
CommentMove the paddle to bounce the ball and break all the bricks
Description

Game inspired by one of the great classics. The purpose of the game is to remove all the bricks on the screen, by hitting them with a ball. You can control the ball by bouncing it back at the bricks with a paddle which you control with your mouse.

The game features:

  • A built in level editor
  • 20 powerups
  • Particle effects
  • Alpha effects
  • Rotating and zooming
Packageballbuster
CategoriesArcadeGame, BlocksGame, Game
Keywordsblocks, bricks, buster, game
Homepagehttps://admin.fedoraproject.org/pkgdb/package/rpms/ballbuster/
KudosHiDpiIcon

ballerburg.desktop

Typedesktop
NameBallerburg
CommentTwo players, two castles, and a hill in between
Description

Two castles, separated by a mountain, try to defeat each other with their cannonballs, either by killing the opponent's king or by weakening the opponent enough so that the king capitulates.

Ballerburg was originally written 1987 by Eckhard Kruse, for the Atari ST machines (which were brand new computers at that point in time). Over 25 years later, here's finally the adaption of the original source code to modern operating systems.

Packageballerburg
CategoriesGame, StrategyGame
Homepagehttp://baller.tuxfamily.org/
KudosHiDpiIcon

ballz.desktop

Typedesktop
NameB.A.L.L.Z.
CommentA platform game with puzzle elements
Description

The game is a platformer with some puzzle elements. You take control of a ball which is genetically modifed by the British secret service. Your mission is to rescue captured British soldiers from a prison in Iran.

The game was written in 72 hours for the TINS competition, a competition similar to Speedhack. The name TINS is an recursive acronym for 'TINS is not Speedhack'.

Packageballz
CategoriesActionGame, Game
Homepagehttps://gitlab.com/groups/ballz
KudosHiDpiIcon

balsa.desktop

Typedesktop
NameBalsa
CommentEmail utility
Description

Balsa is a graphical mail client. While it is in active development, Balsa has many features such as:

  • IMAP and POP3 support;
  • sendmail or direct SMTP support;
  • optional multi-threaded retrieval and sending of messages;
  • support for all configurations of local mail folders;
  • automatic mail checking;
  • mail printing;
  • inline attachment viewing;

and the proverbial much, much more.

Packagebalsa
CategoriesEmail, Network
Homepagehttp://pawsa.fedorapeople.org/balsa/
KudosModernToolkit, Notifications, UserDocs

banshee.desktop

Typedesktop
NameBanshee
CommentPlay and organize your media collection
Description

Banshee is an open source multimedia management and playback application for GNOME, Mac and Windows.

Play your music and videos. Stay entertained and up to date with podcasts and video podcasts. Sync your Android, iPod, and other devices. We think you'll love Banshee!

Packagebanshee
CategoriesAudio, AudioVideo, Music, Player
Homepagehttp://banshee.fm/
ProjectGNOME

barrage.desktop

Typedesktop
NameBarrage
CommentA fast paced action game where you shoot down as many targets as possible
Description

Barrage is a fast paced shooter game where the objective is to destroy targets like soldiers, tanks and jeeps within 3 minutes.

The player controls a gun that shoots small and large grenades at fast moving targets and you need to manage your aim, ammo and re-load times carefully.

Packagebarrage
CategoriesArcadeGame, Game
Homepagehttp://lgames.sourceforge.net/index.php?project=Barrage

berusky.desktop

Typedesktop
NameBerusky
Comment2D puzzle game
Description

Berusky is a 2D puzzle game where you control up to 5 bugs that have to work together to solve puzzles by moving boxes, using keys and blowing up explosives.

Packageberusky
CategoriesGame, LogicGame
Homepagehttp://www.anakreon.cz/?q=node/1
KudosHiDpiIcon

berusky2.desktop

Typedesktop
NameBerusky2
Comment3D puzzle game
Description

Berusky 2 is a 3D puzzle game where you control up to 5 bugs that have to work together to solve puzzles by moving boxes, using keys and blowing up explosives.

Packageberusky2
CategoriesGame, LogicGame
Keywords3D, bugs, camera, game, level, logic, zooming
Homepagehttp://www.anakreon.cz/?q=node/2
KudosHiDpiIcon

billiards.desktop

Typedesktop
NameBilliards
CommentPlay billiards and pool
Description

Billiards is a 3D cue sports simulator that allows you to play different variations of billiards and pool. Billiards features the Carom billiards games of straight rail, balk line and cushion games, as well as eight-ball pool and nine-ball pool.

Packagebilliards
CategoriesGame, Simulation
Homepagehttp://www.nongnu.org/billiards/
KudosHiDpiIcon

biloba.desktop

Typedesktop
NameBiloba
CommentStrategic board game
Description

Biloba is a board game for 2 to 4 players that involves moving pawns around on an octagonal board with square cells. The goal of bilboa is to remove all of your opponent's pawns. Bilboa can be played both against AI and real opponents.

Packagebiloba
CategoriesBoardGame, Game
Homepagehttp://biloba.sourceforge.net/

blender.desktop

Typedesktop
NameBlender
Comment3D modeling, animation, rendering and post-production
Description

Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package. Through its open architecture, Blender provides cross-platform interoperability, extensibility, an incredibly small footprint, and a tightly integrated workflow. Blender is one of the most popular Open Source 3D graphics applications in the world.

Aimed at media professionals and artists world-wide, Blender can be used to create 3D visualizations and still images, as well as broadcast- and cinema-quality videos, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback.

Packageblender
Categories3DGraphics, Graphics
Keywords3d, animation, cg, cycles, game engine, modeling, painting, python, render engine, rendering, sculpting, texturing, video editing, video tracking
Homepagehttp://www.blender.org/
KudosHiDpiIcon

blivet-gui.desktop

Typedesktop
Nameblivet-gui
CommentGraphical tool for storage manipulation and configuration
Description

Blivet-gui is a graphical tool that provides an easy way to create, delete or edit partitions, LVM, RAID or Btrfs volumes.

Available advanced options includes setting up encrypted devices (LUKS), LVM or Btrfs volumes spanning more drives and creating kickstart files for automated installations.

Packageblivet-gui
CategoriesFilesystem, System
KeywordsDisk, LVM, Partition, RAID, Storage
Homepagehttps://github.com/storaged-project/blivet-gui
KudosHiDpiIcon

blobby.desktop

Typedesktop
NameBlobby Volley 2
CommentTwo alien blobs battle at volleyball
Description

Blobby Volley2 is a sequel to the popular game Blobby Volley that was last released in 2000. It is a computer - skill game in which two alien gummy bears (blobs) compete in volleyball against each other.

It is both simple and fun. Due to the relative brevity of the game, it is often used as a game played to take a quick rest from work.

Packageblobby
CategoriesArcadeGame, Game
Homepagehttp://blobby.sourceforge.net/

blobwars.desktop

Typedesktop
NameBlob Wars : Metal Blob Solid
CommentMission and Objective based 2D Platform Game
Description

Blob Wars: Metal Blob Solid is a 2D side scrolling platformer where you control Bob, (a blob secret agent) through 25 missions to rescue other blobs and stop the evil alien leader: Galdov.

Packageblobwars
CategoriesActionGame, Game
Homepagehttp://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html

bluefish.desktop

Typedesktop
NameBluefish
CommentText editor with many web and software development extra's
Description

Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages and has many features, but is still a very fast and lightweight application.

A selection of the features:

  • Well done syntax highlighting which for example supports languages inside languages (e.g. Javascript inside HTML inside PHP)
  • All kind of powerful editor features like auto indenting and auto completion for many functions and libraries in many programming languages
  • Project support
  • Support for remote files over ftp, sftp, webdav, etc
  • Powerful search and replace engine
  • Customizable integration of external programs such as lint, make, etc
  • Snippets plugin to automate often used code
  • Code-aware in-line spell checking
  • Zencoding or Emmet support
  • Bookmarks panel

If you are an occasional coder who is in need for a simple to learn editor, or a heavy coder who dislikes heavy IDE's like eclipse or netbeans, Bluefish is your editor of choice!

Packagebluefish-shared-data
CategoriesDevelopment, WebDevelopment
Keywordscode, development, editor, html, php, programming, python, web
Homepagehttp://bluefish.openoffice.nl/
KudosHiDpiIcon, ModernToolkit

bolzplatz2006.desktop

Typedesktop
NameBolzplatz 2006
CommentSlam Soccer 2006 is a funny football game in 3D-comic-style
Description

Bolzplatz 2006 / Slam Soccer 2006 is a funny football game in 3D-comic-style. The Bolzplatz 2006 game-engine is Open Source. The Bolzplatz 2006 data-files however are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License and are not included in Fedora because of the no commercial use clause.

This package installs the engine and an applications menu entry for playing Bolzplatz 2006. The first time you click this menu entry, it will offer to download and install the datafiles for you.

Features:

  • Funny 3d-comic-style
  • English, French and German translation
  • Enthralling stadium atmosphere
  • Keyboard and gamepad control
  • 2-player mode
  • Career and world cup
Packagebolzplatz2006
CategoriesGame, SportsGame
Keywords2006, bolzplatz, football, game, soccer
Homepagehttp://www.bolzplatz2006.de/en/
KudosHiDpiIcon

boswars.desktop

Typedesktop
NameBos Wars
CommentFuturistic real-time strategy game
Description

Bos Wars is a futuristic real-time strategy game (RTS). In a RTS game, the player has to combat his enemies while developing his war economy. Everything runs in real-time, as opposed to turn-based games where the player always has to wait for his turn. The trick is to balance the effort put into building his economy and building an army to defend and attack the enemies.

Bos Wars has a dynamic rate based economy. Energy is produced by power plants and magma gets pumped from hot spots. Buildings and mobile units are also built at a continuous rate. Control of larger parts of the map creates the potential to increase your economy throughput. Holding key points like roads and passages allow for different strategies.

It is possible to play against human opponents over LAN, internet, or against the computer. Bos Wars aims to create a completly original and fun open source RTS game.

Packageboswars
CategoriesGame, StrategyGame
Keywordsfuturistic, game, real-time, rts, strategy
Homepagehttp://www.boswars.org/

bpython.desktop

Typedesktop
Namebpython interpreter
CommentFancy interface for the Python interpreter
Description

bpython is a fancy interface to the Python interpreter. It has the following features:

  • In-line syntax highlighting.
  • Readline-like autocomplete with suggestion displayed as you type.
  • Expected parameter list for any Python function.
  • "Rewind" function to pop the last line of code from memory and re-evaluate.
  • Send the code you've entered off to a pastebin.
  • Save the code you've entered to a file.
  • Auto-indentation.
Packagebpython
CategoriesConsoleOnly, Development, Utility
KeywordsPython, REPL, interpreter
Homepagehttp://www.bpython-interpreter.org/

brasero.desktop

Typedesktop
NameBrasero
CommentCreate and copy CDs and DVDs
Description

Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.

Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports CD-TEXT, multisession and joliet extensions. You can simply drag and drop files from other local applications or from remote shared drives to easily burn them to a disc.

Packagebrasero
CategoriesAudio, AudioVideo, DiscBurning, Video
Keywordsaudio, burn, cdrom, disc, dvd, video
Homepagehttps://projects.gnome.org/brasero/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, Notifications, UserDocs

btanks.desktop

Typedesktop
NameBattle Tanks
CommentA fun filled scrolling game with battle tanks
Description

Battle tanks is a fun filled old school style scrolling battle tank game.

It has original cartoon style graphics and sound track and is multiplayer focused. Choose from 3 different vehicles and destroy your enemies using a large assortment of weapons.

Packagebtanks
CategoriesActionGame, Game
Homepagehttp://btanks.sourceforge.net/

btbuilder.desktop

Typedesktop
NameBt Builder
CommentTurn based role-playing game builder and engine
Description

Explore a fantasy world in this turn based single-player role-playing game. Use powerful magic to devastate evil creatures. Solves puzzles to unlock hidden secrets. Save the world and let bards entertain travellers with the tale of your band of heroes.

Not satisfied with crushing the evil forces. Build a new world to share with others. Create new monsters to terrorize the adventurers. Design items to reward them for victory. Leave devious puzzles to vex the heroes. Your imagination is the only limit.

Packagebtbuilder
CategoriesGame, RolePlaying
Homepagehttp://www.identicalsoftware.com/btbuilder

bustle.desktop

Typedesktop
NameBustle
CommentDraw sequence diagrams of D-Bus activity
Description

Bustle draws sequence diagrams of D-Bus activity.

It shows signal emissions, method calls and their corresponding returns, with time stamps for each individual event and the duration of each method call. This can help you check for unwanted D-Bus traffic, and pinpoint why your D-Bus-based application isn't performing as well as you like. It also provides statistics like signal frequencies and average method call times.

Packagebustle
CategoriesDebugger, Development, Profiling
Keywordsd-bus, dbus, debug, monitor, profile, sequence
Homepagehttp://willthompson.co.uk/bustle/
KudosHiDpiIcon, ModernToolkit

bzflag.desktop

Typedesktop
NameBZFlag
CommentAn online multiplayer 3D tank battle game
Description

bzflag is a multiplayer tank battle game with "retro" 3D style graphics.

Packagebzflag
CategoriesArcadeGame, Game
Homepagehttp://bzflag.org
KudosHiDpiIcon

ca.desrt.dconf-editor.desktop

Typedesktop
NameDconf Editor
CommentA graphical tool for editing the dconf database
Description

Dconf Editor is a tool to allow direct editing of the dconf configuration database. This is useful when developing applications that use these settings.

Editing your configuration directly is an advanced feature and may cause applications to not work correctly.

Packagedconf-editor
CategoriesSystem
Keywordsconfiguration, settings
Homepagehttps://wiki.gnome.org/Projects/dconf
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications

caja.desktop

Typedesktop
NameCaja
CommentFile manager for the MATE desktop environment
Description

Caja is the official file manager for the MATE desktop. It allows for browsing directories, as well as previewing files and launching applications associated with them. It is also responsible for handling the icons on the MATE desktop. It works on local and remote file systems.

Caja is extensible through a plugin system, similar to that of GNOME Nautilus, of which Caja is a fork.

Packagecaja
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit

calc@patapon.info.shell-extension

Typeshell-extension
NameCalculator
CommentGNOME Shell Extension
Description

A simple calculator in the search overview

Packagegnome-shell-extension-calc
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/eonpatapon/gnome-shell-extension-calc

calibrate_lens_gui.desktop

Typedesktop
NameHugin Calibrate Lens
CommentCharacterise lens distortion
Packagehugin
CategoriesGraphics
Homepagehttp://hugin.sourceforge.net/

calibre-ebook-edit.desktop

Typedesktop
Namecalibre - E-book Editor
CommentEdit the text and styles inside e-books
Description

The calibre e-book editor allows you to edit the text and styles inside the book with a live preview of your changes.

It can edit books in both the EPUB and AZW3 (kindle) formats. It includes various useful tools for checking the book for errors, editing the Table of Contents, performing automated cleanups, etc.

Packagecalibre
CategoriesOffice
Homepagehttps://calibre-ebook.com
KudosHiDpiIcon, ModernToolkit

calibre-ebook-viewer.desktop

Typedesktop
Namecalibre - E-book Viewer
CommentRead e-books in over a dozen different formats
Description

The calibre E-book viewer allows you to read e-books in over a dozen different formats.

It has a full screen mode for distraction free reading and can display the text with multiple columns per screen.

Packagecalibre
CategoriesGraphics, Viewer
Homepagehttps://calibre-ebook.com
KudosHiDpiIcon, ModernToolkit

calibre-gui.desktop

Typedesktop
NameCalibre
CommentE-book library management: Convert, view, share, catalogue all your e-books
Description

Calibre is used to manage a collections of e-books in many popular formats. Books may be viewed, or converted between e-pub, MOBI, and similar formats. Searching by author, title, other metadata, and user defined characteristics is possible.

This is one of the most versatile and feature-full e-book viewers.

Packagecalibre
CategoriesOffice
Homepagehttp://calibre-ebook.com/
KudosHiDpiIcon, ModernToolkit

california.desktop

Typedesktop
NameCalifornia
CommentGNOME 3 calendar
Description

California is a new calendar application for GNOME 3 designed to let you work with your calendars quickly and easily. It provides month and week views of your schedule and easy ways to add and update events, including a Quick Add feature which allows you to type the event details and have them added to your calendar without filling out a form.

California is currently in beta development and has a limited but growing set of features:

  • Modern, clean interface
  • Month and week view of your schedule
  • Quick setup (if any is required at all)
  • Integrates with Evolution Data Server
  • Quickly add events with a natural-language parser
  • Works with Google, WebCal, and CalDAV servers
Packagecalifornia
CategoriesCalendar, Office
KeywordsEvent, Events, Schedule
Homepagehttps://wiki.gnome.org/Apps/California
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

cameracalib.desktop

Typedesktop
NameCamera Calibration
CommentCamera Calibration GUI
Description

Tool for easy calibration of monocular cameras.

Packagemrpt-camera-calibration
CategoriesArtificialIntelligence, Robotics, Science
Keywordscalibration, camera, computer vision, mrpt, stereo, vision
Homepagehttp://www.mrpt.org/

camorama.desktop

Typedesktop
NameCamorama
CommentCamorama Webcam Viewer
Description

Camorama is a simple webcam viewer, with the ability to apply some video effects.

Packagecamorama
CategoriesAudioVideo, Video
Keywordscamorama, video-effects, viewer, webcam
Homepagehttps://github.com/alessio/camorama/
ProjectGNOME

cardpeek.desktop

Typedesktop
NamePower Statistics
CommentObserve power management
Description

Cardpeek is a cross-platform graphical tool to read the contents of smart cards, including:

It features a GTK GUI to represent card data is a tree view, and is extensible with a scripting language (LUA).

The goal of this project is to allow smart card owners to be better informed about what type of personal information is stored in these devices.

Packagecardpeek
CategoriesSecurity, System
Homepagehttp://pannetrat.com/Cardpeek/
KudosModernToolkit

catfish-py3.desktop

Typedesktop
NameCatfish
CommentVersatile file searching tool
Description

Catfish is a small, fast, and powerful file search utility. Featuring a minimal interface with an emphasis on results, it helps users find the files they need without a file manager. With powerful filters such as modification date, file type, and file contents, users will no longer be dependent on the file manager or organization skills.

Packagecatfish-python3
CategoriesUtility
Homepagehttps://launchpad.net/catfish-search/
KudosHiDpiIcon

catfish.desktop

Typedesktop
NameCatfish
CommentVersatile file searching tool
Description

Catfish is a small, fast, and powerful file search utility. Featuring a minimal interface with an emphasis on results, it helps users find the files they need without a file manager. With powerful filters such as modification date, file type, and file contents, users will no longer be dependent on the file manager or organization skills.

Packagecatfish
CategoriesUtility
Homepagehttps://launchpad.net/catfish-search/
KudosHiDpiIcon

cave9.desktop

Typedesktop
Namecave9
CommentA cave exploration game featuring unique controls based on gravity
Description

cave9 is 3D cave exploration game based on the SF-cave game. You control a jet that maneuvers through a series of caves and the objective of the game is to avoid colliding with the cave walls.

Packagecave9
CategoriesArcadeGame, Game
Homepagehttp://code.google.com/p/cave9

cbrpager.desktop

Typedesktop
NamecbrPager
CommentRead comics
Description

cbrPager is a simple comic book reader application with the ability to change pages and zoom. It features the ability to open and read cbr, cb7 and cbz comic book archives that contain PNG and JPEG images.

Packagecbrpager
CategoriesGraphics, Viewer
Homepagehttp://www.jcoppens.com/soft/cbrpager/index.en.php
KudosHiDpiIcon

ccdciel.desktop

Typedesktop
NameCCDciel
CommentCCD capture software for the amateur astronomer
Description

A CCD capture software intended for the amateur astronomer.

It include all the features required to perform digital imaging CCD observation of celestial objects.

Using the standard drivers protocol INDI and ASCOM it can connect and control the CCD camera, the focuser, the filter wheel and the telescope mount.

Packageccdciel
CategoriesAstronomy, Education, Science
Homepagehttp://www.ap-i.net/ccdciel/

ccgo

Typegeneric
NameccGo
CommentPlay a game of "Go" against your computer or other players on the internet
Description

"ccGo" allows you to play the popular chinese strategy game "Go" agains your computer or other players on the internet.

Packageccgo
Homepagehttp://ccdw.org/~cjj/prog/ccgo/

ccsm.desktop

Typedesktop
NameCCSM
CommentSettings Manager for Compiz (CCSM)
Description

Compiz Config and Settings tool (CCSM).

Packageccsm
CategoriesDesktopSettings, Settings
Homepagehttps://github.com/compiz-reloaded/ccsm
KudosHiDpiIcon

cdogs-sdl.desktop

Typedesktop
NameC-Dogs
CommentClassic overhead run-and-gun game
Description

C-Dogs is an arcade shoot-em-up which lets players work alone and cooperatively during missions or fight against each other in the “dogfight” deathmatch mode.

Customize your player, choose from many weapons, and blast, slide and slash your way through over 100 user-created campaigns.

Packagecdogs-sdl
CategoriesActionGame, Game
KeywordsArcade, Game, Retro, Shooter
Homepagehttp://cxong.github.io/cdogs-sdl/
KudosHiDpiIcon

celestia.desktop

Typedesktop
NameCelestia space simulator
CommentA real-time space simulator
Description

Celestia provides photo-realistic, real-time, three-dimensional viewing of the Solar System, the galaxy and the universe.

It is an easy to use, freely-distributed, multi-platform, open source, software package which has become a valuable tool for astronomy education. Used in homes, schools, museums and planetariums around the world, it also is used as a visualization tool by space mission designers.

Packagecelestia
CategoriesAstronomy, Education, Science
Homepagehttp://www.shatters.net/celestia/

cherrytree.desktop

Typedesktop
NameCherryTree
CommentHierarchical Note Taking
Description

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Cherrytree is not just about having a place to write notes and to-do items and keeping them organized, it's also a place you can store links, pictures, tables, even entire documents. It can be your one program for all the miscellaneous information you have and want to keep. All those little bits of information you have scattered around your hard drive can be conveniently placed into a Cherrytree document where you can easily find it.

The Main Features:

  • Rich Text supporting Images, Tables, Code Boxes, Hyperlinks and Anchors, Spell Check, Lists
  • Syntax Highlighting supporting many programming languages
  • Password Protection, Powerful Find and Replace utilities, TOC generator
  • Print, Save as PDF, Export to HTML, Export to Plain Text
  • Import from Several other Note Taking Applications
Packagecherrytree
CategoriesUtility
Keywordseditor, note-taking, notes
Homepagehttp://www.giuspen.com/cherrytree
KudosHiDpiIcon

childsplay.desktop

Typedesktop
NameEducational games for children
CommentPlay manual coordination and memory games
Description

Childsplay is a suite of educational games for young children. The aim is to be educational and at the same time fun to play. Available games differ in style and difficulty, and should be appropriate for children approximately 2 to 6 years old.

Available games include:

Packagechildsplay
CategoriesEducation
Keywordschildren, childsplay, educational, game
Homepagehttp://www.schoolsplay.org/
KudosHiDpiIcon

chocolate-doom.desktop

Typedesktop
NameChocolate Doom
CommentA clone of the popular DOS game DOOM
Description

Chocolate Doom is an original source port of the popular DOOM game for the PC.

It accurately reproduces the playing experience of the original DOOM game and is compatible with the numerous mods and levels designed for the original.

Packagechocolate-doom
CategoriesActionGame, Game
Keywordsfirst, person, shooter, vanilla
Homepagehttp://chocolate-doom.org/

chocolate-heretic.desktop

Typedesktop
NameChocolate Heretic
CommentConservative source port
Description

Chocolate Heretic is a conservative, historically-accurate Heretic source port, which is compatible with mods and levels that were made before the Heretic source code was released. Unlike other source ports, the goal is to preserve the original look, feel, limitations, and bugs of the original DOS executable.

Full support for single- and multi-player games is provided. Unlike the original executable, network play is implemented on the IP network stack, allowing it to function on modern LANs and the Internet.

Packagechocolate-doom
CategoriesActionGame, Game
Keywordsdoom, first, person, shooter, vanilla
Homepagehttps://www.chocolate-doom.org/

chocolate-hexen.desktop

Typedesktop
NameChocolate Hexen
CommentConservative source port
Description

Chocolate Hexen is a conservative, historically-accurate Hexen source port, which is compatible with mods and levels that were made before the Hexen source code was released. Unlike other source ports, the goal is to preserve the original look, feel, limitations, and bugs of the original DOS executable.

Full support for single- and multi-player games is provided. Unlike the original executable, network play is implemented on the IP network stack, allowing it to function on modern LANs and the Internet.

Packagechocolate-doom
CategoriesActionGame, Game
Keywordsdoom, first, person, shooter, vanilla
Homepagehttps://www.chocolate-doom.org/

chocolate-strife.desktop

Typedesktop
NameChocolate Strife
CommentConservative source port
Description

Chocolate Strife is a conservative, historically-accurate recreation of the Strife engine. It is completely compatible with the original game and mods created with the original engine in mind. Made with a great reverse engineering effort, it has the goal of preserving the original look, feel, limitations, and bugs of the original DOS executable.

Full support for single- and multi-player games is provided. Unlike the original executable, network play is implemented on the IP network stack, allowing it to function on modern LANs and the Internet.

Packagechocolate-doom
CategoriesActionGame, Game
Keywordsdoom, first, person, shooter, vanilla
Homepagehttps://www.chocolate-doom.org/

chromium-browser.desktop

Typedesktop
NameChromium Web Browser
CommentThe web browser from Chromium project
Description

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way to experience the web.

We invite you to join our effort to build a powerful platform for developing a new generation of web applications.

Chromium supports Vorbis, Theora, WebM and HTML5 audio and video standards, but does not include the non-free AAC, H.264, MP3 or Adobe Flash code that is found in Chrome.

Packagechromium
CategoriesNetwork, WebBrowser
Keywordsbrowser, internet, web
Homepagehttps://www.chromium.org/Home
KudosHiDpiIcon

chromium-bsu.desktop

Typedesktop
NameChromium B.S.U.
CommentFast paced, arcade-style, top-scrolling space shooter
Description

You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the Chromium vessel. This is an OpenGL-based shoot 'em up game with fine graphics.

Your mission:

  • Do not let ANY enemy ships get past your fighters! Each enemy ship that makes it past the bottom of the screen will attack the Chromium, and you lose a fighter.
  • Use your fighters as weapons! Crash into enemies to destroy them before they can get past you.
  • Strategic suicide is a powerful tactic! When the Chromium launches a new fighter, it releases a high energy burst which destroys all enemies in range.
  • Self-destruct to preserve your ammunition! A double-right-click will cause your current fighter to self-destruct. Before the ship blows up, it ejects its ammunition so that the next fighter can pick it up.
Packagechromium-bsu
CategoriesArcadeGame, Game
KeywordsShooter, Space
Homepagehttp://chromium-bsu.sourceforge.net/

clanbomber.desktop

Typedesktop
NameClanBomber
CommentLay bombs and Blast the other players of the field
Description

ClanBomber is a free multiplayer game, where the "purpose" is to Blast the other players of the gamefield by laying bombs close to them. While at the same time you must avoid being blown up yourself.

It is fully playable and features Computer controlled bombers, however, it is recommended to play ClanBomber with friends (3-8 players are really fun).

Packageclanbomber
CategoriesActionGame, ArcadeGame, Game
Keywordsbomber, bomberman, clanbomber, game
Homepagehttp://clanbomber.sourceforge.net/

clementine.desktop

Typedesktop
NameClementine Music Player
CommentPlays music files and internet radio
Description

Clementine is a multiplatform music player focusing on a fast and easy-to-use interface for searching and playing your music.

Summary of included features:

  • Search and play your local music library
  • Listen to internet radio from Last.fm, SomaFM and Magnatune
  • Tabbed playlists, import and export M3U, XSPF, PLS and ASX
  • Visualisations from projectM
  • Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AA
  • Edit tags on MP3 and OGG files, organise your music
  • Download missing album cover art from Last.fm
  • Native desktop notifications using libnotify
  • Supports MPRIS, or remote control using the command-line
  • Remote control using a Wii Remote, MPRIS or the command-line
  • Copy music to your iPod, iPhone, MTP or mass-storage USB player
Packageclementine
CategoriesAudio, AudioVideo, Player
Homepagehttps://www.clementine-player.org
KudosHiDpiIcon

clipit.desktop

Typedesktop
NameClipIt
CommentA lightweight, fully featured clipboard manager
Description

ClipIt is a lightweight, fully featured GTK+ clipboard manager. It was forked from Parcellite, adding additional features and bug-fixes to the project.

ClipIts main features are:

  • Save a history of your last copied items
  • Search through the history
  • Global hot-keys for most used functions
  • Execute actions with clipboard items
  • Exclude specific items from history
Packageclipit
CategoriesUtility
Homepagehttp://clipit.rspwn.com/
KudosHiDpiIcon

cmst.desktop

Typedesktop
Namecmst
CommentA Qt based GUI front end for the connman connection manager with systemtray icon
Description

Qt GUI for Connman with system tray icon. The program provides graphical user interface to control the connman daemon. The connman daemon must be started as you normally would, this program just interfaces with that daemon. You can see what technologies and services connman has found, and for wifi services an agent is registered to assist in obtaining the information from you necessary to logon the wifi service.

Packagecmst
CategoriesNetwork
KeywordsBluetooth, Broadband, DNS, IP, LAN, Network, Proxy, WAN, Wi-Fi, Wifi, Wireless, audio, library, music, player, tag, vpn
Homepagehttps://github.com/andrew-bibb/cmst
KudosHiDpiIcon, ModernToolkit, Notifications

cockpit.desktop

Typedesktop
NameCockpit
CommentUser interface for Linux servers
Description

Cockpit is a server manager that makes it easy to administer your Linux servers via a web browser. Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

Cockpit is perfect for new sysadmins, allowing them to easily perform simple tasks such as storage administration, inspecting journals and starting and stopping services. You can monitor and administer several servers at the same time. Just add them with a single click and your machines will look after its buddies.

Packagecockpit
CategoriesProfiling, System
KeywordsAdministration, Remote
Homepagehttp://cockpit-project.org/
KudosHiDpiIcon

codeblocks-contrib

Typeaddon
Extendscodeblocks
NameCode::Blocks Plugins
CommentAdditional plugins for the Code::Blocks IDE
Description

Contains over 40 additional plugins for the Code::Blocks IDE, including:

  • AutoVersioning -- Auto increments the version and build number of your application every time a change has been made
  • BrowseTracker -- Browse to previous source positions
  • BYO Games -- A collection of Games
  • Koders query -- Searches the Koders website for keywords, and returns results
  • Cccc -- runs the C and C++ Code Counter (CCCC) on the current project
  • Code snippets -- create and save code snippets for later use
  • Copy Strings -- copies all strings in the editor to the clipboard, and removes duplicates
  • CppCheck -- runs CppCheck over the current project
Packagecodeblocks-contrib
Homepagehttp://www.codeblocks.org/cbplugins

codeblocks.desktop

Typedesktop
NameCode::Blocks IDE
CommentIDE for C, C++ and Fortran
Description

Code::Blocks is a highly extensible Integrated Development Environment (IDE) for the C, C++ and Fortran programming languages. It features support for a wide range of compilers, parallel builds, multi-target projects, and also provides an interface with GNU GDB.

The code editor in Code::Blocks features: syntax highlighting, code folding, a tabbed interface, code completion, a class browser and smart indenting.

Packagecodeblocks
CategoriesDevelopment, IDE
Homepagehttp://www.codeblocks.org/

colossus.desktop

Typedesktop
NameColossus
CommentA fantasy board game with strategic and tactical battle elements
Description

Colossus is a clone of Avalon Hill's "Titan" Board game.

It is a fantasy board game where you lead an army of mythological creatures against other players.

Packagecolossus
CategoriesGame, StrategyGame
Homepagehttp://colossus.sourceforge.net/
KudosHiDpiIcon

com.gexperts.Tilix.desktop

Typedesktop
NameTilix
CommentA tiling terminal for GNOME
Description

Tilix is a tiling terminal emulator.

It lets you:

  • Layout terminals in any fashion by splitting them horizontally or vertically
  • Terminals can be re-arranged using drag and drop both within and between windows
  • Terminals can be detached into a new window via drag and drop
  • Input can be synchronized between terminals so commands typed in one terminal are replicated to the others
  • The grouping of terminals can be saved and loaded from disk
  • Terminals support custom titles
  • Color schemes are stored in files and custom color schemes can be created by simply creating a new file
  • Transparent background
  • Supports notifications when processes are completed out of view

The application was written using GTK 3 and an effort was made to conform to GNOME Human Interface Guidelines (HIG). As a result, it does use client-side-decorations, though it can be disabled if necessary.

Tilix has been tested with GNOME and with Unity.

Packagetilix
CategoriesSystem, TerminalEmulator
Keywordscmd, command, commandline, prompt, shell
Homepagehttps://gnunn1.github.io/tilix-web/
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications

com.github.needle-and-thread.vocal.desktop

Typedesktop
NameVocal
CommentA Great Podcast Client for the Modern Free Desktop
Description

Vocal is the best way to find interesting new podcasts, maintain a growing library, and enjoy audio and video shows that automatically get updated with new content.

Features include:

  • Audio and video podcast support
  • Built-in iTunes podcast store browsing and search
  • Episode streaming and downloading
  • Custom skip intervals
  • Full system integration
  • Automatic downloads
  • Smart library management
  • Playback position saving
  • Library importing and exporting
  • ... and much more!
Packagevocal
CategoriesAudio, AudioVideo, Video
Homepagehttp://github.com/needle-and-thread/vocal
KudosHiDpiIcon, ModernToolkit

com.hughski.ColorHug.Backlight.desktop

Typedesktop
NameColorHug Backlight Utility
CommentSample the ambient light level to control the backlight
Description

The ColorHug backlight utility uses the ColorHug device to alter the backlight level to compensate for the changing ambient light level.

Packagecolorhug-client-backlight
CategoriesSystem
KeywordsAmbient, Backlight, ColorHug, Display
Homepagehttp://www.hughski.com/
KudosAppMenu, HiDpiIcon, ModernToolkit

com.hughski.ColorHug.CcmxLoader.desktop

Typedesktop
NameColorHug CCMX Loader
CommentModify the calibration matrices on the ColorHug device
Description

The ColorHug CCMX loader tool automatically downloads and installs user-submitted device correction matrices onto your Hughski ColorHug display colorimeter.

Selecting a correction matrix maximises the accuracy of the ColorHug but using the default matrix will give most users an acceptable calibration result.

Packagecolorhug-client-ccmx
CategoriesSystem
KeywordsCCMX, ColorHug
Homepagehttp://www.hughski.com/
KudosAppMenu, HiDpiIcon, ModernToolkit

com.hughski.ColorHug.DisplayAnalysis.desktop

Typedesktop
NameColorHug Display Analysis
CommentSample the display over time to observe PWM, input latency and refresh artifacts
Description

The ColorHug display analysis tool can be used to profile display and GPU devices. It will measure various kinds of latency, e.g. black-to-white and input-lag as well as reporting color information and colorspace gamut volume.

Results can be exported as standalone HTML files and shared.

Packagecolorhug-client-refresh
CategoriesSystem
KeywordsAnalysis, ColorHug, Display
Homepagehttp://www.hughski.com/
KudosAppMenu, HiDpiIcon, ModernToolkit

com.hughski.ColorHug.FlashLoader.desktop

Typedesktop
NameColorHug Firmware Updater
CommentUpdate the firmware on the ColorHug colorimeter
Description

The ColorHug flash update tool automatically downloads new versions of the firmware on to your Hughski ColorHug display colorimeter. Firmware releases will add features, fix bugs and improve accuracy.

Using command line arguments, this tool can also flash custom flash files to the device.

Packagecolorhug-client-flash
CategoriesSystem
KeywordsColorHug, Firmware, Flash
Homepagehttp://www.hughski.com/
KudosAppMenu, HiDpiIcon, ModernToolkit

conky-manager.desktop

Typedesktop
NameConky Manager
CommentTheme manager for Conky widgets
Description

Conky Manager is a GTK front-end for managing Conky configuration files. It provides options to start, stop, browse and edit Conky widgets installed on the system.

Packageconky-manager
CategoriesUtility
Homepagehttp://www.teejeetech.in/p/conky-manager.html
ProjectKDE
KudosHiDpiIcon, ModernToolkit

converseen.desktop

Typedesktop
NameConverseen
CommentA batch image processor
Description

Converseen is a free cross-platform batch image processor that allows you to convert, resize, rotate and flip an infinite number of images with a mouse click. Moreover, Converseen is able to transform an entire PDF file into a bunch of images with the characteristics you prefer: you can choose one of the 100+ formats, you can set the size, resolution and the filename.

What can I do with Converseen.

  • Carry out a single or a multiple conversion
  • Resize one or multiple images
  • Compress images for your web pages
  • Rotate and flip images
  • Rename a bunch of images using a progressive number or a prefix/suffix
  • Selecting a resampling filter to resize images
  • Convert an entire PDF to a bunch of images
  • Extract an image from a Windows icon file (*ico)
Packageconverseen
CategoriesGraphics
Keywordsbatch, compressor, converter, graphic, image, picture, processor, qt, resizer
Homepagehttp://converseen.fasterland.net/
KudosHiDpiIcon, ModernToolkit

coot.desktop

Typedesktop
NameCoot
CommentMacromolecular model builder
Description

Coot is a powerful macromolecular model-building tool for analysing X-ray data and models (i.e. proteins, ligands, RNA and DNA). There are many tools for model manipulation and building, such as minimization, molecular superposition, fragment rotation/translations, rotamer-fitting, de novo building and refinement.

Coot is used by scientists using X-ray crystallography for analysis of proteins, electron density maps, protein interactions and drug design.

Packagecoot
CategoriesChemistry, Graphics, Science
Homepagehttp://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/
KudosHiDpiIcon

copyq.desktop

Typedesktop
NameCopyQ
CommentAdvanced clipboard manager
Description

CopyQ is advanced clipboard manager with editing and scripting features.

CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.

Packagecopyq
CategoriesUtility
Keywordsclipboard, clipboard-history, clipboard-manager, copy-and-paste, notes
Homepagehttps://hluk.github.io/CopyQ/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

coqide.desktop

Typedesktop
Namecoqide
CommentCoq graphical interface
Description

Coq is a formal proof management system. It allows for the development of theorems through first order logic that are mechanically checked by the machine. Sets of definitions and theorems can be saved as compiled modules and loaded into the system.

This package provides Coqide, a lightweight IDE for Coq.

Packagecoq-coqide
CategoriesDevelopment
Homepagehttps://coq.inria.fr/
KudosHiDpiIcon

crawl-tiles.desktop

Typedesktop
NameCrawl Tiles
CommentDungeon Crawl Stone Soup (Tiles)
Description

Dungeon Crawl Stone Soup is a free roguelike game of exploration and treasure-hunting in dungeons filled with dangerous and unfriendly monsters in a quest for the mystifyingly fabulous Orb of Zot.

Dungeon Crawl Stone Soup has diverse species and many different character backgrounds to choose from, deep tactical game-play, sophisticated magic, religion and skill systems, and a grand variety of monsters to fight and run from, making each game unique and challenging.

Packagecrawl-tiles
CategoriesAdventureGame, Game, Games
Homepagehttps://crawl.develz.org/

crossfire-client.desktop

Typedesktop
NameCrossfire
CommentA multiplayer co-operative RPG involving exploration, magic and treasure hunting
Description

Crossfire is an open source RPG with numerous maps that can be explored for treasures and artifacts.

Packagecrossfire-client
CategoriesAdventureGame, Game, RolePlaying
Homepagehttp://crossfire.real-time.com

d-feet.desktop

Typedesktop
NameD-Feet
CommentDebug D-Bus applications
Description

A simple application for debugging the message bus system D-Bus. D-Feet can be used to inspect D-Bus interfaces of running programs and invoke methods on those interfaces.

Packaged-feet
CategoriesDebugger, Development
Keywordsd-bus, dbus, debug, dfeet
Homepagehttps://wiki.gnome.org/Apps/DFeet
ProjectGNOME
KudosHiDpiIcon, HighContrast, UserDocs

darkplaces-quake.desktop

Typedesktop
NameDarkPlaces Quake
CommentA fast paced deathmatch oriented first person shooter (FPS)
Description

Darkplaces-quake is a fast paced, multiplayer, deathmatch oriented shooter similar to the popular FPS game Quake.

Packagedarkplaces-quake
CategoriesActionGame, Game
Homepagehttp://www.xonotic.org/

darktable.desktop

Typedesktop
Namedarktable
CommentOrganize and develop images from digital cameras
Description

darktable manages your digital negatives in a database and lets you view them through a lighttable. It also enables you to develop raw images and enhance them in a darkroom.

Other modes besides lighttable and darkroom are a map for geotagging, tethering, print and a slideshow.

darktable supports most modern camera's raw formats, and does all of its processing at very high precision.

Packagedarktable
CategoriesGraphics, Photography
Keywordsgraphics, photography, raw
Homepagehttps://www.darktable.org/
KudosHiDpiIcon, ModernToolkit

datovka.desktop

Typedesktop
NameDatovka
CommentA free graphical user interface for Datove schranky
Description

Datovka is a multiplatform desktop application to access Datove schranky.

Datovka allows receiving, sending, and checking integrity of messages, exporting proofs of delivery or full messages, exporting complete coresspondence for a defined period, etc..

The user interface is very similar to common e-mail clients.

Packagedatovka
CategoriesOffice
Homepagehttps://labs.nic.cz/cs/datovka.html
KudosHiDpiIcon, ModernToolkit

denemo.desktop

Typedesktop
NameDenemo
CommentCreate Music Scores
Description

Denemo is a music notation program that lets you rapidly enter notation. Music can be typed in at the PC-Keyboard, or played in via MIDI controller. The typesetting is done in the background by LilyPond while you work, and is generally flawless publication quality. Any final tweaks to can be done on the final typeset score with the mouse if needed. This represents an enormous practical improvement over the most programs which require you to re-position colliding notation constantly as you enter the music.

Unique to Denemo are methods to enter music in a musical, rather than mechanical, manner. You play in a phrase or two of the music using the number keys to indicate the note durations. Audible feedback lets you hear what you have entered; playing the phrase a second time on a real instrument adds the pitches to the rhythm. Again, Denemo gives you audible feedback so that you don’t enter E-flat when you meant D-sharp etc.

Another great feature is the ability to put links in the score to the original source document that you transcribed from. Clicking on such a link opens the document for you and highlights the bar you are looking at. You can use this to continue work from where you left off, or for looking back at the source to check a doubtful bar.

Packagedenemo
CategoriesAudio, AudioVideo, Education, Music
KeywordsEditor, LilyPond, MIDI, Music, Notation, Score, Scorewriter, Typesetter, compose, music, notation, transcribe
Homepagehttp://www.denemo.org/
ProjectDenemo
KudosModernToolkit

dia.desktop

Typedesktop
NameDia Diagram Editor
CommentDia is a GTK+ based diagram creation program
Description

Dia is roughly inspired by the commercial Windows program 'Visio,' though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.

It can load and save diagrams to a custom XML format (gzipped by default, to save space), can export diagrams to a number of formats, including EPS, SVG, XFIG, WMF and PNG, and can print diagrams (including ones that span multiple pages).

Packagedia
CategoriesGraphics
Homepagehttps://wiki.gnome.org/Apps/Dia
ProjectGNOME
KudosHiDpiIcon

diffuse.desktop

Typedesktop
NameDiffuse Merge Tool
CommentVisually compare and merge text files
Description

Diffuse is a tool for visually merging and comparing text files side by side. Diffuse is can visually compare an 2 or more text files against each other, and also allows users to manually adjust line matching and directly edit files. It also supports viewing revisions and merging files in source control management systems (SCM),with support for popular SCMs such as Bazaar, Git, Mercurial, and SVN.

Packagediffuse
CategoriesDevelopment
Homepagehttp://diffuse.sourceforge.net/
KudosHiDpiIcon

dolphin-emu.desktop

Typedesktop
NameDolphin Emulator
CommentGameCube / Wii / Triforce Emulator
Description

Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the Gamecube) emulator, which supports full HD video with several enhancements such as compatibility with all PC controllers, turbo speed, networked multiplayer, and more. Most games run perfectly or with minor bugs.

Packagedolphin-emu
CategoriesEmulator, Game
Homepagehttps://dolphin-emu.org/
KudosHiDpiIcon, ModernToolkit

donotdisturb-button@nls1729.shell-extension

Typeshell-extension
NameDo Not Disturb Button
CommentGNOME Shell Extension
Description

Add a do not disturb button to the panel. The user can indicate 'busy' status to block immediate display of notifications. Please see website for details.

Packagegnome-shell-extension-do-not-disturb-button
CategoriesAddons, ShellExtensions
Homepagehttps://nls1729.github.io/donotdisturb_button.html

doom-shareware.desktop

Typedesktop
NameDoom shareware installer
CommentDoom, id Software's classic first person shooter, shareware installer
Description

Doom is id Software's classic first person shooter follow-up to Wolfenstein 3D. The Doom engine is Open Source. The original Doom datafiles however are not Open Source. There is a gratis, but not Open Source shareware version available on the internet.

This package contains an applications menu entry for playing Doom shareware using the vavoom engine. The first time you click this menu entry, it will offer to download and install the Doom shareware datafiles for you.

Packagevavoom-doom-shareware
CategoriesActionGame, Game
Keywordsdoom, first, fps, game, person, shooter
Homepagehttps://en.wikipedia.org/wiki/Doom_%281993_video_game%29

dreampie.desktop

Typedesktop
NameDreamPie
CommentInteractive Python console
Description

dreampie is a graphical alternative for the Python interactive console. It provides a number of additional features that are not possible with the regular (terminal based) Python console, including: syntax highlighting, parameter lists for built in Python functions, and the ability to save code to a file.

Packagedreampie
CategoriesDevelopment
Homepagehttp://www.dreampie.org/

drive-menu@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameRemovable Drive Menu
CommentGNOME Shell Extension
Description

A status menu for accessing and unmounting removable devices.

Packagegnome-shell-extension-drive-menu
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

drumkv1.desktop

Typedesktop
Namedrumkv1
Commentan old-school drumk-kit sampler
Description

drumkv1 is an old-school drum-kit sampler synthesizer with stereo fx.

features:

Packagedrumkv1
CategoriesAudio, AudioVideo, Midi
KeywordsALSA, Audio, JACK, LV2, MIDI, Qt, Sampler, Synthesizer
Homepagehttp://drumkv1.sourceforge.net
Projectrncbc.org
KudosHiDpiIcon, ModernToolkit

dxf2gcode.desktop

Typedesktop
Namedxf2gcode
Comment2D dxf drawings to CNC machine compatible G-Code converter
Description

dxf2gcode is a tool for converting 2D (dxf, pdf, ps) drawings to CNC machine compatible GCode.

Some features:

  • Integration in EMC2,
  • Fully adjustable Postprocessor,
  • G0 moves reduction by route optimisation,
  • Import of DXF and PDF,
  • Improved accuracy for splines import by Line and Arc's,
  • Mill parameter specifcation by layers,
  • Drag knife and lathe support,
  • Breaks a.k.a Tabs support,
  • AutoCAD Blocks and Inserts,
  • Multiple tools,
  • Multiple language support: english, german, french, russian,
  • 3D viewer.
Packagedxf2gcode
Keywordscam, cnc, dxf, g-code
Homepagehttps://sourceforge.net/projects/dxf2gcode/
KudosHiDpiIcon

easystroke.desktop

Typedesktop
NameEasystroke
CommentGesture-recognition application for X11
Description

Easystroke is a gesture-recognition application for X11. Gestures or strokes are movements that you make with you mouse (or your pen, finger etc.) while holding down a specific mouse button. Easystroke will execute certain actions if it recognizes the stroke; currently easystroke can emulate key presses, execute shell commands, hold down modifiers and emulate a scroll wheel.

The program was designed with Tablet PCs in mind and can be used effectively even without access to a keyboard. Easystroke tries to provide an intuitive and efficient user interface, while at the same time being highly configurable and offering many advanced features.

Packageeasystroke
CategoriesAccessibility, Utility
Homepagehttps://github.com/thjaeger/easystroke/wiki
KudosHiDpiIcon, ModernToolkit

easytag-nautilus

Typeaddon
Extendsorg.gnome.Nautilus
NameOpen with EasyTAG
CommentOpen directories and audio files with EasyTAG using the context menu
Packageeasytag-nautilus
Homepagehttps://wiki.gnome.org/Apps/EasyTAG
ProjectGNOME

easytag.desktop

Typedesktop
NameEasyTAG
CommentEdit audio file metadata
Description

View and edit tags for MP3, MP2, MP4/AAC, FLAC, Ogg Opus, Ogg Speex, Ogg Vorbis, MusePack, Monkey's Audio and WavPack files.

Look up albums in online databases, bulk edit tags, create playlists and rename a collection of files.

A simple and nice GTK+ interface makes tagging easier under GNU/Linux and Windows.

Packageeasytag
CategoriesAudio, AudioVideo, AudioVideoEditing
Keywordsaudio, mp3, music, tag
Homepagehttps://wiki.gnome.org/Apps/EasyTAG
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

eclipse-changelog

Typeaddon
Extendseclipse
NameChangeLog
CommentLinux Tools Eclipse plug-ins for supporting ChangeLogs
Packageeclipse-linuxtools-changelog
Homepagehttp://www.eclipse.org/linuxtools/projectPages/changelog/

eclipse-epic

Typeaddon
Extendseclipse
NameEPIC
CommentPerl Editor and IDE for Eclipse
Packageeclipse-epic
Homepagehttp://www.epic-ide.org/

eclipse-gcov

Typeaddon
Extendseclipse
NameGcov
CommentLinux Tools Eclipse plug-ins for gcov code coverage tool
Packageeclipse-linuxtools-gcov
Homepagehttp://www.eclipse.org/linuxtools/projectPages/gcov/

eclipse-gprof

Typeaddon
Extendseclipse
NameGprof
CommentLinux Tools Eclipse plug-ins for gprof profiling tool
Packageeclipse-linuxtools-gprof
Homepagehttp://www.eclipse.org/linuxtools/projectPages/gprof/

eclipse-jdt

Typeaddon
Extendseclipse
NameJava Development Tools
CommentTooling required for developing software written in the Java programming language
Packageeclipse-jdt
Homepagehttp://www.eclipse.org/jdt/

eclipse-oprofile

Typeaddon
Extendseclipse
NameOprofile
CommentLinux Tools Eclipse plug-ins for Oprofile profiling tool
Packageeclipse-linuxtools-oprofile
Homepagehttp://www.eclipse.org/linuxtools/projectPages/oprofile/

eclipse-pde

Typeaddon
Extendseclipse
NamePlug-in Development Environment
CommentTooling required for developing Eclipse plug-ins
Packageeclipse-pde
Homepagehttp://www.eclipse.org/pde/

eclipse-pdt

Typeaddon
Extendseclipse
NamePDT
CommentPHP development tools
Packageeclipse-pdt
Homepagehttp://www.eclipse.org/pdt/

eclipse-perf

Typeaddon
Extendseclipse
NamePerf
CommentLinux Tools Eclipse plug-ins for Kernel Perf profiling tool integration into CDT
Packageeclipse-linuxtools-perf
Homepagehttp://www.eclipse.org/linuxtools/projectPages/perf/

eclipse-quickrex

Typeaddon
Extendseclipse
NameQuickREx
CommentA regular-expression plug-in for Eclipse
Packageeclipse-quickrex
Homepagehttp://sourceforge.net/projects/quickrex/

eclipse-subclipse

Typeaddon
Extendseclipse
NameSubclipse
CommentSupport for Subversion within the Eclipse IDE
Packageeclipse-subclipse
Homepagehttp://subclipse.tigris.org/

eclipse-systemtap

Typeaddon
Extendseclipse
NameSystemTap
CommentLinux Tools Eclipse plug-ins providing SystemTap IDE
Packageeclipse-linuxtools-systemtap
Homepagehttp://www.eclipse.org/linuxtools/projectPages/systemtap/

eclipse-valgrind

Typeaddon
Extendseclipse
NameValgrind
CommentLinux Tools Eclipse plug-ins integrating Valgrind profiling tools with CDT
Packageeclipse-linuxtools-valgrind
Homepagehttp://www.eclipse.org/linuxtools/projectPages/valgrind/

eclipse.desktop

Typedesktop
NameEclipse
CommentPowerful and extensible IDE
Description

The Eclipse platform is designed for building integrated development environments (IDEs), server-side applications, desktop applications, and everything in between.

It is the base of all IDE plugins but doesn't include any. However, the true power of Eclipse lies in extensions and combining them, such as:

  • JDT, which is required to use Eclipse for Java development
  • PDE, which is required for developing Eclipse plug-ins
  • Mylyn - a great context tool hiding unnecessary piece of UI, thus making coding much faster
  • CDT - adding support for C/C++ language
  • EMF - powerful modeling support
  • Git/SVN/CVS integrations
Packageeclipse-platform
CategoriesDevelopment, IDE, Java
Homepagehttp://eclipse.org
KudosHiDpiIcon, ModernToolkit

edb.desktop

Typedesktop
Nameedb
CommentA reverse engineer's debugger
Description

edb is a cross platform x86/x86-64 debugger. It was inspired by OllyDbg, but aims to function on x86 and x86-64 as well as multiple OS's.

Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality.

Packageedb
CategoriesDebugger, Development
Homepagehttp://codef00.com/projects

edfviewer.desktop

Typedesktop
NameEDFviewer
CommentTool to visualize image files which format has been wrapped as EDF into PyMca
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

edgar.desktop

Typedesktop
NameThe Legend of Edgar
Comment2D Adventure Platform Game
Description

The Legend of Edgar is a 2D platform game. Your hero must save his dad from the hands of the evil sorcerer. To help Edgar in his mission you must to walk around a big world, solve puzzles and kill a lot of powerful enemies.

A great adventure awaits for you!

Packageedgar
CategoriesActionGame, AdventureGame, Game
Keywordsaction, adventure, game, platformer
Homepagehttp://www.parallelrealities.co.uk/p/legend-of-edgar.html

eiciel.desktop

Typedesktop
NameEiciel
CommentTool to manipulate ACL entries
Description

Eiciel is a standalone tool and a Nautilus plugin to graphically edit Access Control Lists (ACL) of your files. ACLs allow to set more fine-grained permissions than the traditional Unix permissions of user, group, other (UGO permissions).

Eiciel also allows to edit the extended attributes of files and directories if the filesystem supports it.

Not all filesystems support ACLs and extended attributes. And even for those supporting them, they must be enabled (by the system administrator) before using Eiciel.

Packageeiciel
CategoriesFileTools, System
Homepagehttp://rofi.roger-ferrer.org/eiciel/
KudosHiDpiIcon, ModernToolkit

electrum.desktop

Typedesktop
NameElectrum
CommentA lightweight Bitcoin Client
Description

Electrum is an easy to use Bitcoin client. It protects you from losing coins in a backup mistake or computer failure, because your wallet can be recovered from a secret phrase that you can write on paper or learn by heart. There is no waiting time when you start the client, because it does not download the Bitcoin block chain.

Packageelectrum
CategoriesFinance, Office
Homepagehttps://electrum.org/
KudosHiDpiIcon

elementsinfo.desktop

Typedesktop
NameElementsinfo
CommentDisplaying the shell constants and X-ray emission branching ratios as function of photon excitation energy
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

emacs.desktop

Typedesktop
NameGNU Emacs
CommentEdit text files, view pictures and binary files
Description

Emacs is a powerful, customizable, self-documenting, modeless editor. It is used primarely to edit text, including text documents, source code of programs, web pages and XML documents, but can also be used to display and edit binary files.

Emacs allows efficient editing of text with shortcuts which allow operating on letters, words, sentences, and paragraphs as single units. This includes both moving around and operations like copying, deleting, transposing, and pasting. Macros can be conveniently defined to repeat sequences of commands. In addition, Emacs is (partially) built in a scripting language (elisp) which can also be used to define further functions extending existing capabilities.

Emacs has extensive support for editing source code, including programmable syntax highlighting, automatic indentation, source code indexing, overview modes, and navigation based on language specific units like functions and blocks. It is also possible to invoke the compiler from within Emacs and easily move between compiler output and corresponding positions in the source.

Emacs has multiple modules which provide further functionality. This provides the capability to read mail, news, browse pictures, read man and info pages, browse the web, execute arbitrary programs, and more, without leaving the editor.

Packageemacs
CategoriesTextEditor, Utility
Homepagehttp://www.gnu.org/software/emacs/
KudosHiDpiIcon, ModernToolkit

empathy.desktop

Typedesktop
NameEmpathy
CommentChat on Google Talk, Facebook, MSN and many other chat services
Description

Empathy is the official instant messaging application of the GNOME desktop environment.  Empathy can connect to AIM, MSN, Jabber (including Facebook and Google Talk), IRC, and many other messaging networks. You can chat with text, make audio and video calls, or even transfer files, depending on what your contact’s chat application allows.

Empathy provides integrated messaging for the GNOME desktop, so you’ll never miss a message.  You can respond to your contacts without even having to open Empathy!

Packageempathy
CategoriesInstantMessaging, Network
Keywordschat, facebook, gtalk, im, irc, jabber, message, talk, voip
Homepagehttps://wiki.gnome.org/Empathy
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, Notifications, UserDocs

endless-sky.desktop

Typedesktop
NameEndless Sky
CommentSpace exploration and combat game
Description

Explore other star systems. Earn money by trading, carrying passengers, or completing missions. Use your earnings to buy a better ship or to upgrade the weapons and engines on your current one. Blow up pirates. Take sides in a civil war. Or leave human space behind and hope to find some friendly aliens whose culture is more civilized than your own...

Endless Sky is a sandbox-style space exploration game similar to Elite, Escape Velocity, or Star Control. You start out as the captain of a tiny space ship and can choose what to do from there. The game includes a major plot line and many minor missions, but you can choose whether you want to play through the plot or strike out on your own as a merchant or bounty hunter or explorer.

Packageendless-sky
CategoriesGame, Simulation
Keywordsgame, rpg, sandbox, simulator, space
Homepagehttps://endless-sky.github.io/
KudosHiDpiIcon

engauge-digitizer.desktop

Typedesktop
NameEngauge Digitizer 10
CommentConvert an image file showing a graph or map into numbers
Description

The Engauge Digitizer tool accepts image files (like PNG, JPEG and TIFF) containing graphs, and recovers the data points from those graphs. The resulting data points are usually used as input to other software applications. Conceptually, Engauge Digitizer is the opposite of a graphing tool that converts data points to graphs. The process is shown below - an image file is imported, digitized within Engauge, and exported as a table of numeric data to a text file. Work can be saved into an Engauge DIG file.

New features already added to Engauge:

- Grid lines are displayed for fine adjustments of the axis points that define the coordinate systems - Automated line and point extraction rapidly digitizes data - Image processing for separating important details from background information - Undo/redo of all operations means recovering from mistakes and experimenting with options is painless - Installers for Windows and OSX operating systems, and repository packages for Linux make installation easy - Wizard provides an interactive tutorial to explain the basic steps - Wizard creates a checklist guide to interactively leads user through steps from file import to file export - Cubic spline interpolation between points gives more accurate curves with fewer points - Axes Checker briefly highlights the axes when they are defined or modified, to reveal entry mistakes - Graph coordinates can be specified as date and time values, or as degrees, minutes and seconds - File import and data export by drag-and-drop and copy/paste - Test suite for regression testing minimizes code breakage as new features are added - Multiple coordinate systems in the same image can be digitized in advanced mode - Axes with only one known coordinate (floating axes) can be digitized in advanced mode - Geometry Window displays geometric information about the selected curve - Curve Fitting Window fits a polynomial function to the selected curve

Packageengauge-digitizer
CategoriesDataVisualization, Education, Science
Keywordsanalog, converter, digital
Homepagehttps://github.com/markummitchell/engauge-digitizer
KudosHiDpiIcon, ModernToolkit

engrampa.desktop

Typedesktop
NameEngrampa Archive Manager
CommentAn Archive Manager for the MATE desktop environment
Description

Engrampa is an archive manager for the MATE environment. It allows you to create and modify archives, view the contents of an archive, view a file contained in an archive, and extract files from archive.

Engrampa is only a front-end (a graphical interface) to archiving programs like tar and zip. The supported file types are:

  • 7-Zip Compressed File (.7z)
  • WinAce Compressed File (.ace)
  • ALZip Compressed File (.alz)
  • AIX Small Indexed Archive (.ar)
  • ARJ Compressed Archive (.arj)
  • Cabinet File (.cab)
  • UNIX CPIO Archive (.cpio)
  • Debian Linux Package (.deb) [Read-only mode]
  • ISO-9660 CD Disc Image (.iso) [Read-only mode]
  • Java Archive (.jar)
  • Java Enterprise archive (.ear)
  • Java Web Archive (.war)
  • LHA Archive (.lzh, .lha)
  • WinRAR Compressed Archive (.rar)
  • RAR Archived Comic Book (.cbr)
  • RPM Linux Package (.rpm) [Read-only mode]
  • Tape Archive File uncompressed (.tar) or compressed with: gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lrzip (.tar.lrz, .tlrz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), 7zip (.tar.7z), xz (.tar.xz)
  • Stuffit Archives (.bin, .sit)
  • ZIP Archive (.zip)
  • ZIP Archived Comic Book (.cbz)
  • ZOO Compressed Archive File (.zoo)
  • Single files compressed with gzip, bzip, bzip2, compress, lrzip, lzip, lzop, rzip, xz

Engrampa is a fork of File Roller and part of the MATE Desktop Environment. If you would like to know more about MATE and Engrampa, please visit the project's home page.

Packageengrampa
CategoriesArchiving, Compression, Utility
KeywordsMATE, archive, compression, manager
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

enigma.desktop

Typedesktop
NameEnigma
CommentPuzzle game
Description

Enigma is a puzzle game where the player controls a marble with their mouse to uncover matching sets of stones.

While Enigma starts out simple, soon you will encounter a wide range of mazes, lasers and traps to stop you from your goal. You need dexterity, intelligence, patience, and curiosity to succeed.

Enigma features over 1000 levels with ever new objects, problems, and challenges.

Packageenigma
CategoriesGame, LogicGame
Homepagehttp://www.nongnu.org/enigma/

entangle.desktop

Typedesktop
NameEntangle
CommentTethered Camera Control & Capture
Description

Entangle is a program used to control digital cameras that are connected to the computer via USB.

Entangle can trigger the camera shutter to capture new images. When supported by the camera, a continuously updating preview of the scene can be displayed prior to capture. Images will be downloaded and displayed as they are captured by the camera. Entangle also allows the settings of the camera to be changed from the computer.

Entangle is compatible with most DSLR cameras from Nikon and Canon, some of their compact camera models, and a variety of cameras from other manufacturers.

Packageentangle
CategoriesGraphics
KeywordsCamera, Capture, Photo, Tethered
Homepagehttp://entangle-photo.org/
KudosHiDpiIcon, ModernToolkit, UserDocs

eog-exif-display

Typeaddon
Extendseog
NameExif Display
CommentDisplays Exif tags in the side panel and optionally the statusbar
Packageeog-plugin-exif-display
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-export-to-folder

Typeaddon
Extendseog
NameExport to Folder
CommentExport the current image to a separate directory
Packageeog-plugin-export-to-folder
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-fit-to-width

Typeaddon
Extendseog
NameZoom to Fit Image Width
CommentAdjusts the zoom to have the image's width fit into the window
Packageeog-plugin-fit-to-width
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-fullscreenbg

Typeaddon
Extendseog
NameFullscreen Background
CommentEnables changing background in fullscreen mode
Packageeog-plugin-fullscreenbg
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-hide-titlebar

Typeaddon
Extendseog
NameHide Titlebar
CommentHides the titlebar of maximized windows
Packageeog-plugin-hide-titlebar
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-light-theme

Typeaddon
Extendseog
NameDisable Dark Theme
CommentDisables dark theme
Packageeog-plugin-light-theme
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-map

Typeaddon
Extendseog
NameMap
CommentDisplays on a map in the side panel where the picture was taken
Packageeog-plugin-map
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-maximize-windows

Typeaddon
Extendseog
NameMaximize Windows
CommentNew windows will open maximized
Packageeog-plugin-maximize-windows
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-postasa

Typeaddon
Extendseog
NamePicasa Web Uploader
CommentSupports uploading photos to Google Picasa Web
Packageeog-plugin-postasa
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-pythonconsole

Typeaddon
Extendseog
NamePython Console
CommentAdds a Python console
Packageeog-plugin-pythonconsole
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-send-by-mail

Typeaddon
Extendseog
NameSend by Mail
CommentSends an image attached to a new mail
Packageeog-plugin-send-by-mail
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog-slideshowshuffle

Typeaddon
Extendseog
NameSlideshow Shuffle
CommentShuffles the photos in slideshow mode
Packageeog-plugin-slideshowshuffle
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome/Plugins
ProjectGNOME

eog.desktop

Typedesktop
NameEye of GNOME
CommentBrowse and rotate images
Description

The Eye of GNOME is the official image viewer for the GNOME desktop. It integrates with the GTK+ look and feel of GNOME, and supports many image formats for viewing single images or images in a collection.

The Eye of GNOME also allows to view the images in a fullscreen slideshow mode or set an image as the desktop wallpaper. It reads the camera tags to automatically rotate your images in the correct portrait or landscape orientation.

Packageeog
Categories2DGraphics, Graphics, RasterGraphics, Viewer
KeywordsGraphics, Picture, Slideshow
Homepagehttps://wiki.gnome.org/Apps/EyeOfGnome
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

eom.desktop

Typedesktop
NameEye of MATE
CommentSimple image viewer
Description

Eye of MATE is a simple viewer for browsing images on your computer. Once an image is loaded, you can zoom and rotate the image, and also view subsequent images in the directory the image was loaded from.

Packageeom
CategoriesGraphics, RasterGraphics, Viewer
KeywordsJPEG, MATE, PNG, SVG, TIFF, browse, image, photos, rotate, thumbnails, viewer
Homepagehttp://mate-desktop.org/
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

eric6.desktop

Typedesktop
Nameeric6
CommentIntegrated Development Environment for Python
Description

Eric is a full featured Python editor and IDE, written in Python. It is based on the cross platform Qt GUI toolkit, integrating the highly flexible QScintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. Eric includes a plug-in system, which allows easy extension of the IDE functionality with plug-ins downloadable from the net.

Packageeric
CategoriesDevelopment, IDE
Homepagehttps://eric-ide.python-projects.org

etr.desktop

Typedesktop
NameExtreme Tuxracer
CommentHigh speed arctic racing game based on Tux Racer
Description

Extreme Tux Racer is a downhill racing game starring Tux, the Linux penguin.

Tux must slide on his belly down snow and ice covered hills, collecting herring, and making it to the finish line before the time is up.

ETR is based on PlanetPenguin Racer, which is in turn based on the famous Tux Racer.

Packageextremetuxracer
CategoriesArcadeGame, Game
Keywords3D, arcade, game, pinguin, race, tux
Homepagehttp://extremetuxracer.sourceforge.net/
KudosHiDpiIcon

eu.tiliado.Nuvola.desktop

Typedesktop
NameWeb Apps (web app runtime)
CommentTight integration of web apps with your desktop.
Description

Web Apps software is based on the open source code from the Nuvola Apps™ project.

Nuvola™ is a runtime for semi-sandboxed web apps providing more native user experience and tighter integration with Linux desktop environments than usual web browsers can offer. It tries to feel and look like a native application as much as possible. Nuvola mostly specializes on music streaming web apps (e.g. Google Play Music, Spotify, Amazon Music, Deezer, and more), but progress is being made to support generic web apps (e.g. Google Calendar, Google Keep, etc.).

Features of Nuvola: desktop launchers, integration with media applets (e.g. in GNOME Shell and Ubuntu sound menu), Unity launcher quick list actions, lyrics fetching, Last.fm audio scrobbler, tray icon, desktop notifications, media keys binding, password manager, remote control over HTTP and more. Some features may be available only to users with premium or patron plans available at https://tiliado.eu/nuvolaplayer/funding/

Support: Users of the official Flatpak builds available at https://nuvola.tiliado.eu are eligible for a limited user support free of charge. Users of third-party build should contact the customer care of their distributor or order paid support provided by the Nuvola developer.

Trademarks: Nuvola™, Nuvola Player™ and Nuvola Apps™ are trademarks held by Jiří Janoušek, the founder of Nuvola project. Nuvola Apps software is not affiliated with the Nuvola icon theme.

Packagenuvolaruntime
CategoriesAudio, AudioVideo, Network
Homepagehttps://tiliado.eu/nuvolaplayer/
KudosHiDpiIcon, ModernToolkit

eu.tiliado.NuvolaApp8tracks

Typeaddon
Extendseu.tiliado.Nuvola
Name8tracks
CommentIntegration of 8tracks web app into your linux desktop via Nuvola Apps
Packagenuvola-app-8tracks
Homepagehttps://github.com/tiliado/nuvola-app-8tracks

eu.tiliado.NuvolaAppAmazonCloudPlayer-Intergration

Typeaddon
Extendseu.tiliado.Nuvola
NameAmazon Cloud Player
CommentIntegration of Amazon Cloud Player into your linux desktop via Nuvola Player
Packagenuvola-app-amazon-cloud-player
Homepagehttps://github.com/tiliado/nuvola-app-amazon-cloud-player

eu.tiliado.NuvolaAppBBCiPlayer

Typeaddon
Extendseu.tiliado.Nuvola
NameBBC iPlayer
CommentIntegration of BBC iPlayer web app into your linux desktop via Nuvola Apps
Packagenuvola-app-bbc-iplayer
Homepagehttps://github.com/tiliado/nuvola-app-bbc-iplayer

eu.tiliado.NuvolaAppBandcamp-Intergration

Typeaddon
Extendseu.tiliado.Nuvola
NameBandcamp
CommentIntegration of Bandcamp into your linux desktop via Nuvola Player
Packagenuvola-app-bandcamp
Homepagehttps://github.com/tiliado/nuvola-app-bandcamp

eu.tiliado.NuvolaAppDeezer

Typeaddon
Extendseu.tiliado.Nuvola
NameDeezer
CommentIntegration of Deezer into your linux desktop via Nuvola Player
Packagenuvola-app-deezer
Homepagehttps://github.com/tiliado/nuvola-app-deezer

eu.tiliado.NuvolaAppGoogleCalendar

Typeaddon
Extendseu.tiliado.Nuvola
NameGoogle Calendar
CommentIntegration of Google Calendar web app into your linux desktop via Nuvola Apps
Packagenuvola-app-google-calendar
Homepagehttps://github.com/tiliado/nuvola-app-google-calendar

eu.tiliado.NuvolaAppGooglePlayMusic

Typeaddon
Extendseu.tiliado.Nuvola
NameGoogle Play Music
CommentIntegration of Google Play Music web app into your linux desktop via Nuvola Apps
Packagenuvola-app-google-play-music
Homepagehttps://github.com/tiliado/nuvola-app-google-play-music

eu.tiliado.NuvolaAppGroove

Typeaddon
Extendseu.tiliado.Nuvola
NameGroove
CommentIntegration of Groove web app into your linux desktop via Nuvola Apps
Packagenuvola-app-groove
Homepagehttps://github.com/tiliado/nuvola-app-groove

eu.tiliado.NuvolaAppJango

Typeaddon
Extendseu.tiliado.Nuvola
NameJango
CommentIntegration of Jango web app into your linux desktop via Nuvola Apps
Packagenuvola-app-jango
Homepagehttps://github.com/tiliado/nuvola-app-jango

eu.tiliado.NuvolaAppJupiterBroadcasting

Typeaddon
Extendseu.tiliado.Nuvola
NameJupiter Broadcasting
CommentIntegration of Jupiter Broadcasting web app into your linux desktop via Nuvola Apps
Packagenuvola-app-jupiter-broadcasting
Homepagehttps://github.com/tiliado/nuvola-app-jupiter-broadcasting

eu.tiliado.NuvolaAppKexp

Typeaddon
Extendseu.tiliado.Nuvola
NameKexp
CommentIntegration of Kexp web app into your linux desktop via Nuvola Apps
Packagenuvola-app-kexp
Homepagehttps://github.com/tiliado/nuvola-app-kexp

eu.tiliado.NuvolaAppLogitechMediaServer-Intergration

Typeaddon
Extendseu.tiliado.Nuvola
NameLogitech Media Server
CommentIntegration of Logitech Media Server web app into your linux desktop via Nuvola Apps
Packagenuvola-app-logitech-media-server
Homepagehttps://github.com/tiliado/nuvola-app-logitech-media-server

eu.tiliado.NuvolaAppMixcloud

Typeaddon
Extendseu.tiliado.Nuvola
NameMixcloud
CommentIntegration of Mixcloud web app into your linux desktop via Nuvola Apps
Packagenuvola-app-mixcloud
Homepagehttps://github.com/tiliado/nuvola-app-mixcloud

eu.tiliado.NuvolaAppOwncloudMusic

Typeaddon
Extendseu.tiliado.Nuvola
NameOwncloud Music
CommentIntegration of Owncloud Music web app into your linux desktop via Nuvola Apps
Packagenuvola-app-owncloud-music
Homepagehttps://github.com/tiliado/nuvola-app-owncloud-music

eu.tiliado.NuvolaAppPlex

Typeaddon
Extendseu.tiliado.Nuvola
NamePlex
CommentIntegration of Plex web app into your linux desktop via Nuvola Apps
Packagenuvola-app-plex
Homepagehttps://github.com/tiliado/nuvola-app-plex

eu.tiliado.NuvolaAppSiriusxm

Typeaddon
Extendseu.tiliado.Nuvola
NameSiriusxm
CommentIntegration of Siriusxm web app into your linux desktop via Nuvola Apps
Packagenuvola-app-siriusxm
Homepagehttps://github.com/tiliado/nuvola-app-siriusxm

eu.tiliado.NuvolaAppSoundcloud

Typeaddon
Extendseu.tiliado.Nuvola
NameSoundcloud
CommentIntegration of Soundcloud web app into your linux desktop via Nuvola Apps
Packagenuvola-app-soundcloud
Homepagehttps://github.com/tiliado/nuvola-app-soundcloud

eu.tiliado.NuvolaAppSpotify

Typeaddon
Extendseu.tiliado.Nuvola
NameSpotify
CommentIntegration of Spotify web app into your linux desktop via Nuvola Apps
Packagenuvola-app-spotify
Homepagehttps://github.com/tiliado/nuvola-app-spotify

eu.tiliado.NuvolaAppTunein

Typeaddon
Extendseu.tiliado.Nuvola
NameTunein
CommentIntegration of Tunein web app into your linux desktop via Nuvola Apps
Packagenuvola-app-tunein
Homepagehttps://github.com/tiliado/nuvola-app-tunein

eu.tiliado.NuvolaAppYandexMusic

Typeaddon
Extendseu.tiliado.Nuvola
NameYandex Music
CommentIntegration of Yandex Music web app into your linux desktop via Nuvola Apps
Packagenuvola-app-yandex-music
Homepagehttps://github.com/tiliado/nuvola-app-yandex-music

eu.tiliado.NuvolaAppYoutube

Typeaddon
Extendseu.tiliado.Nuvola
NameYoutube
CommentIntegration of Youtube web app into your linux desktop via Nuvola Apps
Packagenuvola-app-youtube
Homepagehttps://github.com/tiliado/nuvola-app-youtube

evince-comicsdocument

Typeaddon
Extendsevince
NameComic Books
CommentAdds support for reading comic books
Packageevince-libs
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-djvudocument

Typeaddon
Extendsevince
NameDjVu Documents
CommentAdds support for reading DjVu documents
Packageevince-djvu
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-dvidocument

Typeaddon
Extendsevince
NameDVI Documents
CommentAdds support for reading DVI documents
Packageevince-dvi
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-pdfocument

Typeaddon
Extendsevince
NamePDF Documents
CommentAdds support for reading PDF Documents
Packageevince-libs
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-psdocument

Typeaddon
Extendsevince
NamePostScript Documents
CommentAdds support for reading PostScript documents
Packageevince-libs
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-tiffdocument

Typeaddon
Extendsevince
NameTIFF Documents
CommentAdds support for reading TIFF documents
Packageevince-libs
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince-xpsdocument

Typeaddon
Extendsevince
NameXPS Documents
CommentAdds support for reading XPS documents
Packageevince-libs
Homepagehttps://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats
ProjectGNOME

evince.desktop

Typedesktop
NameEvince
CommentDocument viewer for popular document formats
Description

This is a document viewer for the GNOME desktop.

It supports the following document formats: PDF, PS, EPS, XPS, DjVu, TIFF, DVI (with SyncTeX), and Comic Books archives (CBR, CBT, CBZ, CB7).

Packageevince
Categories2DGraphics, Graphics, Office, VectorGraphics, Viewer
Keywordsdjvu, document, dvi, pdf, postscript, presentation, ps, tiff, xps
Homepagehttps://wiki.gnome.org/Apps/Evince
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

evolution-bogofilter

Typeaddon
Extendsevolution
NameBogofilter
CommentJunk filter using Bogofilter
Packageevolution-bogofilter
Homepagehttps://live.gnome.org/Apps/Evolution
ProjectGNOME

evolution-ews

Typeaddon
Extendsevolution
NameExchange Web Services
CommentFor accessing Exchange servers using Web Services
Packageevolution-ews
Homepagehttps://live.gnome.org/Apps/Evolution
ProjectGNOME

evolution-mapi

Typeaddon
Extendsevolution
NameExchange MAPI
CommentFor accessing Microsoft Exchange 2007/OpenChange servers via MAPI
Packageevolution-mapi
Homepagehttps://live.gnome.org/Apps/Evolution
ProjectGNOME

evolution-pst

Typeaddon
Extendsevolution
NameOutlook PST import
CommentImport Outlook messages from PST file
Packageevolution-pst
Homepagehttps://live.gnome.org/Apps/Evolution
ProjectGNOME

evolution-rss

Typeaddon
Extendsevolution
NameRSS Reader
CommentRead RSS feeds
Packageevolution-rss
Homepagehttp://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin

evolution-spamassassin

Typeaddon
Extendsevolution
NameSpamAssassin
CommentJunk filter using SpamAssassin
Packageevolution-spamassassin
Homepagehttps://live.gnome.org/Apps/Evolution
ProjectGNOME

evolution.desktop

Typedesktop
NameEvolution
CommentManage your email, contacts and schedule
Description

Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.

Evolution supports a wide range of industry standard data formats and network protocols for information exchange, with an emphasis on standards compliance and security. Evolution can also integrate smoothly with Microsoft Exchange by way of the “Exchange Web Services” (EWS) extension.

Packageevolution
CategoriesCalendar, ContactManagement, Email, Office
Keywordsaddressbook, calendar, contact, email, task
Homepagehttps://wiki.gnome.org/Apps/Evolution
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, Notifications, UserDocs

exaile.desktop

Typedesktop
NameExaile
CommentListen to, explore, or manage your audio collection
Description

Exaile is a music player with a simple interface and powerful music management capabilities. Features include automatic fetching of album art, lyrics fetching, streaming internet radio, tabbed playlists, smart playlists with extensive filtering/search capabilities, and much more.

Exaile is written using python and GTK+ and is easily extensible via plugins. There are over 50 plugins distributed with Exaile that include advanced track tagging, last.fm scrobbling, support for portable media players, podcasts, internet radio such as icecast and Soma.FM, ReplayGain, output via a secondary output device (great for DJs!), and much more.

Packageexaile
CategoriesAudio, AudioVideo, Player
Homepagehttp://www.exaile.org
KudosHiDpiIcon

exfalso.desktop

Typedesktop
NameEx Falso
CommentEdit tags in your audio files
Description

Ex Falso is a tag editor with the same tag editing interface as Quod Libet. It lets you display and edit any tags you want in the file, for all the file formats it supports.

Supported file formats include Ogg Vorbis/Opus/Speex/FLAC, MP3, FLAC, MOD/XM/IT, Musepack, Wavpack, MPEG-4 AAC, Monkeys Audio, WMA, SPC, MIDI.

Packageexfalso
CategoriesAudio, AudioVideo, AudioVideoEditing
Homepagehttps://quodlibet.readthedocs.org
KudosHiDpiIcon

eyesight.desktop

Typedesktop
NameEyesight
CommentView and rotate images
Description

EyeSight is a simple image viewer that allows the user to view either a single image, or a whole directory of images. EyeSight also allows the user to rotate the image, and save the result.

Packageeyesight
Categories2DGraphics, Graphics, RasterGraphics, Viewer
KeywordsGraphics, Picture, Slideshow
Homepagehttp://hawaiios.org/projects/eyesight
ProjectHawaii
KudosHiDpiIcon, ModernToolkit

fbg2.desktop

Typedesktop
NameFalling Block Game
Commentmove the falling blocks to create lines
Description

The Falling Block Game is a game where groups of blocks of certain predefined shapes fall from the top of the screen, and the player has to rotate and move them to create lines of blocks that then disappear when a line is complete.

Packagefbg2
CategoriesArcadeGame, Game
Homepagehttp://sourceforge.net/projects/fbg/

fbzx.desktop

Typedesktop
NameFBZX
CommentZX Spectrum emulator
Description

FBZX is a Sinclair ZX Spectrum emulator. Its main features are:

Packagefbzx
CategoriesEmulator, Game
Keywordsemulator, sinclair, spectrum, zx
Homepagehttp://www.rastersoft.com/fbzx.html
KudosHiDpiIcon

fedmsg@lmacken-redhat.com.shell-extension

Typeshell-extension
NameFedmsg Notifications
CommentGNOME Shell Extension
Description

Get realtime Fedora infrastructure notifications on your desktop.

Packagegnome-shell-extension-fedmsg
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/lmacken/gnome-shell-extension-fedmsg

filezilla.desktop

Typedesktop
NameFileZilla
CommentDownload and upload files via FTP, FTPS and SFTP
Description

FileZilla is a graphical FTP, FTPS and SFTP client. It is platform independent and supports all major desktop operating systems.

  • Easy to use
  • Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
  • Cross-platform. Runs on Windows, Linux, *BSD, OSX and more
  • IPv6 support
  • Available in many languages
  • Supports resume and transfer of large files >4GB
  • Powerful Site Manager and transfer queue
  • Bookmark
  • Drag and drop support
  • Configurable Speed limits
  • Filename filters
  • Directory Comparison
  • Network configuration wizard
  • The ability to use Notepad or any other program to edit a file online
  • HTTP/1.1, SOCKS5 and FTP Proxy support
  • Logging to file
  • Synchronized directory browsing
  • Remote file search
Packagefilezilla
CategoriesFileTransfer, Network
Homepagehttps://filezilla-project.org/
KudosHiDpiIcon, ModernToolkit

fillets.desktop

Typedesktop
NameFish Fillets
Commentsolve the puzzle and help the fish escape
Description

Fish Fillets is a puzzle game where the player has to guide a fish through a series of obstacles to escape the maze. Fish Fillets features over 70 levels of puzzles and a comforting soundtrack.

Packagefillets-ng
CategoriesGame, LogicGame
Homepagehttp://fillets.sourceforge.net/
KudosHiDpiIcon

findthatword.desktop

Typedesktop
NameFind That Word
CommentCreate word search puzzles
Description

Find That Word is an easy way to create your own word search puzzles ready to print or save as PDF.

Packagefindthatword
CategoriesGame, LogicGame
Homepagehttp://findthatword.sourceforge.net/
KudosHiDpiIcon

firefox.desktop

Typedesktop
NameFirefox
CommentBrowse the Web
Description

Bringing together all kinds of awesomeness to make browsing better for you. Get to your favorite sites quickly – even if you don’t remember the URLs. Type your term into the location bar (aka the Awesome Bar) and the autocomplete function will include possible matches from your browsing history, bookmarked sites and open tabs.

Packagefirefox
CategoriesNetwork, WebBrowser
Keywordsbrowser, internet, web
Homepagehttp://www.mozilla.org/
KudosHiDpiIcon, HighContrast, ModernToolkit

firewall-config.desktop

Typedesktop
NameFirewall
CommentFirewall Configuration
Description

Firewall Configuration provides a graphical tool for administering firewall.

Allows to inspect and set:

  • Runtime and permanent firewall configuration
  • Predefined zones (levels of trust for network connections)
  • Predefined services (port/protocol, netfilter helper module)
  • Port forwarding, masquerading, ICMP blocking
  • Complex firewall rules a.k.a. Rich Language
  • Iptables rules a.k.a. Direct Interface
Packagefirewall-config
CategoriesSecurity, Settings, System
Keywordsfirewall, iptables, netfilter, network, security
Homepagehttp://www.firewalld.org
KudosHiDpiIcon

five-or-more.desktop

Typedesktop
NameFive or More
CommentRemove colored balls from the board by forming lines
Description

Five or More is the GNOME port of a once-popular computer game. Align five or more objects of the same color into a line to cause them to disappear and score points. Earn many more points by lining up as many objects as possible before clearing them.

More objects appear after every turn. Play for as long as possible, until the board is completely full!

Packagefive-or-more
CategoriesGame, LogicGame
Keywordsgame, logic, strategy
Homepagehttps://wiki.gnome.org/Apps/Five%20or%20more
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

flacon.desktop

Typedesktop
NameFlacon
CommentA tool to extract individual tracks from one big audio file using CUE
Description

Flacon extracts individual tracks from one big audio file containing the entire album of music and saves them as separate audio files. To do this, it uses information from the appropriate CUE file.

Besides that, Flacon makes it possible to conveniently revise or specify tags both for all tracks at once or for each tag separately.

Features:

  • Supported input formats: WAV, FLAC, APE, WavPack, True Audio (TTA)
  • Supported out formats: FLAC, WAV, WavPack, AAC, OGG or MP3
  • Replay Gain analysis (album-gain and track-gain modes)
  • Multi-threaded conversion process
  • Automatic character set detection for CUE files
  • Generation of the pertrack CUE file in the output dir
Packageflacon
CategoriesAudio, AudioVideo, AudioVideoEditing
Keywordsape, cue, flac, track, wav
Homepagehttps://flacon.github.io/
KudosModernToolkit

flare.desktop

Typedesktop
NameFlare
CommentDark fantasy world 2D RPG
Description

Single-player 2D RPG Flare brings to you a dark fantasy world, action, items and equipments.

Built using Flare engine, a engine made especially for 2d RPG games.

Packageflare
CategoriesGame, RolePlaying
Homepagehttp://www.flarerpg.org
KudosHiDpiIcon

flatcam.desktop

Typedesktop
Nameflatcam
Comment2D Computer-Aided PCB Manufacturing
Description

Program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program, and create G-Code for Isolation routing.

FlatCAM lets you take your designs to a CNC router. You can open Gerber, Excellon or G-code, edit it or create from scatch, and output G-Code. Isolation routing is one of many tasks that FlatCAM is perfect for. It's is open source, written in Python and runs smoothly on most platforms.

Some features:

  • Visualize Gerbers, Drill files, and G-Code. Know exactly how your machine is going to make your PCB.
  • Create toolpaths to cut around your signal traces. Use multiple passes for wider gaps. Clear arbitrary areas of copper.
  • Make double-sided PCBs quickly with a specialized built-in tool that allows you to invert your layers and create alignment guides.
  • A TCL console provides the ultimate flexibility for users to automate and implement their own features.
  • Detailed documentation including in-depth coverage of features as well as quick-start tutorials.
Packageflatcam
Keywordscam, gerber, pcb
Homepagehttp://flatcam.org/
KudosHiDpiIcon

flaw.desktop

Typedesktop
NameF.L.A.W.
CommentCasual Wizards Battle Game
Description

Flaw is a game where you control a wizard and your goal is to survive as much as you can.

In addition to the fireballs that arise increasingly in larger quantities, there are other wizards trying to kill you.

The game has some items that give you special abilities to defend yourself or attack your enemies.

Flaw can be played on single-player mode or with your friends.

Packageflaw
CategoriesArcadeGame, Game
Homepagehttp://flaw.sourceforge.net/

fldigi.desktop

Typedesktop
NameFldigi
CommentAmateur Radio Sound Card Communications
Description

Fldigi is a modem program which supports most of the digital modes used by ham radio operators today. You can also use the program for calibrating your sound card to WWV or doing a frequency measurement test. The program also comes with a CW decoder. fldigi is written with the help of the Fast Light Toolkit X GUI. Fldigi is a fast moving project many added features with each update.

Packagefldigi
CategoriesHamRadio, Network
Keywordscw, fsk, fsq, modem, psk, rtty
Homepagehttp://www.w1hkj.com/

flightcrew-sigil-plugin

Typeaddon
Extendssigil
NameFlightCrew epub validator plugin
CommentSigil FlightCrew epub validator plugin
PackageFlightCrew-sigil-plugin
Homepagehttps://sigil-ebook.com/

flyingsaucersattack.desktop

Typedesktop
NameFlying Saucers attack
CommentShoot down the attacking UFOs and to save the city
Description

F.S.A.(Flying Saucers Attack) aka F.U.G.A.(Fliegende Untertassen greifen an) is a kind of mixture between two old Atari2600 games. It comes in German and English language.

You'll see a screen with your city that you have to save against 30 Alien attack waves in three different difficulty levels.

You shoot attacking UFOs with two cannons positioned at the left and right borders of the screen. The UFOs will first bomb away all your buildings then send in little green men to dig tunnels to blow your cannons which results in a game over.

Packageflyingsaucersattack
CategoriesArcadeGame, Game
KeywordsArcade, Attack, Flying, Game, Retro, Saucers, UFO
Homepagehttp://www.dennisbusch.de/fsa.php

fmit.desktop

Typedesktop
NameFMIT
CommentFree Musical Instrument Tuner (FMIT). Tool for tuning musical instrument
Description

A tool to tune your musical instrument with real-time features.

Features include traces of frequency and volume, statistics, various scales available (Werckmeister III, Kirnberger III, Diatonic, Meantone, etc.), Microtonal tuning (with Scala file support), harmonics' amplitude, waveform's period, Discrete Fourier Transform (DFT). Features are also optional and can be hidden to obtain a very simple view.

Packagefmit
CategoriesAudio, AudioVideo, Tuner
Homepagehttp://home.gna.org/fmit/
KudosHiDpiIcon

focuswriter.desktop

Typedesktop
NameFocusWriter
CommentFullscreen word processor
Description

FocusWriter is a simple, distraction-free word processor. It utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work.

FocusWriter allows you to customize your environment by creating themes that control the font, colors, and background image to add ambiance. It also features on-the-fly updating statistics, daily goals, multiple open documents, spell-checking, and much more.

Additionally, when you open the program your current work in progress will automatically load and position you where you last left off so that you can immediately jump back in.

Packagefocuswriter
CategoriesOffice, WordProcessor
Keywordsconcentration, distraction, editor, focused, fullscreen, keyclick, monomaniacal, typewriter, writing
Homepagehttp://gottcode.org/focuswriter/
KudosHiDpiIcon

fontforge.desktop

Typedesktop
NameFontForge
CommentAn outline font editor
Description

FontForge is a font editor for outline and bitmap fonts that lets you create, edit, or convert, a range of fonts, including PostScript, TrueType, OpenType, cid-keyed, multi-master, cff, SVG and BitMap (bdf, FON, NFNT) fonts.

FontForge is free Open Source Software written to run on various computer operating systems. You can use FontForge Graphically or as a command-line tool.

Learning to use FontForge is easy, and there are various tutorials available beginning with the basics up to more advanced features such as making and using scripts.

Packagefontforge
CategoriesGraphics
KeywordsOTF, TTF, editor, font, fonts, typeface
Homepagehttps://github.com/fontforge/fontforge
KudosHiDpiIcon

fontmatrix.desktop

Typedesktop
NameFontmatrix
CommentManage fonts installed on your system
Description

Font Matrix is an advanced font manager that allows you to view and organise the fonts installed on your system. It provides a wide range of information about the fonts installed on your system, and allows you to tag them into groups, perform searches on your fonts based on font metadata, and easily compare glyphs of fonts.

Packagefontmatrix
CategoriesGraphics, VectorGraphics
Homepagehttp://fontmatrix.be/node/21

fonts-tweak-tool.desktop

Typedesktop
NameFonts Tweak Tool
CommentAdvanced settings for font display on the desktop
Description

The Fonts Tweak Tool is a utility application that allows you to further change the font configuration on your system. GNOME Tweak Tool allows you to configure and change the default font on your system, but the Fonts Tweak Tool goes further. It allows you to set specific default fonts for different lanugaues, set hinting and font rendering options on a per-font basis, and specify global font substitutions.

Packagefonts-tweak-tool
CategoriesUtility
Homepagehttps://bitbucket.org/tagoh/fonts-tweak-tool/
KudosHiDpiIcon

four-in-a-row.desktop

Typedesktop
NameFour-in-a-row
CommentMake lines of the same color to win
Description

A family classic, the objective of Four-in-a-row is to build a line of four of your marbles while trying to stop your opponent (human or computer) from building a line of his or her own. A line can be horizontal, vertical or diagonal. The first player to connect four in a row is the winner!

Four-in-a-row features multiple difficulty levels. If you're having trouble, you can always ask for a hint.

Packagefour-in-a-row
CategoriesGame, LogicGame
Keywordsgame, logic, strategy
Homepagehttps://wiki.gnome.org/Apps/Four-in-a-row
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

frama-c-gui.desktop

Typedesktop
Nameframa-c
CommentFramework for source code analysis of C software
Description

Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C.

Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C allows static analyzers to build upon the results already computed by other analyzers in the framework. Thanks to this approach, Frama-C provides sophisticated tools, such as a slicer and dependency analysis.

Packageframa-c
CategoriesDevelopment
Homepagehttp://frama-c.com/
KudosHiDpiIcon

freecad.desktop

Typedesktop
NameFreeCAD
CommentAn open source parametric 3D CAD modeler
Description

FreeCAD is a parametric 3D modeler. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters. FreeCAD is open source (LGPL license) and completely modular, allowing for very advanced extension and customization.

FreeCAD is multiplatfom, and reads and writes many open file formats such as STEP, IGES, STL and others.

Packagefreecad
CategoriesEducation, Engineering, Graphics, Science
Homepagehttp://www.freecadweb.org
KudosHiDpiIcon

freeciv-gtk2.desktop

Typedesktop
NameFreeciv (gtk2)
CommentTurn-based strategy game inspired by the history of human civilization
Description

Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the Stone Age to the Space Age...

This client for connecting to network games, or to launch local single-player games, is based on gtk2 widget set.

Packagefreeciv
CategoriesGame, StrategyGame
Keywordscivilization, history, mankind, multiplayer, simulation, strategy, tiles
Homepagehttp://www.freeciv.org/
KudosHiDpiIcon

freeciv-mp-gtk2.desktop

Typedesktop
NameFreeciv modpack installer (gtk2)
CommentDownload and install add-ons for Freeciv
Description

Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the Stone Age to the Space Age...

Freeciv modpack utility can be used to automatically download and install custom rulesets, tilesets, soundsets, and maps for freeciv to use.

Packagefreeciv
CategoriesGame, StrategyGame
Keywordscivilization, download, history, installer, mankind, multiplayer, simulation, strategy, tiles
Homepagehttp://www.freeciv.org/
KudosHiDpiIcon

freeciv-server.desktop

Typedesktop
NameFreeciv server
CommentTurn-based strategy game inspired by the history of human civilization
Description

Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. The game commences in prehistory and your mission is to lead your tribe from the Stone Age to the Space Age...

Server hosts multiplayer games. For single-player games client can launch server for itself automatically.

Packagefreeciv
CategoriesConsoleOnly, Game, StrategyGame
Keywordscivilization, history, mankind, multiplayer, simulation, strategy, tiles
Homepagehttp://www.freeciv.org/
KudosHiDpiIcon

freecol.desktop

Typedesktop
NameFreeCol
CommentColonize America
Description

The FreeCol team aims to create an Open Source version of Colonization (released under the GPL). At first we'll try to make an exact clone of Colonization. The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new 'features' will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.

This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that we'll add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.

Once FreeCol 1.0.0 is finished we'll start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users') image of what Colonization 2 would have been.

Packagefreecol
CategoriesGame, StrategyGame
Homepagehttp://www.freecol.org/
KudosHiDpiIcon

freediams.desktop

Typedesktop
NameFreediams
CommentThe pharmaceutical prescription assistant
Description

FreeDiams prescriber is the result of FreeMedForms prescriber plugins built into a standalone application. FreeDiams is a multi-platform (MacOS, Linux, FreeBSD, Windows), free and open source released under the GPLv3 license. This is part of the freemedforms suite of applications.

It is mainly developed by medical doctors and is intended for use by these same professionals. It can be used alone to prescribe and / or test drug interactions within a prescription. It can be linked to any application thanks to its command line parameters.

FreeDiams can manage multiple drugs databases. Some drugs databases are already available:

  • French (sources: AFSSAPS)
  • Canadian (sources: HCDPD)
  • USA (sources: FDA)
  • South African (sources: AEPI)

The interactions database (source: AFSSAPS) give access to many informations:

  • Interactions by themselves
  • Risk level
  • Nature of the risk
  • Management of the interaction
Packagefreediams
CategoriesEducation, MedicalSoftware, Science
Homepagehttp://freemedforms.com/en/start
KudosHiDpiIcon

freedoom-freedm.desktop

Typedesktop
NameFreedoom: DeathMatch
CommentDoom styled first person shooter deathmatch game
Description

Freedoom: FreeDM is a 32-level Doom styled first person shooter game designed for competitive deathmatch play.

Freedoom: FreeDM uses all Free as in freedoom content combined with the Open Source Doom engine.

Packagefreedoom-freedm
CategoriesActionGame, Game
Keywordsdeathmatch, doom, first, freedoom, game, person, shooter
Homepagehttp://freedoom.github.io/

freedoom1.desktop

Typedesktop
NameFreedoom: Phase 1
CommentDoom styled first person shooter game
Description

Freedoom: Phase 1 is a Doom styled first person shooter game using the Doom engine, featuring Four chapters, nine levels each, totalling 36 levels.

There is a massive back catalog, spanning over two decades, containing thousands of Doom levels and other modifications (“mods”) made by fans of the original Doom game. Freedoom aims to be compatible with these and allows most to be played without the original Doom datafiles. Freedoom: Phase 1 aims for compatibility with The Ultimate Doom, also known as plain Doom or Doom 1.

Packagefreedoom
CategoriesActionGame, Game
Keywordsdoom, first, freedoom, game, person, shooter
Homepagehttp://freedoom.github.io/

freedoom2.desktop

Typedesktop
NameFreedoom: Phase 2
CommentDoom2 styled first person shooter game
Description

Freedoom: Phase 2 is a Doom2 styled first person shooter game using the Doom engine. Freedoom: Phase 2 has 32 levels in one long chapter, featuring extra monsters and a double-barrelled shotgun.

There is a massive back catalog, spanning over two decades, containing thousands of Doom levels and other modifications (“mods”) made by fans of the original Doom game. Freedoom aims to be compatible with these and allows most to be played without the original Doom datafiles. Freedoom: Phase 2 aims for compatibility with Doom II and Final Doom.

Packagefreedoom2
CategoriesActionGame, Game
Keywordsdoom, doom2, first, freedoom, game, person, shooter
Homepagehttp://freedoom.github.io/

freedroidrpg.desktop

Typedesktop
NamefreedroidRPG
CommentIsometric 3D RPG similar to game Diablo
Description

FreedroidRPG is an original isometric 3D role playing game taking place in the future, on Earth. It features action and dialogs.

The game tells the story of a world destroyed by a conflict between robots and their human masters. Play as Tux in a quest to save the world from the murderous rebel bots who know no mercy. You get to choose which path you wish to follow, and freedom of choice is everywhere in the game.

FreedroidRPG features a real time combat system with melee and ranged weapons, fairly similar to the proprietary game Diablo. There is an innovative system of programs that can be run in order to take control of enemy robots, alter their behavior, or improve one's characteristics. You can use over 50 different kinds of items and fight countless enemies on your way to your destiny. An advanced dialog system provides story background and immersive role playing situations.

The game is complete, fully playable, and can provide about 12 hours of fun. It is still being actively developed, and help is welcome in many areas. People having - or trying to acquire - programming, map editing, or writing skills will find FreedroidRPG to be an exciting, fast-moving project in which they can fully express their creativity.

Packagefreedroidrpg
CategoriesArcadeGame, Game, Games, Role Playing, RolePlaying
KeywordsRPG
Homepagehttp://www.freedroid.org/
KudosHiDpiIcon, HighContrast

freedv.desktop

Typedesktop
NameFreeDV
CommentOpen Source HF Digital Voice
Description

FreeDV is a GUI application for Windows and Linux that allows any SSB radio to be used for low bit rate digital voice.

Speech is compressed down to 1400 bit/s then modulated onto a 1100 Hz wide QPSK signal which is sent to the Mic input of a SSB radio. On receive, the signal is received by the SSB radio, then demodulated and decoded by FreeDV.

FreeDV was built by an international team of Radio Amateurs working together on coding, design, user interface and testing. FreeDV is open source software, released under the GNU Public License version 2.1. The FDMDV modem and Codec 2 Speech codec used in FreeDV are also open source.

Packagefreedv
CategoriesAudio, AudioVideo, HamRadio
Homepagehttp://freedv.org
KudosHiDpiIcon

freemedforms.desktop

Typedesktop
NameFreeMedForms EMR
CommentThe FreeMedForms Electronic Medical Record Manager
Description

FreeMedForms aims to be a open Electronic Medical Record Manager. FreeMedForms is also a lot of derivatives sub-project, which are just standalone compilation of FreeMedForms plugins.

This project is a free and open source project. A community grows up around it. FreeMedForms and derivatives is released under the terms of the GPLv3 License. Some parts of the code are LGPL v2.1.

Packagefreemedforms-emr
CategoriesEducation, MedicalSoftware, Science
Homepagehttp://freemedforms.com/en/start
KudosHiDpiIcon

freeorion.desktop

Typedesktop
NameFreeOrion
CommentTurn-based space empire and galactic conquest (4X) computer game
Description

FreeOrion is a free, open source, turn-based space empire and galactic conquest (4X) computer game being designed and built by the FreeOrion project. FreeOrion is inspired by the tradition of the Master of Orion games, but is not a clone or remake of that series or any other game.

Packagefreeorion
CategoriesGame, StrategyGame
Keywordsaliens, empire, fleet, galaxy, game, planets, research, resources, space, species, strategy, turn-based
Homepagehttp://www.freeorion.org
KudosHiDpiIcon

freon@UshakovVasilii_Github.yahoo.com.shell-extension

Typeshell-extension
NameFreon
CommentGNOME Shell Extension
Description

Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM (forked from xtranophilist/gnome-shell-extension-sensors)

Packagegnome-shell-extension-freon
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/UshakovVasilii/gnome-shell-extension-freon

fritzing.desktop

Typedesktop
NameFritzing
CommentElectronic Design Tool
Description

Fritzing is an open-source electronic design tool focusing on makers, hobbyists, and everyone else interested in getting creative with interactive electronics. Document your electronic sketches, learn from example projects, produce your own PCBs, and share with the community. Fritzing differs from other tools through:

  • a real-world breadboard view that is hands-on and easy to understand
  • a visual component library including the Arduino, Raspberry Pi, SparkFun parts and many more
  • an intuitive user interface, with seamless switching between breadboard, schematic and pcb design

The lively community on fritzing.org exchanges projects and tips, and there is also a PCB service "Fritzing Fab" that produces user designs.

Packagefritzing
CategoriesDevelopment, Electronics, IDE
Homepagehttp://www.fritzing.org
KudosHiDpiIcon, ModernToolkit

frozen-bubble.desktop

Typedesktop
NameFrozen Bubble
CommentAn addictive game about frozen bubbles
Description

Frozen Bubble is a free and open source game in which you throw colorful bubbles and build groups to destroy them.

You can play this game locally or over the Internet. It also contains a level editor for you to create your own games.

Packagefrozen-bubble
CategoriesArcadeGame, Game
Homepagehttp://www.frozen-bubble.org/

fuelmanager.desktop

Typedesktop
Namefuelmanager
CommentFuel Mileage tracker
Description

Ever wonder how much money you spend in fuel? And how many miles you drive? This application that keeps track of four things, miles, gallons, cost, and the date of each fill-up. It generates monthly and yearly summaries of miles driven, cost of fuel,how many gallons, and fuel mileage. You can add more than one vehicle also.

The data can be stored into either a sqlite database (default) or an external mysql server. Your data is not locked to the program either! Each vehicle's data can be exported into a csv file for use elsewhere.

Packagefuelmanager
CategoriesOffice
Keywordsfuel, gas, mileage, mpg
Homepagehttp://fuelmanager.sourceforge.net
KudosHiDpiIcon

funguloids.desktop

Typedesktop
NameFunguloids
Comment3D casual game
Description

Those Funny Funguloids! 3d is a casual game where you must travel through various worlds offered by the game and capture all the mushrooms you find. Beware of enemies, they will do anything to make you fail!

Packagefunguloids
CategoriesArcadeGame, Game
Homepagehttp://funguloids.sourceforge.net
KudosHiDpiIcon

fusion-icon.desktop

Typedesktop
NameCompiz Fusion Icon
CommentStart and manage Compiz
Description

This package provides a tray icon that allows you to easily enable, disable and restart Compiz, and change the currently used window manager and/or window decorator.

Packagefusion-icon
CategoriesUtility
Homepagehttps://github.com/compiz-reloaded/fusion-icon
KudosHiDpiIcon

fwknop-gui.desktop

Typedesktop
NameFwknop-gui
CommentSends SPA packets
Description

Fwknop-gui is a user-friendly gui interface for sending SPA packets, intended to talk the fwknop server application.

Also supported is qr code exporting, and a rudimentary config wizard for fwknop.

Packagefwknop-gui
CategoriesNetwork
Homepagehttps://incomsystems.biz/fwknop-gui
KudosHiDpiIcon

galculator.desktop

Typedesktop
Namegalculator
Commenta GTK 2 / GTK 3 algebraic and RPN calculator
Description

galculator is a GTK 2 / GTK 3 based calculator with ordinary notation/reverse polish notation (RPN), a formula entry mode, different number bases (DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD). It supports quad-precision floating point and 112-bit binary arithmetic.

galculator's main features include:

  • Algebraic mode, RPN (Reverse Polish Notation), Formula Entry and Paper mode
  • Decimal, hexadecimal, octal and binary number base
  • Radiant, degree and grad support
  • Basic and Scientific Mode
  • User defined constants and functions
  • Trigonometric functions, power, sqare root, natural and common logarithm, inverse and hyperbolic functions
  • Binary arithmetic of configurable bit length and signedness
  • Quad-precision floating point arithmetic
  • 112-bit binary arithmetic
  • Copy and paste
  • Available in more than 20 translations
Packagegalculator
CategoriesCalculator, Utility
Homepagehttp://galculator.sf.net
KudosHiDpiIcon, ModernToolkit

gambas3.desktop

Typedesktop
NameGambas3
CommentIDE for the Gambas language
Description

Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic. This application provides a graphical IDE, with a database manager, an image editor, and a report designer, to assist in the creation of programs with Gambas.

Packagegambas3-ide
CategoriesDevelopment, IDE
Keywordsbasic, development environment, graphical, interpreter, object language, visual
Homepagehttp://gambas.sourceforge.net/
KudosHiDpiIcon, ModernToolkit

ganyremote.desktop

Typedesktop
Nameganyremote
CommentRemote control through Wi-Fi or bluetooth connection
Description

gAnyRemote package is GTK GUI frontend for anyRemote - remote control software for applications using Bluetooth or Wi-Fi.

Packageganyremote
CategoriesSystem, Utility
Homepagehttp://anyremote.sourceforge.net
ProjectGNOME

garden.desktop

Typedesktop
Namegarden
CommentChoose your equipment and fly your ship past the enemies
Description

In garden of coloured lights you must fly as far as you can while enemies attack. You choose how to equip the ship, depending on your strategy.

The futuristic landscape scrolls upwards while strange plant-like enemies engage your ship in various ways. There are boss enemies to kill in each stage.

Packagegarden
CategoriesGame
Homepagehttp://garden.sourceforge.net/
KudosHiDpiIcon

gaupol.desktop

Typedesktop
NameGaupol
CommentEdit subtitle files
Description

Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of creating subtitles, editing texts and timing subtitles to match video. The user interface is designed with attention to batch processing of multiple documents and convenience of translating.

Packagegaupol
CategoriesAudioVideo, AudioVideoEditing, Video
Keywordscaptions, subtitles, video
Homepagehttp://otsaloma.io/gaupol/
KudosHiDpiIcon

gbrainy.desktop

Typedesktop
Namegbrainy
CommentPlay games that challenge your logic, verbal, calculation and memory abilities
Description

gbrainy is a game to train memory, arithmetical and logical capabilities with many sorts of exercises of different difficulty levels.

It should have something for all ages and purposes: kids whose parents want them to develop their capabilities, adults that want to keep their mind in form or just try it out for fun, older people that might need to do some memory exercises, etc.

Packagegbrainy
CategoriesGame, LogicGame
Keywordsbrain, game, logic, memory, teaser
Homepagehttps://wiki.gnome.org/action/show/Apps/gbrainy/
ProjectGNOME
KudosHiDpiIcon, UserDocs

gchem3d.desktop

Typedesktop
NameGChem3D
CommentDisplay 3D chemical structures
Description

GChem3D is a 3D molecular structure viewer.

GChem3D is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegchem3d
CategoriesChemistry, Education, Science
Keywords3D, chemistry, display, molecule, printer
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gchemcalc.desktop

Typedesktop
NameGChemCalc
CommentA calculator for chemistry
Description

GChemCalc is a simple calculator for chemistry. It evaluates the row formula, the molar and monoisotopic masses and the elemental composition for a given formula. It also displays the isotopic pattern.

GChemCalc is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegchemcalc
CategoriesChemistry, Education, Science
Keywordscalculator, chemistry
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gchempaint.desktop

Typedesktop
NameGChemPaint
CommentDraw and display 2D chemical structures
Description

GChemPaint is an editor for 2D chemical structures. It can display not only molecules but also reactions and more. It is able to export structures to various file formats as well to some 3D viewers. It also give access to online databases.

GChemPaint is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegchempaint
CategoriesChemistry, Education, Science
Keywords2D, chemistry, display, editor, printer
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gchemtable.desktop

Typedesktop
NameGChemTable
CommentPeriodic table of the elements
Description

GChemTable is a periodic table of the elements application. It gives access to various properties and supports a variety of graphs of these properties.

GChemTable is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegchemtable
CategoriesChemistry, Education, Science
KeywordsMendeleiev, chemistry, periodic table
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gcompris-edit.desktop

Typeaddon
Extendsgcompris
NameGCompris Administration
CommentCreate and manage profiles, classes, users and reports
Packagegcompris-administration
CategoriesEducation
Homepagehttp://gcompris.net/
ProjectGNOME

gcompris.desktop

Typedesktop
NameGCompris Educational suite
CommentEducational game for ages 2 to 10
Description

GCompris is an educational software suite comprising of numerous activities for children aged 2 to 10.

Some of the activities are game orientated, but nonetheless still educational.

Below you can find a list of categories with some of the activities available in that category.

  • computer discovery: keyboard, mouse, different mouse gestures, ...
  • arithmetic: table memory, enumeration, double entry table, mirror image, ...
  • science: the canal lock, the water cycle, the submarine, electric simulation, ...
  • geography: place the country on the map
  • games: chess, memory, connect 4, oware, sudoku, ...
  • reading: reading practice
  • other: learn to tell time, puzzle of famous paintings, vector drawing, cartoon making, ...

Currently GCompris offers in excess of 100 activities and more are being developed. GCompris is free software, that means that you can adapt it to your own needs, improve it and, most importantly, share it with children everywhere.

Packagegcompris
CategoriesEducation
Homepagehttp://gcompris.net/
ProjectGNOME

gcrystal.desktop

Typedesktop
NameGCrystal
CommentDraw and display crystal structures
Description

GCrystal displays crystal structures imported from CML and CIF files. It can also be used to create new structures from the cell parameters and atoms positions.

GCrystal is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegcrystal
CategoriesChemistry, Education, Science
Keywords3D, chemistry, crystal, display, printer
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gda-browser-5.0.desktop

Typedesktop
NameDatabase browser
CommentView the schema and data of databases
Description

Database Browser provides quick access to the data and schema of a database, and displays it in a intuitive graphical interface. It provides three perspectives to interact with a database: the schema browser, query execution, and data manager. The schema browser allows the user to view the tables of a database, and inspect the table's properties and relations. The query exeution perspective allows the user to execute SQL queries on the database. The data manager perspective allows the user to view the data contained in the database in a tabular form.

Packagelibgda-tools
CategoriesDatabase, Development
Homepagehttp://www.gnome-db.org/GdaBrowser
KudosHiDpiIcon, ModernToolkit, UserDocs

gdesklets.desktop

Typedesktop
NamegDesklets
CommentEye candy for your desktop
Description

gDesklets provides an advanced architecture for desktop applets - tiny displays that sit on your desktop such as status meters, icon bars, weather sensors, news tickers.

gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. The possibilities are really endless and they are always there to serve you whenever you need them, just one key-press away. The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce).

Packagegdesklets
CategoriesUtility
Homepagehttps://launchpad.net/gdesklets

geany.desktop

Typedesktop
NameGeany
CommentA fast and lightweight IDE using GTK+
Description

Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE. Another goal was to be as independent as possible from a KDE or GNOME - Geany only requires the GTK2 runtime libraries.

Packagegeany
CategoriesDevelopment, IDE
KeywordsEditor, Text
Homepagehttp://www.geany.org/
KudosHiDpiIcon

geary.desktop

Typedesktop
NameGeary
CommentLightweight mail client
Description

Geary is a mail application for GNOME designed to let you manage your email quickly and effortlessly. Its interface is based on conversations, so you can read an entire discussion without having to click from message to message. Geary is still in development and has a limited but growing set of features.

Geary is designed to integrate with the GNOME desktop and is completely free.

  • Lightweight mail client with full IMAP support
  • Mail grouped into conversations, not a tree of threads
  • As-you-type searching
  • Desktop notifications
  • Multiple account support
  • Inline HTML composer that saves drafts to the server
  • Works with Gmail, Yahoo! Mail, Outlook.com (experimental), and other popular IMAP servers
Packagegeary
CategoriesEmail, Network
KeywordsE-mail, Email, Mail
Homepagehttps://wiki.gnome.org/Apps/Geary
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit

gedit-bookmarks

Typeaddon
Extendsorg.gnome.gedit
NameBookmarks
CommentEasy document navigation with bookmarks
Packagegedit-plugin-bookmarks
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-bracketcompletion

Typeaddon
Extendsorg.gnome.gedit
NameBracket Completion
CommentAutomatically add a closing bracket when you insert one
Packagegedit-plugin-bracketcompletion
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-charmap

Typeaddon
Extendsorg.gnome.gedit
NameCharmap
CommentSelect characters from a character map
Packagegedit-plugin-charmap
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-code-assistance

Typeaddon
Extendsorg.gnome.gedit
NameCode Assistance
CommentAssistance when writing code
Packagegedit-code-assistance
Homepagehttps://wiki.gnome.org/Projects/CodeAssistance
ProjectGNOME

gedit-codecomment

Typeaddon
Extendsorg.gnome.gedit
NameCode Comment
CommentComment or uncomment blocks of code
Packagegedit-plugin-codecomment
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-colorpicker

Typeaddon
Extendsorg.gnome.gedit
NameColor picker
CommentSelect and insert a color from a dialog (for HTML, CSS, PHP)
Packagegedit-plugin-colorpicker
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-colorschemer

Typeaddon
Extendsorg.gnome.gedit
NameColor Scheme Editor
CommentCreate and edit the color scheme used for syntax highlighting
Packagegedit-plugin-colorschemer
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-commander

Typeaddon
Extendsorg.gnome.gedit
NameCommander
CommentCommand line interface for advanced editing
Packagegedit-plugin-commander
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-dashboard

Typeaddon
Extendsorg.gnome.gedit
NameDashboard
CommentDisplays a grid of recently/most used files upon opening a new tab
Packagegedit-plugin-dashboard
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-drawspaces

Typeaddon
Extendsorg.gnome.gedit
NameDraw spaces
CommentDraw Spaces and Tabs
Packagegedit-plugin-drawspaces
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-findinfiles

Typeaddon
Extendsorg.gnome.gedit
NameFind in Files
CommentFind text in all files of a folder
Packagegedit-plugin-findinfiles
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-git

Typeaddon
Extendsorg.gnome.gedit
NameGit
CommentUse git information to display which lines and files changed since last commit
Packagegedit-plugin-git
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-joinlines

Typeaddon
Extendsorg.gnome.gedit
NameJoin lines/ Split lines
CommentJoin or split multiple lines through Ctrl+J and Ctrl+Shift+J
Packagegedit-plugin-joinlines
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-multiedit

Typeaddon
Extendsorg.gnome.gedit
NameMulti edit
CommentEdit document in multiple places at once
Packagegedit-plugin-multiedit
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-smartspaces

Typeaddon
Extendsorg.gnome.gedit
NameSmart Spaces
CommentAllow to unindent like if you were using tabs while you're using spaces
Packagegedit-plugin-smartspaces
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-synctex

Typeaddon
Extendsorg.gnome.gedit
NameSyncTeX
CommentSynchronize between LaTeX and PDF with gedit and evince
Packagegedit-plugin-synctex
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-terminal

Typeaddon
Extendsorg.gnome.gedit
NameTerminal
CommentA simple terminal widget accessible from the bottom panel
Packagegedit-plugin-terminal
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-textsize

Typeaddon
Extendsorg.gnome.gedit
NameText size
CommentEasily increase and decrease the text size
Packagegedit-plugin-textsize
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-wordcompletion

Typeaddon
Extendsorg.gnome.gedit
NameWord completion
CommentPropose automatic completion using words already present in the document
Packagegedit-plugin-wordcompletion
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

gedit-zeitgeist

Typeaddon
Extendsorg.gnome.gedit
NameZeitgeist Data provider
CommentRecords user activity and giving easy access to recently-used and frequently-used files
Packagegedit-plugin-zeitgeist
Homepagehttps://wiki.gnome.org/Apps/Gedit/ShippedPlugins
ProjectGNOME

geeqie.desktop

Typedesktop
NameGeeqie
CommentView and manage images
Description

Geeqie is an application for browsing images -- you open up an image or directory to browse and view all the images in that directory. It also displays all the relevant data and metadata for your images in various, configurable sidebar widgets. It can display many forms of data, including exif metadata, color histograms, GPS locations of the photo.

Packagegeeqie
CategoriesGraphics, Viewer
Homepagehttp://geeqie.sourceforge.net/

geomorph.desktop

Typedesktop
Namegeomorph
CommentA height field editor for Linux
Description

Geomorph is a height field generator and editor for the Linux operating system. A height field is a kind of topographic map. It is a 2D projection of a 3D landscape.

Geomorph generates square images and shows a 3D preview of the resulting landscape. The resulting 2D image can be processed with a tool like Povray for rendering the landscape.

Packagegeomorph
Categories3DGraphics, Graphics
Homepagehttp://geomorph.sourceforge.net/

ghex.desktop

Typedesktop
NameGNOME Hex Editor
CommentInspect and edit binary files
Description

GHex is a hex editor for the GNOME desktop.

GHex can load raw data from binary files and display them for editing in the traditional hex editor view. The display is split in two columns, with hexadecimal values in one column and the ASCII representation in the other. A useful tool for working with raw data.

Packageghex
CategoriesDevelopment
Keywordsbinary, debug
Homepagehttps://wiki.gnome.org/Apps/Ghex
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gimagereader-gtk.desktop

Typedesktop
NamegImageReader
CommentA graphical frontend to tesseract-ocr
Description

gImageReader is a simple optical character recognition (OCR) application which acts as a frontend to the tesseract OCR engine. Features include:

  • Import PDF documents and images from disk, scanning devices, clipboard and screenshots
  • Process multiple images and documents in one go
  • Manual or automatic recognition area definition
  • Recognize to plain text or to hOCR documents
  • Recognized text displayed directly next to the image
  • Post-process the recognized text, including spellchecking
  • Generate PDF documents from hOCR documents
Packagegimagereader-gtk
CategoriesGraphics, OCR, Scanning
KeywordsOCR, Scanner, ocr, optical, optical character recognition, pdf, recognition, tesseract
Homepagehttps://github.com/manisandro/gImageReader
KudosHiDpiIcon, ModernToolkit

gimagereader-qt5.desktop

Typedesktop
NamegImageReader
CommentA graphical frontend to tesseract-ocr
Description

gImageReader is a simple optical character recognition (OCR) application which acts as a frontend to the tesseract OCR engine. Features include:

  • Import PDF documents and images from disk, scanning devices, clipboard and screenshots
  • Process multiple images and documents in one go
  • Manual or automatic recognition area definition
  • Recognize to plain text or to hOCR documents
  • Recognized text displayed directly next to the image
  • Post-process the recognized text, including spellchecking
  • Generate PDF documents from hOCR documents
Packagegimagereader-qt
CategoriesGraphics, OCR, Scanning
KeywordsOCR, Scanner, ocr, optical, optical character recognition, pdf, recognition, tesseract
Homepagehttps://github.com/manisandro/gImageReader
KudosHiDpiIcon, ModernToolkit

gimp-data-extras

Typeaddon
Extendsgimp
NameExtra files for GIMP
CommentPatterns, gradients, and other extra files for GIMP
Packagegimp-data-extras
Homepagehttp://www.gimp.org/

gimp-dbp

Typeaddon
Extendsgimp
NameDavid's Batch Processor
CommentA simple batch processing plugin that allows the user to automatically perform operations, such as re-size, on a collection of image files
Packagegimp-dbp
Homepagehttp://members.ozemail.com.au/~hodsond/dbp.html

gimp-elsamuko

Typeaddon
Extendsgimp
Namegimp-elsamuko
CommentCollection of GIMP scripts
Packagegimp-elsamuko
Homepagehttps://sites.google.com/site/elsamuko/gimp

gimp-gap

Typeaddon
Extendsgimp
NameGIMP Animation Package
CommentA collection of plugins to extend GIMP with capabilities to edit and create animations as sequences of single frames.
Packagegimp-gap
Homepagehttps://github.com/GNOME/gimp-gap

gimp-high-pass-filter

Typeaddon
Extendsgimp
NameHigh Pass Filter
CommentA general purpose high-pass filter plugin.
Packagegimp-high-pass-filter
Homepagehttp://registry.gimp.org/node/7385

gimp-layer-via-copy-cut

Typeaddon
Extendsgimp
NameLayer via Copy/Cut
CommentCopy and move the selected area to a new layer in the same position.
Packagegimp-layer-via-copy-cut
Homepagehttp://some-gimp-plugins.com/contents/en/

gimp-lensfun

Typeaddon
Extendsgimp
NameGimpLensfun
CommentA plugin to correct lens distortion using the lensfun library and database
Packagegimp-lensfun
Homepagehttp://seebk.github.io/GIMP-Lensfun/

gimp-lqr-plugin

Typeaddon
Extendsgimp
NameLiquid Rescale
CommentA plugin that implementations the Seam Carving algorithm
Packagegimp-lqr-plugin
Homepagehttp://liquidrescale.wikidot.com/

gimp-paint-studio

Typeaddon
Extendsgimp
NamePaint Studio
CommentA collection of tool option presets and brushes
Packagegimp-paint-studio
Homepagehttps://code.google.com/p/gps-gimp-paint-studio

gimp-resynthesizer

Typeaddon
Extendsgimp
NameResynthesizer
CommentSet of GIMP plug-ins that heal (in-paint), synthesize texture, theme an image, and more
Packagegimp-resynthesizer
Homepagehttp://logarithmic.net/pfh/resynthesizer

gimp-save-for-web

Typeaddon
Extendsgimp
NameSave for web
CommentSave files in web formats
Packagegimp-save-for-web
Homepagehttp://registry.gimp.org/node/33

gimp-separate+

Typeaddon
Extendsgimp
NameCMYK Separator
CommentA plug-in converting an RGB image to CMYK format.
Packagegimp-separate+
Homepagehttp://cue.yellowmagic.info/softwares/separate-plus/

gimp-wavelet-decompose

Typeaddon
Extendsgimp
NameWavelet decompose
CommentLosslessly decompose image in detail scales
Packagegimp-wavelet-decompose
Homepagehttp://registry.gimp.org/node/13549

gimp.desktop

Typedesktop
NameGNU Image Manipulation Program
CommentCreate images and edit photographs
Description

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.

It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.

GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted. GIMP is available for Linux, Microsoft Windows and OS X.

Packagegimp
Categories2DGraphics, Graphics, RasterGraphics
Homepagehttp://www.gimp.org/
ProjectGNOME
KudosHiDpiIcon

gimpfx-foundry

Typeaddon
Extendsgimp
NameFX Foundry
CommentCollection of GIMP scripts
Packagegimpfx-foundry
Homepagehttp://gimpfx-foundry.sourceforge.net/

git-cola.desktop

Typedesktop
NameGit Cola
CommentSleek and powerful Git GUI
Description

git-cola is a simple, powerful, and feature-rich GUI for git that provides an easy way to interact with Git repositories.

Packagegit-cola
CategoriesDevelopment, RevisionControl
Homepagehttps://git-cola.github.io/
KudosHiDpiIcon

git-dag.desktop

Typedesktop
NameGit DAG
CommentGit DAG visualizer
Packagegit-cola
CategoriesDevelopment, RevisionControl
Homepagehttp://git-cola.github.io
KudosHiDpiIcon

gitg.desktop

Typedesktop
Namegitg
CommentGit repository browser
Description

gitg is a graphical user interface for git. It aims at being a small, fast and convenient tool to visualize the history of git repositories. Besides visualization, gitg also provides several utilities to manage your repository and commit your work.

Goals

  • Browse local git repositories
  • Clone local and remote git repositories
  • Commit files
  • Retrieve patch from a commit
Packagegitg
CategoriesDevelopment
Homepagehttps://wiki.gnome.org/Apps/Gitg
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

gkrellm-sun

Typeaddon
Extendsgnome-gkrellm
NameSun clock plugin for GKrellM
CommentSun clock plugin which can display the sun's setting time, rising time, path and so on
Packagegkrellm-sun
Homepagehttp://gkrellsun.sourceforge.net/

glabels-3.0.desktop

Typedesktop
NamegLabels
CommentCreate labels, business cards and media covers
Description

gLabels is a program for creating labels and business cards. It is designed to work with various laser/ink-jet peel-off label and business card sheets that you'll find at most office supply stores.

gLabels can be used to design address labels, name tags, price tags, cd/dvd labels, or just about anything else that is organized in a regular pattern on a sheet of paper. Labels (or cards) can contain text, images, lines, shapes, and barcodes. gLabels also includes a document-merge feature which lets you print a unique label for each record from an external data source, such as a CSV file or an Evolution address book.

Packageglabels
CategoriesOffice
Keywordsbarcode, card, label, office, print
Homepagehttp://glabels.org/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

glade-3.desktop

Typedesktop
NameGlade
CommentCreate or open user interface designs for GTK+ applications
Description

Glade is a tool providing quick and easy development of user interfaces for the GTK+ 2 toolkit and the GNOME desktop environment.

The user interfaces designed in Glade are saved as XML, and can be loaded dynamically into applications by using GtkBuilder. Those files can be used in many programming languages including C, C++, C#, Vala, Java, Perl, Python, and others. Glade's ability to connect widget signals with corresponding functions makes the integration of user interfaces into code even simpler.

This package contains Glade for GTK+ 2.x. For GTK+ 3.x support, please install the 'glade' package instead.

Packageglade3
CategoriesDevelopment, GUIDesigner
Homepagehttp://glade.gnome.org/
ProjectGNOME
KudosHiDpiIcon, UserDocs

glade.desktop

Typedesktop
NameGlade
CommentCreate or open user interface designs for GTK+ applications
Description

Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ 3 toolkit and the GNOME desktop environment.

The user interfaces designed in Glade are saved as XML and these can be loaded by applications dynamically as needed by using GtkBuilder or used directly to define a new GtkWidget derived object class using GTK+ new template feature.

By using GtkBuilder, Glade XML files can be used in numerous programming languages including C, C++, C#, Vala, Java, Perl, Python, and others.

Packageglade
CategoriesDevelopment, GUIDesigner
KeywordsGUI designer, ui builder, user interface
Homepagehttp://glade.gnome.org/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

glaxium.desktop

Typedesktop
NameGlaxium
CommentScrolling 2D spaceship shooter
Description

Glaxium is an OpenGL-based space-ship "shoot-em-up" styled game. It is designed to provide the same feel as the old 2D games of that type, but with 3D for the special effects.

Destroy every-thing and especially the dark boxes that may contain interesting things like POWER-UP.

Packageglaxium
CategoriesActionGame, Game
KeywordsArcade, Game, Retro, Scroller, Shooter
Homepagehttp://xhosxe.free.fr/glaxium/
KudosHiDpiIcon

glc_player.desktop

Typedesktop
NameGLC_Player
CommentView 3D models
Description

GLC Player is an application for viewing 3D models. It supports a wide range of formats, including: COLLADA, 3DXML, OBJ, 3DS, STL, OFF and COFF. It can also be used to export still images of your models, and even export a library of models to a gallery HTML page.

PackageGLC_Player
CategoriesGraphics, Player
Homepagehttp://www.glc-player.net/

glmark2.desktop

Typedesktop
NameGlmark2
CommentOpenGL and ES 2.0 benchmark tool
Description

Glmark2 is an OpenGL 2.0 benchmark, that coveres a number of GL capabilities.

One of the nice features is the ability to benchmark OpenGL ES 2.0 capable hardware. This makes GLmark2 especially useful to ARM or other mobile platforms that make use of OpenGL ES 2.0. GLmark2 is based on the the original GLmark tool, enhanced for mobile benchmarking.

Packageglmark2
CategoriesGraphics
Homepagehttps://launchpad.net/glmark2
ProjectLinaro
KudosHiDpiIcon

glob2.desktop

Typedesktop
NameGlobulation 2
Commentreal time strategy game with globs
Description

Globulation 2 is a real time strategy (RTS) game where you use three types of globs: workers, scouts, and warriors to wage war on computer controlled communites of other globs. Globulation is unique from other RTS games in that it removes a lot of the micromanagement from the gameplay. You cannot control the globs directly, only place buildings and let the globs do what they do best.

Packageglob2
CategoriesGame, StrategyGame
Homepagehttp://globulation2.org/
KudosHiDpiIcon

glom.desktop

Typedesktop
NameGlom
CommentDatabase user interface
Description

With Glom you can design database systems - the database and the user interface.

Glom has high-level features such as relationships, lookups, related fields, related records, calculated fields, drop-down choices, searching, reports, users and groups. It has simple Numeric, Text, Date, Time, Boolean, and Image field types.

Packageglom
CategoriesDatabase, Office
Keywordsdatabase, forms, postgresql, tables, ui
Homepagehttp://www.glom.org/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gmpc.desktop

Typedesktop
NameGnome Music Player Client
CommentA gnome frontend for the mpd daemon
Description

Gmpc is a GNOME client for the Music Player Daemon. Features include:

  • Support for loading/saving playlists
  • File Browser
  • Browser based on ID3 information (on artist and albums)
  • Search
  • Current playlist viewer with search
  • ID3 information
  • Lots more
Packagegmpc
CategoriesAudioVideo
Homepagehttp://gmpclient.org/
KudosHiDpiIcon

gmusicbrowser.desktop

Typedesktop
Namegmusicbrowser
CommentJukebox for large collection of music
Description

Very customizable library-based music player designed for huge collections of music (tens of thousand files). With lots of handy features to navigate and use your collection, like album/artist lock, menus to choose songs from album/album from artist, enqueue songs with middle click.

Some of the main features:

  • powerful search (can search any field using regular expression or fuzzy search)
  • use ratings and labels to organize your music
  • weighted random modes (eg. to pick songs based on when they were added and/or played, ...)
  • plugins to visualize lyrics, find cover pictures, retrieve artist or album info, last.fm, ...
  • browse through pictures and pdf in the album's folder
  • replaygain support to normalize the volume across tracks

The windows use a layout system that allows users to completely change the interface. You can use pre-defined layouts or create your own using text files that allows you to pick and choose the widgets you want, their options and their placement. These layouts can be used not only for the main window, but also for extra windows, the tray pop-up, or a desktop widget.

Packagegmusicbrowser
CategoriesAudio, AudioVideo
Homepagehttp://gmusicbrowser.org
KudosHiDpiIcon

gnome-abrt.desktop

Typedesktop
NameProblem Reporting
CommentView and report application crashes
Description

Collection of software tools designed for collecting, analyzing and reporting of software issues.

Its main purpose is to ease the process of reporting an issue and finding a solution.

Packagegnome-abrt
CategoriesSystem
Keywordsabrt, bug reporting, crash logger
Homepagehttps://github.com/abrt/gnome-abrt
KudosHiDpiIcon, HighContrast, ModernToolkit

gnome-chess.desktop

Typedesktop
NameGNOME Chess
CommentPlay the classic two-player board game of chess
Description

GNOME Chess is a simple chess game. You can play against your computer at three different difficulty levels, or against a friend at your computer.

Computer chess enthusiasts will appreciate GNOME Chess’s compatibility with nearly all modern computer chess engines, and its ability to detect several popular engines automatically if installed.

Packagegnome-chess
CategoriesBoardGame, Game
Keywordsgame, strategy
Homepagehttps://wiki.gnome.org/Apps/Chess
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-commander.desktop

Typedesktop
NameGNOME Commander
CommentTwo-pane file manager
Description

GNOME Commander is a "two-pane" graphical file manager for the GNOME desktop environment. It features separate tabs for each pane, setting up custom device buttons, bookmark manager, fully integrated commandline, file quick search, an internal image viewer, a powerful batch renaming tool, and FTP and Samba access.

GNOME Commander aims to advanced users who like to focus on precise file management, working in parallel through special applications, and running smart commands.

Packagegnome-commander
CategoriesFileManager, Utility
KeywordsFTP, SSH, WebDAV, disk, explore, file, file manager, file system, filesystem, folder, manager
Homepagehttp://gcmd.github.io/index.html
ProjectGNOME
KudosUserDocs

gnome-control-center.desktop

Typedesktop
NameGNOME Control Center
CommentUtilities to configure the GNOME desktop
Description

The control center is GNOME’s main interface for configuration of various aspects of your desktop.

Packagecontrol-center
CategoriesSystem
KeywordsPreferences, Settings
Homepagehttp://www.gnome.org
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider

gnome-ekiga.desktop

Typedesktop
NameEkiga Softphone
CommentTalk to and see people over the Internet
Description

Ekiga is a softphone, video conferencing and instant messenger application over the Internet. It supports HD sound quality and video up to DVD size and quality.

It is interoperable with many other standard compliant softwares, hardwares and service providers as it supports both the major telephony standards (SIP and H.323).

Packageekiga
CategoriesNetwork, Telephony
Homepagehttp://www.ekiga.org/
ProjectGNOME
KudosHiDpiIcon

gnome-gkrellm.desktop

Typedesktop
NameGKrellM
CommentMonitor for CPU, memory, disks, network, mail
Description

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.

Features:

  • Hostname/systemname display
  • Clock/calendar
  • Temperature, fan, and voltage sensor monitors
  • Process monitor with a chart for load and forks
  • Display of number of current processes and users
  • Disk monitor that can chart individual disks or a composite disk
  • Internet monitor (http, ftp, ...)
  • Net interface monitors, Data rx/tx LEDs
  • And much more
Packagegkrellm
CategoriesSystem
Keywordscpu, disks, memory, monitor, network, system
Homepagehttps://billw2.github.io/gkrellm/gkrellm.html

gnome-gmail.desktop

Typedesktop
NameGNOME GMail
CommentIntegrate GMail with your desktop
Description

GNOME GMail integrates the GMail web interface into the GNOME environment. Once installed, GMail becomes a choice as the default Mail Reader in the GNOME Preferred Applications administration application. When selected, a GMail web page will be used whenever an email service is requested.

Logout, or launch GNOME GMail, to complete the configuration.

Packagegnome-gmail
CategoriesEmail, Network
KeywordsGoogle, email, mail
Homepagehttps://davesteele.github.io/gnome-gmail/
KudosHiDpiIcon

gnome-klotski.desktop

Typedesktop
NameGNOME Klotski
CommentSlide blocks to solve the puzzle
Description

GNOME Klotski is a set of block sliding puzzles. The objective is to move the patterned block to the area bordered by green markers. To do so, you’ll need to slide other blocks out of the way. Complete each puzzle in as few moves as possible!

GNOME Klotski comes with nearly thirty different puzzle layouts of varying difficulty. Some of the layouts are similar and only the size of one or more blocks differ. Other layouts have more variety.

Packagegnome-klotski
CategoriesGame, LogicGame
Keywordsgame, logic, move, strategy
Homepagehttps://wiki.gnome.org/Apps/Klotski
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-mahjongg.desktop

Typedesktop
NameGNOME Mahjongg
CommentMatch tiles and clear the board
Description

A solitaire version of the classic Eastern tile game. Tiles are stacked on the board at the start of the game. The goal is to remove all the tiles in as little time as possible. Select two matching tiles and they will disappear from the board, but you can only select a tile if there is an empty space to its left or right at the same level. Be careful: tiles that look alike may actually be slightly different.

GNOME Mahjongg features a variety of starting layouts, some easy and some difficult. If you get stuck, you can ask for a hint, but this adds a large time penalty.

Packagegnome-mahjongg
CategoriesBoardGame, Game
Keywordsboard, game, puzzle, strategy
Homepagehttps://wiki.gnome.org/Apps/Mahjongg
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-mines.desktop

Typedesktop
NameGNOME Mines
CommentClear hidden mines from a minefield
Description

GNOME Mines is a puzzle game where you search for hidden mines. Flag the spaces with mines as quickly as possible to make the board a safer place. You win the game when you’ve flagged every mine on the board. Be careful not to trigger one, or the game is over!

You can select the size of the field you want to play on at the start of the game. If you get stuck, you can ask for a hint: there’s a time penalty, but that’s better than hitting a mine!

Packagegnome-mines
CategoriesGame, LogicGame
Keywordsminesweeper
Homepagehttps://wiki.gnome.org/Apps/Mines
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-music.desktop

Typedesktop
NameGNOME Music
CommentPlay and organize your music collection
Description

Music is the new GNOME music playing application.

Packagegnome-music
CategoriesAudio, AudioVideo, Player
KeywordsMusic, Player
Homepagehttps://wiki.gnome.org/Apps/Music
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

gnome-nettool.desktop

Typedesktop
NameNetwork Tools
CommentPerform advanced networking analysis
Description

Network Tools is a utility to perform advanced networking analysis operations. It features a range of networking tools that are typically done on the command line, but allows you to perform them with a graphical interface. With Network Tools, you can perform the following: ping, netstat, traceroute, port scans, lookup, finger and whois.

Packagegnome-nettool
CategoriesSystem, Utility
Keywordsmonitor, network, remote
Homepagehttp://projects.gnome.org/gnome-network/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gnome-password-generator.desktop

Typedesktop
NameGnome Password Generator
CommentGraphical secure password generator
Description

Gnome Password Generator is a GUI based secure password generator. It allows the user to generate a specified number of random passwords of a specified length.

Packagegnome-password-generator
CategoriesUtility
Homepagehttps://github.com/Jenselme/gnome-password-generator
KudosHiDpiIcon

gnome-phone-manager.desktop

Typedesktop
NamePhone Manager
CommentControl your mobile phone from your desktop
Description

Phone Manager allows you to control your mobile phone. It uses the gnokii backend that typically works with older Nokia devices. Phone manager allows you to send SMS messages, view the address book on your phone, and receive notifications on the desktop when a new SMS arrives.

Packagegnome-phone-manager
CategoriesSystem, Telephony
Homepagehttps://live.gnome.org/PhoneManager/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

gnome-robots.desktop

Typedesktop
NameGNOME Robots
CommentAvoid the robots and make them crash into each other
Description

It is the distant future – the year 2000. Evil robots are trying to kill you. Avoid the robots or face certain death.

Fortunately, the robots are extremely stupid and will always move directly towards you. Trick them into colliding into each other, resulting in their destruction, or into the junk piles that result. You can defend yourself by moving the junk piles, or escape to safety with your handy teleportation device.

Your supply of safe teleports is limited, and once you run out, teleportation could land you right next to a robot, who will kill you. Survive for as long as possible!

Packagegnome-robots
CategoriesArcadeGame, Game
Keywordsarcade, game, teleport
Homepagehttps://wiki.gnome.org/Apps/Robots
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-search-tool.desktop

Typedesktop
NameSearch for Files...
CommentSearch the files on your computer
Description

The Search Tool allows you to search your computer for files based on their names. It also allows you to restrict the search to specific directories, and specify other parameters for searching such as when a file was last modified.

Packagegnome-search-tool
CategoriesCore, Utility
Homepagehttps://git.gnome.org/browse/gnome-search-tool/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gnome-subtitles.desktop

Typedesktop
NameGnome Subtitles
CommentCreate subtitles for videos
Description

GNOME Subtitles is an application for creating and editing subtitles for videos. It allows you to load up a video file, and create a subtitle file to go with that video, and tweak the timings of the subtitles. It supports a wide range of subtitle and video formats.

Packagegnome-subtitles
CategoriesAudioVideo, AudioVideoEditing, Video
Homepagehttp://gnome-subtitles.sourceforge.net/
ProjectGNOME
KudosHiDpiIcon

gnome-sudoku.desktop

Typedesktop
NameGNOME Sudoku
CommentTest your logic skills in this number grid puzzle
Description

Play the popular Japanese logic game. GNOME Sudoku is a must-install for Sudoku lovers, with a simple, unobtrusive interface that makes playing Sudoku fun for players of any skill level.

Each game is assigned a difficulty similar to those given by newspapers and websites, so your game will be as easy or as difficult as you want it to be.

If you like to play on paper, you can print games out. You can choose how many games you want to print per page and what difficulty of games you want to print: as a result, GNOME Sudoku can act a renewable Sudoku book for you.

Packagegnome-sudoku
CategoriesGame, LogicGame
Keywordsmagic, square
Homepagehttps://wiki.gnome.org/Apps/Sudoku
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-system-log.desktop

Typedesktop
NameSystem Log
CommentView system logs
Description

System Logs is an application for viewing the system logs on your computer. It provides a graphical viewer for the logs that one would typically view in a terminal, such as the boot.log or the system messages.

Packagegnome-system-log
CategoriesMonitor, System
Keywordsdebug, error, logs
Homepagehttps://git.gnome.org/browse/gnome-system-log/
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

gnome-system-monitor.desktop

Typedesktop
NameGNOME System Monitor
CommentView and manage system resources
Description

System Monitor is a process viewer and system monitor with an attractive, easy-to-use interface.

System Monitor can help you find out what applications are using the processor or the memory of your computer, can manage the running applications, force stop processes not responding, and change the state or priority of existing processes.

The resource graphs feature shows you a quick overview of what is going on with your computer displaying recent network, memory and processor usage.

Packagegnome-system-monitor
CategoriesMonitor, System
KeywordsCPU, History, Manager, Memory, Monitor, Network, Performance, Process, System, Task, Usage
Homepagehttps://wiki.gnome.org/Apps/SystemMonitor
ProjectGNOME
Compulsory forGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gnome-tetravex.desktop

Typedesktop
NameGNOME Tetravex
CommentReorder tiles to fit a square
Description

Each square piece has a number on each side. Position the pieces on the left side of the board so that the same numbers are next to each other. If the numbers don't match, you can't put the piece there. Move quickly: you're being timed!

You can make the game easier or harder by changing the size of the board.

Packagegnome-tetravex
CategoriesGame, LogicGame
Keywordsboard, game, logic
Homepagehttps://wiki.gnome.org/Apps/Tetravex
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

gnome-tweak-tool.desktop

Typedesktop
NameGNOME Tweak Tool
CommentTweak advanced GNOME 3 settings
Description

GNOME Tweak Tool allows adjusting advanced GNOME options.

It can install and manage themes and extensions, change power settings, manage startup applications, and enable desktop icons among other settings.

Packagegnome-tweak-tool
CategoriesUtility
KeywordsAdvanced, Extensions, Fonts, Keyboard, Preferences, Settings, Theme, Typing, XKB
Homepagehttps://wiki.gnome.org/GnomeTweakTool
ProjectGNOME
KudosHiDpiIcon

gnote.desktop

Typedesktop
NameGnote
CommentA simple note-taking application
Description

Gnote is a simple note-taking application for GNOME desktop environment. It allows you to capture your ideas, link them together using WikiWiki-style links, group together in notebooks and some extra features for everyday use.

Gnote also supports synchronization to make it possible to use on multiple devices.

Packagegnote
CategoriesUtility
Keywordsidea, link, notes, organize
Homepagehttps://wiki.gnome.org/Gnote
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, SearchProvider, UserDocs

gns3-gui.desktop

Typedesktop
NameGNS3
CommentGraphical Network Simulator 3
Description

GNS3 is a graphical network simulator that allows you to design complex network topologies. You may run simulations or configure devices ranging from simple workstations to powerful routers.

Packagegns3-gui
CategoriesNetwork
Homepagehttp://gns3.com/
KudosHiDpiIcon

gnucash.desktop

Typedesktop
NameGnuCash
CommentManage your finances, accounts, and investments
Description

GnuCash is a program for personal and small-business financial-accounting.

Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles like double-entry accounting to ensure balanced books and accurate reports.

With GnuCash you can (but are not limited to):

  • Keep track of your day to day personal income and expenses
  • Manage your stock, bond and mutual fund accounts with ease
  • Keep your small business' accounting up to date
  • Create accurate reports and graphs from your financial data
  • Set up scheduled transactions to avoid repeated data entry
  • QIF/OFX/HBCI Import, Transaction Matching
  • Perform financial calculations, such as a loan repayment
Packagegnucash
CategoriesFinance, Office
Homepagehttp://www.gnucash.org/
ProjectGNOME
KudosHiDpiIcon

gnumeric.desktop

Typedesktop
NameThe Gnumeric Spreadsheet
CommentA High-Precision Spreadsheet Program
Description

Gnumeric is a spreadsheet application for interactive manipulation of data.

Gnumeric aims to provide high-accuracy computations, expressive graphs, and a wide selection of statistical analysis tools. Gnumeric can share files with Microsoft Excel and programs supporting the ODS standard.

Packagegnumeric
CategoriesMath, Office, Spreadsheet
KeywordsSpreadsheet
Homepagehttp://www.gnumeric.org/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gobby-0.5.desktop

Typedesktop
NameGobby 0.5 pre-release
CommentEdit text files collaboratively
Description

Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.

It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.

This is the latest experimental version leading up to the Gobby 0.5 release.

Packagegobby05
CategoriesNetwork, TextEditor
Homepagehttp://gobby.0x539.de/
KudosHiDpiIcon, ModernToolkit

gobby.desktop

Typedesktop
NameGobby Collaborative Editor
CommentEdit text files collaboratively
Description

Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.

It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.

This is the stable 0.4 version of gobby.

Packagegobby
CategoriesNetwork, TextEditor
Homepagehttp://gobby.0x539.de/
KudosHiDpiIcon

gogui.desktop

Typedesktop
NameGoGui
CommentPlay the Go board game
Description

GoGui lets you play the game of Go, a board game with simple rules but very many possible strategies. Players take it in turns to capture territory and surround stones placed by their opponent.

You can play against the computer by installing a program such as GNU Go (gnugo) and configuring GoGui to use it for one of the players.

Games can be loaded and saved, or set up in specific positions.

Packagegogui
CategoriesBoardGame, Game, Java
Homepagehttp://gogui.sourceforge.net/
KudosHiDpiIcon

goldendict.desktop

Typedesktop
NameGoldenDict
CommentLook up definitions
Description

Goldendict is an application to look up the definitions of words. It has the ability to query both dictionaries saved on your local machine, and to query online dictionaries and encyclopedias such as Wikipedia, Wiktionary and Urban Dictionary.

Packagegoldendict
CategoriesDictionary, Education, Office
Homepagehttp://goldendict.org/
KudosHiDpiIcon

gonvert.desktop

Typedesktop
NameGonvert
CommentUnit Conversion Utility
Description

gonvert is a conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc..

All units converted values shown at once as you type.

Packagegonvert
CategoriesUtility
Homepagehttp://unihedron.com/projects/gonvert/
ProjectGNOME

gourmet.desktop

Typedesktop
NameGourmet
CommentOrganize recipes, create shopping lists, calculate nutritional information, and more.
Description

Gourmet Recipe Manager is a recipe-organizer that allows you to collect, search, organize, and browse your recipes. Gourmet can also generate shopping lists and calculate nutritional information.

A simple index view allows you to look at all your recipes as a list and quickly search through them by ingredient, title, category, cuisine, rating, or instructions.

Individual recipes open in their own windows, just like recipe cards drawn out of a recipe box. From the recipe card view, you can instantly multiply or divide a recipe, and Gourmet will adjust all ingredient amounts for you.

Packagegourmet
CategoriesUtility
Keywordscooking, nutrition, nutritional information, recipes, shopping lists
Homepagehttp://thinkle.github.io/gourmet/
KudosHiDpiIcon

gparted.desktop

Typedesktop
NameGParted
CommentCreate, reorganize, and delete partitions
Description

GParted is a free partition editor for graphically managing your disk partitions.

With GParted you can resize, copy, label, and move partitions without data loss. These actions enable you to grow or shrink your C: drive, create space for new operating systems, or attempt data rescue from lost partitions.

GParted works with many file systems including: btrfs, ext2, ext3, ext4, fat16, fat32, hfs, hfs+, linux-swap, lvm2 pv, nilfs2, ntfs, reiserfs, reiser4, udf, ufs, and xfs.

Packagegparted
CategoriesFilesystem, System
KeywordsPartition
Homepagehttp://gparted.org
ProjectGNOME
KudosHiDpiIcon

gphotoframe.desktop

Typedesktop
NameGPhotoFrame
CommentShow photos on Desktop
Description

GPhotoFrame is a photo frame gadget on your desktop. It shows pictures from multiple sources:

  • Local folders
  • F-Spot database
  • Shotwell database
  • Facebook API
  • Flickr API
  • Picasa Web Album API
  • Tumblr API
  • Haikyo Clock
  • RSS
Packagegphotoframe
CategoriesGraphics, Viewer
Homepagehttps://code.google.com/p/gphotoframe/
KudosHiDpiIcon

gpick.desktop

Typedesktop
NameGpick
CommentAdvanced color picker and palette editor
Description

Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications. Gpick also has other features that help in the creation of color palettes, such as: the ability to create a palette from an imported image, automatic naming of colors, and a scheme generator.

Packagegpick
CategoriesGraphics
Keywordscolor, dropper, eye, palette, picker, scheme
Homepagehttp://www.gpick.org
KudosHiDpiIcon

gpodder.desktop

Typedesktop
NamegPodder
CommentManage and download podcasts
Description

gPodder lets you manage your Podcast subscriptions, discover new content and download episodes to your devices.

You can also take advantage of the service gpodder.net, which lets you sync subscriptions, playback progress and starred episodes.

Packagegpodder
CategoriesAudio, AudioVideo
Homepagehttp://gpodder.org/
ProjectGNOME
KudosHiDpiIcon

gpsim.desktop

Typedesktop
NameGpsim
Comment"A simulator for Microchip (TM) PIC (TM) microcontrollers"
Description

Gpsim is a simulator for Microchip (TM) PIC (TM) microcontrollers. It supports most devices in Microchip's 12-bit, 14bit, and 16-bit core families.

Gpsim can be controlled from either a graphical user interface (GUI), a command line interface (CLI) or by a remote process.

Typical debugging features like breakpoints, single stepping, disassembling, memory inspect and change, and so on are all supported. In addition, complex debugging features like real time tracing, assertions, conditional breaks, and plugin modules to name a few are also supported.

Gpsim supports dynamically loadable modules such as LED's, LCD's, resistors, etc. to extend the simulation environment beyond the PIC.

Packagegpsim
CategoriesDevelopment
Homepagehttp://gpsim.sourceforge.net
Projectgpsim

gqrx.desktop

Typedesktop
NameGqrx
CommentSoftware defined radio receiver implemented using GNU Radio and the Qt GUI toolkit
Description

Gqrx is an open source software defined radio receiver (SDR) powered by the GNU Radio and the Qt graphical toolkit.

Gqrx supports many of the SDR hardware available, including Airspy, Funcube Dongles, rtl-sdr, HackRF and USRP devices.

Packagegqrx
CategoriesHamRadio, Network
KeywordsHAM, Radio, SDR
Homepagehttp://gqrx.dk/
KudosHiDpiIcon, ModernToolkit

gramps.desktop

Typedesktop
NameGramps
CommentGenealogical research program
Description

Gramps is a genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists.

It gives you the ability to record the many details of the life of an individual as well as the complex relationships between various people, places and events.

All of your research is kept organized, searchable and as precise as you need it to be.

Packagegramps
CategoriesOffice
KeywordsFamily History, Family Tree, GEDCOM, Genealogy, Research
Homepagehttps://gramps-project.org/

grass.desktop

Typedesktop
NameGRASS GIS 7
CommentGRASS GIS, the Open Source Geographic Information System
Description

The Geographic Resources Analysis Support System (http://grass.osgeo.org/), commonly referred to as GRASS GIS, is an Open Source Geographic Information System providing powerful raster, vector and geospatial processing capabilities in a single integrated software suite.

GRASS GIS includes tools for spatial modeling, visualization of raster and vector data, management and analysis of geospatial data, and the processing of satellite and aerial imagery. It also provides the capability to produce sophisticated presentation graphics and hardcopy maps.

GRASS GIS has been translated into about twenty languages and supports a huge array of data formats. It can be used either as a stand-alone application or as backend for other software packages such as QGIS and R geostatistics. It is distributed freely under the terms of the GNU General Public License (GPL). GRASS GIS is a founding member of the Open Source Geospatial Foundation (OSGeo).

Packagegrass
CategoriesEducation, Geography, Geoscience, Science
Keywordsdatabase, geospatial, gis, hydrology, maps, ogc, osgeo, raster, remote sensing, spatial, vector, visualization, wfs, wms
Homepagehttp://grass.osgeo.org/
KudosHiDpiIcon

gretl.desktop

Typedesktop
Namegretl
CommentEconometrics package
Description

Gretl is an econometrics package, including a shared library, a command-line client program and a graphical user interface.

Gretl is user-friendly but also technically sophisticated. Users can choose their preferred point on the spectrum from interactive point-and-click to complex scripting, and can easily combine these approaches.

Packagegretl
CategoriesEconomy, Education, Math, Science
Keywordsanalysis, data, econometrics, statistics
Homepagehttp://gretl.sourceforge.net/
KudosModernToolkit, UserDocs

gridmapnavsimul.desktop

Typedesktop
NameGridmap Navigation Simulator
CommentRobotics Simulator
Description

Gridmap Navigation Simulator.

Packagemrpt-gridmap-navigation
CategoriesArtificialIntelligence, Robotics, Science
Keywordsgridmap, laser, mrpt, robotics, simulator
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

grisbi.desktop

Typedesktop
NameGrisbi
CommentPersonal finances manager
Description

Grisbi is a very functional personal financial management program with a lot of features: checking, cash and liabilities accounts, several accounts with automatic contra entries, several currencies, including euro, arbitrary currency for every operation, money interchange fees, switch to euro account per account, description of the transactions with third parties, categories, sub-categories, financial year, notes, breakdown, transfers between accounts, even for accounts of different currencies, bank reconciliation, scheduled transactions, automatic recall of last transaction for every third party, nice and easy user interface, user manual, QIF import/export.

Packagegrisbi
CategoriesFinance, Office
Homepagehttp://grisbi.org/
KudosHiDpiIcon

groovy.desktop

Typedesktop
NameGroovy Console
CommentInteractive console for the Groovy programming language
Description

Groovy is a dynamic programming language that is commonly used as a scripting language for the Java platform. This application provides an interactive console for evaluating scripts in the Groovy language.

Packagegroovy
CategoriesDevelopment, IDE, Java
Homepagehttp://groovy-lang.org/

gscan2pdf.desktop

Typedesktop
Namegscan2pdf
CommentGUI to produce PDFs or DjVus from scanned documents
Description

Only two clicks are required to scan several pages and then save all or a selection as a PDF or DjVu file, including metadata if required.

gscan2pdf can control regular or sheet-fed (ADF) scanners with SANE via libsane-perl, scanimage or scanadf, and can scan multiple pages at once. It presents a thumbnail view of scanned pages, and permits simple operations such as cropping, rotating and deleting pages.

OCR can be used to recognise text in the scans, and the output embedded in the PDF or DjVu.

The resulting document may be saved as a PDF, DjVu, multipage TIFF file, or single page image file.

Packagegscan2pdf
CategoriesGraphics, Scanning
KeywordsDjVu, OCR, PDF, graphics, sane, scan, scanning
Homepagehttp://gscan2pdf.sourceforge.net/
KudosHiDpiIcon

gspectrum.desktop

Typedesktop
NameGChemPaint
CommentDisplay spectra
Description

GSpectrum is a viewer for spectral data in JDX format.

GSpectrum is part of the GNOME Chemistry Utils set of chemistry related programs.

Packagegspectrum
CategoriesChemistry, Education, Science
Keywordschemistry, display, printer, spectrum
Homepagehttp://gchemutils.nongnu.org
KudosHiDpiIcon, ModernToolkit

gtg.desktop

Typedesktop
NameGetting Things GNOME!
CommentPersonal tasks and TODO-list items organizer for the GNOME desktop environment.
Description

Getting Things Gnome is a personal tasks and ToDo list organizer for inspired by the Getting Things Done (GTD) methodology.

GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects.

Packagegtg
CategoriesOffice, ProjectManagement
Homepagehttps://wiki.gnome.org/gtg/
ProjectGNOME
KudosHiDpiIcon, UserDocs

gthumb.desktop

Typedesktop
NamegThumb
CommentView and organize your images
Description

gThumb is an image viewer, editor, browser and organizer. It is designed to be well integrated with the GNOME 3 desktop.

As an image viewer gThumb allows to view common image file formats such as BMP, JPEG, GIF (including the animations), PNG, TIFF, TGA and RAW images. It is also possible to view various metadata types embedded inside an image such as EXIF, IPTC and XMP.

As an image editor gThumb allows to scale, rotate and crop the images; change the saturation, lightness, contrast as well as other color trasformations.

As an image browser gThumb shows the thumbnails of the images saved on your disk, allows to perform the common operations of a file manager such as copy, move and delete files and folders. Furthermore there is a series of image specific tools such as JPEG lossless transformations; image resize; format conversion; slideshow; setting an image as desktop background and several others.

As an image organizer gThumb allows to add comments and other metadata to images; organize images in catalogs and catalogs in libraries; search for images and save the result as a catalog.

Packagegthumb
Categories2DGraphics, Graphics, Photography, RasterGraphics, Viewer
KeywordsImage, Viewer
Homepagehttps://wiki.gnome.org/Apps/gthumb
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

gtick.desktop

Typedesktop
NameGTick
CommentMetronome application
Description

GTick is an acoustical and graphical metronome application (usually used to support musicians at practising an instrument). It features a scale from 30 to 250 beats per minute and 2/4, 3/4, 4/4 and other meters. You need a sound device for using it.

Packagegtick
CategoriesAudio, AudioVideo
Homepagehttp://www.antcom.de/gtick/

gtimelog.desktop

Typedesktop
NameGTimeLog
CommentUnobtrusively keep track of your time
Description

GTimeLog is a small GTK+ app for keeping track of your time. Its main goal is to be as unobtrusive as possible.

Packagegtimelog
CategoriesUtility
Homepagehttps://mg.pov.lt/gtimelog/

gtkwave.desktop

Typedesktop
NameGTKWave
CommentElectronic waveform viewer for viewing simulation results
Description

GTKWave is a fully featured GTK+ based waveform viewer which reads FST, LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.

The viewer supports both post-mortem viewing of VCD files and interactive viewing of VCD data. Tcl scripting and callback capability allow for remote control by other applications.

Packagegtkwave
CategoriesElectronics, Engineering, Utility
Homepagehttp://gtkwave.sourceforge.net/
KudosHiDpiIcon

gtranslator.desktop

Typedesktop
NameGtranslator
CommentTranslate and localize applications and libraries
Description

Gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and includes very useful features like find/replace, translation memory, different translator profiles, messages table (for having an overview of the translations/messages in the po file), easy navigation and editing of translation messages and comments of the translation where accurate.

Gtranslator includes also a plugin system with many interesting plugins like alternate language, insert tags, open tran, integration with subversion and a source code viewer.

Packagegtranslator
CategoriesDevelopment, Translation
Homepagehttps://projects.gnome.org/gtranslator/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

guayadeque.desktop

Typedesktop
NameGuayadeque
CommentMusic orgainizer and player
Description

Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework. Guayadeque is intended to be your audio program for listening to a music library, Jamendo, Magnatunes, podcasts or internet radio.

Packageguayadeque
CategoriesAudio, AudioVideo, Player
Homepagehttp://guayadeque.org/

gucharmap.desktop

Typedesktop
NameCharacter Map
CommentInsert special characters into documents
Description

GNOME Character Map is a Unicode character map program, part of GNOME desktop. This program allows characters to be displayed by unicode block or script type. It includes brief descriptions of related characters and occasionally meanings of the character in question.

Gucharmap can also be used to input or enter characters (by copy and paste). The search functionality allows the use of several search methods, including by unicode name or code point of the character.

Packagegucharmap
CategoriesUtility
Keywordsfont, unicode
Homepagehttps://wiki.gnome.org/Apps/Gucharmap
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

guitone.desktop

Typedesktop
NameGuitone
CommentGraphical viewer for Monotone repositories
Description

Guitone is a tool to visually navigate Monotone repositories. Guitone aims to be a full implementation of the monotone automation interface, and provides features such as:

  • Browsing a loaded workspace, with filtering by file states
  • Display of the attributes of files
  • Opening of files with the system's default editor or browser
  • Showing differences between files
Packageguitone
CategoriesDevelopment
Homepagehttps://guitone.thomaskeller.biz/
KudosHiDpiIcon

gvim.desktop

Typedesktop
NameGVim
CommentEdit text files
Description

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.

Vim is a highly configurable text editor built to enable efficient text editing. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It is not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

Packagevim-X11
CategoriesTextEditor, Utility
KeywordsText, editor
Homepagehttp://www.vim.org/
KudosModernToolkit

gweled.desktop

Typedesktop
NameGweled
CommentAlign three identical gems to remove them from board
Description

Gweled is a version for GNU / Linux of the popular mobile game called Bejeweled or Diamond Mine. The game consist in to move adjacent gems to align three or more vertically or horizontally to remove them from the board.

Packagegweled
CategoriesGame, LogicGame
Homepagehttp://launchpad.net/gweled
KudosHiDpiIcon

gwget.desktop

Typedesktop
NameGwget Download Manager
CommentDownload manager
Description

gwget is an application that allows you to manage the downloading of files from the internet. It supports the pausing and resuming of downloads, can download all the accompanying files of a HTML page, and supports drag and drop.

Packagegwget
CategoriesFileTransfer, Network
Homepagehttp://gnome.org/projects/gwget
ProjectGNOME

hamster-time-tracker.desktop

Typedesktop
NameTime Tracker
CommentProject Hamster - track your time
Description

Project Hamster is time tracking for individuals. It helps you to keep track on how much time you have spent during the day on activities you choose to track.

Whenever you change from doing one task to other, you change your current activity in Hamster. After a while you can see how many hours you have spent on what. Maybe print it out, or export to some suitable format, if time reporting is a request of your employee.

Packagehamster-time-tracker
CategoriesUtility
Homepagehttp://projecthamster.wordpress.com/
KudosHiDpiIcon

hatari.desktop

Typedesktop
NameHatari
CommentAtari emulator
Description

Hatari is an emulator that emulates Atari ST, Atari STE, Atari TT and Atari Falcon devices. It has the ability to emulate the joystick with input from either the host's keyboard or joystick.

Packagehatari
CategoriesEmulator, Game
Homepagehttp://hatari.tuxfamily.org/
KudosHiDpiIcon

haxima.desktop

Typedesktop
NameHaxima
CommentTop view 2D role playing game
Description

Haxima is a 2D role playing game (RPG) that runs on the Nazghul engine. You start out as a defenseless wanderer, you have to equip yourself, learn spells, and travel the land completing quests.

Packagehaxima
CategoriesGame, RolePlaying
Homepagehttp://myweb.cableone.net/gmcnutt/nazghul.html
KudosHiDpiIcon

hdfview.desktop

Typedesktop
NameHDFView
CommentJava HDF5 Object viewer
Description

HDF is a versatile data model that can represent very complex data objects and a wide variety of meta-data. It is a completely portable file format with no limit on the number or size of data objects in the collection.

HDFView is a graphical viewer with the ability to load multiple HDF5 files. It shows a tree of objects inside the file and allows individual objects to be displayed. Tables of numbers are displayed as in a spreadsheet, and images are shown graphically.

Packagehdfview
CategoriesDataVisualization, Education, Physics, Science
Homepagehttps://support.hdfgroup.org/products/java/

hedgewars.desktop

Typedesktop
NameHedgewars
CommentFunny turn-based artillery game, featuring fighting Hedgehogs!
Description

Hedgewars is a turn based strategy, artillery, action and comedy game, featuring the antics of pink hedgehogs with attitude as they battle from the depths of hell to the depths of space.

As commander, it's your job to assemble your crack team of hedgehog soldiers and bring the war to your enemy.

Game Features:

  • Hilarious and strategic turn based combat for up to 8 players
  • Both local and network multiplayer, with optional AI opponentsBattle on an infinite number of randomly generated maps, with over 22 environments
  • Utilise 47 (and counting) devastating weapons!
  • Including the piano strike and explosive robotic cake
  • Play the game your way, with 18 different game modifiers, tweak almost every aspect of the match
  • Customize your team, with over 120 costumes, 30 graves, 12 forts, 100s of flags and unique voice packs
  • Huge battles with up to 48 hogs
  • Play both singleplayer and multiplayer minigames
  • Plugin your own custom maps, costumes, and other artwork
Packagehedgewars
CategoriesGame, StrategyGame
Keywordsgame, strategy
Homepagehttp://hedgewars.org/
KudosHiDpiIcon

heimdall.desktop

Typedesktop
NameHeimdall
CommentFlash firmware onto Samsung mobile devices
Description

Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung mobile devices.

Packageheimdall-frontend
CategoriesDevelopment
Keywordsfirmware, flash, recovery, rom, samsung
Homepagehttp://glassechidna.com.au/heimdall/
KudosHiDpiIcon, ModernToolkit

hercstudio.desktop

Typedesktop
NameHercules Studio
CommentGUI front-end to the Hercules mainframe Emulator
Description

Hercules Studio is a GUI front-end to the Hercules mainframe Emulator. With Hercules Studio, you can easily control and monitor the hercules virtual machine.

To use Hercules Studio the hercules emulator must have previously been instaled. Hercules must be built with GUI support.

Packagehercstudio
CategoriesEmulator, System
Homepagehttp://www.jacobdekel.com/hercstudio
KudosModernToolkit

heretic-shareware.desktop

Typedesktop
NameHeretic shareware installer
CommentHeretic, classic dark fantasy first person shooter, shareware installer
Description

Heretic is Raven's classic dark fantasy first person shooter using a modified Doom engine. The Heretic engine is Open Source. The original Heretic datafiles however are not Open Source. There is a gratis, but not Open Source shareware version available on the internet.

This package contains an applications menu entry for playing Heretic shareware using the vavoom engine. The first time you click this menu entry, it will offer to download and install the Heretic shareware datafiles for you.

Packagevavoom-heretic-shareware
CategoriesActionGame, Game
Keywordsfirst, fps, game, heretic, person, shooter
Homepagehttps://en.wikipedia.org/wiki/Heretic_%28video_game%29

hex-a-hop.desktop

Typedesktop
NameHex-a-hop
CommentBreak all the green hexagons without getting trapped
Description

In Hex-A-Hop you have to destroy all the green hexagons in each level. Jumping onto a green hexagon makes it start to crack. When you jump off, it breaks. Use the hexagons as stepping stones but make sure to visit them in the right order or you'll end up stuck on one with no way off.

If you get stuck, use the infinite undo to instantly rewind to the point where you went wrong. Be warned: it isn't always easy to work out how far you need to rewind.

Once you've completed a level, the map screen lets you choose which level to try next.

Packagehex-a-hop
CategoriesGame, KidsGame, LogicGame
Homepagehttps://sourceforge.net/projects/hexahop
KudosHiDpiIcon

hexalate.desktop

Typedesktop
NameHexalate
CommentSpin circles to match colors
Description

Hexalate is a color matching game. The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs.

Packagehexalate
CategoriesGame, LogicGame
Homepagehttps://gottcode.org/hexalate/
KudosHiDpiIcon, ModernToolkit

hexchat.desktop

Typedesktop
NameHexChat
CommentIRC Client
Description

HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.

HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.

Packagehexchat
CategoriesIRCClient, Network
KeywordsChat, IM
Homepagehttp://hexchat.github.io
KudosHiDpiIcon, Notifications, UserDocs

hexen-demo.desktop

Typedesktop
NameHexen demo installer
CommentHexen, classic dark fantasy first person shooter, demo installer
Description

Hexen: Beyond Heretic is Raven's classic dark fantasy first person shooter follow-up to Heretic. The Hexen engine is Open Source. The original Hexen datafiles however are not Open Source. There is a gratis, but not Open Source demo version available on the internet.

This package contains an applications menu entry for playing Hexen demo using the vavoom engine. The first time you click this menu entry, it will offer to download and install the Hexen demo datafiles for you.

Packagevavoom-hexen-demo
CategoriesActionGame, Game
Keywordsfirst, fps, game, hexen, person, shooter
Homepagehttps://en.wikipedia.org/wiki/Hexen:_Beyond_Heretic

hexglass.desktop

Typedesktop
NameHexGlass
CommentDrop shapes to the bottom without leaving gaps
Description

In HexGlass the object is to rotate shaped pieces as the fall to the bottom so that they don't leave gaps. The pieces are made of small numbers of hexagons stuck together, and it is hard to work out the right way to rotate each piece as there are 6 possible orientations.

When a row is completed without any gaps, it is removed and all the hexagonal blocks above it move down one row. As the pieces fall faster, make sure not to let the screen fill up!

Packagehexglass
CategoriesGame, LogicGame
Homepagehttp://code.google.com/p/hexglass

historymanager-prefix-search@sustmidown.centrum.cz.shell-extension

Typeshell-extension
NameHistoryManager Prefix Search
CommentGNOME Shell Extension
Description

Use PageUp and PageDown to move in HistoryManager (eg. RunCommand, Looking Glass) according to prefix

Packagegnome-shell-extension-sustmi-historymanager-prefix-search
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/sustmi/gnome-shell-extensions-sustmi/tree/master/historymanager-prefix-search

homebank.desktop

Typedesktop
NameHomeBank
CommentFree, easy, personal accounting for everyone
Description

HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting.

It is designed to easy to use and be able to analyse your personal finance in detail using powerful filtering tools and beautiful graphs.

If you are looking for a completely free and easy way to manage your personal accounting then HomeBank should be the software of choice.

Packagehomebank
CategoriesFinance, Office
Keywordsaccounting, budget, finance, money, personal
Homepagehttp://homebank.free.fr
KudosHiDpiIcon, ModernToolkit

hugin.desktop

Typedesktop
Namehugin
CommentA panoramic photo stitcher and more
Description

hugin can be used to stitch multiple images together. The resulting image can span 360 degrees. Another common use is the creation of very high resolution pictures by combining multiple images. It uses the Panorama Tools as back-end to create high quality images Command-line tools are available to generate panoramic images and to batch-process hugin projects.

Examples of what you can do with hugin:

  • Stitch and blend multiple rows of overlapping images shot from the one location
  • Stitch and blend multiple overlapping images of a plane surface shot from multiple locations
  • Stitch and blend flat scanned images
  • Correct perspective, vignetting, exposure and white balance
Packagehugin
CategoriesGraphics
Homepagehttp://hugin.sourceforge.net/

hydrogen.desktop

Typedesktop
NameHydrogen
CommentHydrogen Drum Machine
Description

Hydrogen is an advanced drum machine. It's main goal is to bring professional yet simple and intuitive pattern-based drum programming.

Packagehydrogen
CategoriesAudio, AudioVideo, AudioVideoEditing, Midi
Keywordsaudio, drum, jackd, sampler, sound
Homepagehttp://www.hydrogen-music.org/
Projecthydrogen
KudosHiDpiIcon

hyperrogue.desktop

Typedesktop
NameHyperrogue
CommentAn SDL roguelike in a non-euclidean world
Description

You are a lone outsider in a strange, non-Euclidean world. Fight to find treasures and get the fabulous Orbs of Yendor!

Hyperrogue can work in SDL, Escher or ASCII mode. It can also run on different modes, like Chaos, Tactical or even Shmup!

Packagehyperrogue
CategoriesGame, RolePlaying
Keywordshyper, hyperrogue, rogue
Homepagehttp://www.roguetemple.com/z/hyper/
KudosHiDpiIcon

iagno.desktop

Typedesktop
NameIagno
CommentDominate the board in a classic version of Reversi
Description

Iagno is a computer version of the game Reversi, a two-player strategy board game. The game is played with tiles that are dark on one side and light on the other.

The object of Iagno is to flip as many of your opponent's tiles to your color as possible while preventing your opponent from flipping your tiles to his color. This is done by trapping your opponent's tiles between two tiles of your own color.

Packageiagno
CategoriesBoardGame, Game
Keywordsothello, reversi
Homepagehttps://wiki.gnome.org/Apps/Iagno
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

iapetal.desktop

Typedesktop
NameIapetal
CommentSafely land the spaceship
Description

Rescue the scientists in the flying habitat module from an asteroid shower by safely landing your lander on it and ferrying them to the ground. Keyboard controls control the rotation and thrust of your lander to create a soft landing.

Packageiapetal
CategoriesActionGame, Game
Homepagehttp://iapetal.sourceforge.net

icecat.desktop

Typedesktop
Nameicecat
CommentGNU version of Firefox browser
Description

GNUzilla is the GNU version of the Mozilla suite, and GNU IceCat is the GNU version of the Firefox ESR browser.

Its main advantage is an ethical one: it is entirely free software: while the Firefox source code from the Mozilla project is free software, they distribute and recommend non-free software as plug-ins and addons. Also their trademark license restricts distribution in several ways incompatible with freedom 0.

Extensions included to this version of IceCat: - LibreJS GNU LibreJS aims to address the JavaScript problem described in Richard Stallman's article The JavaScript Trap. - SpyBlock Blocks privacy trackers while in normal browsing mode, and all third party requests when in private browsing mode. Based on Adblock Plus. - AboutIceCat Adds a custom "about:icecat" homepage with links to information about the free software and privacy features in IceCat, and check-boxes to enable and disable the ones more prone to break websites. - HTML5-video-everywhere Uses the native video player to play embedded videos from different sources - Fingerprinting countermeasures: Fingerprinting is a series of techniques allowing to uniquely identify a browser based on specific characteristics of that particular instance (like what fonts are available in that machine). Unlike cookies the user cannot opt-out of being tracked this way, so the browser has to avoid giving away that kind of hints.

Packageicecat
CategoriesInternet, Network, Web Browser, WebBrowser
KeywordsBrowser, Explorer, Internet, WWW, Web
Homepagehttp://www.gnu.org/software/gnuzilla/
KudosHiDpiIcon, ModernToolkit

idle3.desktop

Typedesktop
NameIDLE3
CommentPython 3 Integrated Development and Learning Environment
Description

IDLE is Python’s Integrated Development and Learning Environment. The GUI is uniform between Windows, Unix, and Mac OS X. IDLE provides an easy way to start writing, running, and debugging Python code.

IDLE is written in pure Python, and uses the tkinter GUI toolkit. It provides:

  • a Python shell window (interactive interpreter) with colorizing of code input, output, and error messages,
  • a multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features,
  • search within any window, replace within editor windows, and search through multiple files (grep),
  • a debugger with persistent breakpoints, stepping, and viewing of global and local namespaces.
Packagepython3-tools
CategoriesDevelopment, IDE
Homepagehttps://docs.python.org/3/library/idle.html

iep.desktop

Typedesktop
NameInteractive Editor for Python
CommentA Python IDE aimed at simplicity and interactivity
Description

IEP (pronounced as eep) is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency.

It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ...

IEP is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing IEP, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).

Packagepython3-iep
CategoriesDevelopment
Homepagehttp://iep-project.org
KudosHiDpiIcon

ignuit.desktop

Typedesktop
Namei GNU it Flashcard Trainer
CommentLearn using electronic flashcards
Description

Ignuit is a memorization aid based on the Leitner flashcard system. It has a GNOME look and feel, a good selection of quiz options, and supports UTF-8. Cards can include embedded audio, images, and mathematical formulae (via LaTeX). It can import and export several file formats, including CSV. Ignuit can be used for both long-term learning and cramming.

Packageignuit
CategoriesEducation, Languages
Homepagehttp://homepages.ihug.co.nz/~trmusson/programs.html#ignuit
ProjectGNOME
KudosHiDpiIcon

indistarter.desktop

Typedesktop
NameIndistarter
CommentA simple program to control an INDI server
Description

Indistarter is a simple program to run a INDI server.

It can be used to start and stop the server and to configure different profile for your astronomical equipment.

Packageindistarter
CategoriesAstronomy, Education, Science
Homepagehttps://sourceforge.net/projects/indistarter/

inkscape.desktop

Typedesktop
NameInkscape
CommentCreate and edit Scalable Vector Graphics images
Description

An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.

Inkscape supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. We also aim to maintain a thriving user and developer community by using open, community-oriented development.

Packageinkscape
CategoriesGraphics, VectorGraphics
Keywordsdrawing, editor, image, vector
Homepagehttp://inkscape.org/
KudosHiDpiIcon, ModernToolkit

io.elementary.appcenter.desktop

Typedesktop
NameAppCenter
CommentBrowse and manage apps
Description

An app store for indie and open source developers. Browse by categories or search and discover new apps. AppCenter is also used for updating your system to the latest and greatest version for new features and fixes.

Packageappcenter
CategoriesPackageManager, System
Keywordsapps, catalogue, install, remove, software, store, uninstall, updates
Homepagehttp://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit, Notifications

iok.desktop

Typedesktop
Nameiok
CommentIndic Onscreen Virtual Keyboard
Description

iok is Indic Onscreen Keyboard. It provides virtual Keyboard functionality. It currently works with Inscript and xkb keymaps for Indian languages. iok can even try to parse non-inscript keymaps and show them in iok.

Packageiok
CategoriesAccessibility, Utility
Homepagehttp://iok.sourceforge.net
KudosHiDpiIcon, ModernToolkit

iok@pnemade.com.shell-extension

Typeshell-extension
NameIndic Onscreen Keyboard
CommentGNOME Shell Extension
Description

Show Inscript2 keyboard

Packagegnome-shell-extension-iok
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/pnemade/gnome-shell-extension-iok

javaws.desktop

Typedesktop
NameJava
CommentJavaws implementation from OpenJDK
Description

Free java implementation of jnlp launching protocol.

Originally based on NetX,but now bringing many improvements compared to proprietary implementations.

Powerful debug console, internal appletviewer, safe run-in-sandbox option, extendable "remember me" options and custom policy editor.

It have also possibility to turn all security off and just enjoy legacy web (on your own risk). All via simple itweb-settings gui.

Packageicedtea-web
CategoriesNetwork, WebBrowser
Homepagehttp://icedtea.classpath.org/wiki/IcedTea-Web

jaxodraw.desktop

Typedesktop
NameJaxoDraw
CommentCreate and edit Feynman diagrams
Description

Jaxodraw is an application for creating and editing Feynman diagrams, with the ability to export to LaTeX. Feynman diagrams are a specific diagram scheme to represent the mathematical expressions that describe the behavior of subatomic particles.

Packagejaxodraw
Categories2DGraphics, Graphics, Physics, Science, VectorGraphics
Homepagehttp://jaxodraw.sourceforge.net/
KudosHiDpiIcon

jessie.desktop

Typedesktop
Namejessie
CommentInterface between why and Frama-C
Description

Jessie is an interface between why and Frama-C.

Why is a software verification platform that applies formal proving tools to annotated programs. The Jessie plugin provide the ability to analyze C programs by invoking Frama-C.

Packagewhy-jessie
CategoriesDevelopment
Homepagehttp://krakatoa.lri.fr/
KudosHiDpiIcon

josm.desktop

Typedesktop
NameJOSM
CommentJava OpenStreetMap Editor
Description

JOSM is an extensible off-line editor for ​OpenStreetMap (OSM) written in ​Java.

It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and editing existing nodes, ways, metadata tags and relations from the OSM database.

Packagejosm
CategoriesEducation, Geoscience, Maps
KeywordsOSM, OpenStreetMap
Homepagehttps://josm.openstreetmap.de
KudosHiDpiIcon

jpanoramamaker.desktop

Typedesktop
NameJPanoramaMaker
CommentTool which stitch photos without bottle effect in linear curved space
Description

Tool for stitching photos to panorama in linear curved space.

This tool is unique in number of manual touches you can do to affect final result.

Sometimes simple changing of order of image or lying a bit on position where they meet can do miracles.

Packagejpanoramamaker
CategoriesGraphics
Homepagehttp://jpanoramamaker.wz.cz/

julia.desktop

Typedesktop
NameJulia
CommentHigh-level, high-performance dynamic language for technical computing
Description

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

The library, largely written in Julia itself, also integrates mature, best-of-breed C and Fortran libraries for linear algebra, random number generation, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external packages through Julia’s built-in package manager at a rapid pace.

Packagejulia
CategoriesBuilding, ComputerScience, ConsoleOnly, DataVisualization, Development, Math, NumericalAnalysis, ParallelComputing, Science
Homepagehttps://julialang.org/
KudosHiDpiIcon

jumpnbump.desktop

Typedesktop
NameJump 'n Bump
CommentCute multiplayer platform game with exploding fluffy bunnies
Description

Jump 'n Bump is an arcade multiplayer game for the whole family. You play cute fluffy little bunnies and hop on each other's heads.

At the beginning you are in the menu, where you have to let each active player jump over the tree trunk to enter the play area, and then walk to the right. You will then enter the arena. The aim is to jump on the other bunnies' heads...

Packagejumpnbump
CategoriesArcadeGame, Game
Homepagehttps://gitlab.com/LibreGames/jumpnbump

k3d.desktop

Typedesktop
NameK-3D
Comment3D modeling and animation
Description

K-3D is free-as-in-freedom 3D modeling and animation software. It combines flexible plugins with a visualization pipeline architecture, making K-3D a versatile and powerful tool for artists.

K-3D's interface uses your platform's look-and-feel, and it's consistent with the applications you already know. New artists will find K-3D easy to understand, and professionals feel right at home. K-3D is intuitive, consistent, and discoverable.

Packagek3d
CategoriesGraphics
Homepagehttp://www.k-3d.org/

kanyremote.desktop

Typedesktop
Namekanyremote
CommentRemote control through Wi-Fi or bluetooth connection
Description

kAnyRemote package is KDE GUI frontend for anyRemote - remote control software for applications using Wi-Fi or Bluetooth.

Packagekanyremote
CategoriesSystem, Utility
Homepagehttp://anyremote.sourceforge.net
ProjectKDE

kapow.desktop

Typedesktop
NameKapow Punch Clock
CommentKeep track of time spent on projects
Description

Kapow is a punch clock program designed to easily keep track of your hours, whether you're working on one project or many. Simply clock in and out with the Start/Stop button. If you make a mistake in your hours, you can go back and edit any of the entries by double-clicking on the session in question. Kapow also allows you to easily keep track of the hours since you last billed a client, by providing a helpful "Billed" check box--the totals will reflect your work after the last billed session.

Packagekapow
CategoriesCalendar, Office
Homepagehttps://gottcode.org/kapow/
KudosHiDpiIcon, ModernToolkit

kbibtex.desktop

Typedesktop
NameKBibTeX
CommentBibTeX editor for KDE to edit bibliographies used with LaTeX
Description

KBibTeX is a reference management application which can be used to collect TeX/LaTeX bibliographies and export them in various formats.

KBibTeX can do the following things:

  • Preview bibliography entries in various formats (Source (BibTeX), Source (RIS), Wikipedia, standard (XML/XSLT), fancy (XML/XSLT), and abstract-only (XML/XSLT)). Additional preview styles become available when bibtex2html is installed.
  • Import data in various bibliography file formats such as BibTeX, RIS and ISI (requires bibutils) and export data to PDF (requires pdflatex), PostScript (requires latex), RTF (requires latex2rtf), and HTML.
  • Search for the bibliography entries data in online databases (e.g. Google Scholar, ACM, IEEE, arXiv, etc.)
  • Preview local or remote (online) resources, e.g. PDF files, linked in the BibTEX entry.
  • Find and merge duplicate entries in bibliography.
  • Integrate your bibliographies with LaTeX editors such as Kile and LyX.
  • Import your Zotero library.
Packagekbibtex
CategoriesDatabase, Education, Literature, Office, Science
KeywordsBibTeX, LaTeX, bibliography, editor
Homepagehttp://home.gna.org/kbibtex/
ProjectKDE
KudosHiDpiIcon

kdocker.desktop

Typedesktop
NameKDocker
CommentRun command and dock window
Description

KDocker will help you dock any application in the system tray. This means you can dock openoffice, firefox, thunderbolt, eclipse, anything! Just point and click. Works for both KDE and GNOME (In fact it should work for most modern window managers that support NET WM Specification. I believe it works for XFCE, for instance)

All you need to do is start KDocker and select an application using the mouse and lo! the application gets docked into the system tray. The application can also be made to disappear from the task bar.

Packagekdocker
CategoriesUtility
Homepagehttp://kdocker.com
KudosHiDpiIcon, ModernToolkit

keepass.desktop

Typedesktop
NameKeePass
CommentPassword manager
Description

KeePass is a free open source password manager, which helps you to remember your passwords securely. You can put all your passwords in one database, which is locked with one master key or a key file. You only have to remember one single master password or select the key file to unlock the whole database.

Packagekeepass
CategoriesUtility
Keywordspasswords
Homepagehttp://keepass.info/
KudosHiDpiIcon

kicad.desktop

Typedesktop
NameKiCad
CommentEDA Suite
Description

A Cross Platform and Open Source Electronics Design Automation Suite.

The programs handle Schematic Capture, and PCB Layout with Gerber output.

Packagekicad
CategoriesElectronics
KeywordsEDA, Eeschema, KiCad, PCB, PcbNew, Schema
Homepagehttp://kicad-pcb.org/
KudosHiDpiIcon

kid3-qt.desktop

Typedesktop
NameKid3
CommentEdit audio file metadata
Description

With Kid3, an audio tag editor, you can edit tags in MP3, Ogg/Vorbis, DSF, FLAC, Opus, MPC, APE, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV, AIFF and tracker files.

All frames in the ID3 tags of MP3 files can be edited, and it is possible to convert between ID3v1.1, ID3v2.3 and ID3v2.4. Synchronized lyrics can be edited, imported and exported to LRC Karaoke files.

The tags of multiple files can be set together. It is possible to generate tags from file names or the contents of other tag fields and to generate file names from tags and rename directories from tags. Automatic case conversion and string replacement help to keep tags consistent.

Album data can be imported from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon; automatic batch import is available for multiple directories. It is also possible to export data and generate play lists.

Packagekid3-qt
CategoriesAudio, AudioVideo, AudioVideoEditing
Keywordsaudio, editor, id3, id3v1, id3v2, mp3, tag
Homepagehttp://kid3.sourceforge.net/
KudosHiDpiIcon, ModernToolkit

kid3.desktop

Typedesktop
NameKid3
CommentEdit audio file metadata
Description

With Kid3, an audio tag editor, you can edit tags in MP3, Ogg/Vorbis, DSF, FLAC, Opus, MPC, APE, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV, AIFF and tracker files.

All frames in the ID3 tags of MP3 files can be edited, and it is possible to convert between ID3v1.1, ID3v2.3 and ID3v2.4. Synchronized lyrics can be edited, imported and exported to LRC Karaoke files.

The tags of multiple files can be set together. It is possible to generate tags from file names or the contents of other tag fields and to generate file names from tags and rename directories from tags. Automatic case conversion and string replacement help to keep tags consistent.

Album data can be imported from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon; automatic batch import is available for multiple directories. It is also possible to export data and generate play lists.

Packagekid3
CategoriesAudio, AudioVideo, AudioVideoEditing
Keywordsaudio, editor, id3, id3v1, id3v2, mp3, tag
Homepagehttp://kid3.sourceforge.net/
KudosHiDpiIcon, ModernToolkit

kinect-stereo-camera-calib-gui.desktop

Typedesktop
NameStereo camera & Kinect Calibration
CommentStereo Camera & Kinect Calibration GUI
Description

Stereo Camera and Kinect Calibration GUI.

Packagemrpt-stereo-camera-calibration
CategoriesArtificialIntelligence, Robotics, Science
Keywordscalibration, camera, computer vision, mrpt, vision
Homepagehttp://www.mrpt.org/

klavaro.desktop

Typedesktop
NameKlavaro
CommentA touch typing tutor
Description

Klavaro is a very flexible touch typing tutor, supporting customizable keyboard layouts. You can edit and save new or unknown keyboard layouts, as the basic course was designed to not depend on specific ones. Also, there are some charts about the learning process, and for advanced users an online ranking scheme, comparing your typing proficiency with others.

Its interface is very simple, without artifacts to distract the user, and some may find this boring, but we think keyboard memorization requires a high level of concentration, and must be done by touch, not visually.

Packageklavaro
CategoriesEducation
KeywordsCAI, keyboard, tutor, typing
Homepagehttp://klavaro.sourceforge.net/
KudosModernToolkit

kmymoney.desktop

Typedesktop
NameKMyMoney
CommentPersonal Finance Manager
Description

KMyMoney is a personal finance manager for KDE.

It supports different account types, categorisation of expenses and incomes, reconciliation of bank accounts and import/export to the “QIF” file format. Direct download using the OFX and HBCI formats is also possible via plugins. Online banking support (statement download) is also provided for the OFX and HBCI protocols.

Packagekmymoney
CategoriesFinance, Office
Homepagehttps://kmymoney.org
ProjectKDE
KudosHiDpiIcon

knapsen.desktop

Typedesktop
NameKnapsen
CommentSchnapsen card game for KDE
Description

Schnapsen is the Austrian variant of the German card game Sixty-Six.

Packageknapsen
CategoriesCardGame, Game
Homepagehttp://kde-apps.org/content/show.php/Knapsen?content=158488
ProjectKDE
KudosHiDpiIcon

krb5-auth-dialog.desktop

Typedesktop
NameKerberos Authentication
CommentKerberos Network Authentication Dialog
Description

Kerberos Authentication allows you to list your current Kerberos tickets, and to request a new ticket (authenticate to the Kerberos Server). It also notifies you when your Kerberos credentials are about to expire and renews your ticket automatically if possible.

This is useful if you need to authenticate to a Kerberos Server (KDC) after your login to the desktop (e.g. on a mobile device).

Packagekrb5-auth-dialog
CategoriesNetwork, Utility
Keywordsauthentication, kerberos
Homepagehttps://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications, UserDocs

krop.desktop

Typedesktop
Namekrop
CommentA tool to crop PDF files
Description

krop is a simple graphical tool to crop the pages of PDF files.

It is written in Python and relies on PyQT, python-poppler-qt4 and pyPDF for its functionality.

A unique feature of krop is its ability to automatically split pages into subpages to fit the limited screen size of devices such as eReaders. This is particularly useful, if your eReader does not support convenient scrolling.

Packagekrop
CategoriesUtility
Keywordscrop, ereader, pdf, rotate
Homepagehttp://arminstraub.com/software/krop
KudosHiDpiIcon

ktikz.desktop

Typedesktop
NameKtikZ
CommentEditor for the TikZ language
Description

KtikZ is a small application helping you to create TikZ (from the LaTeX pgf package) diagrams for your publications.

Packagektikz
CategoriesOffice
Homepagehttps://github.com/fhackenberger/ktikz
KudosHiDpiIcon

kubrick.desktop

Typedesktop
NameKubrick
CommentRubik's Cube Puzzle Game
Description

Puzzle Game based on Rubik's Cube for KDE.

Packagekubrick
CategoriesGame, LogicGame
Homepagehttps://projects.kde.org/projects/kde/kdegames/kubrick
ProjectKDE
KudosHiDpiIcon

laby.desktop

Typedesktop
NameLaby
CommentLearn programming, playing with ants and spider webs
Description

Laby is a small program to learn how to program with ants and spider webs. You have to move an ant out of a labyrinth, avoid spider webs, move rocks, etc.

Packagelaby
CategoriesGame, LogicGame
Homepagehttps://sgimenez.github.io/laby/
KudosHiDpiIcon

labyrinth.desktop

Typedesktop
NameLabyrinth
CommentA light weight mind mapping tool
Description

Labyrinth is a lightweight mind-mapping tool, written in Python using Gtk and Cairo to do the drawing. It is intended to be as light and intuitive as possible, but still provide a wide range of powerful features.

A mind-map is a diagram used to represent words, ideas, tasks or other items linked to and arranged radially around a central key word or idea. It is used to generate, visualize, structure and classify ideas, and as an aid in study, organization, problem solving, and decision making (From Wikipedia).

Currently, Labyrinth provides 3 different types of thoughts, or nodes - Text, Image and Drawing. Text is the basic standard text node. Images allow you to insert and scale any supported image file (PNG, JPEG, SVG). Drawings are for those times when you want to illustrate something, but don't want to fire up a separate drawing program. It allows you to quickly and easily sketch very simple line diagrams.

Packagelabyrinth
CategoriesOffice
Homepagehttps://github.com/labyrinth-team/labyrinth
KudosHiDpiIcon

launch-new-instance@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameLaunch new instance
CommentGNOME Shell Extension
Description

Always launch a new instance when clicking in the dash or the application view. This extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.

Packagegnome-shell-extension-launch-new-instance
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

lbrickbuster2.desktop

Typedesktop
NameLBrickbuster2
CommentFree version of Breakout
Description

Break all the tiles and don't let your ball fall. Simple and fun.

Packagelbrickbuster2
CategoriesArcadeGame, BlocksGame, Game
Homepagehttp://lgames.sourceforge.net/index.php?project=LBreakout2

libkgraphviewer

Typegeneric
NameKGraphViewer Library
CommentA Graphviz dot graph viewer for KDE (shared library)
Packagekgraphviewer
Homepagehttp://extragear.kde.org/apps/kgraphviewer/
ProjectKDE

librecad.desktop

Typedesktop
NameLibreCAD
Comment2D Computer Aided Design (CAD)
Description

LibreCAD is an 2D Computer Aided Design (CAD) application for creating plans and designs on your computer. It can be used to make accurate 2D representations of floorplans, part designs, and just about anything that can be represented as a flat 2D plan.

Packagelibrecad
CategoriesEngineering, Graphics
Homepagehttp://librecad.org/
KudosHiDpiIcon, ModernToolkit

libreoffice-base.desktop

Typedesktop
NameLibreOffice Base
CommentDatabase manager part of the LibreOffice productivity suite
Description

Base is a powerful database manager, part of the LibreOffice productivity suite. It allows you to store, manage and maintain different collections of data. Base makes it easy to keep track of your finances, customers, invoices, or even just the contacts in your address book!

For users that are new to databases, Base offeres helpful wizards to create tables, queries, forms and reports. It's a solution for people requiring an easy-to-understand, simple-to-use system.

For power users and enterprise requirements, it provides native-support drivers for some of the most-widely employed multi-user database engines: PostgreSQL, MySQL and MS Access. In addition, the built-in support for JDBC- and ODBC-standard drivers allows you to connect to virtually any other existing database engine as well.

Packagelibreoffice-base
CategoriesDatabase, Office
KeywordsData, SQL
Homepagehttp://www.libreoffice.org/discover/base/
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

libreoffice-calc.desktop

Typedesktop
NameLibreOffice Calc
CommentSpreadsheet program of the LibreOffice productivity suite
Description

Calc is a powerful and extensible spreadsheet program, part of the LibreOffice productivity suite. Newcomers find it intuitive and easy to learn. Professional data miners and number crunchers will appreciate the comprehensive range of advanced functions.

LibreOffice supports opening and saving into a wide variety of formats, so you can easily share spreadsheets with users of other popular office suites without worrying about compatibility.

Packagelibreoffice-calc
CategoriesOffice, Spreadsheet
KeywordsAccounting, Chart, Microsoft Excel, Microsoft Works, OpenDocument Spreadsheet, OpenOffice Calc, Stats, ods, xls, xlsx
Homepagehttp://www.libreoffice.org/discover/calc/
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

libreoffice-draw.desktop

Typedesktop
NameLibreOffice Draw
CommentGraphics editor part of the LibreOffice productivity suite
Description

LibreOffice Draw is an easy-to-use graphics editor, which empowers you to create anything from quick sketches to complex diagrams. It provides a powerful set of tools and shapes for producing technical drawings, charts, and much else.

Draw allows you to create, manipulate and arrange different objects - it offers a number of tools for editing, resizing, rotating, grouping and styling them! It also provides smart connectors that make it easy for you to build charts and diagrams, and make beautiful drawings composed of different objects.

LibreOffice supports opening and saving into a wide variety of formats, so you can easily share drawings with users of other popular office suites without worrying about compatibility.

Packagelibreoffice-draw
Categories2DGraphics, FlowChart, Graphics, Office, VectorGraphics
KeywordsCorel Draw, Diagram, Layout, Microsoft Publisher, Microsoft Visio, OpenDocument Graphics, Schema, Vector, cdr, odg, pdf, svg, vsd
Homepagehttp://www.libreoffice.org/discover/draw/
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

libreoffice-impress.desktop

Typedesktop
NameLibreOffice Impress
CommentPresentation program of the LibreOffice productivity suite
Description

Impress is a presentation program and part of the LibreOffice productivity suite. Impress is the fastest and easiest way to create effective multimedia presentations. Stunning animation and sensational special effects help you convince your audience. Create presentations that look even more professional than the standard presentations you commonly see at work. Get your colleagues’ and bosses’ attention by creating something a little bit different.

LibreOffice supports opening and saving into a wide variety of formats, so you can easily share presentations with users of other popular office suites without worrying about compatibility.

Packagelibreoffice-impress
CategoriesOffice, Presentation
KeywordsMicrosoft PowerPoint, Microsoft Works, OpenDocument Presentation, OpenOffice Impress, Slides, Slideshow, odp, ppt, pptx
Homepagehttp://www.libreoffice.org/discover/impress/
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

libreoffice-writer.desktop

Typedesktop
NameLibreOffice Writer
CommentWord processor part of the LibreOffice productivity suite
Description

Writer is the word processor inside LibreOffice productivity suite. Use it for everything, from dashing off a quick letter to producing an entire book with tables of contents, embedded illustrations, bibliographies and diagrams. The while-you-type auto-completion, auto-formatting and automatic spell-checking make difficult tasks easy (but are easy to disable if you prefer). Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures. The only limit is your imagination.

Based on the what-you-see-is-what-you-get principle, Writer allows you to apply various styles and formatting effects to your document and view the results immediately.

LibreOffice supports opening and saving into a wide variety of formats, so you can easily share documents with users of other popular office suites without worrying about compatibility.

Packagelibreoffice-writer
CategoriesOffice, WordProcessor
KeywordsCV, Document, Fax, Letter, Lotus WordPro, Microsoft Word, Microsoft Works, OpenDocument Text, OpenOffice Writer, Text, doc, docx, odt, rtf
Homepagehttp://www.libreoffice.org/discover/writer/
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

lifeograph.desktop

Typedesktop
NameLifeograph
CommentDigital diary and note taking
Description

Lifeograph is a diary program to take personal notes on life. It has all essential functionality expected in a diary program and strives to have a clean and streamlined user interface.

Lifeograph:

  • supports encrypted (with real encryption) and unencrypted diaries
  • automatically logs out when not used for some time (to protect your diary when you forget to log out)
  • automatically formats entry titles and subheadings à la Tomboy
  • wiki-like rich text formatting (*bold*, _italic_, =strikeout=, etc…)
  • basic searching/filtering and replacing text
  • themes in text editor
  • favorite entries
  • entry tagging
  • spell checking
  • links between entries
  • links in URI form (http://, file://, mailto://, etc…)
  • automatic backups
  • printing individual entries or whole diaries
  • basic statistical charts
  • image thumbnails in entries
Packagelifeograph
CategoriesUtility
Keywordsjournal, note, statistics, tag, to-do
Homepagehttp://lifeograph.sourceforge.net
KudosAppMenu, HiDpiIcon, ModernToolkit

lightsoff.desktop

Typedesktop
NameLights Off
CommentTurn off all the lights
Description

Lights Off is a collection of light switch puzzles. Clicking on a light toggles it either on or off, but also toggles all the surrounding lights, too. Your objective is simple: turn off all the lights!

Players who delight in turning off lights will enjoy the huge number of levels.

Packagelightsoff
CategoriesGame, LogicGame
Keywordsadjacent, board, game, logic, puzzle, tiles
Homepagehttps://wiki.gnome.org/Apps/Lightsoff
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

lincity-ng.desktop

Typedesktop
NameLincity-NG
CommentLinCity-NG
Description

LinCity-NG is a game where you are the mayor of a small town and your goal is to make it prosper gerenciand building improvements and the resources of their city.

Good game for Sim City fans.

Packagelincity-ng
CategoriesGame, Simulation
Keywords3D, buildings, city, economics, game, simulation, strategy, transport
Homepagehttp://sourceforge.net/projects/lincity-ng.berlios/
KudosHiDpiIcon

lingot.desktop

Typedesktop
NameLingot
CommentA musical instrument tuner
Description

LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, it can now be used to tune other instruments.

It looks like an analogue tuner, with a gauge indicating the relative shift to a certain note, found automatically as the closest note to the estimated frequency.

  • It's free software. LINGOT is distributed under the GPL license
  • It's really quick and accurate, perfect for real-time microtonal tuning
  • Easy to use. Just plug in your instrument and run it
  • It can tune many musical instruments, you only need to provide the temperaments
  • It supports the Scala project .scl format
  • Highly configurable via GUI
Packagelingot
CategoriesAudioVideo
Homepagehttp://lingot.wikidot.com/start
KudosHiDpiIcon

logisim.desktop

Typedesktop
NameLogisim
CommentDigital Logic Circuit Simulator
Description

Educational tool for designing and simulating digital logic circuits.

With its simple toolbar interface and simulation of circuits as you build them, it is simple enough to facilitate learning the most basic concepts related to logic circuits.

With the capacity to build larger circuits from smaller subcircuits, and to draw bundles of wires with a single mouse drag, Logisim can be used (and is used) to design and simulate entire CPUs for educational purposes.

Packagelogisim
CategoriesElectronics
KeywordsEDA, Logic, Logisim, Simulator
Homepagehttp://www.cburch.com/logisim/
KudosHiDpiIcon

lordsawar.desktop

Typedesktop
NameLordsAWar!
CommentTurn-based war game similar to Warlords II
Description

A turn-based strategy game where up to 8 players strive for control of as many cities as possible. Produce new armies in cities to conquer nearby cities. Using the income from those cities, make more armies to take more cities. Send a hero to a temple to get a quest, or maybe search a nearby ruin instead.

You can play against the computer or over the network, and you can make your own scenarios in the scenario editor.

Packagelordsawar
CategoriesGame, StrategyGame
Keywordsarmy, city, hero, multiplayer, quest, turn-based, warlords
Homepagehttp://www.lordsawar.com
KudosModernToolkit

lpf-gui.desktop

Typedesktop
Namelpf
CommentLocal package factory
Description

Lpf (Local Package Factory) handles non-redistributable lpf packages. An lpf package is a recipe how to download, build and install a target package. The target package is the useful one.

The basic operation on a lpf package is an 'update'. This downloads data from the web, builds and installs a new target package which corresponds to the lpf package.

The lpf-gui allows:

  • Listing the state of installed lpf packages
  • Updating the lpf package
  • Handle lpf package "update required" notifications
  • View build log, reset package in bad state etc

This scheme overcomes the problems which arises when a package can't be re-distributed. Such a package cannot be installed using the normal procedures.

Packagelpf
CategoriesSystem
Homepagehttps://github.com/leamas/lpf

lshw-gui.desktop

Typedesktop
NameLSHW
CommentProvides information on hardware
Description

A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.

Packagelshw-gui
CategoriesSystem
Homepagehttp://www.ezix.org/project/wiki/HardwareLiSter
KudosHiDpiIcon

lugaru.desktop

Typedesktop
NameLugaru HD
CommentThird person ninja rabbit fighting game
Description

Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game. The main character, Turner, is an anthropomorphic rebel bunny rabbit with impressive combat skills.

In his quest to find those responsible for slaughtering his village, he uncovers a far-reaching conspiracy involving the corrupt leaders of the rabbit republic and the starving wolves from a nearby den. Turner takes it upon himself to fight against their plot and save his fellow rabbits from slavery.

Packagelugaru
CategoriesActionGame, Game
Homepagehttps://osslugaru.gitlab.io/
KudosHiDpiIcon

luminance-hdr.desktop

Typedesktop
NameLuminance HDR
CommentCreate HDR images
Description

Luminance HDR is an application for taking a set of pictures of the same scene with different exposure settings, and creating a high dynamic range (HDR) image. It supports a range on input images, including JPEG, TIFF and RAW. It can also rotate and crop, and tonemap HDR images.

Packageluminance-hdr
Categories2DGraphics, Graphics, Photography, RasterGraphics, Viewer
Homepagehttp://qtpfsgui.sourceforge.net/
KudosModernToolkit

luppp.desktop

Typedesktop
NameOpenAV Luppp
CommentCreate music by recording, playing, and mixing samples
Description

Luppp is a music creation tool, intended for live use. It focuses on real time processing and a fast intuitive workflow. It has been developed since December 2011, and many iterations of development have been completed. Luppp uses jack for audio output.

Packageopenav-luppp
CategoriesAudio, AudioVideo
Homepagehttp://openavproductions.com/luppp
KudosHiDpiIcon

luxrender-blender

Typeaddon
Extendsblender
NameLuxRender
Comment3D renderer plugin for Blender
PackageLuxRender-blender
Homepagehttp://www.luxrender.net

luxrender.desktop

Typedesktop
NameLux
CommentStandalone 3D renderer
Description

LuxRender is an application that renders 3D scenes and features a physically based and unbiased rendering engine. LuxRender is only a 3D renderer, to use it, you are required to create the scene to render (3D models, materials, cameras, and lights) in a 3D creation application (such as blender), and then export to a format LuxRender understands.

PackageLuxRender
Categories3DGraphics, Graphics
Homepagehttp://www.luxrender.net
KudosHiDpiIcon

lxmusic.desktop

Typedesktop
NameLXMusic
CommentA minimalist music player for LXDE
Packagelxmusic
CategoriesAudio, AudioVideo, Player
Homepagehttp://lxde.org
KudosHiDpiIcon

lyx.desktop

Typedesktop
NameLyX
CommentThe Document Processor
Description

LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).

LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface. This results in world-class support for creation of mathematical content (via a fully integrated equation editor) and structured documents like academic articles, theses, and books. In addition, staples of scientific authoring such as reference list and index creation come standard. But you can also use LyX to create a letter or a novel or a theatre play or film script. A broad array of ready, well-designed document layouts are built in.

LyX is for people who want their writing to look great, right out of the box. No more endless tinkering with formatting details, “finger painting” font attributes or futzing around with page boundaries. You just write. On screen, LyX looks like any word processor; its printed output — or richly cross-referenced PDF, just as readily produced — looks like nothing else.

Packagelyx-common
CategoriesOffice, WordProcessor
KeywordsGUI, LaTeX, TeX, WYSIWYG, WYSIWYM, editor, frontend
Homepagehttp://www.lyx.org
KudosHiDpiIcon, ModernToolkit

mMass.desktop

Typedesktop
NamemMass
CommentOpen Source Mass Spectrometry Tool
Description

Open Source Mass Spectrometry Tool

While tools for the automated analysis of MS and LC-MS/ MS data are continuously improving, it is still often the case that at the end of an experiment, the mass spectrometrists will spend time carefully examining individual spectra. Current software support is mostly provided only by the instrument vendors, and the available software tools are often instrument-dependent. Such software can only be used to analyze data from a specific instrument, and this causes serious problems for laboratories that use more than one instrument. This tight software-instrument relationship also causes problems for laboratories that do not possess their own instruments, and have to obtain mass spectra from other, collaborating, laboratories. To provide a solution to these limitations I have started to develop mMass - open source multi-platform tool for precise mass spectrometric data analysis and interpretation.

PackagemMass
CategoriesChemistry, ComputerScience, Science
Homepagehttp://www.mmass.org/
KudosHiDpiIcon

mailnag-config.desktop

Typedesktop
NameMailnag
CommentAn extensible mail notification daemon
Packagemailnag
CategoriesEmail, Network
Keywordsconfig, mail, notification, notify, preferences, settings
Homepagehttps://www.github.com/pulb/mailnag/
KudosHiDpiIcon

manaplus.desktop

Typedesktop
NameManaPlus
Comment2D Adventure MMORPG
Description

Free 2D MMORPG. You can choose to join a Guild, become stronger and travel new lands as one adventurer or live in peace with your friends.

Packagemanaplus
CategoriesAdventureGame, Game
KeywordsMMORPG, RPG, adventure, game, multiplayer, online
Homepagehttp://manaplus.org/

marsshooter.desktop

Typedesktop
NameM.A.R.S. - A ridiculous shooter
Comment2D space shooter with awesome visual effects
Description

M.A.R.S. - a ridiculous shooter is a 2D space shooter with awesome visual effects and attractive physics. Players can battle each other or computer controlled enemies in exciting game modes.

In the year 3547, civilizations all over the galaxy have settled their own planets, living in peace and harmony with its environment. But outside the contemplative habitats, the GREAT WAR is raging. As a famous fighter on your way to never ending honor and prosperity, you have to protect your planet from the oncoming doom of your jealous neighbours!

Packagemarsshooter
CategoriesActionGame, Game
Keywords2D, effects, multiplayer, opengl, particle, sfml, shader, ships, shooter, space
Homepagehttp://www.marsshooter.org/
KudosHiDpiIcon

mate-calc.desktop

Typedesktop
NameMATE Calc
CommentMATE Desktop calculator
Description

MATE Calc is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy.

MATE Calc is a fork of GNOME Calc and part of the MATE Desktop Environment. If you would like to know more about MATE and MATE Calc, please visit the project's home page.

Packagemate-calc
CategoriesCalculator, Utility
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

mate-dictionary.desktop

Typedesktop
NameMATE Dictionary
CommentA dictionary for MATE Desktop
Description

MATE Dictionary allows you to look up words in on-line dictionaries. It comes preconfigured with a list of Dict servers (RFC 2229), to which you can add your own sources, while you can select specific servers for a specific query.

Packagemate-dictionary
CategoriesDictionary, Office
KeywordsMATE, applet, definitions, dictionary, online, spelling, thesaurus
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

mate-disk-usage-analyzer.desktop

Typedesktop
NameMATE Disk Usage Analyzer
CommentA disk usage analyzing tool for MATE Desktop
Description

As its name implies, Disk Usage Analyzer is a graphical utility that you can use to view and monitor your disk usage and folder structure. It displays summary information in ring or treemap charts.

You can perform scans on a file system, your home or any other folder - local or remote. There is also an option to constantly monitor any external changes to the home directory and warn the user if a file is added/removed.

Packagemate-disk-usage-analyzer
CategoriesFilesystem, System
KeywordsMATE, analyze, check, disk, size, space, usage
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

mate-screenshot.desktop

Typedesktop
NameMATE Screenshot
CommentA screenshot utility for MATE Desktop
Description

MATE Screenshot is a simple utility that lets you capture screenshots of your desktop or of application windows. You can select to copy them to the system clipboard or save them in Portable Network Graphics (.png) image format.

Packagemate-screenshot
CategoriesUtility
KeywordsMATE, desktop, image, screenshot, snapshot, window
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit

mate-search-tool.desktop

Typedesktop
NameMATE Search Tool
CommentA file searching tool for MATE Desktop
Description

MATE Search Tool is a simple but powerful utility that allows you to search for files and folders on any mounted file system. Its interface gives you instant access to a wide variety of parameters for each search, such as text contained within a file, ownership, date of modification, file size, folder exclusion, etc..

Packagemate-search-tool
CategoriesCore, Utility
KeywordsMATE, computer, content, documents, files, find, folders, locate, name, search, tool
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

mate-system-monitor.desktop

Typedesktop
NameMATE System Monitor
CommentA Process and resource monitor for MATE Desktop
Description

MATE System Monitor allows to graphically view and manipulate the running processes on your system. It also provides an overview of available resources, such as CPU and memory.

MATE System Monitor is a fork of GNOME System Monitor and part of the MATE Desktop Environment. If you would like to know more about MATE and System Monitor, please visit the project's home page.

Packagemate-system-monitor
CategoriesMonitor, System
KeywordsMATE, current, list, monitor, process, resources, system, view
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

mate-terminal.desktop

Typedesktop
NameMATE Terminal
CommentA terminal emulator for the MATE desktop environment
Description

MATE Terminal is a terminal emulation application that you can use to access a UNIX shell in the MATE environment. MATE Terminal emulates the xterm program developed by the X Consortium. It supports translucent backgrounds, opening multiple terminals in a single window (tabs) and clickable URLs.

MATE Terminal is a fork of GNOME Terminal and part of the MATE Desktop Environment. If you would like to know more about MATE and MATE Terminal, please visit the project's home page.

Packagemate-terminal
CategoriesSystem, TerminalEmulator, Utility
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit, UserDocs

maya-calendar.desktop

Typedesktop
NameMaya
CommentView and schedule events
Description

A slim, lightweight calendar app that syncs and manages multiple calendars in one place, like Google Calendar, Outlook and CalDAV.

Packagemaya-calendar
CategoriesCalendar, Office
KeywordsCalendar, Dates, Days, Events, Maya, Planner, caldav, evolution, ics
Homepagehttp://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit, Notifications

mca2edf.desktop

Typedesktop
Namemca2EDF
CommentConvert SPEC file format files to EDF format
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

mcomix.desktop

Typedesktop
NameMComix
CommentComic and general purpose image viewer
Description

MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF).

MComix is a fork of the Comix project, and aims to add bug fixes and stability improvements after Comix development came to a halt in late 2009.

Packagemcomix
CategoriesGraphics, Viewer
Homepagehttp://mcomix.sourceforge.net/

mcu8051ide.desktop

Typedesktop
NameMCU 8051 IDE
CommentGraphical IDE for MCS-51 based microcontrollers
Description

MCU 8051 IDE is a modern graphical integrated development environment for microcontrollers based on 8051. For those who believe 8051 is a great piece of technology this IDE is a new way how to see and feel these still famous microcontrollers. MCU 8051 IDE is noncommercial open-source software. You can use this IDE for education, business, hobby, or something else completely free of charge.

Supported programming languages are C language and assembly. It has its own assembler and support for 2 external assemblers. For C language it uses SDCC compiler. This IDE contains simulator, source code editor, assembler, HW programmer and much other tools. Simulator supports over 79 MCU primarily from Atmel. There is also support for simple hardware simulation (like LEDs, keys, etc.).

Packagemcu8051ide
CategoriesElectronics
Homepagehttp://www.moravia-microsystems.com/mcu-8051-ide/
ProjectDevelopment

me.mitya57.ReText.desktop

Typedesktop
NameReText
CommentSimple text editor for Markdown and reStructuredText
Description

ReText is a text editor for plain text markup languages, such as Markdown and reStructuredText.

It supports tabs, live text preview, synchronized scrolling (for Markdown) and syntax highlighting.

ReText can export to HTML, ODT and PDF formats. It is also possible to write custom export extensions.

Packageretext
CategoriesOffice, WordProcessor
KeywordsEditor, Markdown, Text, reStructuredText
Homepagehttps://github.com/retext-project/retext
KudosHiDpiIcon

mediaconch-gui.desktop

Typedesktop
NameMediaConch
CommentImplementation checker, policy checker, reporter, and fixer
Description

MediaConch is an implementation checker, a policy checker, a reporter, and a fixer

Packagemediaconch-gui
CategoriesAudioVideo, AudioVideoEditing
Keywordschecker, ffv1, implementation, matroska, mkv, pcm, policy, reporter, trace
Homepagehttps://mediaarea.net/MediaConch/
KudosHiDpiIcon, ModernToolkit

mediainfo-gui.desktop

Typedesktop
NameMediaInfo
CommentConvenient unified display of the most relevant technical and tag data for video and audio files
Description

MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.

The MediaInfo data display includes :

  • Container: format, profile, commercial name of the format, duration, overall bit rate, writing application and library, title, author, director, album, track number, date, duration...
  • Video: format, codec id, aspect, frame rate, bit rate, color space, chroma subsampling, bit depth, scan type, scan order...
  • Audio: format, codec id, sample rate, channels, bit depth, language, bit rate...
  • Text: format, codec id, language of subtitle...
  • Chapters: count of chapters, list of chapters...

MediaInfo analyticals include :

  • Container: MPEG-4, QuickTime, Matroska, AVI, MPEG-PS (including unprotected DVD), MPEG-TS (including unprotected Blu-ray), MXF, GXF, LXF, WMV, FLV, Real...
  • Tags: Id3v1, Id3v2, Vorbis comments, APE tags...
  • Video: MPEG-1/2 Video, H.263, MPEG-4 Visual (including DivX, XviD), H.264/AVC, Dirac...
  • Audio: MPEG Audio (including MP3), AC3, DTS, AAC, Dolby E, AES3, FLAC...
  • Subtitles: CEA-608, CEA-708, DTVCC, SCTE-20, SCTE-128, ATSC/53, CDP, DVB Subtitle, Teletext, SRT, SSA, ASS, SAMI...
Packagemediainfo-gui
CategoriesAudioVideo, AudioVideoEditing
Keywordsaudio, avc, avi, chapters, codec, h264, h265, hevc, media info, metadata, mkv, mp3, mpeg, subtitles, tag, video
Homepagehttps://mediaarea.net/
KudosHiDpiIcon

mediaplayer@patapon.info.shell-extension

Typeshell-extension
NameMedia Player Indicator
CommentGNOME Shell Extension
Description

Control MPRIS Version 2 Capable Media Players.

Packagegnome-shell-extension-media-player-indicator
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/

mediawriter.desktop

Typedesktop
NameFedora Media Writer
CommentA tool to create a live USB drive with an edition of Fedora
Description

A tool to create a bootable live USB drive with an edition of Fedora. Not only can Fedora Media Writer write an image to your flash drive, it can also download it for you. It offers official editions (Server, Workstation), Fedora spins (KDE Plasma Desktop, Xfce Desktop, Cinnamon Desktop,...), and Fedora Labs (Design Suite, Security Lab,...). It provides basic information about each of them to help you make the right choice.

Fedora Media Writer can also write other bootable ISOs loaded from your local disk, but keep in mind that it's only tested with Fedora images.

Packagemediawriter
CategoriesSystem
Keywordscreator, fedora, iso, live, media, spin, usb, writer
Homepagehttps://github.com/MartinBriza/MediaWriter
KudosHiDpiIcon, ModernToolkit

megaglest.desktop

Typedesktop
NameMegaGlest
CommentReal time strategy game (RTS)
Description

MegaGlest is a 3D real-time strategy game (RTS) with medieval and magic character which offers tutorials, scenarios but also customizable single-player and multi-player skirmishes.

Multi-player mode supports cross-platform matches up to 8 players over the Internet or LAN against human opponents, or in cooperation against CPU (A.I.) players of various difficulty levels.

From within the game you can download a lot of additional game data (e.g. other maps) at no cost.

Packagemegaglest-data
CategoriesGame, StrategyGame
Keywordsgame, realtime, strategy
Homepagehttps://megaglest.org

megaglest_editor.desktop

Typedesktop
NameMegaGlest Map Editor
CommentGame tool from MegaGlest game
Description

MegaGlest Map Editor allows to create new and edit existing maps for MegaGlest / Glest game and for games based on MegaGlest too.

MegaGlest is a customizable 3D real-time strategy game (RTS).

Packagemegaglest-data
CategoriesGame, StrategyGame
Keywordseditor, map
Homepagehttps://megaglest.org

meld.desktop

Typedesktop
NameMeld
CommentCompare and merge your files
Description

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and supports many version control systems including Git, Mercurial, Bazaar and Subversion.

Meld helps you review code changes, understand patches, and makes enormous merge conflicts slightly less painful.

Packagemeld
CategoriesDevelopment
Keywordsdiff, merge
Homepagehttp://meldmerge.org
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

memaker.desktop

Typedesktop
NameMemaker
CommentAn avatar creator
Description

MeMaker gives users a wide variety of images that, when placed together, create an avatar. This avatar is intended to represent the way that this person is in some way. The goal of the project is to have enough images that anyone can create an image that they feel would closely represent them without having to use a photo in the image itself.

MeMaker is a nifty little tool that takes packages of theme avatar features and easily places them together to make an avatar of your liking. Features include Hair, Faces, Eyes, even Glasses and Accessories like hats and earings.

Packagememaker
CategoriesGraphics
Homepagehttps://launchpad.net/memaker
KudosHiDpiIcon

methane.desktop

Typedesktop
NameSuper Methane Brothers
CommentPlatform Arcade Game similar to Bubble Bubble
Description

Super Methane Brothers is a platform arcade game Puff and Blow each have a Methane Gas Gun which fires a cloud of immobilising gas. If this comes into contact with a bad guy, he will be absorbed into the gas and then float around the screen for a limited time. Bad guys are harmless in this state. Puff and Blow must suck the floating gas clouds into their guns and blast them out against a vertical surface. bThe Bad guys then turn into bonuses which can be collected.

Packagemethane
CategoriesArcadeGame, Game
KeywordsArcade, Game, Retro
Homepagehttp://methane.sourceforge.net/
KudosHiDpiIcon

midori.desktop

Typedesktop
NameMidori
CommentA fast and lightweight web browser
Description

Midori is a fast little WebKit browser with support for HTML5. It can manage many open tabs and windows. The URL bar completes history, bookmarks, search engines and open tabs out of the box. Web developers can use the powerful web inspector that is a part of WebKit. Individual pages can easily be turned into web apps and new profiles can be created on demand.

A number of extensions are included by default:

  • Adblock with support for ABP filter lists and custom rules is built-in
  • You can download files with Aria2 or SteadyFlow
  • User scripts and styles support a la Greasemonkey
  • Managing cookies and scripts via NoJS and Cookie Security Manager
  • Switching open tabs in a vertical panel or a popup window
Packagemidori
CategoriesNetwork, WebBrowser
Homepagehttp://www.midori-browser.org/
KudosHiDpiIcon, ModernToolkit, Notifications

mirrormagic.desktop

Typedesktop
NameMirror Magic
CommentPuzzle game where you steer a beam of light using mirrors
Description

MirrorMagic is a game where you shoot around obstacles to collect energy using your beam. It is similar to "Mindbender" (Amiga) from the same author.

The goal is to work out how to get around obstacles to shoot energy containers with your beam, thereby opening the path to the next level. Included are many levels familiar from the games "Deflektor" and "Mindbender".

Packagemirrormagic
CategoriesGame, LogicGame
KeywordsDeflektor, Game, Mindbender, Puzzle
Homepagehttp://www.artsoft.org/mirrormagic/
KudosHiDpiIcon

modem-manager-gui.desktop

Typedesktop
NameModem Manager GUI
CommentControl EDGE/3G/4G broadband modem specific functions
Description

Simple graphical interface compatible with Modem manager, Wader and oFono system services able to control EDGE/3G/4G broadband modem specific functions.

You can check balance of your SIM card, send or receive SMS messages, control mobile traffic consuption and more using Modem Manager GUI.

Current features:

  • Send and receive SMS messages and store messages in database
  • Initiate USSD requests and read answers (also using interactive sessions)
  • View device information: operator name, device mode, IMEI, IMSI, signal level
  • Scan available mobile networks
  • View mobile traffic statistics and set limits

Please note that some features may be not available due to limitations of different system services or even different versions of system service in use.

Packagemodem-manager-gui
CategoriesSystem
Keywordsmanager, modem, sms, ussd
Homepagehttp://linuxonly.ru/cms/page.php?7
KudosHiDpiIcon, ModernToolkit, UserDocs

monoBristol.desktop

Typedesktop
NamemonoBristol
CommentGui for Bristol Synthesiser
Description

Bristol is an emulation package for a number of different 'classic' synthesisers including additive and subtractive and a few organs.

This GUI help for you that you can run a Bristol synth simply.

Packagemonobristol
CategoriesAudio, AudioVideo
Homepagehttp://www.dacr.hu/monobristol/

monodevelop.desktop

Typedesktop
NameMonoDevelop
CommentDevelop .NET applications in an Integrated Development Environment
Description

MonoDevelop is a cross-platform IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX.

MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and Mac OSX maintaining a single code base for all platforms.

Packagemonodevelop
CategoriesDevelopment, IDE
Homepagehttp://monodevelop.com/
KudosHiDpiIcon

moserial.desktop

Typedesktop
Namemoserial
CommentSerial terminal
Description

Moserial is a serial terminal used for interacting with serial consoles and embedded devices. It supports the view of incoming and outgoing data in both ASCII and hexadecimal formats with the option to log this data. It also supports sending and receiving of x, y, and z-modem files, and has profiles to easily switch between configurations for different devices you are communicating with.

Packagemoserial
CategoriesFileTransfer, TerminalEmulator, Utility
Homepagehttps://wiki.gnome.org/moserial/
ProjectGNOME
KudosModernToolkit, UserDocs

motv.desktop

Typeaddon
Extendsxawtv
NameMoTV Television Viewer
CommentMotif UI version of xawtv
Packagexawtv-motv
CategoriesAudioVideo, Video
Keywordstv, v4l, v4l2, video, video4linux, viewer
Homepagehttp://linuxtv.org/wiki/index.php/Xawtv

mousepad.desktop

Typedesktop
NameMousepad
CommentSimple text editor
Description

Mousepad is a simple, fast and easy-to-use text editor, designed to be an application for the quick editing of text files. Mousepad has many features, including: search and replace, font selection, word wrapping, multi-line indenting, auto indenting, line number display and the ability to print your text files.

Packagemousepad
CategoriesTextEditor, Utility
Homepagehttp://git.xfce.org/apps/mousepad/
ProjectXFCE
KudosHiDpiIcon

mozilla-adblockplus

Typeaddon
Extendsfirefox.desktop, mozilla-seamonkey.desktop, mozilla-thunderbird
NameAdblock Plus
CommentPrevent advertisements from being downloaded and displayed
Packagemozilla-adblockplus
Homepagehttps://adblockplus.org/

mozilla-https-everywhere

Typeaddon
Extendsfirefox.desktop, mozilla-seamonkey.desktop, mozilla-thunderbird
NameHTTPS Everywhere
CommentEncrypt your communications with many websites
Packagemozilla-https-everywhere
Homepagehttps://www.eff.org/https-everywhere/

mozilla-lightbeam

Typeaddon
Extendsfirefox.desktop, mozilla-seamonkey
NameLightbeam for Firefox
CommentSee who's tracking you online
Packagemozilla-lightbeam
Homepagehttps://www.mozilla.org/lightbeam/

mozilla-noscript

Typeaddon
Extendsfirefox.desktop, mozilla-seamonkey
NameNoScript
CommentA JavaScript white list extension for Mozilla Firefox
Packagemozilla-noscript
Homepagehttps://noscript.net/

mozilla-requestpolicy

Typeaddon
Extendsicecat
Namemozilla-requestpolicy
CommentExtension that gives you control over cross-site requests
Packageicecat
Homepagehttps://requestpolicycontinued.github.io/

mozilla-thunderbird.desktop

Typedesktop
NameThunderbird
CommentSend and Receive Email
Description

Thunderbird is an email client that allows you to read, write and organise all of your email messages. It is compatible with most email accounts, including the most popular webmail services.

Thunderbird is designed by Mozilla, a global community working together to make the Internet better. Mozilla believe that the Internet should be open, public, and accessible to everyone without any restrictions.

  • Easier than ever to set up a new e-mail account
  • Awesome search allows you to find your messages fast
  • Thousands of add-ons give you the freedom to make Thunderbird your own
Packagethunderbird
CategoriesEmail, Network
Homepagehttp://www.mozilla.org/thunderbird/
KudosHiDpiIcon, ModernToolkit

mrrescue.desktop

Typedesktop
NameMr Rescue
CommentArcade-style fire fighting game
Description

Mr. Rescue is an arcade styled 2d action game centered around evacuating civilians from burning buildings. The game features fast paced fire extinguishing action, intense boss battles, a catchy soundtrack and lots of throwing people around in pseudo-randomly generated buildings.

Packagemrrescue
CategoriesArcadeGame, Game
Homepagehttp://tangramgames.dk/games/mrrescue/
KudosHiDpiIcon

mtpaint.desktop

Typedesktop
NamemtPaint
CommentCreate pixel art
Description

MTPaint is an application for creating images, with a specific focus on pixel art. It features a wide range of tools to help you create pixel art, including: a pixel-perfect grid, tools to make pixel gradients with the use of dithering, pixel brushes, and pixel line and shape tools.

Packagemtpaint
Categories2DGraphics, Graphics, RasterGraphics
Homepagehttp://mtpaint.sourceforge.net/

mtt.desktop

Typeaddon
Extendsxawtv
NameMTT Teletext Viewer
CommentEasy to use Teletext GUI
Packagexawtv-mtt
CategoriesAudioVideo, Video
Keywordsteletext, tv, v4l, v4l2, video, video4linux, viewer
Homepagehttp://linuxtv.org/wiki/index.php/Xawtv

musique.desktop

Typedesktop
NameMusique
CommentListen to your music collection
Description

Musique does its best to stay out of the way and keep you focused on the only thing that really matters: Music.

Musique is great for those who appreciate its efficient simplicity. Consider getting it as a gift for kids and other family members that may find other players too complex and cumbersome.

  • Starts fast, very lightweight and can easily handle large collections
  • Browse artist photos, album covers and folders too, so you can organize your music your way
  • Immersive Info View you can switch to when listening. It contains valuable information about the current track, album and artist. When a new song starts, it will auto-update
  • Automatically fixes misspellings and case in track titles, album titles and artist names, freeing you from the hassle of manually tagging your files
  • Musique never ever modifies your files, it stores all of its data in its own database
  • Supports scrobbling to Last.fm
  • Displays song lyrics stored inside your MP3s
  • Musique has just a single play queue. You can't go wrong, it's always there on the right
  • Supports all common audio formats
Packagemusique
CategoriesAudioVideo, Player
Homepagehttp://flavio.tordini.org/musique
KudosHiDpiIcon

mypaint.desktop

Typedesktop
NameMyPaint
CommentPainting program for digital artists
Description

MyPaint is a fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it.

MyPaint's brush engine is fast and almost infinitely configurable to simulate many natural media brushes or experimental ‘unrealistic’ ones. It ships with a variety of pre-made brushes by prominent artists so you don't have to configure your own if you don't want to.

Packagemypaint-data
Categories2DGraphics, Graphics, RasterGraphics
Homepagehttp://mypaint.intilinux.com/
KudosHiDpiIcon

naev.desktop

Typedesktop
NameNaev
Comment2D action/rpg space trading combat game
Description

Naev is a 2D space trading and combat game, taking inspiration from the Escape Velocity series, among others.

You pilot a space ship from a top-down perspective, and are more or less free to do what you want. As the genre name implies, you’re able to trade and engage in combat at will. Beyond that, there’s an ever-growing number of storyline missions, equipment, and ships; Even the galaxy itself grows larger with each release. For the literarily-inclined, there are large amounts of lore accompanying everything from planets to equipment.

Packagenaev
CategoriesAdventureGame, Game
Keywords2D, action, combat, game, rpg, space, trading
Homepagehttp://naev.org
KudosHiDpiIcon

native-window-placement@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameNative Window Placement
CommentGNOME Shell Extension
Description

Arrange windows in overview in a more compact way.

Packagegnome-shell-extension-native-window-placement
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

nautilus-image-converter

Typeaddon
Extendsorg.gnome.Nautilus
NameImage Converter
CommentAdds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name
Packagenautilus-image-converter
Homepagehttps://www.bitron.ch/software/nautilus-image-converter.php

navlog-viewer.desktop

Typedesktop
NameNavigation log viewer
CommentA visualization tool for navigation logs
Description

Navigation log viewer.

Packagemrpt-navlog-viewer
CategoriesArtificialIntelligence, Robotics, Science
Keywordsmrpt, navigation, reactive, robot, robotics
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

nemiver.desktop

Typedesktop
NameNemiver
CommentDebug Applications
Description

Nemiver is an on-going effort to write a standalone graphical debugger that integrates well in the GNOME desktop environment. It currently features a backend which uses the well known GNU Debugger gdb to debug C / C++ programs.

We believe that Nemiver is mature and robust enough to just let you debug your favorite C or C++ application in a pleasant way.

Packagenemiver
CategoriesDebugger, Development
Keywordsc, c++, debugger, disassembler, gdb
Homepagehttps://projects.gnome.org/nemiver/
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

net.sourceforge.writer2latex.writer2latex.addon

Typeaddon
Extendslibreoffice-writer
NameWriter2LaTeX
CommentProvides LaTeX and BibTeX export for LibreOffice
Packagelibreoffice-writer2latex
Homepagehttp://writer2latex.sourceforge.net/

netpanzer.desktop

Typedesktop
NameNetPanzer
CommentMultiplayer war game in real time
Description

Play a on line tactical game over the internet or a LAN, with one vs one option using a direct connect or modem. netPanzer in designed for a fast game mode, without the need of collect resources, any player can play until his last unit is destroyed.

Packagenetpanzer
CategoriesGame, StrategyGame
Homepagehttp://netpanzer.berlios.de

network-manager-fortisslvpn

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameFortinet SSLVPN client
CommentClient for Fortinet SSLVPN virtual private networks
Description

Support for configuring Fortinet SSLVPN virtual private network connections.

Suport per a la configuració de connexions de xarxes privades virtuals Fortinet SSLVPN.

Podpora konfigurace připojení Fortinet SSLVPN.

Unterstützung für die Konfiguration von Fortinet-SSLVPN virtuellen privaten Netz-Verbindungen

Soporte para configurar conexiones a redes privadas virtuales Fortinet SSLVPN.

A Fortinet SSLVPN virtuális magánhálózati kapcsolatok beállításának támogatása.

Dukungan bagi penataan koneksi virtual private network SSLVPN Fortinet.

Supporta la configurazione di connessioni a reti private virtuali SSLVNP Fortinet.

Fortinet SSLVPN virtualių privačių tinklo ryšių konfigūracijos palaikymas.

Obsługa konfigurowania połączeń wirtualnych sieci prywatnych SSLVPN Fortinet.

Suporte à configuração de conexões de rede privada virtual SSLVPN da Fortinet.

Подршка за подешавање веза Фортинет ССЛВПН виртуелне приватне мреже.

Podrška za podešavanje veza Fortinet SSLVPN virtuelne privatne mreže.

Stöd för att konfigurera Fortinet SSLVPN virtuella privata nätverksanslutningar.

PackageNetworkManager-fortisslvpn-gnome
KeywordsFortinet, NetworkManager, SSLVPN, VPN, connection, manager, network, openfortivpn
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

network-manager-iodine

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameIodine DNS Tunnel
CommentClient for Iodine DNS Tunnel
Description

Support for tunnelling IP traffic via DNS using Iodine.

This is useful to get useful connectivity in cases where Internet access is severely filtered.

PackageNetworkManager-iodine-gnome
KeywordsDNS, Iodine, NetworkManager, VPN, connection, manager, network
Homepagehttps://honk.sigxcpu.org/piki/projects/network-manager-iodine/

network-manager-l2tp

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameL2TP VPN Client
CommentClient for L2TP based virtual private networks
Description

Support for configuring L2TP based virtual private network connections.

Compatible with L2TP and L2TP over IPsec services.

PackageNetworkManager-l2tp-gnome
KeywordsL2TP, NetworkManager, VPN, connection, manager, network
Homepagehttps://github.com/nm-l2tp/network-manager-l2tp

network-manager-libreswan

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameIPsec VPN client
CommentLibreswan based client for IKEv1 based IPsec virtual private networks
Description

Support for configuring IKEv1 based IPsec virtual private network connections.

Podpora pro nastavení síťových připojení IPsec založených na IKEv1.

Unterstützung für die Konfiguration von IKEv1 basierten IPsec virtuellen privaten Netz-Verbindungen.

Soporte para configurar redes privadas virtuales IKEv1 basadas en IPsec.

Az IKEv1 alapú IPsec virtuális magánhálózati kapcsolatok beállításának támogatása.

Dukungan untuk menata koneksi virtual private network IPsec berbasis IKEv1.

Supporta la configurazione di connessioni private virtuali IPsec basate su IKEv1.

Obsługa konfigurowania połączeń wirtualnych sieci prywatnych IPsec opartych na IKEv1.

Suporte a configuração de conexões de rede privada virtal IPsec baseada em IKEv1.

Stöd för att konfigurera IKEv1-baserade IPsec virtuella privata nätverksanslutningar.

Compatible with Libreswan and Cisco IPsec VPN servers.

Kompatibilní s IPsec VPN servery Libreswan a Cisco.

Kompatibel mit Libreswan- und Cisco IPsec-VPN-Servern.

Compatible con servidores Libreswan Cisco IPsec VPN.

Kompatibilis a Libreswan és Cisco IPsec VPN-kiszolgálókkal.

Kompatibel dengan server VPN IPsec Cisco dan Libreswan.

Compatibile con Libresca e i server VPN IPsec Cisco.

Zgodne z biblioteką libreswan i serwerami VPN IPsec firmy Cisco.

Compatível com servidores VPN IPsec Libreswan e Cisco.

Kompatibel med Libreswan och Cisco IPsec VPN-servrar.

PackageNetworkManager-libreswan-gnome
KeywordsIKEv1, IPsec, Libreswan, NetworkManager, VPN, connection, manager, network
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

network-manager-openconnect

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameOpenConnect VPN client
CommentClient for Cisco AnyConnect SSL VPN virtual private networks
Description

Support for configuring SSL VPN virtual private network connections using OpenConnect.

Suport per configurar connexions de xarxes privades virtuals SSL VPN usant l'OpenConnect.

Podpora pro nastavení připojení k virtuálním privátním sítím SSL VPN pomocí OpenConnect.

Unterstützung zum Einrichten von SSL VPN virtuellen privaten Netzverbindungen mit Hilfe von OpenConnect.

Soporte para configurar conexiones a redes privadas virtuales SSL VPN usando OpenConnect.

Az SSL VPN virtuális magánhálózati kapcsolatok beállításának támogatása az OpenConnect használatával.

Dukungan untuk melakukan konfigurasi koneksi virtual private network SSL VPN memakai OpenConnect.

SSL VPN virtualių privačių tinklų ryšių naudojant OpenConnect konfigūravimo palaikymas.

Obsługa konfigurowania wirtualnych sieci prywatnych SSL VPN za pomocą OpenConnect.

Suporte para configuração de conexões de rede privada virtual SSL VPN usando OpenConnect.

Подршка за подешавање веза ССЛ ВПН виртуелних приватних мрежа које користе Отворено повезивање.

Podrška za podešavanje veza SSL VPN virtuelnih privatnih mreža koje koriste Otvoreno povezivanje.

Stöd för att konfigurera SSL VPN virtuella privata nätverksanslutningar med OpenConnect.

Compatible with Cisco AnyConnect, Juniper and ocserv based networks.

Compatible amb xarxes basades en Cisco AnyConnect, Juniper o ocserv.

Kompatibilní s Cisco AnyConnect, Juniper a sítěmi založenými na ocserv.

Kompatibel zu Cisco AnyConnect, Juniper und auf ocserv basierenden Netzen.

Compatible con Cisco AnyConnect, Juniper y redes basadas en ocserv.

Kompatibilis a Cisco AnyConnect, Juniper és ocserv alapú hálózatokkal.

Kompatibel dengan AnyConnect Cisco, Juniper, dan jaringan berbasis ocserv.

Suderinamas su Cisco AnyConnect, Juniper ir ocserv pagrindo tinklais.

Zgodne z sieciami opartymi na Cisco AnyConnect, Juniper i ocserv.

Compatível com redes baseadas em Cisco AnyConnect, Juniper e ocserv.

Сагласно са мрежама заснованим на Цисковом Ени конекту, Џаниперу и оцсерв-у.

Saglasno sa mrežama zasnovanim na Ciskovom Eni konektu, Džaniperu i ocserv-u.

Kompatibel med Cisco AnyConnect, Juniper och ocserv-baserade nätverk.

PackageNetworkManager-openconnect-gnome
KeywordsAnyConnect, Cisco, Juniper, NetworkManager, SSLVPN, VPN, connection, manager, network, openconnect
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

network-manager-openvpn

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameOpenVPN client
CommentClient for OpenVPN virtual private networks
Description

Support for configuring OpenVPN virtual private network connections.

Podpora nastavení sítí OpenVPN.

Understøttelse af konfigurering af virtuelle private OpenVPN-netværksforbindelser.

Unterstützung für die Einrichtung virtueller privater OpenVPN-Netzwerkverbindungen.

Soporte para configurar conexiones a redes privadas virtuales OpenVPN

Az OpenVPN virtuális magánhálózati kapcsolatok beállításának támogatása.

Dukungan untuk menata koneksi virtual private network OpenVPN.

OpenVPN virtualių privačių tinklų ryšių konfigūracijos palaikymas.

Obsługa konfigurowania połączeń wirtualnych sieci prywatnych OpenVPN.

Suporte a configuração conexões de rede privada virtual OpenVPN.

Подршка за подешавање повезивања у виртуелним приватним мрежама кроз ОпенВПН.

Podrška za podešavanje povezivanja u virtuelnim privatnim mrežama kroz OpenVPN.

Stöd för att konfigurera OpenVPN virtuella privata nätverksanslutningar.

OpenVPN is a popular and flexible free-software VPN solution.

OpenVPN je populární a flexibilní nekomerční softwarové řešení VPN.

OpenVPN er en fri, populær og fleksibel VPN-løsning.

OpenVPN ist eine populäre, flexible und auf freier Software basierende VPN-Lösung.

OpenVPN es una solución VPN flexible y popular, y además es software libre.

Az OpenVPN egy népszerű és rugalmas, szabad szoftveres VPN megoldás.

OpenVPN adalah sebuah solusi VPN perangkat lunak bebas yang populer dan luwes.

OpenVPN yra populiarus ir lankstus laisvos programinės įrangos VPN sprendimas.

OpenVPN to popularne i elastyczne oprogramowanie VPN na wolnej licencji.

OpenVPN é uma solução VPN popular e flexível de software livre.

ОпенВПН је популаран, прилагодљив и слободан програм за ВПН.

OpenVPN je popularan, prilagodljiv i slobodan program za VPN.

OpenVPN är en populär och flexibel VPN-lösning som är fri programvara.

PackageNetworkManager-openvpn-gnome
KeywordsNetworkManager, OpenVPN, VPN, connection, manager, network
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

network-manager-pptp

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NamePPTP VPN client
CommentClient for PPTP virtual private networks
Description

Support for configuring PPTP virtual private network connections.

Suport per configurar connexions a xarxes privades virtuals PPTP.

Podpora konfigurace připojení virtuálních privátních sítí PPTP.

Unterstützung für die Einrichtung virtueller privater PPTP-Netzwerkverbindungen.

Soporte para configurar conexiones a redes privadas virtuales PPTP.

A PPTP virtuális magánhálózati kapcsolatok beállításának támogatása.

Dukungan bagi penataan koneksi virtual private network PPTP.

Supporta la configurazione di connessioni a reti private virtuali PPTP.

PPTP virtualių privačių tinklo ryčių konfigūracijos palaikymas

Obsługa konfigurowania połączeń wirtualnych sieci prywatnych PPTP.

Suporte a configuração conexões de rede privada virtual PPTP.

Подршка за подешавање веза ППТП виртуелне приватне мреже.

Podrška za podešavanje veza PPTP virtuelne privatne mreže.

Stöd för att konfigurera PPTP virtuella privata nätverksanslutningar.

Compatible with various PPTP servers including Microsoft.

Compatible amb diversos servidors PPTP incloent-hi Microsoft.

Kompatibilní s různými servery PPTP včetně těch od firmy Microsoft.

Kompatibel mit Microsofts und anderen PPTP-Servern.

Compatible con varios servidores PPTP, incluyendo Microsoft.

Kompatibilis különböző PPTP kiszolgálókkal, beleértve a Microsoftot.

Kompatibel dengan berbagai server PPTP termasuk Microsoft.

Compatibile con molteplici server PPTP compresi quelli Microsoft.

Suderinama su įvairiais PPTP serveriais, įskaitant Microsoft.

Zgodne z różnymi serwerami PPTP, w tym firmy Microsoft.

Compatível com servidores PPTP, incluindo Microsoft.

Сагласно са и разним ППТП серверима укључујући и Мајкрософт.

Saglasno sa i raznim PPTP serverima uključujući i Majkrosoft.

Kompatibel med diverse PPTP-servrar inklusive Microsoft.

PackageNetworkManager-pptp-gnome
KeywordsNetworkManager, PPTP, VPN, connection, manager, network
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

network-manager-ssh

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameSSH VPN Tunnel
CommentSSH VPN integration for NetworkManager
Description

Support for tunnelling IP traffic via SSH connections.

This is useful to establish a VPN using tunnel capabilities of OpenSSH.

PackageNetworkManager-ssh-gnome
KeywordsNetworkManager, SSH, VPN, connection, manager, network
Homepagehttps://github.com/danfruehauf/NetworkManager-ssh

network-manager-sstp

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameSSTP VPN client
CommentClient for SSTP virtual private networks
Description

Support for configuring SSTP virtual private network connections.

Compatible with servers following the SSTP specification including the Microsoft servers.

PackageNetworkManager-sstp-gnome
KeywordsNetworkManager, SSTP, VPN, connection, manager, network
Homepagehttp://sstp-client.sourceforge.net/#Network_Manager_Plugin

network-manager-strongswan

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NamestrongSwan VPN client
CommentstrongSwan based client for IPsec virtual private networks
Description

Support for configuring IPsec based virtual private network connections.

Compatible with IKEv2 key exchange and multiple authentication mechanisms.

PackageNetworkManager-strongswan-gnome
KeywordsIKEv2, IPsec, NetworkManager, VPN, connection, manager, network, strongSwan
Homepagehttps://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager

network-manager-vpnc

Typeaddon
Extendsgnome-control-center.desktop, nm-connection-editor
NameLegacy Cisco VPNC client
CommentClient for Cisco IPsec virtual private networks
Description

Support for configuring virtual private networks based on VPNC.

Suport per configurar xarxes privades virtuals basades en VPNC.

Podpora nastavení sítí VPN založených na VPNC.

Unterstützung für die Konfiguration virtueller privater Netzverbindungen, die auf VPNC basieren.

Soporte para configurar redes privadas virtuales basadas en VPNC.

A VPNC alapú virtuális magánhálózatok beállításának támogatása.

Dukungan untuk menata virtual private network berbasis VPNC.

Supporta la configurazione di connessioni private virtuali basate su VPNC.

VPNC pagrindo virtualių privačių tinklų konfigūracijos palaikymas.

Obsługa konfigurowania wirtualnych sieci prywatnych opartych na VPNC.

Suporte a configuração de redes privadas virtuais baseadas em VPNC.

Подршка за подешавање виртуелних приватних мрежа заснованих на ВПНЦ-у.

Podrška za podešavanje virtuelnih privatnih mreža zasnovanih na VPNC-u.

Stöd för att konfigurera virtuella privata nätverk baserade på VPNC.

Compatible with Cisco VPN concentrators configured to use IPsec.

Compatible amb concentradors Cisco VPN configurats per usar IPsec.

Kompatibilní s koncentrátory Cisco VPN nastavenými pro použití IPsec.

Kompatibel mit Cisco-VPN-Konzentratoren, die für den Einsatz von IPsec konfiguriert sind.

Compatible con concentradores VPN de Cisco configurados para usar IPsec.

Kompatibilis az IPsec használatára beállított Cisco VPN koncentrátorokkal

Kompatibel dengan konsentrator VPN Cisco yang ditata memakai IPsec.

Compatibile con i concentratori VPN Cisco configurati per utilizzare IPsec.

Suderinamas su Cisco VPN koncentratoriais, sukonfigūruotas IPsec naudojimui.

Zgodne z koncentratorami VPN firmy Cisco skonfigurowanymi do używania IPsec.

Compatível com concentradores VPN da Cisco configurados para usar IPsec.

Сагласно са Цисковим ВПН концентраторима подешеним за коришћење ИПсец-а

Saglasno sa Ciskovim VPN koncentratorima podešenim za korišćenje IPsec-a

Kompatibel med Cisco VPN-koncentratorer konfigurerade att använda IPsec.

PackageNetworkManager-vpnc-gnome
KeywordsCisco, IPsec, NetworkManager, VPN, VPNC, connection, manager, network
Homepagehttps://wiki.gnome.org/Projects/NetworkManager/VPN
ProjectGNOME

neverball.desktop

Typedesktop
NameNeverball
CommentBall guiding game.
Description

Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill.

The current version includes 141 Neverball levels and 134 Neverputt holes.

Packageneverball-neverball
CategoriesGame, LogicGame
Homepagehttp://neverball.org/
KudosHiDpiIcon

neverputt.desktop

Typedesktop
NameNeverputt
CommentGuide a ball around the obstacles tilting the floor
Description

In Neverball you must guide a ball around the obstacle tilting the floor before the time is over.

Neverball is very similar to Super Monkey Ball, you must guide the ball to the end point of each level getting all coins as you can.

Packageneverball-neverputt
CategoriesGame, SportsGame
Homepagehttp://neverball.org
KudosHiDpiIcon

nextcloud.desktop

Typedesktop
NameNextcloud Desktop Client
CommentThe Nextcloud desktop client, lets you sync directly to your Nextcloud server
Description

Nextcloud-client enables you to connect to your private Nextcloud Server. With it you can create folders in your home directory, and keep the contents of those folders synced with your Nextcloud server. Simply copy a file into the directory and the Nextcloud Client does the rest.

Packagenextcloud-client
CategoriesUtility
KeywordsNextcloud, file, sharing, syncing
Homepagehttps://nextcloud.org/
KudosHiDpiIcon, ModernToolkit

nfoview.desktop

Typedesktop
NameNFO Viewer
CommentView NFO files
Description

NFO Viewer is a simple viewer for NFO files, which are "ASCII" art in the CP437 codepage. The advantages of using NFO Viewer instead of a text editor are preset font and encoding settings, automatic window size and clickable hyperlinks.

Packagenfoview
CategoriesTextTools, Utility
Keywordsinformation
Homepagehttp://otsaloma.io/nfoview/
KudosHiDpiIcon

nicotine.desktop

Typedesktop
NameNicotine+
CommentA graphical client for the SoulSeek peer-to-peer system
Description

Nicotine+ is a graphical client for the SoulSeek peer-to-peer system.

Nicotine+ is an attempt to keep Nicotine working with the latest libraries, kill bugs, keep current with the Soulseek protocol and add some new features that users want and/or need.

Packagenicotine+
CategoriesAudio, AudioVideo, FileTransfer, P2P
KeywordsNicotine, P2P, SoulSeek, file sharing, music, napster, peer-to-peer
Homepagehttp://www.nicotine-plus.org/
KudosHiDpiIcon

nip2.desktop

Typedesktop
Namenip2
CommentImage processing spreadsheet
Description

nip2 is a GUI for the VIPS scientific image processing library. It's a little like a spreadsheet: you create a set of formula connecting your images together, and on a change nip2 recalculates.

It can load images in most commonly used formats, but also in scientific formats such as Matlab, FITS, OpenSlide, OpenEXR, and others. nip2 is especially useful with very large images. You can easily work with multi-gigabyte images even on a modest computer.

Packagenip2
CategoriesGraphics, RasterGraphics
Homepagehttp://www.vips.ecs.soton.ac.uk
KudosHiDpiIcon

nitrogen.desktop

Typedesktop
NameNitrogen
CommentBackground browser and setter for X windows
Description

Nitrogen is a program that allows you to set the desktop background. Its browser mode allows you to choose and apply a desktop background, and the recall mode lets you apply the saved configuration from the command line.

It features Multihead and Xinerama awareness, inotify monitoring of browse directory, lazy loading of thumbnails to conserve memory, and an 'automatic' set mode which determines the best mode to set an image based on its size.

Packagenitrogen
CategoriesDesktopSettings, Utility
Keywordsbackground, desktop
Homepagehttp://projects.l3ib.org/nitrogen/
KudosHiDpiIcon

nm-connection-editor.desktop

Typedesktop
NameNetworkManager
CommentNetworkManager connection editor
Description

NetworkManager is a system service for managing and configuring your network connections and devices.

The nm-connection-editor program works with NetworkManager to create and edit existing connection profiles for NetworkManager.

Packagenm-connection-editor
CategoriesSettings
Homepagehttps://wiki.gnome.org/Projects/NetworkManager
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

nogravity.desktop

Typedesktop
NameNoGravity
CommentSpace Shooter in 3D
Description

No Gravity is a fantastic and futuristic universe made of five intergalactic worlds. An arcade type game with great playability, where it is easy to plunge into space battles against spacefighters, space stations and more!

Year 8002. System OOLRO 3, where the oldest and most powerful empire ever exists : The KROSSO empire, which consists of thousands of colonies. The celebrations of the eighth millenium have just ended and the good days seem to be over. A few cases of an unknown sickness have been found. Rumors are spreading of the possibility of a mind disease.

Fifty-five hard hitting missions plus ten training exercises will help you to enter this real time textured 3D environment. Missions set not only in deep space, but also inside enemy structures will have you patrolling high risk sectors, on reconnaissance in enemy space, escorting friendly ships or defending your space stations and even sneaking in to sabotage enemy weapons.

Packagenogravity
CategoriesActionGame, Game
Keywords3D, Arcade, Game, Space
Homepagehttp://www.nogravitythegame.com/classic/

nohotcorner@azuri.free.fr.shell-extension

Typeshell-extension
NameNo Topleft Hot Corner
CommentGNOME Shell Extension
Description

This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Since 3.8, should work with other extensions modifying the Activities button. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations and won't work on fallback/flashback mode.

Packagegnome-shell-extension-no-topleft-hot-corner
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/HROMANO/nohotcorner/

nomacs.desktop

Typedesktop
NameNomacs
CommentView and edit images
Description

Nomacs is a fast image viewer with additional image editing functionality. When viewing images, it features fast thumbnail previews, a zoomable grid display of thumbnails, a chromeless view, and display of metadata and image details with a histogram. It also has the ability to edit images, including cropping, resizing, rotating and color correction.

Packagenomacs
Categories2DGraphics, Graphics, RasterGraphics, Viewer
Homepagehttp://nomacs.org
KudosHiDpiIcon, ModernToolkit

novprog.desktop

Typedesktop
NameNovProg
CommentWordcount graphing program
Description

NovProg is a tool to graph your progress in writing a novel. You enter your wordcount and it updates a graph showing you how much progress you have made. It also shows you how far you are through your daily goal, and your total goal. Mousing over a bar in the graph will show a tooltip with that day’s wordcount.

Packagenovprog
CategoriesChart, Office
Homepagehttps://gottcode.org/novprog/
KudosHiDpiIcon, ModernToolkit

nut-nutrition.desktop

Typedesktop
NameNut Nutrition Software
CommentRecord what you eat and analyze your meals for nutrient composition
Description

NUT allows you to record what you eat and analyze your meals for nutrient composition. The database included is the USDA Nutrient Database for Standard Reference, Release 26.

This database of food composition tables contains values for calories, protein, carbohydrates, fiber, total fat, etc., and includes all the nutrient data in the USDA database, including the Omega-6 and Omega-3 polyunsaturated fatty acids. Nutrient levels are expressed as a percentage of the DV or Daily Value, the familiar standard of food labeling in the United States. The essential fatty acids, Omega-6 and Omega-3, are not currently mentioned in these standards, and a reference value has been supplied.

You may search this list of foods and view nutrient values for different serving sizes; you may also rank foods in order of level of a particular nutrient. You may change the daily calorie level to correspond to your personal metabolism, and the levels for fat, carbohydrates, fiber, and protein are automatically adjusted. You may customize the ratios of carbohydrates to protein to fat to suit your personal regimen. You may add your own recipes to the database, by creating them from the foods in the database. You can also add foods from the information on commercial food labels. The program is completely menu-driven and there are no commands to learn.

Packagenut-nutrition
CategoriesUtility
Homepagehttp://sourceforge.net/projects/nut/

octave-doctest

Typeaddon
Extendswww.octave.org-octave
NameDoctest
CommentFinds and tests example code within documentation
Description

Finds specially-formatted blocks of example code within documentation files. Then execute that code and confirm the output is correct. This can be useful as part of a testing framework or simply to ensure that documentation stays up-to-date during software development.

Packageoctave-doctest
Keywordsdevelopment, documentation, software testing, testing
Homepagehttp://octave.sourceforge.net/doctest

octave-symbolic

Typeaddon
Extendswww.octave.org-octave
NameSymbolic
CommentSymbolic manipulation, calculus, variable precision arithmetic, and other computer algebra features
Description

Adds symbolic calculation features to GNU Octave. These include common Computer Algebra System tools such as algebraic operations, calculus, equation solving, Fourier and Laplace transforms, variable precision arithmetic and other features. Compatibility with other symbolic toolboxes is intended.

Packageoctave-symbolic
KeywordsCAS, Symbolic Math Toolbox, algebraic equation, algebraic manipulation, calculus, computer algebra system, solve, sym, symbolic computing, transform, variable precision arithmetic, vpa
Homepagehttp://octave.sourceforge.net/symbolic

office-runner.desktop

Typedesktop
NameOffice Runner
CommentClose your laptop lid and start running
Description

Office runner let you close your laptop lid and go quickly to a meeting or other place without having to wait until the computer turns off and then wake up.

Packageoffice-runner
CategoriesArcadeGame, Game, SportsGame
Homepagehttp://www.hadess.net/2011/09/omg-i-haz-designed-bug-fix.html
KudosHiDpiIcon, ModernToolkit

oggconvert.desktop

Typedesktop
NameOggConvert
CommentConvert media files to Free formats
Description

OggConvert is an easy to use tool for converting audio and video files of various types into the free Ogg Vorbis audio format, and the Theora, VP8 and Dirac video formats. It uses GStreamer, so it can convert (almost) any file which GStreamer supports.

OggConvert can convert audio files and video files including video files with multiple soundtracks. It preserves metadata, for example artist and title info.

Packageoggconvert
CategoriesAudioVideo
Homepagehttp://oggconvert.tristanb.net/
KudosHiDpiIcon

onionshare.desktop

Typedesktop
NameOnionShare
CommentSecurely and anonymously share a file of any size
Description

OnionShare lets you securely and anonymously share a file of any size with someone. It works by starting a web server, making it accessible as a Tor hidden service, and generating an unguessable URL to access and download the file.

It doesn't require setting up a server on the internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor hidden service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you.

Packageonionshare
CategoriesNetwork
Keywordsanonymity, file hosting, file sharing, onion service, privacy, tor
Homepagehttps://onionshare.org/

openalchemist.desktop

Typedesktop
NameOpenAlchemist
CommentPuzzle game featuring chemicals
Description

OpenAlchemist is a tile-matching puzzle game in which appear the chemical elements. OpenAlchemist is an easy-to-play game suitable for children and young people. It aims for reflection, adventure and suspense.

Packageopenalchemist
CategoriesGame, LogicGame
Homepagehttp://www.openalchemist.com
KudosHiDpiIcon

openambit.desktop

Typedesktop
NameOpenambit
CommentOpen software for the Suunto Ambit(2)
Description

Openambit is application for downloading moves from the Suunto Ambit(2) outdoor watches, and synchronizing them with the movescount website.

OpenAmbit an open source alternative to Moveslink application from Suunto.

Packageopenambit
CategoriesEducation, Sports, Utility
Homepagehttp://openambit.org/
KudosModernToolkit

openarena.desktop

Typedesktop
NameOpenArena
CommentFree and open source first-person shooter
Description

OpenArena is a free and open source first-person shooter game based heavily on the Quake III Arena-style deathmatch. Score frags to win the game using a balanced set of weapons each designed for different situations. Guns include a chaingun, rocket launcher, shotgun, and railgun.

OpenArena's style of play is very fast and requires skill to be played successfully online. Gameplay modes include Deathmatch, Team Deathmatch, Tournament, Capture the Flag, Elimination, CTF Elimination, Last Man Standing and Double Domination.

Packageopenarena
CategoriesActionGame, Game
Homepagehttp://www.openarena.ws/
KudosHiDpiIcon

opencity.desktop

Typedesktop
NameOpencity
CommentFull 3D city simulator game project
Description

Once upon the time, I was travelling over the Internet, and I found a city simulator under linux called FreeReign at SourceForge. But it isn't maintained any more. I decided to push the game up so I had a look at the FreeReign sources. However, its codes were not obvious to me, and in addition the game design didn't fit my programming style. Finally, I decided to write my own free 3D city simulator, based on the original ideas of the FreeReign project. Few months later, OpenCity was born.

OpenCity is a full 3D city simulator game project. It is written in standard C++ with OpenGL and SDL from scratch. It is not intended to be a clone of any famous city simulator from Max*s. So, if you are looking to download a free SimCity 4 like, please forget OpenCity. I work on it at my spare time, and I really meant it "my spare time" !

Packageopencity
CategoriesGame, StrategyGame
Homepagehttp://www.opencity.info

openclonk.desktop

Typedesktop
Nameopenclonk
CommentMultiplayer action, tactics and skill game
Description

Clonk is a multiplayer-action-tactics-skill game. It is often referred to as a mixture of The Settlers and Worms. In a simple 2D antfarm-style landscape, the player controls his crew of Clonks, small but robust humanoid beings. The game encourages free play but the normal goal is to either exploit valuable resources from the earth by building a mine or fight each other on an arena-like map.

Packageopenclonk
CategoriesActionGame, Game, Games, Web Browser
Homepagehttp://www.openclonk.org/
KudosHiDpiIcon, ModernToolkit

openlierox.desktop

Typedesktop
NameOpenLieroX
CommentSidescrolling shooter where you control worms armed with a range of weapons
Description

Open Lierox is a side scrolling multiplayer shooter where you control a tiny worm that is armed with a range of weapons such as a rocket launcher, shotguns and ninja stars. Typical gameplay is a deathmatch style where you try to rack up as many kills of the other players in a set amount of time.

Packageopenlierox
CategoriesActionGame, Game, StrategyGame
Keywordsdeathmatch, game, lierox, multi-player, shoot-em-up
Homepagehttp://openlierox.sourceforge.net/
KudosHiDpiIcon

openmsx.desktop

Typedesktop
NameopenMSX
CommentEmulate all aspects of the MSX with 100% accuracy
Description

OpenMSX is an emulator for the MSX home computer system. MSX is an old Z80-based family of home computers as an attempt to establish a single standard in home computing similar to VHS in video.

The MSX standard has been designed by a company called ASCII in Cooperation with Microsoft which has provided a firmware version of its extended BASIC (called "MicroSoft eXtended BASIC") for the machine, which explains the MSX name.

Packageopenmsx-catapult
CategoriesEmulator, Game
Keywordsemulator, msx, openmsx
Homepagehttp://openmsx.org/
KudosHiDpiIcon

openscad.desktop

Typedesktop
NameOpenSCAD
CommentThe Programmers Solid 3D CAD Modeller
Description

OpenSCAD is a software for creating solid 3D CAD models. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designs that are defined by configurable parameters.

OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. As data exchange format format for this 2D outlines Autocad DXF files are used. In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.

Packageopenscad
Categories3DGraphics, Engineering, Graphics
Keywords3d, csg, geometry, model, solid, stl
Homepagehttp://www.openscad.org/
KudosHiDpiIcon

openstv.desktop

Typedesktop
NameOpenSTV Voting Software
CommentConduct a Single Transferable Vote election
Description

OpenSTV is open-source software for implementing the single transferable vote and other voting methods such as instant runoff voting, Condorcet voting, and approval voting. OpenSTV is the only open-source software that implements the single transferable vote exactly as used by governments, including Scotland and the City of Cambridge, Massachusetts. These methods have been extensively verified against other software and/or actual election results.

Organizations can use OpenSTV to implement their own elections. First, the organization must adopt a voting method. Second, the organization must conduct the vote, and this will most likely be done with paper ballots. Third, the ballots must be entered into the OpenSTV program. Finally, you can use OpenSTV to count the votes and determine the winners of the election.

Packageopenstv
CategoriesOffice
Homepagehttps://github.com/OpenTechStrategies/openstv

openttd.desktop

Typedesktop
NameOpenTTD
CommentA highly detailed transport simulation game
Description

OpenTTD is a transport tycoon simulation game that enhances the original Transport Tycoon game developed by Chris Sawyer. The game includes road, air, train and naval transport with a large selection of industries and passenger services that need to be provided.

The game can be played in both single and multiplayer modes where you compete with other transport companies to dominate the markets.

Packageopenttd
CategoriesGame, StrategyGame
Keywordsaircraft, bus, cargo, deluxe, economics, game, money, multiplayer, ship, simulation, train, transport, truck, tycoon
Homepagehttp://www.openttd.org
KudosHiDpiIcon

openweather-extension@jenslody.de.shell-extension

Typeshell-extension
NameOpenWeather
CommentGNOME Shell Extension
Description

Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world. For openweathermap.org, you can either use the extensions default-key or register at http://openweathermap.org/appid and set the appropriate switch in the preferences dialog to "off". For Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.

Since version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers! If you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.

Packagegnome-shell-extension-openweather
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/jenslody/gnome-shell-extension-openweather

org.a11y.brltty

Typegeneric
NameBRLTTY
CommentSupport for braille devices
DescriptionA background process providing access to the console screen (when in text mode) for a blind person using a refreshable braille display.
Packagebrltty
Homepagehttp://brltty.com/

org.baedert.corebird.desktop

Typedesktop
NameCorebird
CommentTwitter Client
Description

Corebird is a native GTK+ twitter client that provides vital features such as Direct Messages (DMs), tweet notifications, conversation views.

Additional features include local viewing of videos, multiple inline images, Lists, Filters, multiple accounts, etc.

Packagecorebird
CategoriesNetwork
Keywordstwitter
Homepagehttps://corebird.baedert.org/
KudosAppMenu, HiDpiIcon, ModernToolkit

org.fedorahosted.openoffice.org-diafilter.addon

Typeaddon
Extendslibreoffice-calc.desktop, libreoffice-draw.desktop, libreoffice-impress.desktop, libreoffice-writer
Nameopenoffice.org-diafilter
CommentAllows to open Dia diagrams and shape libraries from LibreOffice
Packageopenoffice.org-diafilter
Homepagehttp://fedorahosted.org/openoffice.org-diafilter

org.fedoraproject.LangPack-af

Typelocalization
NameAfrikaans
CommentLocalization support for Afrikaans
Packagelangpacks-af

org.fedoraproject.LangPack-am

Typelocalization
NameAmharic
CommentLocalization support for Amharic
Packagelangpacks-am

org.fedoraproject.LangPack-ar

Typelocalization
NameArabic
CommentLocalization support for Arabic
Packagelangpacks-ar

org.fedoraproject.LangPack-as

Typelocalization
NameAssamese
CommentLocalization support for Assamese
Packagelangpacks-as

org.fedoraproject.LangPack-ast

Typelocalization
NameAsturian
CommentLocalization support for Asturian
Packagelangpacks-ast

org.fedoraproject.LangPack-be

Typelocalization
NameBelarusian
CommentLocalization support for Belarusian
Packagelangpacks-be

org.fedoraproject.LangPack-bg

Typelocalization
NameBulgarian
CommentLocalization support for Bulgarian
Packagelangpacks-bg

org.fedoraproject.LangPack-bn

Typelocalization
NameBengali
CommentLocalization support for Bengali
Packagelangpacks-bn

org.fedoraproject.LangPack-br

Typelocalization
NameBreton
CommentLocalization support for Breton
Packagelangpacks-br

org.fedoraproject.LangPack-bs

Typelocalization
NameBosnian
CommentLocalization support for Bosnian
Packagelangpacks-bs

org.fedoraproject.LangPack-ca

Typelocalization
NameCatalan
CommentLocalization support for Catalan
Packagelangpacks-ca

org.fedoraproject.LangPack-cs

Typelocalization
NameCzech
CommentLocalization support for Czech
Packagelangpacks-cs

org.fedoraproject.LangPack-cy

Typelocalization
NameWelsh
CommentLocalization support for Welsh
Packagelangpacks-cy

org.fedoraproject.LangPack-da

Typelocalization
NameDanish
CommentLocalization support for Danish
Packagelangpacks-da

org.fedoraproject.LangPack-de

Typelocalization
NameGerman
CommentLocalization support for German
Packagelangpacks-de

org.fedoraproject.LangPack-el

Typelocalization
NameGreek
CommentLocalization support for Greek
Packagelangpacks-el

org.fedoraproject.LangPack-en

Typelocalization
NameEnglish
CommentLocalization support for English
Packagelangpacks-en

org.fedoraproject.LangPack-en_GB

Typelocalization
NameBritish English
CommentLocalization support for English
Packagelangpacks-en_GB

org.fedoraproject.LangPack-es

Typelocalization
NameSpanish
CommentLocalization support for Spanish
Packagelangpacks-es

org.fedoraproject.LangPack-et

Typelocalization
NameEstonian
CommentLocalization support for Estonian
Packagelangpacks-et

org.fedoraproject.LangPack-eu

Typelocalization
NameBasque
CommentLocalization support for Basque
Packagelangpacks-eu

org.fedoraproject.LangPack-fa

Typelocalization
NamePersian
CommentLocalization support for Persian
Packagelangpacks-fa

org.fedoraproject.LangPack-fi

Typelocalization
NameFinnish
CommentLocalization support for Finnish
Packagelangpacks-fi

org.fedoraproject.LangPack-fr

Typelocalization
NameFrench
CommentLocalization support for French
Packagelangpacks-fr

org.fedoraproject.LangPack-ga

Typelocalization
NameIrish
CommentLocalization support for Irish
Packagelangpacks-ga

org.fedoraproject.LangPack-gl

Typelocalization
NameGalician
CommentLocalization support for Galician
Packagelangpacks-gl

org.fedoraproject.LangPack-gu

Typelocalization
NameGujarati
CommentLocalization support for Gujarati
Packagelangpacks-gu

org.fedoraproject.LangPack-he

Typelocalization
NameHebrew
CommentLocalization support for Hebrew
Packagelangpacks-he

org.fedoraproject.LangPack-hi

Typelocalization
NameHindi
CommentLocalization support for Hindi
Packagelangpacks-hi

org.fedoraproject.LangPack-hr

Typelocalization
NameCroatian
CommentLocalization support for Croatian
Packagelangpacks-hr

org.fedoraproject.LangPack-hu

Typelocalization
NameHungarian
CommentLocalization support for Hungarian
Packagelangpacks-hu

org.fedoraproject.LangPack-ia

Typelocalization
NameInterlingua
CommentLocalization support for Interlingua
Packagelangpacks-ia

org.fedoraproject.LangPack-id

Typelocalization
NameIndonesian
CommentLocalization support for Indonesian
Packagelangpacks-id

org.fedoraproject.LangPack-is

Typelocalization
NameIcelandic
CommentLocalization support for Icelandic
Packagelangpacks-is

org.fedoraproject.LangPack-it

Typelocalization
NameItalian
CommentLocalization support for Italian
Packagelangpacks-it

org.fedoraproject.LangPack-ja

Typelocalization
NameJapanese
CommentLocalization support for Japanese
Packagelangpacks-ja

org.fedoraproject.LangPack-kk

Typelocalization
NameKazakh
CommentLocalization support for Kazakh
Packagelangpacks-kk

org.fedoraproject.LangPack-kn

Typelocalization
NameKannada
CommentLocalization support for Kannada
Packagelangpacks-kn

org.fedoraproject.LangPack-ko

Typelocalization
NameKorean
CommentLocalization support for Korean
Packagelangpacks-ko

org.fedoraproject.LangPack-lt

Typelocalization
NameLithuanian
CommentLocalization support for Lithuanian
Packagelangpacks-lt

org.fedoraproject.LangPack-lv

Typelocalization
NameLatvian
CommentLocalization support for Latvian
Packagelangpacks-lv

org.fedoraproject.LangPack-mai

Typelocalization
NameMaithili
CommentLocalization support for Maithili
Packagelangpacks-mai

org.fedoraproject.LangPack-mk

Typelocalization
NameMacedonian
CommentLocalization support for Macedonian
Packagelangpacks-mk

org.fedoraproject.LangPack-ml

Typelocalization
NameMalayalam
CommentLocalization support for Malayalam
Packagelangpacks-ml

org.fedoraproject.LangPack-mr

Typelocalization
NameMarathi
CommentLocalization support for Marathi
Packagelangpacks-mr

org.fedoraproject.LangPack-ms

Typelocalization
NameMalay
CommentLocalization support for Malay
Packagelangpacks-ms

org.fedoraproject.LangPack-nb

Typelocalization
NameNorwegian Bokmål
CommentLocalization support for Norwegian Bokmål
Packagelangpacks-nb

org.fedoraproject.LangPack-ne

Typelocalization
NameNepali
CommentLocalization support for Nepali
Packagelangpacks-ne

org.fedoraproject.LangPack-nl

Typelocalization
NameDutch
CommentLocalization support for Dutch
Packagelangpacks-nl

org.fedoraproject.LangPack-nn

Typelocalization
NameNynorsk
CommentLocalization support for Nynorsk
Packagelangpacks-nn

org.fedoraproject.LangPack-nr

Typelocalization
NameSouthern Ndebele
CommentLocalization support for Southern Ndebele
Packagelangpacks-nr

org.fedoraproject.LangPack-nso

Typelocalization
NameNorthern Sotho
CommentLocalization support for Northern Sotho
Packagelangpacks-nso

org.fedoraproject.LangPack-or

Typelocalization
NameOriya
CommentLocalization support for Oriya
Packagelangpacks-or

org.fedoraproject.LangPack-pa

Typelocalization
NamePunjabi
CommentLocalization support for Punjabi
Packagelangpacks-pa

org.fedoraproject.LangPack-pl

Typelocalization
NamePolish
CommentLocalization support for Polish
Packagelangpacks-pl

org.fedoraproject.LangPack-pt

Typelocalization
NamePortuguese
CommentLocalization support for Portuguese
Packagelangpacks-pt

org.fedoraproject.LangPack-pt_BR

Typelocalization
NameBrazilian Portuguese
CommentLocalization support for Brazilian Portuguese
Packagelangpacks-pt_BR

org.fedoraproject.LangPack-ro

Typelocalization
NameRomanian
CommentLocalization support for Romanian
Packagelangpacks-ro

org.fedoraproject.LangPack-ru

Typelocalization
NameRussian
CommentLocalization support for Russian
Packagelangpacks-ru

org.fedoraproject.LangPack-si

Typelocalization
NameSinhala
CommentLocalization support for Sinhala
Packagelangpacks-si

org.fedoraproject.LangPack-sk

Typelocalization
NameSlovak
CommentLocalization support for Slovak
Packagelangpacks-sk

org.fedoraproject.LangPack-sl

Typelocalization
NameSlovenian
CommentLocalization support for Slovenian
Packagelangpacks-sl

org.fedoraproject.LangPack-sq

Typelocalization
NameAlbanian
CommentLocalization support for Albanian
Packagelangpacks-sq

org.fedoraproject.LangPack-sr

Typelocalization
NameSerbian
CommentLocalization support for Serbian
Packagelangpacks-sr

org.fedoraproject.LangPack-ss

Typelocalization
NameSwati
CommentLocalization support for Swati
Packagelangpacks-ss

org.fedoraproject.LangPack-sv

Typelocalization
NameSwedish
CommentLocalization support for Swedish
Packagelangpacks-sv

org.fedoraproject.LangPack-ta

Typelocalization
NameTamil
CommentLocalization support for Tamil
Packagelangpacks-ta

org.fedoraproject.LangPack-te

Typelocalization
NameTelugu
CommentLocalization support for Telugu
Packagelangpacks-te

org.fedoraproject.LangPack-th

Typelocalization
NameThai
CommentLocalization support for Thai
Packagelangpacks-th

org.fedoraproject.LangPack-tn

Typelocalization
NameTswana
CommentLocalization support for Tswana
Packagelangpacks-tn

org.fedoraproject.LangPack-tr

Typelocalization
NameTurkish
CommentLocalization support for Turkish
Packagelangpacks-tr

org.fedoraproject.LangPack-ts

Typelocalization
NameTsonga
CommentLocalization support for Tsonga
Packagelangpacks-ts

org.fedoraproject.LangPack-uk

Typelocalization
NameUkrainian
CommentLocalization support for Ukrainian
Packagelangpacks-uk

org.fedoraproject.LangPack-ur

Typelocalization
NameUrdu
CommentLocalization support for Urdu
Packagelangpacks-ur

org.fedoraproject.LangPack-ve

Typelocalization
NameVenda
CommentLocalization support for Venda
Packagelangpacks-ve

org.fedoraproject.LangPack-vi

Typelocalization
NameVietnamese
CommentLocalization support for Vietnamese
Packagelangpacks-vi

org.fedoraproject.LangPack-xh

Typelocalization
NameXhosa
CommentLocalization support for Xhosa
Packagelangpacks-xh

org.fedoraproject.LangPack-zh_CN

Typelocalization
NameSimplified Chinese
CommentLocalization support for Simplified Chinese
Packagelangpacks-zh_CN

org.fedoraproject.LangPack-zh_TW

Typelocalization
NameTraditional Chinese
CommentLocalization support for Traditional Chinese
Packagelangpacks-zh_TW

org.fedoraproject.LangPack-zu

Typelocalization
NameZulu
CommentLocalization support for Zulu
Packagelangpacks-zu

org.free-astro.siril.desktop

Typedesktop
NameSiril
CommentAstronomical image (pre-)processing program
Description

Siril is an image processing tool specially tailored for noise reduction and improving the signal/noise ratio of an image from multiple captures, as required in astronomy.

Siril can align automatically or manually, stack and enhance pictures from various file formats, even images sequences (movies and SER files).

Packagesiril
CategoriesAstronomy, ImageProcessing, Science
Keywordsastronomy, registration, stacking
Homepagehttp://free-astro.org/index.php/Siril
KudosHiDpiIcon, ModernToolkit

org.freedesktop.fwupd

Typegeneric
Namefwupd
CommentUpdate device firmware on Linux
Description

This project aims to make updating firmware on Linux automatic, safe and reliable. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the D-Bus interface directly.

The fwupd process is a simple daemon to allow session software to update device firmware on your local machine. It is designed for desktops, but this project is also usable on phones, tablets and on headless servers.

Packagefwupd
Homepagehttp://www.fwupd.org/

org.gnome.Books.desktop

Typedesktop
NameBooks
CommentAn e-book manager application for GNOME
Description

A simple application to access and organize your e-books on GNOME. It is meant to be a simple and elegant replacement for using a file manager to deal with e-books.

It lets you:

  • View recent e-books
  • Search through e-books
  • View e-books (PDF and comics) fullscreen
  • Print e-books
Packagegnome-books
CategoriesCore, Utility
KeywordsBooks, Comics, PDF, ePub
Homepagehttps://wiki.gnome.org/Apps/Books
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.Boxes.desktop

Typedesktop
NameGNOME Boxes
CommentSimple remote and virtual machines
Description

A simple GNOME 3 application to access remote or virtual systems. Unlike some other virtual machine management software, Boxes is targeted towards typical desktop end-users. For this reason, Boxes will not provide many advanced options to tweak virtual machines. Instead Boxes will focus on getting things working out of the box with very little input from user.

You want to install Boxes if you just want a very safe and easy way to try out new operating systems or new (potentially unstable) versions of your favorite operating system(s), or need to connect to a remote machine (for example, in your office).

Packagegnome-boxes
CategoriesSystem
Keywordsvirtual machine, vm
Homepagehttps://wiki.gnome.org/Apps/Boxes
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, SearchProvider, UserDocs

org.gnome.Builder.desktop

Typedesktop
NameBuilder
CommentAn IDE for GNOME
Description

Builder is an actively developed Integrated Development Environment for GNOME. It combines integrated support for essential GNOME technologies such as GTK+, GLib, and GNOME APIs with features that any developer will appreciate, like syntax highlighting and snippets.

You can rely on predictable releases of Builder with each new release of GNOME every six months.

Features:

  • Built in syntax highlighting for many languages
  • Side-by-side code editors
  • Integration with Git
  • Integration with Autotools
  • Clang based auto-completion, semantic highlighting, and diagnostics
  • Python based auto-completion, semantic highlighting, and diagnostics
  • Vala based auto-completion and diagnostics
  • Auto indentation support for C, Python, Vala, and XML
  • HTML/Markdown live preview
  • Optional Vim-style editing
  • An integrated software profiler for native applications
  • Support for building with jhbuild
  • Preview support for building with Flatpak runtimes
Packagegnome-builder
CategoriesDevelopment, IDE
KeywordsBuild, Develop
Homepagehttps://wiki.gnome.org/Apps/Builder
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit

org.gnome.Calculator.desktop

Typedesktop
NameGNOME Calculator
CommentPerform arithmetic, scientific or financial calculations
Description

GNOME Calculator is an application that solves mathematical equations. Though it at first appears to be a simple calculator with only basic arithmetic operations, you can switch into Advanced, Financial, or Programming mode to find a surprising set of capabilities.

The Advanced calculator supports many operations, including: logarithms, factorials, trigonometric and hyperbolic functions, modulus division, complex numbers, random number generation, prime factorization and unit conversions.

Financial mode supports several computations, including periodic interest rate, present and future value, double declining and straight line depreciation, and many others.

Programming mode supports conversion between common bases (binary, octal, decimal, and hexadecimal), boolean algebra, one’s and two’s complementation, character to character code conversion, and more.

Packagegnome-calculator
CategoriesCalculator, Utility
Keywordsarithmetic, calculation, financial, scientific
Homepagehttps://wiki.gnome.org/Apps/Calculator
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider, UserDocs

org.gnome.Calendar.desktop

Typedesktop
NameCalendar
CommentCalendar for GNOME
Description

GNOME Calendar is a simple and beautiful calendar application designed to perfectly fit the GNOME desktop. By reusing the components which the GNOME desktop is build on, Calendar nicely integrates with the GNOME ecosystem.

We aim to find the perfect balance between nicely crafted features and user-centred usability. No excess, no lacks. You’ll feel comfortable using Calendar, like you’ve been using it for ages!

Packagegnome-calendar
CategoriesCalendar, Core, Office
KeywordsCalendar, Event, Reminder
Homepagehttps://wiki.gnome.org/Apps/Calendar
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, SearchProvider

org.gnome.Characters.desktop

Typedesktop
NameGNOME Characters
CommentCharacter map application
Description

Characters is a simple utility application to find and insert unusual characters. It allows you to quickly find the character you are looking for by searching for keywords.

You can also browse characters by categories, such as Punctuation, Pictures, etc.

Packagegnome-characters
CategoriesUtility
Keywordscharacters, emoji, emoticon, letters, math, punctuation, unicode
Homepagehttps://wiki.gnome.org/Design/Apps/CharacterMap
ProjectGNOME
Compulsory forGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, SearchProvider

org.gnome.Cheese.desktop

Typedesktop
NameCheese
CommentTake photos and videos with your webcam, with fun graphical effects
Description

Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others.

Take multiple photos in quick succession with burst mode. Use the countdown to give yourself time to strike a pose, and wait for the flash!

Under the hood, Cheese uses GStreamer to apply fancy effects to photos and videos. With Cheese it is easy to take photos of you, your friends, pets or whatever you want and share them with others.

Packagecheese
CategoriesAudioVideo, Recorder, Video
Keywordsphoto, video, webcam
Homepagehttps://wiki.gnome.org/Apps/Cheese
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit

org.gnome.ColorProfileViewer.desktop

Typedesktop
NameGNOME Color Manager
CommentInspect and compare installed color profiles
Description

GNOME Color Profile Viewer shows installed color profiles on your system and allows you to calibrate displays, printers and cameras using a wizard.

This functionality is typically used by GNOME Control Center from the color panel although can be used on its own.

Packagegnome-color-manager
CategoriesSystem
KeywordsColor, ICC
Homepagehttps://projects.gnome.org/gnome-color-manager/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

org.gnome.Contacts.desktop

Typedesktop
NameGNOME Contacts
CommentA contacts manager for GNOME
Description

Contacts keeps and organize your contacts information. You can create, edit, delete and link together pieces of information about your contacts. Contacts aggregates the details from all your sources providing a centralized place for managing your contacts.

Contacts will also integrate with online address books and automatically link contacts from different online sources.

Packagegnome-contacts
CategoriesContactManagement, Office
Keywordsaddress book, friends
Homepagehttps://wiki.gnome.org/Apps/Contacts
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider

org.gnome.DejaDup.desktop

Typedesktop
NameDéjà Dup Backup Tool
CommentKeep your important documents safe from disaster
Description

Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the backend.

  • Support for local, remote, or cloud backup locations such as Nextcloud
  • Securely encrypts and compresses your data
  • Incrementally backs up, letting you restore from any particular backup
  • Schedules regular backups
  • Integrates well into your GNOME desktop
Packagedeja-dup
CategoriesArchiving, Utility
Keywordsdeja, dup, déjà
Homepagehttps://wiki.gnome.org/Apps/DejaDup
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, Notifications, UserDocs

org.gnome.Devhelp.desktop

Typedesktop
NameDevhelp
CommentDeveloper's Help program
Description

Devhelp is an API documentation browser. It provides an easy way to navigate through libraries, search by function, struct, or macro. It provides a tabbed interface and allows to print results.

Devhelp integrates with other applications such as Glade, Anjuta, or Geany.

Packagedevhelp
CategoriesDevelopment
Keywordsapi, developer, documentation, information, manual
Homepagehttps://wiki.gnome.org/Apps/Devhelp/
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit

org.gnome.Dictionary.desktop

Typedesktop
NameGNOME Dictionary
CommentCheck word definitions and spellings in an online dictionary
Description

GNOME Dictionary is a simple dictionary application that looks up definitions of words online. Though it looks up English definitions by default, you can easily switch to Spanish or add other online dictionaries using the DICT protocol to suit your needs.

Packagegnome-dictionary
CategoriesDictionary, Office
Keywordsdefinition, spelling, synonym, word
Homepagehttps://wiki.gnome.org/Dictionary
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.DiskUtility.desktop

Typedesktop
NameGNOME Disks
CommentDisk management utility for GNOME
Description

Disks provides an easy way to inspect, format, partition, and configure disks and block devices.

Using Disks, you can view SMART data, manage RAID devices, benchmark physical disks, and image USB sticks. Tasks are executed in the background, even after the application has been closed by the user.

Packagegnome-disk-utility
CategoriesUtility
KeywordsS.M.A.R.T., backup, benchmark, cdrom, disc, disk, drive, dvd, encryption, harddisk, hdd, image, iso, luks, partition, raid, restore, smart, volume
Homepagehttps://wiki.gnome.org/Design/Apps/Disks
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.Documents.desktop

Typedesktop
NameDocuments
CommentA document manager application for GNOME
Description

A simple application to access, organize and share your documents on GNOME. It is meant to be a simple and elegant replacement for using a file manager to deal with documents. Seamless cloud integration is offered through GNOME Online Accounts.

It lets you:

  • View recent local and online documents
  • Access your Google, ownCloud or OneDrive content
  • Search through documents
  • See new documents shared by friends
  • View documents fullscreen
  • Print documents
  • Select favorites
  • Allow opening full featured editor for non-trivial changes
Packagegnome-documents
CategoriesCore, Utility
KeywordsDocs, Document, PDF
Homepagehttps://wiki.gnome.org/Apps/Documents
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider, UserDocs

org.gnome.Epiphany.desktop

Typedesktop
NameGNOME Web
CommentWeb browser for GNOME
Description

The web browser for GNOME, featuring tight integration with the desktop and a simple and intuitive user interface that allows you to focus on your web pages. If you’re looking for a simple, clean, beautiful view of the web, this is the browser for you.

GNOME Web is often referred to by its code name, Epiphany.

Packageepiphany
CategoriesNetwork, WebBrowser
Keywordsbrowser, internet, web
Homepagehttps://wiki.gnome.org/Apps/Web
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, SearchProvider, UserDocs

org.gnome.FeedReader.desktop

Typedesktop
NameFeedReader
CommentRSS client for various webservices
Description

FeedReader is a program designed to complement an already existing web-based RSS reader account.

Currently supported services:

  • Tiny Tiny RSS
  • feedly
  • ownCloud
  • Inoreader

It combines all the advantages of web based services like synchronisation across all your devices with everything you expect from a modern desktop application: Desktop notifications, fast search and filters, tagging, sharing to "read-it-later" services like pocket and instapaper, handy keyboard shortcuts and a database that keeps all your old articles as long as you like.

Packagefeedreader
CategoriesFeed, Network
Homepagehttp://jangernert.github.io/FeedReader/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, Notifications

org.gnome.FileRoller.desktop

Typedesktop
NameArchive Manager
CommentOpen, modify and create compressed archive files
Description

Archive Manager (also known as File Roller) is the default GNOME application for opening, creating, and modifying archive and compressed archive files.

Archive Manager supports a wide range of different archive files, including:

  • gzip archives (.tar.gz, .tgz)
  • bzip archives (.tar.bz, .tbz)
  • zip archives (.zip)
  • xz archives (.tar.xz)
Packagefile-roller
CategoriesArchiving, Compression, Utility
Keywordsextract, tar, unpack, zip
Homepagehttps://wiki.gnome.org/Apps/FileRoller
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications, UserDocs

org.gnome.GPaste.Ui.desktop

Typedesktop
NameGPaste
CommentManage your clipboard history
Description

GPaste is a clipboard managing system allowing you to track and manage your clipboard history in a highly customizable way.

GPaste provides you with a graphical tool allowing you to manage everything easily.

Packagegpaste-ui
CategoriesSettings
KeywordsClipboard, Configuration, Manager, Preferences, Settings
Homepagehttp://www.imagination-land.org/tags/GPaste.html
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, SearchProvider

org.gnome.Hitori.desktop

Typedesktop
NameGNOME Hitori
CommentPlay the Hitori puzzle game
Description

Hitori is a logic game similar to the popular game of Sudoku.

You play the game against the clock, aiming to eliminate all the duplicate numbers in each row and column in the fastest time. Multiple sizes of game board are supported, and you can place markers on cells to help work out the solution. If you get stuck, the game can give you a hint.

Packagehitori
CategoriesGame, LogicGame
Keywordsgame, grid, logic, puzzle
Homepagehttps://wiki.gnome.org/Apps/Hitori
ProjectGNOME
KudosAppMenu, HighContrast, ModernToolkit, UserDocs

org.gnome.Logs.desktop

Typedesktop
NameGNOME Logs
CommentView detailed event logs for the system
Description

Logs shows events from the systemd journal, and sorts them into categories, such as hardware and applications.

Using Logs you can search your logs by typing a search term, and view detailed information about each event by clicking on it.

Packagegnome-logs
CategoriesMonitor, System, Utility
Keywordsdebug, error, journal, log
Homepagehttps://wiki.gnome.org/Apps/Logs
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

org.gnome.Lollypop.desktop

Typedesktop
NameLollypop
CommentPlay and organize your music collection
Description

Lollypop is a new GNOME music playing application.

It provides:

  • MP3, Ogg and FLAC playback
  • Web playback
  • Genre/Cover browsing
  • Genre/Artist/Cover browsing
  • Search
  • Queue
  • Party mode
  • Replay gain
  • Cover art downloader
  • Context artist view
  • MTP sync
  • Fullscreen view
  • Radios support
  • Last.fm support
  • Auto install codecs
  • HiDPI support
  • TuneIn support
Packagelollypop
CategoriesAudio, AudioVideo, Player
Homepagehttps://gnumdk.github.io/lollypop-web/
KudosHiDpiIcon, SearchProvider, UserDocs

org.gnome.Maps.desktop

Typedesktop
NameGNOME Maps
CommentFind places around the world
Description

Maps gives you quick access to maps all across the world. It allows you to quickly find the place you’re looking for by searching for a city or street, or locate a place to meet a friend.

Maps uses the collaborative OpenStreetMap database, made by hundreds of thousands of people across the globe.

You can even search for specific types of locations, such as “Pubs near Main Street, Boston” or “Hotels near Alexanderplatz, Berlin”.

Packagegnome-maps
CategoriesUtility
KeywordsMaps
Homepagehttp://wiki.gnome.org/Apps/Maps
ProjectGNOME
KudosHiDpiIcon, HighContrast

org.gnome.MultiWriter.desktop

Typedesktop
NameMultiWriter
CommentWrite an ISO file to multiple USB devices at once
Description

GNOME MultiWriter can be used to write an ISO file to multiple USB devices at once. Supported drive sizes are between 1GB and 32GB.

MultiWriter may be useful for QA testing, to create a GNOME Live image for a code sprint or to create hundreds of LiveUSB drives for a trade show.

Writing a more than 10 devices simultaneously can easy saturate the USB bus for most storage devices. There are two ways to write more devices in parallel:

  • Use USB 3.0 hubs, even if the storage devices are USB 2.0
  • Install another USB 2.0 PCIe root hub

MultiWriter was originally written as part of the ColorHug project but was split off as an independent application in 2015.

Packagegnome-multi-writer
CategoriesSystem
KeywordsISO, Image, USB, Writer
Homepagehttps://wiki.gnome.org/Apps/MultiWriter
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.Nautilus.desktop

Typedesktop
NameNautilus
CommentAccess and organize files
Description

Nautilus, also known as Files, is the default file manager of the GNOME desktop. It provides a simple and integrated way of managing your files and browsing your file system.

Nautilus supports all the basic functions of a file manager and more. It can search and manage your files and folders, both locally and on a network, read and write data to and from removable media, run scripts, and launch applications. It has three views: Icon Grid, Icon List, and Tree List. Its functions can be extended with plugins and scripts.

Packagenautilus
CategoriesCore, FileManager, System, Utility
Keywordsdisk, explore, filesystem, folder, manager
Homepagehttps://wiki.gnome.org/Apps/Nautilus/
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, Notifications, SearchProvider

org.gnome.Nibbles.desktop

Typedesktop
NameGNOME Nibbles
CommentGuide a worm around a maze
Description

Control a worm in its quest to eat bonuses and become longer. Outmaneuver enemy worms while eating doughnuts and ice cream to increase your length. Each worm has ten lives and loses one by running into a wall, another worm, or itself. The enemy worms are after the same bonuses that you are, so be careful: if they become too large, you won’t have much room for movement.

The adventure progresses through 26 maps of increasing difficulty. The early levels are mostly open with a few walls, but later on, cramped spaces and teleporters make things more interesting.

Play on your own against up to five enemy worms, or share your keyboard to play with a friend.

Packagegnome-nibbles
CategoriesArcadeGame, Game
Keywordsboard, game, snake
Homepagehttps://wiki.gnome.org/Apps/Nibbles
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

org.gnome.PackageUpdater.desktop

Typedesktop
NameGNOME Package Updater
CommentUpdate software installed on the system
Description

Package Updater allows you to update packages on your system without rebooting. You can view details about each update and choose which updates to apply.

Package Updater uses PackageKit and can work on any distribution using the native package management framework.

Packagegnome-packagekit-updater
CategoriesSystem
KeywordsUpdates, Upgrade
Homepagehttp://www.packagekit.org/
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications

org.gnome.Packages.desktop

Typedesktop
NameGNOME Packages
CommentAdd or remove software installed on the system
Description

Packages allows you to install and remove packages on your system. You can view and search packages by name, details or even file name and also see dependencies of one package on other packages. Searching by groups is possible and is an easy way to find software in your favorite desktop environment.

Packages uses PackageKit and can work on any distribution using the native package management framework.

Packagegnome-packagekit-installer
CategoriesPackageManager, System
KeywordsInstall, Preferences, Repositories, Sources, Store
Homepagehttp://www.packagekit.org/
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications

org.gnome.Photos.desktop

Typedesktop
NamePhotos
CommentAccess, organize and share your photos on GNOME
Description

A simple application to access, organize and share your photos on GNOME. It is meant to be a simple and elegant replacement for using a file manager to deal with photos. Seamless cloud integration is offered through GNOME Online Accounts.

It lets you:

  • View recent local and online photos
  • Access your Facebook or Flickr content
  • Send photos to remote DLNA renderers
  • Set as background
  • Print photos
  • Select favorites
  • Allow opening full featured editor for more advanced changes
Packagegnome-photos
CategoriesCore, Graphics, Photography
KeywordsPhotos, Pictures
Homepagehttps://wiki.gnome.org/Apps/Photos
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider, UserDocs

org.gnome.Polari.desktop

Typedesktop
NamePolari
CommentAn Internet Relay Chat Client for GNOME
Description

A simple Internet Relay Chat (IRC) client that is designed to integrate seamlessly with GNOME; it features a simple and beautiful interface which allows you to focus on your conversations.

You can use Polari to publicly chat with people in a channel, and to have private one-to-one conversations. Notifications make sure that you never miss an important message — for private conversations, they even allow you to reply instantly without switching back to the application!

Packagepolari
CategoriesIRCClient, Network
KeywordsChat, IRC, Internet, Relay
Homepagehttps://wiki.gnome.org/Apps/Polari
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, Notifications, UserDocs

org.gnome.Pomodoro.desktop

Typedesktop
NamePomodoro
CommentA time management utility for GNOME
Description

A GNOME utility that helps managing time according to Pomodoro Technique. It intends to improve productivity and focus by taking short breaks after every 25 minutes of work.

Packagegnome-shell-extension-pomodoro
CategoriesClock, Utility
Keywordstimer
Homepagehttp://gnomepomodoro.org
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications

org.gnome.PowerStats.desktop

Typedesktop
NameGNOME Power Statistics
CommentObserve power management
Description

Power Statistics can show historical and current battery information and programs waking up that use power.

You probably only need to install this application if you are having problems with your laptop battery, or are trying to work out what programs are using significant amounts of power.

Packagegnome-power-manager
CategoriesMonitor, System
Keywordsbattery, charge, consumption
Homepagehttp://www.gnome.org/projects/gnome-power-manager/
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit

org.gnome.Screenshot.desktop

Typedesktop
NameGNOME Screenshot
CommentSave images of your screen or individual windows
Description

GNOME Screenshot is a simple utility that lets you take pictures of your computer screen. Screenshots can be of your whole screen, any specific application, or a selected rectangular area. You can also copy the captured screenshot directly into the GNOME clipboard and paste it into other applications.

GNOME Screenshot allows you to take screenshots even when it's not open: just press the PrtSc button on your keyboard, and a snapshot of your whole screen will be saved to your Pictures folder. Hold Alt while pressing PrtSc and you will get a screenshot of only the currently selected window.

Packagegnome-screenshot
CategoriesUtility
Keywordscapture, print, screenshot, snapshot
Homepagehttps://git.gnome.org/browse/gnome-screenshot/
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.Software.Plugin.Epiphany

Typeaddon
Extendsorg.gnome.Software
NameWeb Apps Support
CommentRun popular web applications in a browser
Packagegnome-software
Homepagehttps://wiki.gnome.org/Apps/Software

org.gnome.Software.Plugin.Flatpak

Typeaddon
Extendsorg.gnome.Software
NameFlatpak Support
CommentFlatpak is a framework for desktop applications on Linux
Packagegnome-software
Homepagehttp://flatpak.org/

org.gnome.Software.Plugin.Fwupd

Typeaddon
Extendsorg.gnome.Software
NameFirmware Upgrade Support
CommentProvides support for firmware upgrades
Packagegnome-software
Homepagehttp://www.fwupd.org

org.gnome.Software.Plugin.Odrs

Typeaddon
Extendsorg.gnome.Software
NameOpen Desktop Ratings Support
CommentODRS is a service providing user reviews of applications
Packagegnome-software
Homepagehttps://odrs.gnome.org/
ProjectGNOME

org.gnome.Software.Plugin.Steam

Typeaddon
Extendsorg.gnome.Software
NameSteam Support
CommentThe ultimate entertainment platform from Valve
Packagegnome-software
Homepagehttp://store.steampowered.com/

org.gnome.Software.desktop

Typedesktop
NameGNOME Software
CommentApplication manager for GNOME
Description

Software allows you to find and install new applications and system extensions and remove existing installed applications.

GNOME Software showcases featured and popular applications with useful descriptions and multiple screenshots per application. Applications can be found either through browsing the list of categories or by searching. It also allows you to update your system using an offline update.

Packagegnome-software
CategoriesPackageManager, System
KeywordsApp, Install, Preferences, Program, Repositories, Software, Sources, Store, Uninstall, Updates, Upgrade
Homepagehttps://wiki.gnome.org/Design/Apps/Software
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, Notifications, SearchProvider

org.gnome.SoundJuicer.desktop

Typedesktop
NameSound Juicer
CommentCD ripper with a clean interface and simple preferences
Description

Sound Juicer is a simple and clean CD ripping tool. It allows you to extract the audio from audio compact discs and convert them into audio files that your computer can understand and play. Sound Juicer can also play the audio tracks directly from the CD, allowing you to preview the CD before ripping it.

Sound Juicer is designed to be easy to use, and to work with little user intervention. When you start Sound Juicer, it will examine the CD in the drive and try to locate information about the audio tracks using the freely-available MusicBrainz service.

Packagesound-juicer
CategoriesAudio, AudioVideo
KeywordsRipper
Homepagehttps://wiki.gnome.org/Apps/SoundJuicer
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

org.gnome.SoundRecorder.desktop

Typedesktop
NameSound Recorder
CommentA simple, modern sound recorder for GNOME
Description

Sound Recorder provides a simple and modern interface that provides a straight-forward way to record and play audio. It allows you to do basic editing, and create voice memos.

Sound Recorder automatically handles the saving process so that you do not need to worry about accidentally discarding the previous recording.

Supported audio formats:

  • Ogg Vorbis, Opus, FLAC, MP3 and MOV
Packagegnome-sound-recorder
CategoriesAudio, AudioVideo
KeywordsApplication, Audio, Record
Homepagehttps://wiki.gnome.org/Apps/SoundRecorder
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit

org.gnome.Sysprof2.desktop

Typedesktop
NameSysprof
CommentProfiler for an application or entire system
Description

Sysprof allows you to profile applications to aid in debugging and optimization.

Packagesysprof
CategoriesDevelopment
Homepagehttps://wiki.gnome.org/Apps/Sysprof
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.Terminal.Nautilus

Typeaddon
Extendsorg.gnome.Nautilus
NameTerminal plugin for Files
CommentOpen a terminal from Files
Description

Open Terminal is a plugin for the Files application that adds a menu item to the context menu to open a terminal in the currently browsed directory.

Плугін тэрмінала для праграмы Файлы дадае пункт у кантэкставае меню, які адкрывае тэрмінал у бягучым каталогу.

Това е приставка за програмата „Файлове“, която добавя команда за отваряне на терминала в текущата папка.

Open Terminal és un connector per l'aplicació de fitxers que afegeix un element de menú al menú contextual per obrir un terminal al directori actual de navegació.

Otevřít terminál je zásuvný modul pro aplikaci Soubory, který přidává do kontextové nabídky položku pro otevření terminálu v právě procházené složce.

Åbn terminal er et plugin til Filer-programmet, som tilføjer et menupunkt til genvejsmenuen til at åbne en terminal i den aktuelle mappe.

Terminal Öffnen ist eine Erweiterung für die Dateien-Anwendung, die einen Menüeintrag in das Kontextmenü einfügt, das ein Terminal im aktuell besuchten Verzeichnis öffnet.

Το «Άνοιγμα τερματικού» είναι μια επέκταση για τα Αρχεία που προσθέτει ένα αντικείμενο στο μενού περιεχομένων, όπου ανοίγει ένα τερματικό στην τρέχουσα θέση του καταλόγου.

Open Terminal is a plugin for the Files application that adds a menu item to the context menu to open a terminal in the currently browsed directory.

Abrir terminal es un complemento para la aplicación Archivos que añade un elemento de menú al menú contextual para abrir una terminal en la carpeta actual.

'Ireki terminala' Fitxategiak aplikazioarentzako osagarri bat da. Testuinguruko menuari elementu bat gehitzen dio terminal bat irekitzeko (uneko direktorioan kokatuta).

«باز کردن در پایانه» یک افزونه برای برنامه «پرونده‌ها» است که یک مورد به منو کلیک راست آن اضافه می‌کند، تا از آن طریق بتوان یک پنجرهٔ پایانه در شاخه فعلی باز کند.

"Avaa pääte" on liitännäinen tiedostoselaimeen, joka lisää valikkotoiminnon kontekstivalikkoon selattavan kansion kohdalle.

Ouvrir un terminal est un greffon pour l'application Fichiers qui ajoute une entrée de menu dans le menu contextuel pour ouvrir un terminal dans le dossier en cours d'affichage.

Vierç terminâl al è un plugin par l'aplicazion File che al zonte un element tal menù di contest, par vierzi un terminâl te cartele atualmentri sfueade.

'S e plugan a th' ann am "Fosgail tèirmineal" airson aplacaid nam faidhlichean a chuireas nì ris a' chlàr-taice cho-theacsail gus tèirmineal fhosgladh sa phasgan a thagh thu.

Abrir un Terminal é un engadido para o aplicativo Ficheiros que engade un elemento no menú contextual para abrir un terminal no cartafol que se está explorando actualmente.

Open Terminal is a plugin for the Files application that adds a menu item to the context menu to open a terminal in the currently browsed directory.

Otvori terminal je priključak za Datoteke aplikaciju koji dodaje stavku u sadržajni izbornik za otvaranje terminala u trenutno pregledanom direktoriju.

A terminál megnyitása egy bővítmény a Fájlok alkalmazáshoz, amely egy menüelemet ad a helyi menühöz, ahonnan terminálablak nyitható az éppen nyitott mappában.

Open Terminal adalah suatu pengaya bagi aplikasi Berkas yang menambah suatu butir menu ke menu konteks untuk membuka sebuah terminal dalam direktori yang saat ini sedang diramban.

Apri terminale è un plugin per l'applicazione File che aggiunge una voce al menù contestuale per aprire un terminale nell'attuale directory in esplorazione.

Терминалды Файлдар қолданбасының плагині ретінде ашу, ол ағымдағы бумада терминалды ашу мүмкіндігін беретін контекст мәзірінің опциясын қосады.

터미널 열기는 파일 보기 프로그램의 현재 보고 있는 디렉터리에서 터미널을 여는 메뉴 항목을 컨텍스트 메뉴에 추가합니다.

Atverti terminalą yra Failų programai skirtas įskiepis, kuris prideda kontekstinio meniu elementą, atveriantį terminalą esamu metu naršomame kataloge.

“Atvērt termināli” ir spraudnis lietotnei “Datnes”, kas pievieno izvēlnes vienumu konteksta izvēlnei, kas atver termināli pārlūkotajā direktorijā.

Åpne terminal er et tillegg for Filer programmet som legger til en menyoppføring i kontekstmenyen for å åpne en terminal i aktiv katalog.

Wtyczka dla Menedżera plików dodająca element do menu kontekstowego otwierający terminal w obecnie przeglądanym katalogu.

Abrir Terminal é um plugin para a aplicação Ficheiros que adiciona no menu de contexto abrir terminal na pasta atual.

Open Terminal é um plug-in para o aplicativo Arquivos que adiciona um item de menu ao menu de contexto para abrir um terminal no diretório navegado no momento.

Открыть терминал — модуль для приложения Nautilus, который добавляет в строку в контекстном меню для открытия терминала в текущей просматриваемой папке.

Otvoriť terminál je zásuvný modul pre aplikáciu Súbory, ktorý pridáva položku kontextovej ponuky na otvorenie terminálu v aktuálne prehliadanom adresári.

Отвори терминал је додатак за програм Датотеке, који додаје ставку менија за отварање терминала из тренутног директоријума.

Otvori terminal je dodatak za program Datoteke, koji dodaje stavku menija za otvaranje terminala iz trenutnog direktorijuma.

Öppna terminal är en insticksmodul för programmet Filer som lägger till ett menyobjekt i kontextmenyn för att öppna en terminal i den öppnade katalogen.

“เปิดเทอร์มินัล” เป็นปลั๊กอินสำหรับโปรแกรม “แฟ้ม” ที่จะเพิ่มรายการในเมนูคลิกขวา เพื่อใช้เปิดเทอร์มินัลในไดเรกทอรีที่กำลังท่องดูในขณะนั้น

Відкрити термінал — додаток для програми Файли, яка додає пункт в контекстне меню, щоб відкривати термінал у поточному каталозі.

Mở Thiết bị cuối là phần bổ sung dành cho ứng dụng tập tin cái mà sẽ thêm một mục vào trình đơn ngữ cảnh để mở thiết bị cuối ở thư mục hiện đang được duyệt.

“打开终端”是用于文件管理器的插件,这个插件支持通过右键菜单在当前浏览的目录中打开终端模拟器。

Open Terminal 是一個 Files 應用程式的外掛程式,可以在目前瀏覽目錄的脈絡選單中加入開啟終端機的選單項目。

Packagegnome-terminal-nautilus
Homepagehttps://wiki.gnome.org/Apps/Terminal
ProjectGNOME

org.gnome.Terminal.desktop

Typedesktop
NameTerminal
CommentUse the command line
Description

GNOME Terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system.

It supports several profiles, multiple tabs and implements several keyboard shortcuts.

Packagegnome-terminal
CategoriesSystem, TerminalEmulator
Keywordscmd, command, commandline, prompt, shell
Homepagehttps://wiki.gnome.org/Apps/Terminal
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, SearchProvider, UserDocs

org.gnome.Todo.desktop

Typedesktop
NameTo Do
CommentTask manager for GNOME
Description

GNOME To Do is a task management application designed to integrate with GNOME. It is extensible through plugins and supports custom task providers.

Packagegnome-todo
CategoriesUtility
KeywordsProductivity, Task, Todo
Homepagehttps://wiki.gnome.org/Apps/Todo
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit

org.gnome.Totem.desktop

Typedesktop
NameVideos
CommentPlay movies
Description

Videos, also known as Totem, is the official movie player of the GNOME desktop environment. It features a searchable list of local videos, and DVDs, as well as local network video shares (using UPnP/DLNA) and video highlights from a number of web sites.

Totem comes with added functionality such as: subtitle downloader, and support for recording DVDs.

  • Video thumbnailer for the file manager
  • Files properties tab
Packagetotem
CategoriesAudioVideo, Player, Video
KeywordsClip, DVD, Disc, Film, Movie, Player, Series, TV, Video
Homepagehttps://wiki.gnome.org/Apps/Videos
ProjectGNOME
Compulsory forGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

org.gnome.Weather.Application.desktop

Typedesktop
NameWeather
CommentShow weather conditions and forecast
Description

A small application that allows you to monitor the current weather conditions for your city, or anywhere in the world.

It provides access to detailed forecasts, up to 7 days, with hourly details for the current and next day, using various internet services.

It also optionally integrates with the GNOME Shell, allowing you see the current conditions of the most recently searched cities by just typing its name in the Activities Overview.

Packagegnome-weather
CategoriesCore, Utility
KeywordsForecast, Weather
Homepagehttps://wiki.gnome.org/Apps/Weather
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, SearchProvider

org.gnome.baobab.desktop

Typedesktop
NameDisk Usage Analyzer
CommentCheck folder sizes and available disk space
Description

A simple application to keep your disk usage and available space under control.

Disk Usage Analyzer can scan specific folders, storage devices and online accounts. It provides both a tree and a graphical representation showing the size of each folder, making it easy to identify where disk space is wasted.

Packagebaobab
CategoriesFilesystem, System
Keywordscleanup, space, storage
Homepagehttps://wiki.gnome.org/Apps/Baobab
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

org.gnome.bijiben.desktop

Typedesktop
NameBijiben
CommentQuickly jot notes
Description

Notes is an editor allowing to make simple lists for later use.

It allows to use ownCloud as a storage location and online editor.

Packagebijiben
CategoriesUtility
Keywordsnotes, reminder
Homepagehttps://wiki.gnome.org/Apps/Bijiben
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, SearchProvider, UserDocs

org.gnome.clocks.desktop

Typedesktop
NameGNOME Clocks
CommentClocks for world times, plus alarms, stopwatch and a timer
Description

A simple and elegant clock application. It includes world clocks, alarms, a stopwatch and a timer.

Goals:

  • Show the time in different cities around the world
  • Set alarms to wake you up
  • Measure elapsed time with an accurate stopwatch
  • Set timers to properly cook your food
Packagegnome-clocks
CategoriesClock, Utility
Keywordsalarm, stopwatch, time, time zone, timer, world clock
Homepagehttps://wiki.gnome.org/Apps/Clocks
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, Notifications, SearchProvider, UserDocs

org.gnome.font-viewer.desktop

Typedesktop
NameGNOME Font Viewer
CommentView fonts on your system
Description

GNOME Font Viewer shows you the fonts installed on your computer for your use as thumbnails. Selecting any thumbnails shows the full view of how the font would look under various sizes.

GNOME Font Viewer also supports installing new font files downloaded in the .ttf and other formats. Fonts may be installed only for your use or made available to all users on the computer.

Packagegnome-font-viewer
CategoriesUtility
Keywordsfontface, fonts
Homepagehttp://www.gnome.org/gnome-3/
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit

org.gnome.frogr.desktop

Typedesktop
Namefrogr
CommentA flickr uploader for GNOME
Description

frogr is a small application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website.

It supports all the basic Flickr features, including uploading pictures, adding descriptions, setting tags and managing sets and groups pools.

Packagefrogr
CategoriesGraphics
KeywordsFlickr, Image, Photo, Picture, Uploader, Video
Homepagehttps://wiki.gnome.org/Apps/Frogr
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

org.gnome.gedit.desktop

Typedesktop
Namegedit
CommentEdit text files
Description

gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.

Whether you are writing the next bestseller, programming an innovative application, or simply taking some quick notes, gedit will be a reliable tool to accomplish your task.

Its flexible plugin system allows you to tailor the application to your needs and adapt it to your workflow.

Packagegedit
CategoriesTextEditor, Utility
KeywordsEditor, Plaintext, Text, Write
Homepagehttps://wiki.gnome.org/Apps/Gedit
ProjectGNOME
Compulsory forGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

org.gnome.gnome-2048.desktop

Typedesktop
NameGNOME 2048
CommentObtain the 2048 tile
Description

Play the highly addictive 2048 game. GNOME 2048 is a clone of the popular single-player puzzle game. Gameplay consists of joining numbers in a grid and obtain the 2048 tile.

Use your keyboard's arrow keys to slide all tiles in the desired direction. Be careful: all tiles slide to their farthest possible positions, you cannot slide just one tile or one row or column. Tiles with the same value are joined when slided one over the other.

With every new tile obtained you increase your score. If you think you can easily get the 2048 tile, do not let it stop you, the game does not end there, you can continue joining tiles and improving your score.

Originally created by Gabriele Cirulli, 2048 has gained much popularity due to it being highly addictive. Cirulli's 2048 is in turn a clone of the 1024 game and includes ideas from other clones.

Packagegnome-2048
CategoriesGame
Keywordspuzzle
Homepagehttps://wiki.gnome.org/Apps/2048
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

org.gnome.latexila.desktop

Typedesktop
NameLaTeXila
CommentIntegrated LaTeX environment
Description

LaTeXila is an integrated LaTeX environment for the GNOME desktop. The idea of LaTeXila is to always deal directly with the LaTeX code, while simplifying as most as possible the writing of this LaTeX code.

To help the writing of the LaTeX markup, auto-completion is available as well as menus and toolbars with the principal commands. New documents are created from templates. There are buttons to compile, convert and view a document in one click. And projects containing several .tex files are managed easily.

A side panel contains three components: the document structure to easily navigate in it; lists of symbols to insert them in a document; and an integrated file browser.

LaTeXila has also other features like the spell checking, or the forward and backward search to switch between the .tex and the PDF.

Packagelatexila
CategoriesOffice, Publishing, WordProcessor
Keywordsdocuments, editor, latex, tex, text
Homepagehttps://wiki.gnome.org/Apps/LaTeXila
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

org.gnome.taquin.desktop

Typedesktop
NameGNOME Taquin
CommentSlide tiles to their correct places
Description

Taquin is a computer version of the 15-puzzle and other sliding puzzles.

The object of Taquin is to move tiles so that they reach their places, either indicated with numbers, or with parts of a great image.

Packagegnome-taquin
CategoriesGame, LogicGame
Keywordspuzzle
Homepagehttps://wiki.gnome.org/Apps/Taquin
ProjectGNOME
KudosAppMenu, HiDpiIcon, ModernToolkit, UserDocs

org.holylobster.nuntius.desktop

Typedesktop
NameNuntius
CommentDeliver notifications from your phone or tablet to your computer over Bluetooth
Description

Nuntius delivers notifications from your phone or tablet to your computer over Bluetooth.

To use Nuntius you will need to install a companion tool on your phone or tablet and pair it via Bluetooth.

Packagenuntius
CategoriesUtility
Keywordsnotifications
Homepagehttps://github.com/orgs/holylobster
KudosHiDpiIcon, ModernToolkit, Notifications

org.kde.Help.desktop

Typedesktop
NameKHelpCenter
CommentHelp Center
Description

Documentation viewer

Features:

  • Show documentation from various sources (applications from KDE community, man pages, etc)
  • Search through the available documentation
Packagekhelpcenter
CategoriesCore
Homepagehttp://kde.org/applications/utilities/khelpcenter/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.akregator.desktop

Typedesktop
NameAkregator
CommentA news feed reader.
Description

Akregator is a news feed reader for the KDE desktop. It enables you to follow news sites, blogs and other RSS/Atom-enabled websites without the need to manually check for updates using a web browser. Akregator is designed to be both easy to use and to be powerful enough to read hundreds of news sources conveniently. It comes with Konqueror integration for adding news feeds and with an internal browser for easy news reading.

Packageakregator
CategoriesNetwork, News
Homepagehttp://akregator.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.amarok.desktop

Typedesktop
NameAmarok
CommentAudio Player
Description

Amarok is a free, versatile and powerful music player.

Features:

  • Dynamic playlists matching different criteria
  • Collection managing with rating support
  • Support for basic iPod, MTP and UMS music player devices
  • Integrated Internet services: last.fm, Magnatune, Jamendo, Ampache, mp3tunes and more.
  • Scripting support
  • Cover manager
  • Replay gain support
Packageamarok
CategoriesAudio, AudioVideo, Player
Homepagehttp://amarok.kde.org
ProjectKDE
KudosHiDpiIcon

org.kde.apper.desktop

Typedesktop
NameApper
CommentKDE application and package management tool
Description

Apper is a graphical management tool for packages and applications provided by a Linux distribution.

It allows installing new software as well as keeping the system up to date by installing updates.

Features:

  • Distribution-agnostic management of software packages
  • Application management for users unexperienced with packages
  • Editor for software sources and PackageKit settings
  • System software updates notifier and installer
  • Close integration with the KDE Plasma desktop
Packageapper
CategoriesPackageManager, Settings, System
Homepagehttps://projects.kde.org/projects/extragear/sysadmin/apper/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.ark.desktop

Typedesktop
NameArk
CommentArchiving Tool
Description

Ark is a graphical file compression/decompression utility with support for multiple formats, including tar, gzip, bzip2, rar and zip, as well as CD-ROM images. Ark can be used to browse, extract, create, and modify archives.

Features:

  • Several formats supported: gzip, bzip2, zip, rar, 7z and more
  • Preview file contents without extracting files
Packageark
CategoriesArchiving, Compression, Utility
Homepagehttp://kde.org/applications/utilities/ark/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.artikulate.desktop

Typedesktop
NameArtikulate
CommentArtikulate Pronunciation Trainer
Description

Artikulate is a pronunciation trainer that helps improving and perfecting a learner's pronunciation skills for a foreign language. It provides courses with native speaker recordings for several training languages. The learner downloads those courses, selects a category of phrases to train, then starts with recording her/his own voice when speaking the phrases and comparing the results to the native speaker's recordings by listening to both. By adjusting and repeating the own pronunciation, the learner can improve his/her skill.

Packageartikulate
CategoriesEducation
Homepagehttp://edu.kde.org/artikulate/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.blinken.desktop

Typedesktop
NameBlinken
CommentMemory Enhancement Game
Description

Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound. These buttons light up randomly, creating the sequence that the player must then recall. If the player is successful in remembering the sequence of lights in the correct order, they advance to the next stage, where an identical sequence with one extra step is presented. If they are incorrect, the game is lost, and the player must start again from the beginning. The goal is to get a high score - each step in the sequence is worth one point, so correct entry of a sequence of 8 lights is worth 8 points on the high score table.

Packageblinken
CategoriesEducation, Game, KidsGame
Homepagehttp://edu.kde.org/blinken/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.blogilo.desktop

Typedesktop
NameBlogilo
CommentA KDE Blogging Client
Description

Blogilo is a blogging client by KDE, which supports various blogging APIs.

Features:

  • A full featured WYSIWYG editor + An HTML editor
  • Previewing your post with your blog style
  • Support for Blogger1.0, MetaWeblog, MovableType (Wordpress supports All of these!) and Google GData (used on Blogspot.com blogs) APIs
  • Support for Creating/Modifying/Deleting posts.
  • Support for creating drafts and scheduled posts
  • Support for uploading media files to your blog (Just on supported APIs e.g. MetaWeblog and MovableType)
  • Support for Fetching your recent blog entries.
  • Support for adding Images to post from your system. It will upload them on Submitting post to blog (Just on supported APIs e.g. MetaWeblog and MovableType)
  • Support for saving local entries before publishing.
  • Saving your writing copy to prevent data loss, at configurable intervals.
  • Internal auto spell checker. (KDE spell checker used so most of languages are supported)
Packageblogilo
CategoriesNetwork
Homepagehttp://blogilo.gnufolks.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.bovo.desktop

Typedesktop
NameBovo
Comment"Five in a row" board game
Description

Bovo is a Gomoku (from Japanese 五目並べ - lit. "five points") like game for two players, where the opponents alternate in placing their respective pictogram on the game board. (Also known as: Connect Five, Five in a row, X and O, Naughts and Crosses)

Packagebovo
CategoriesBoardGame, Game
Homepagehttp://games.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.breezedark.desktop

Typegeneric
NameBreeze Dark
CommentBreeze Dark Desktop Design Language by the KDE VDG
Packageplasma-breeze
Homepagehttp://www.kde.org
ProjectKDE

org.kde.calligraplan.desktop

Typedesktop
NamePlan
CommentProject Management
Description

Plan is a project management application. It is intended for managing moderately large projects with multiple resources.

Features:

  • Multiple views: Gant Charts, Resource View, Accounts View
  • Uses standard structures: Work breakdown structure (WBS), Resource breakdown structure (RBS), Cost breakdown structure (CBS)
  • Configurable level of detail on Gantt Chart
  • Supports Summarytasks, Tasks, and milestones
  • Configurable Scheduling Constraints
Packagecalligra-plan
CategoriesOffice
Homepagehttp://www.calligra.org/plan/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.calligrasheets.desktop

Typedesktop
NameCalligra Sheets
CommentSpreadsheet
Description

Calligra Sheets is a fully-featured calculation and spreadsheet tool. Use it to quickly create and calculate various business-related spreadsheets, such as income and expenditure, employee working hours, etc.

Features:

  • Use shapes to take notes or mind maps
  • Large range of pre-defined templates
  • Powerful and comprehensive formula list
  • Work in a familiar environment
Packagecalligra-sheets
CategoriesOffice
Homepagehttp://www.calligra.org/sheets/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.calligrawords.desktop

Typedesktop
NameCalligra Words
CommentWord Processor
Description

Words is an intuitive word processor and desktop publisher application. With it, you can create informative and attractive documents with pleasure and ease.

Features:

  • Frame-based editing
  • Allows embedding of Documents
  • Customization of user interface
  • Includes all features expected from a modern word processor
  • ODT (Open Document Text) support
Packagecalligra-words
CategoriesOffice
Homepagehttp://www.calligra.org/words/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.cantor.desktop

Typedesktop
NameCantor
CommentKDE Frontend to Mathematical Software
Description

Cantor is a front-end to powerful mathematics and statistics packages. Cantor integrates them into the KDE Platform and provides a nice, worksheet-based, graphical user interface. It supports environments for KAlgebra, Lua, Maxima, R, Sage, Octave, Python, Scilab, and Qalculate!

Packagecantor
CategoriesEducation, Math, Science
Homepagehttp://edu.kde.org/cantor/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.digikam.desktop

Typedesktop
NamedigiKam
CommentPhoto Management Program
Description

digiKam is an advanced digital photo management application, which makes importing and organizing digital photos a "snap". The photos are organized in albums which can be sorted chronologically, by folder layout or by custom collections.

Features:

  • Organization of photos in albums and sub-albums (with tags and comments support)
  • Support for Exif, Iptc, Xmp, Makernotes
  • SQLite powered storage for the albums and its metadata
  • Support for filtering and sorting albums
  • Import from more than 1100 digital camera devices
  • Support for 300 RAW format pictures
  • Light Table feature
  • Plugins architectures: using Kipi-plugins
  • Share your photos using HTML or publishing them to social web sites
  • Image editor included with advanced features
Packagedigikam
CategoriesGraphics, Photography
Homepagehttp://www.digikam.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.discover.desktop

Typedesktop
NameDiscover
CommentDiscover
Description

Haven’t you ever found a tool that was perfect for your need but you only found it after some time stumbling upon it on the net? When considering to install an application, don’t you wonder sometimes if it’s really worth it? Or if it’s actually what you’re looking for?

Discover helps users easily and quickly find applications or tools. By allowing to navigate a software library by search, software categories, top lists along with detailed application information that includes screenshots and reviews, users can more quickly find applications that suit their needs.

Furthermore, Discover will let you manage the different sources of software you have and manage the applications you’ve already installed in the past but you don’t want anymore.

Packageplasma-discover
CategoriesSystem
Keywordsapplications, apps, install, package, program, remove, repository, software, update
Homepagehttps://cgit.kde.org/?p=discover.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.discovernotifier

Typegeneric
NameUpdates
CommentHelps you keep your system up to date
Packageplasma-discover-notifier
Homepagehttp://plasma.kde.org/
ProjectKDE

org.kde.dolphin.desktop

Typedesktop
NameDolphin
CommentFile Manager
Description

Dolphin is a lightweight file manager. It has been designed with ease of use and simplicity in mind, while still allowing flexibility and customisation. This means that you can do your file management exactly the way you want to do it.

Features:

  • Navigation (or breadcrumb) bar for URLs, allowing you to quickly navigate through the hierarchy of files and folders.
  • Supports several different kinds of view styles and properties and allows you to configure the view exactly how you want it.
  • Split view, allowing you to easily copy or move files between locations.
  • Additional information and shortcuts are available as dock-able panels, allowing you to move them around freely and display exactly what you want.
  • Multiple tab support
  • Informational dialogues are displayed in an unobtrusive way.
  • Undo/redo support
  • Transparent network access through the KIO system.
Packagedolphin
CategoriesFileManager, FileTools, System
Homepagehttp://dolphin.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.dragonplayer.desktop

Typedesktop
NameDragon Player
CommentVideo player with focus on simplicity
Description

Dragon Player is a multimedia player where the focus is on simplicity, instead of features. Dragon Player does one thing, and only one thing, which is playing multimedia files. Its simple interface is designed not to get in your way and instead empower you to simply play multimedia files.

Features:

  • Simple Interface
  • Resuming videos: Starts playing a video where you were watching it last time
  • Support for subtitles: Automatically loads subtitles with the matching name
  • Video display settings (brightness, contrast)
  • Due to using Solid and Phonon DragonPlayer is independent of any multimedia framework or hardware abstraction layer
  • Supports playing CDs and DVDs
Packagedragon
CategoriesAudioVideo, Player
Homepagehttps://cgit.kde.org/dragon.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.granatier.desktop

Typedesktop
NameGranatier
CommentBomberman clone
Description

Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.

Packagegranatier
CategoriesArcadeGame, Game
Homepagehttps://quickgit.kde.org/?p=granatier.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.gwenview.desktop

Typedesktop
NameGwenview
CommentA simple image viewer
Description

Gwenview is a fast and easy to use image viewer for KDE.

Features:

  • Supports simple image manipulations: rotate, mirror, flip, and resize
  • Supports basic file management actions such as copy, move, delete, and others
  • Functions both as a standalone application and an embedded viewer in the Konqueror web browser
  • Can be extended using KIPI plugins.
Packagegwenview
CategoriesGraphics, Photography, Viewer
Homepagehttp://gwenview.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.juk.desktop

Typedesktop
NameJuK
CommentMusic Player
Description

JuK is an audio jukebox application, supporting collections of MP3, Ogg Vorbis, and FLAC audio files. It allows you to edit the "tags" of your audio files, and manage your collection and playlists. It's main focus, in fact, is on music management.

Features:

  • Collection list and multiple user defined playlists
  • Ability to scan directories to automatically import playlists and music files on start up
  • Dynamic Search Playlists that are automatically updated as fields in the collection change
  • A Tree View mode where playlists are automatically generated for sets of albums, artists and genres
  • Playlist history to indicate which files have been played and when
  • Inline search for filtering the list of visible items
  • The ability to guess tag information based on the track's file name
  • File renamer that can rename files based on the tag content
  • Tag reading and editing support for many formats including ID3v1, ID3v2 and Ogg Vorbis
Packagejuk
CategoriesAudioVideo, Player
Homepagehttp://juk.kde.org/
ProjectKDE
KudosHiDpiIcon

org.kde.k3b.desktop

Typedesktop
NameK3b
CommentDisk Burning
Description

K3b was created to be a feature-rich and easy to handle CD burning application. It consists of basically three parts:

  • The projects: Projects are created from the file menu and then filled with data to burn
  • The Tools: The tools menu offers different tools like CD copy or DVD formatting
  • Context sensitive media actions: When clicking on the Icon representing a CD/DVD drive K3b will present its contents and allow some further action. This is for example the way to rip audio CDs
Packagek3b
CategoriesAudioVideo, DiscBurning, Filesystem, System
Homepagehttp://k3b.plainblack.com/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kaddressbook.desktop

Typedesktop
NameKAddressBook
CommentAn address book manager.
Description

KAddressBook stores all the personal details of your family, friends and other contacts.

Features:

  • Imports and exports to nearly every address book standard
  • Reads .vcf format files, and can import and export vCards and csv format files
  • Can use multiple LDAP servers
  • Configurable filters and powerful search capabilities
  • Integrates with other Kontact components, e.g. exporting Birthday reminders to KOrganizer
  • Capable of groupware integration
  • Powered by Akonadi
Packagekaddressbook
CategoriesContactManagement, Office
Homepagehttps://www.kde.org/applications/office/kaddressbook
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kajongg.desktop

Typedesktop
NameKajongg
CommentMah Jongg
Description

Kajongg is the ancient Chinese board game for 4 players. Kajongg can be used in two different ways: Scoring a manual game where you play as always and use Kajongg for the computation of scores and for bookkeeping. Or you can use Kajongg to play against any combination of other human players or computer players.

Packagekajongg
CategoriesBoardGame, Game
Homepagehttps://quickgit.kde.org/?p=kajongg.git
ProjectKDE
KudosHiDpiIcon

org.kde.kalarm.desktop

Typedesktop
NameKAlarm
CommentPersonal Alarm Scheduler
Description

KAlarm is a personal alarm message, command and email scheduler

Features:

  • Display alarms using your own text message, the text generated by a command, or a text or image file.
  • Audible alarm using a sound file
  • Recurring alarm on an hours/minutes, daily, weekly, monthly or annual basis, or set it to trigger every time you log in.
  • Display alarms color and font customization
  • Support for multiple alarm calendars, which for example enables you to share alarms between a laptop and desktop computer.
Packagekalarm
CategoriesUtility
Homepagehttp://www.astrojar.org.uk/kalarm/index.html
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kalgebra.desktop

Typedesktop
NameKAlgebra
CommentGraph Calculator
Description

KAlgebra is an application that can replace your graphing calculator. It has numerical, logical, symbolic, and analysis features that let you calculate mathematical expressions on the console and graphically plot the results in 2D or 3D. KAlgebra is rooted in the Mathematical Markup Language (MathML); however, one does not need to know MathML to use KAlgebra.

Packagekalgebra
CategoriesEducation, Math, Science
Homepagehttp://edu.kde.org/kalgebra/
ProjectKDE
KudosModernToolkit

org.kde.kalzium.desktop

Typedesktop
NameKalzium
CommentPeriodic Table of Elements
Description

Kalzium is a program that shows you the Periodic Table of Elements. You can use Kalzium to search for information about the elements or to learn facts about the periodic table. It provides an overview of the important data (like melting points, electron affinity, electron negativity, electron configuration, radii, mass, ionisation energy), an isotope table, and different colored views of the periodic table (separation of the different blocks, year simulator, temperature simulator). It contains tools to visualize the spectral lines of each element, a molecular weight calculator, a 3D molecule editor, and an equation solver for stoichiometric problems.

Packagekalzium
CategoriesChemistry, Education, Science
Homepagehttp://edu.kde.org/kalzium/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kamoso.desktop

Typedesktop
NameKamoso
CommentKamoso is a great program to use your webcam to take pictures or make videos.
Description

Kamoso is a great program to use your webcam to take pictures or make videos. It probably should be the best webcam recorder for Linux. This guide will help you use Kamoso once you have installed it. We tried to make it simple and friendly.

Packagekamoso
CategoriesAudioVideo
Homepagehttps://userbase.kde.org/Kamoso
ProjectKDE
KudosModernToolkit

org.kde.kanagram.desktop

Typedesktop
NameKanagram
CommentLetter Order Game
Description

Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. It features several included word lists, a hints-and-cheats help system, a word list editor, and allows for updating and distributing wordlists via KNewStuff. The interface is scalable and appropriate for children.

Packagekanagram
CategoriesEducation, Game, KidsGame, Languages
Homepagehttp://edu.kde.org/kanagram/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kapman.desktop

Typedesktop
NameKapman
CommentPac-Man Clone
Description

Kapman is a clone of the well known game Pac-Man.

You must run through the maze to eat all pills without being captured by a ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a few seconds. When a stage is cleared of pills and energizer the player is taken to the next stage with slightly increased game speed.

Packagekapman
CategoriesArcadeGame, Game
Homepagehttps://quickgit.kde.org/?p=kapman.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kapptemplate.desktop

Typedesktop
NameKAppTemplate
CommentKDE Template Generator
Description

KAppTemplate is an application to start development quickly using existing templates providing basic repeatedly written code and a proper structure.

Features:

  • Templates for C++, Ruby, Python and PHP
  • Categories
  • Templates for different build-systems and frameworks
  • Templates especially for KDE-development (plugins for Plasma, KOffice, KTextEditor, KRunner, Akonadi)
  • It is easy to create new templates using space holders and a simple CMake-command
  • Integrated into KDevelop
Packagekapptemplate
CategoriesDevelopment
Homepagehttps://quickgit.kde.org/?p=kapptemplate.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.karbon.desktop

Typedesktop
NameKarbon
CommentScalable Graphics
Description

Karbon is a vector drawing application with a user interface that is easy to use, highly customizable and extensible. That makes Karbon a great application for users starting to explore the world of vector graphics as well as for artists wanting to create breathtaking vector art.

Features:

  • Loading support for ODG, SVG, WPG, WMF, EPS/PS
  • Writing support for ODG, SVG, PNG, PDF, WMF
  • Customizable user interface with freely placeable toolbars and dockers
  • Layer docker for easy handling of complex documents including preview thumbnails, support for grouping shapes via drag and drop, controlling visibility of shapes or locking
  • Advanced path editing tool with great on-canvas editing capabilities
  • Various drawing tools for creating path shapes including a draw path tool, a pencil tool as well as a calligraphy drawing tool
  • Gradient and pattern tools for easy on-canvas editing of gradient and pattern styles
  • Top notch snapping facilities for guided drawing and editing (e.g. snapping to grid, guide lines, path nodes, bounding boxes, orthogonal positions, intersections of path shapes or extensions of lines and paths)
  • Includes many predefined shapes including basic shapes like stars, circle/ellipse, rectangle, image
  • Artistic text shape with support for following path outlines (i.e. text on path)
  • Complex path operations and effects like boolean set operations, path flattening, rounding and refining as well as whirl/pinch effects
  • Extensible by writing plugins for new tools, shapes and dockers
Packagecalligra-karbon
CategoriesGraphics, Office
Homepagehttp://www.calligra.org/karbon/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kate.desktop

Typedesktop
NameKate
CommentAdvanced Text Editor
Description

Kate is a multi-document, multi-view text editor by KDE. It features stuff like codefolding, syntaxhighlighting, dynamic word wrap, an embedded console, an extensive plugin interface and some preliminary scripting support.

Features:

  • MDI, window splitting, window tabbing
  • Spell checking
  • CR, CRLF, LF newline support
  • Encoding support (utf-8, utf-16, ascii etc.)
  • Encoding conversion
  • Regular expression based find & replace
  • Powerful syntax highlighting and bracket matching
  • Code and text folding
  • Infinite undo/redo support
  • Block selection mode
  • Auto indentation
  • Auto completion support
  • Shell integration
  • Wide protocol support (http, ftp, ssh, webdav etc.) using kioslaves
  • Plugin architecture for the application and editor component
  • Customizable shortcuts
  • Integrated command line
  • Scriptable using JavaScript
Packagekate
CategoriesTextEditor, Utility
Homepagehttp://kate-editor.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.katomic.desktop

Typedesktop
NameKAtomic
CommentSokoban-like Logic Game
Description

KAtomic is a fun educational game built around molecular geometry. It employs simplistic two-dimensional looks at different chemical elements.

Packagekatomic
CategoriesGame, StrategyGame
Homepagehttp://games.kde.org/game.php?game=katomic
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kblackbox.desktop

Typedesktop
NameKBlackbox
CommentBlackbox Logic Game
Description

KBlackbox is a game of hide and seek played on a grid of boxes where the computer has hidden several balls. The position of the hidden balls can be deduced by shooting beams into the box.

Packagekblackbox
CategoriesBoardGame, Game
Homepagehttp://games.kde.org/game.php?game=kblackbox
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kblocks.desktop

Typedesktop
NameKBlocks
CommentFalling Blocks Game
Description

KBlocks is the classic falling blocks game. The idea is to stack the falling blocks to create horizontal lines without any gaps. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over.

Packagekblocks
CategoriesArcadeGame, Game
Homepagehttps://quickgit.kde.org/?p=kblocks.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kbruch.desktop

Typedesktop
NameKBruch
CommentExercise Fractions
Description

KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback.

Features:

  • Arithmetic exercise - in this exercise you have to solve a given fraction task. You have to enter the numerator and the denominator. This is the main exercise.
  • Comparison exercise - in this exercise you have to compare the size of 2 given fractions, using the symbols >, < or =.
  • Conversion exercise - in this exercise you have to convert a given number into a fraction.
  • Factorization exercise - in this exercise you have to factorize a given number into its prime factors.
  • Percentage exercise - in this exercise you have to calculate percentages.
Packagekbruch
CategoriesEducation, Math
Homepagehttp://edu.kde.org/kbruch/
ProjectKDE
KudosModernToolkit

org.kde.kcalc.desktop

Typedesktop
NameKCalc
CommentScientific Calculator
Description

KCalc has everything you would expect from a scientific calculator, plus:

Packagekcalc
CategoriesUtility
Homepagehttps://utils.kde.org/projects/kcalc/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kdeconnect.kcm.desktop

Typedesktop
NameKDE Connect
CommentSeamless connection of your devices
Description

KDE Connect provides integration between your Android phone and your desktop.

Packagekde-connect
CategoriesHardwareSettings, Settings
Homepagehttps://community.kde.org/KDEConnect/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kdevelop.desktop

Typedesktop
NameKDevelop
CommentIt is a feature-full, plugin-extensible IDE for C/C++ and other programming languages.
Description

Free and Open Source Integrated Development Environment for your different software projects.

Packagekdevelop
CategoriesDevelopment, IDE
Homepagehttps://kdevelop.org
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kfind.desktop

Typedesktop
NameKFind
CommentFind Files/Folders
Description

KFind can be used as a standalone search tool, launched by KRunner or from your menu. It is also integrated into Konqueror as "Find File" in the "Tools" menu. It allows you to find files by name, type or content.

Packagekfind
CategoriesUtility
Homepagehttps://www.kde.org/applications/utilities/kfind/
ProjectKDE
KudosModernToolkit

org.kde.kgpg.desktop

Typedesktop
NameKGpg
CommentEncryption Tool
Description

KGpg is a simple interface for GnuPG, a powerful encryption utility. It can help you set up and manage your keys, import and export keys, view key signatures, trust status and expiry dates.

Packagekgpg
CategoriesUtility
Homepagehttp://utils.kde.org/projects/kgpg/
ProjectKDE
KudosModernToolkit

org.kde.khangman.desktop

Typedesktop
NameKHangMan
CommentHangman Game
Description

KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. A word is picked at random, the letters are hidden, and you must guess the word by trying one letter after another. Each time you guess a wrong letter, part of a picture of a hangman is drawn. You must guess the word before being hanged! You have 10 tries.

Packagekhangman
CategoriesEducation, Game, KidsGame, Languages
Homepagehttp://edu.kde.org/khangman/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kig.desktop

Typedesktop
NameKig
CommentInteractive Geometry
Description

Kig is an interactive mathematics software for learning and teaching geometry. It allows to explore mathematical figures and concepts using the computer and also can serve as a drawing tool for mathematical figures. Constructions can be made with points, vectors, lines, and polygons and all elements can be modified directly by using the mouse. Kig helps teachers and students to make conjectures and to understand how to prove geometric theorems.

Packagekig
CategoriesEducation, Math
Homepagehttp://edu.kde.org/kig/
ProjectKDE
KudosModernToolkit

org.kde.kiriki.desktop

Typedesktop
NameKiriki
CommentYahtzee-like Dice Game
Description

Kiriki is an addictive and fun dice game, designed to be played by as many as six players. Participants have to collect points by rolling five dice for up to three times per single turn.

Packagekiriki
CategoriesBoardGame, Game
Homepagehttp://games.kde.org/game.php?game=kiriki
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kiten.desktop

Typedesktop
NameKiten
CommentJapanese Reference and Study Tool
Description

Kiten is a Japanese reference and study tool. It features an English to Japanese and Japanese to English dictionary, as well as a Kanji dictionary. For the Kanji dictionary there are multiple ways supported to look up characters.

Packagekiten
CategoriesEducation, Languages
Homepagehttp://edu.kde.org/kiten/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kjots.desktop

Typedesktop
NameKJots
CommentNote Taker
Description

KJots organises all of your notes into separate books

Features:

  • Multiple books handled
  • Each book has many named pages
  • Books and pages can be rearranged by drag-and-drop
  • Keyboard shortcuts are available for many functions
  • Automatic saving means your notes are safe from loss
Packagekjots
CategoriesUtility
Homepagehttps://userbase.kde.org/KJots
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kleopatra.desktop

Typedesktop
NameKleopatra
CommentCertificate Manager and Unified Crypto GUI
Description

Kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers.

Packagekleopatra
CategoriesUtility
Homepagehttp://projects.kde.org/?p=kleopatra.git
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.klettres.desktop

Typedesktop
NameKLettres
CommentLearn The Alphabet
Description

KLettres is an application specially designed to help the user to learn an alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. There are currently 25 languages available: Arabian, Brazilian Portuguese, Czech, Danish, Dutch, British English, US English, Phonics English, French, German, Hebrew, Hungarian, Italian, Kannada, Low Saxon, Malayalam, Norwegian Bokmål, Punjabi, Luganda, Romanized Hindi, Russian, Spanish, Slovak, Telugu and Ukrainian. KLettres provides a special user interface and themes for younger users.

Packageklettres
CategoriesEducation, Languages
Homepagehttp://edu.kde.org/klettres/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kmail.desktop

Typedesktop
NameKMail
CommentEmail application.
Description

KMail is the email component of Kontact, the integrated personal information manager from KDE.

Features:

  • Supports the standard mail protocols IMAP, POP3 and SMTP.
  • Supports authentication via NTLM (Microsoft Windows) and GSSAPI (Kerberos)
  • Supports plain text and secure logins, using SSL and TLS.
  • Integration of international character sets and spell-checking (as-you-type and on demand)
  • Native support for inline OpenPGP, PGP/MIME, and S/MIME.
  • Reading and writing of HTML mail.
  • Ability to display plain text only from an HTML mail.
  • Allows you to receive and accept invitations.
  • Integration with popular spam checkers, e.g. SpamAssassin, Bogofilter, etc.
  • An optional spam probability meter can be displayed
  • Powerful search and filter abilities
  • Can import mail from many other clients
  • Searching in IMAP folders fully supported
  • Highly integrated with other Kontact components
  • Encrypted password saving in KWallet
  • Flagging and tagging of messages to aid sorting and recovery of information
  • Supports mailing list management features
  • Can replace text smilies with emoticons
  • Displays the sender's picture or avatar if present in the address book
  • Supports X-Face (b/w pictures in messages)
  • Compression of attachments
  • KMail supports Groupware functionality.
Packagekmail
CategoriesEmail, Network, Office
Homepagehttps://www.kde.org/applications/internet/kmail
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kmplot.desktop

Typedesktop
NameKmPlot
CommentMathematical Function Plotter
Description

KmPlot is a program to plot graphs of functions, their integrals or derivatives. The graphs can be colorized and the view is highly configurable, is scalable, and can be zoomed. The program features a powerful mathematical parser, different plot types (cartesian, parametric, polar, implicit, differential), and provides simple mathematical tools like for finding maximum/minimum of a function. Parametrized functions can be visualized by adjusting the variable parameter via a slider. Plots can be exported as bitmap format pictures (BMP, PNG) and can be printed.

Packagekmplot
CategoriesEducation, Math
Homepagehttp://edu.kde.org/kmplot/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.knotes.desktop

Typedesktop
NameKNotes
CommentSticky notes application
Description

KNotes is a program that lets you write the computer equivalent of sticky notes. The notes are saved automatically when you exit the program, and they display when you open the program.

Features:

  • Write notes in your choice of font and background color
  • Use drag and drop to email your notes
  • Can be dragged into Calendar to book a time-slot
  • Notes can be printed
Packageknotes
CategoriesTextTools, Utility
Homepagehttps://www.kde.org/applications/utilities/knotes/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kollision.desktop

Typedesktop
NameKollision
CommentCasual ball game
Description

Kollision is a casual game where you need to throw your ball and avoid the others balls on the table as long as possible.

Packagekollision
CategoriesArcadeGame, Game
Homepagehttps://projects.kde.org/projects/kde/kdegames/kollision
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kolourpaint.desktop

Typedesktop
NameKolourPaint
CommentPaint Program
Description

KolourPaint is a simple painting program to quickly create raster images. It is useful as a touch-up tool and simple image editing tasks.

Features:

  • Support for drawing various shapes - lines, rectangles, rounded rectangles, ovals and polygons
  • Curves, lines and text
  • Colour picker
  • Selections
  • Rotation, monochrome and other advanced effects
Packagekolourpaint
Categories2DGraphics, Graphics, RasterGraphics
Homepagehttp://www.kolourpaint.org/
ProjectKDE
KudosModernToolkit

org.kde.konsole.desktop

Typedesktop
NameKonsole
CommentTerminal
Description

Konsole is an X terminal emulator, often referred to as a terminal or a shell. It emulates a command line interface in a text only window.

Features:

  • Tabs
  • Multiple profiles
  • Silence and Activity monitoring
  • Bookmark support
  • Searching
  • Saving output
Packagekonsole5
CategoriesSystem, TerminalEmulator
Homepagehttp://konsole.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kontact.desktop

Typedesktop
NameKontact
CommentAn integrated solution to your personal information management.
Description

Kontact is the integrated solution to your personal information management (PIM) needs. It combines well-known KDE applications like KMail, KOrganizer and KAddressBook into a single interface to provide easy access to mail, scheduling, address book and other PIM functionality.

Packagekontact
CategoriesOffice
Homepagehttp://www.kontact.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.konversation.desktop

Typedesktop
NameKonversation
CommentIRC client
Description

Konversation is an IRC client which gives you speedy access to Freenode network's channels, where you will find support for most distributions. Its defaults are such that it needs no configuration other than telling it the name of your distribution channel, to get started.

Features:

  • Standard IRC features
  • SSL server support
  • Bookmarking support
  • Easy to use graphical user interface
  • Multiple servers and channels in one single window
  • DCC file transfer
  • Multiple identities for different servers
  • Text decorations and colors
  • OnScreen Display for notifications
  • Automatic UTF-8 detection
  • Per channel encoding support
  • Theme support for nick icons
  • Highly configurable
Packagekonversation
CategoriesIRCClient, Network
Homepagehttp://konversation.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.korganizer.desktop

Typedesktop
NameKOrganizer
CommentKOrganizer is a calendar and scheduling component application.
Description

KOrganizer is the calendar and scheduling component of the Kontact suite. You can write journal entries, schedule appointments, events, and to-dos.

Features:

  • Support for multiple calendars and todo lists.
  • Storage model.
  • Undo and Redo.
  • Todo integration with agenda view.
  • Attachments for events and todos.
  • Quick todo and event entries.
  • Plugin for Jewish calendar dates.
  • Print support.
Packagekorganizer
CategoriesCalendar, Office
Homepagehttps://www.kde.org/applications/utilities/korganizer/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kphotoalbum.desktop

Typedesktop
NameKPhotoAlbum
CommentKDE image management software
Description

KPhotoAlbum is an application for tagging and managing a photo collection and making it searchable.

Packagekphotoalbum
CategoriesGraphics, Photography
Homepagehttp://kphotoalbum.org
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.krita.desktop

Typedesktop
NameKrita
CommentDigital Painting, Creative Freedom
Description

Krita is the full-featured digital art studio.

It is perfect for sketching and painting, and presents an end–to–end solution for creating digital painting files from scratch by masters.

Krita is a great choice for creating concept art, comics, textures for rendering and matte paintings. Krita supports many colorspaces like RGB and CMYK at 8 and 16 bits integer channels, as well as 16 and 32 bits floating point channels.

Have fun painting with the advanced brush engines, amazing filters and many handy features that make Krita enormously productive.

Packagekrita
CategoriesGraphics
Homepagehttps://www.krita.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kruler.desktop

Typedesktop
NameKRuler
CommentScreen Ruler
Description

KRuler is an on-screen ruler for measuring pixels. Position the 0 at your starting point and measure the precise pixel distance between the starting point and your cursor.

Packagekruler
CategoriesGraphics
Homepagehttps://www.kde.org/applications/graphics/kruler/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kshisen.desktop

Typedesktop
NameKShisen
CommentShisen-Sho Mahjongg-like Tile Game
Description

KShisen is a solitaire-like game played using the standard set of Mahjong tiles. Unlike Mahjong however, KShisen has only one layer of scrambled tiles.

Packagekshisen
CategoriesBoardGame, Game
Homepagehttp://games.kde.org/game.php?game=kshisen
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kstars.desktop

Typedesktop
NameKStars
CommentDesktop Planetarium
Description

KStars is free, open source, cross-platform Astronomy Software. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets, asteroids, supernovae, and satellites. For students and teachers, it supports adjustable simulation speeds in order to view phenomena that happen over long timescales, the KStars Astrocalculator to predict conjunctions, and many common astronomical calculations. For the amateur astronomer, it provides an observation planner, a sky calendar tool, and an FOV editor to calculate field of view of equipment and display them. Find out interesting objects in the "What's up Tonight" tool, plot altitude vs. time graphs for any object, print high-quality sky charts, and gain access to lots of information and resources to help you explore the universe! Included with KStars is Ekos astrophotography suite, a complete astrophotography solution that can control all INDI devices including numerous telescopes, CCDs, DSLRs, focusers, filters, and a lot more. Ekos supports highly accurate tracking using online and offline astrometry solver, autofocus and autoguiding capabilities, and capture of single or multiple images using the powerful built in sequence manager.

Astronomical Catalogs:

  • Default catalog consisting of stars to magnitude 8
  • Extra catalogs consisting of 100 million stars to magnitude 16
  • Downloadable catalogs including Messier Images, Abell Planetary Nebulae, Sharpless Catalog
  • Corrections for precession, nutation and atmospheric refraction
  • Tools for retrieval of data from online databases
Packagekstars
CategoriesAstronomy, Education, Science
Homepagehttp://edu.kde.org/kstars/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.ksudoku.desktop

Typedesktop
NameKSudoku
CommentComplete a numeric puzzle with the numbers from one to nine
Description

KSudoku is a free version of the popular logic game Sudoku for the KDE desktop. The game is to fill a nine by nine grid with the numbers from one to nine filling the rows, columns and three by three squares without repeating a value on them.

Packageksudoku
CategoriesGame, LogicGame
Homepagehttps://projects.kde.org/projects/kde/kdegames/ksudoku
ProjectKDE
KudosHiDpiIcon

org.kde.kteatime.desktop

Typedesktop
NameKTeaTime
CommentTea Cooker
Description

KTeaTime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. Simply select the type of tea you have, and it will alert you when the tea is ready to drink.

Packagekteatime
CategoriesUtility
Homepagehttps://quickgit.kde.org/?p=kteatime.git
ProjectKDE
KudosModernToolkit

org.kde.ktouch.desktop

Typedesktop
NameKTouch
CommentTouch Typing Tutor
Description

KTouch is a typewriter trainer for learning to touch type. It provides you with text to train on and adjusts to different levels depending on how good you are. It displays your keyboard and indicates which key to press next and which is the correct finger to use. You learn typing with all fingers, step by step, without having to look down at the keyboard to find your keys. It is convenient for all ages and the perfect typing tutor for schools, universities, and personal use. KTouch ships with dozens of different courses in many languages and a comfortable course editor. Different keyboard layouts are supported and new user-defined layouts can be created. During training, KTouch collects comprehensive statistical information to help you or your teacher to analyze your progress.

Packagektouch
CategoriesEducation
Homepagehttp://edu.kde.org/ktouch/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kturtle.desktop

Typedesktop
NameKTurtle
CommentEducational Programming Environment
Description

KTurtle is an educational programming environment for learning how to program. It provides all programming tools from its user interface. The programming language used is TurtleScript, which is loosely based on Logo. All commands and messages are translated into the user's language. KTurtle features an intuitive syntax highlighting, simple error messages, integrated canvas to make drawings, an integrated help, slow-motion and step execution.

Packagekturtle
CategoriesComputerScience, Education
Homepagehttp://edu.kde.org/kturtle/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.kwordquiz.desktop

Typedesktop
NameKWordQuiz
CommentFlash Card Trainer
Description

KWordQuiz is a general purpose flash card program. It can be used for vocabulary learning and many other subjects. It provides an editor and five different flashcard quiz modes. It uses the KVTML file format and contributed files can be downloaded from within the application.

Packagekwordquiz
CategoriesEducation, Languages
Homepagehttp://edu.kde.org/kwordquiz/
ProjectKDE
KudosModernToolkit

org.kde.kwrite.desktop

Typedesktop
NameKWrite
CommentText Editor
Description

KWrite is a text editor by KDE, based on the Kate's editor component.

Features:

  • Syntax highlighting according to the file type
  • Word completion
  • Auto-indentation
  • Plugin support
  • Vi input mode
Packagekwrite
CategoriesTextEditor, Utility
Homepagehttp://kate-editor.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.labplot2.desktop

Typedesktop
NameLabPlot
CommentLabPlot is a KDE application for interactive graphing and analysis of scientific data
Description

LabPlot is a KDE-application for interactive graphing and analysis of scientific data.

LabPlot provides an easy way to create, manage and edit plots. It allows you to produce plots based on data from a spreadsheet or on data imported from external files. Plots can be exported to several pixmap and vector graphic formats.

PackageLabPlot
CategoriesEducation, Math, Physics, Science
Homepagehttp://labplot.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.latte.plasmoid

Typegeneric
NameLatte Plasmoid
CommentPlasmoid from the Latte Dock
Packagelatte-dock
Homepagehttps://github.com/psifidotos/Latte-Dock

org.kde.lokalize.desktop

Typedesktop
NameLokalize
CommentComputer-aided translation system
Description

Lokalize is the localization tool for KDE and other open source software. It is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). Translate-Toolkit is used internally to extract text for translation from .odt to .xliff files and to merge translation back into .odt file.

Packagelokalize
CategoriesDevelopment, Office, Translation
Homepagehttp://userbase.kde.org/Lokalize
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.marble.desktop

Typedesktop
NameMarble
CommentVirtual Globe
Description

Marble is a virtual globe and world atlas — your swiss army knife for maps.

Explore the neighborhood with Marble's rich set of city and street level maps. Search for addresses and places of interest. Marble takes care of querying various search backends and presents their results in a unified view. Calculate pedestrian, bike and motorcar routes with ease — online and offline, with an arbitrary number of via points.

Start exploring the world. View clouds and sun shadow, follow satellites and space stations and display their orbits, all updated in real-time. Travel back in time and learn about historic views of our planet using maps from past centuries. Earth is not enough? Marble also offers maps of the moon and other planets.

Packagemarble
CategoriesEducation, Geography, Geoscience, Science
Homepagehttps://marble.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.milou

Typegeneric
NameSearch
CommentSearch and Launch
Packageplasma-milou
Homepagehttp://kde.org

org.kde.okteta.desktop

Typedesktop
NameOkteta
CommentHex editor
Description

Okteta is a simple editor for the raw data of files.

Features:

  • Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character
  • Editing and navigating similar to a text editor
  • Customizable data views, with loadable and storable profiles
  • Tools dockable on all sides or floating
  • Numerical encodings: Hexadecimal, Decimal, Octal, Binary
  • Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC
  • Fast data rendering on screen
  • Multiple open files
  • Undo/redo support
  • Structures tool for analyzing and editing based on user-creatable structure definitions
  • And more...
Packageokteta
CategoriesUtility
Homepagehttps://userbase.kde.org/Okteta/
ProjectKDE
KudosModernToolkit

org.kde.okular-chm

Typeaddon
Extendsorg.kde.okular
NameCHM Documents
CommentAdds support for reading CHM documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-comicbook

Typeaddon
Extendsorg.kde.okular
NameComic Books
CommentAdds support for reading comic books
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-djvu

Typeaddon
Extendsorg.kde.okular
NameDjVu Documents
CommentAdds support for reading DjVu documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-dvi

Typeaddon
Extendsorg.kde.okular
NameDVI Documents
CommentAdds support for reading DVI documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-epub

Typeaddon
Extendsorg.kde.okular
NameEPub
CommentAdds support for reading E-Books
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-fax

Typeaddon
Extendsorg.kde.okular
NameFax
CommentAdds support for reading Fax documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-fb

Typeaddon
Extendsorg.kde.okular
NameFictionBook
CommentAdds support for reading FictionBooks
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-kimgio

Typeaddon
Extendsorg.kde.okular
NameImages
CommentAdds support for reading many image formats
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-mobipocket

Typeaddon
Extendsorg.kde.okular
NameMobipocket
CommentAdds support for reading Mobipocket E-books
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-ooo

Typeaddon
Extendsorg.kde.okular
NameOpenDocument
CommentAdds support for reading OpenDocument text files
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-plucker

Typeaddon
Extendsorg.kde.okular
NamePlucker
CommentAdds support for reading Plucker documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-poppler

Typeaddon
Extendsorg.kde.okular
NamePDF
CommentAdds support for reading PDF documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-spectre

Typeaddon
Extendsorg.kde.okular
NamePostScript
CommentAdds support for reading PostScript documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-tiff

Typeaddon
Extendsorg.kde.okular
NameTiff
CommentAdds support for reading Tiff documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-txt

Typeaddon
Extendsorg.kde.okular
NameText
CommentAdds support for reading plain text documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular-xps

Typeaddon
Extendsorg.kde.okular
NameXPS
CommentAdds support for reading XPS documents
Packageokular
Homepagehttps://okular.kde.org
ProjectKDE

org.kde.okular.desktop

Typedesktop
NameOkular
CommentDocument Viewer
Description

Okular is a universal document viewer developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, *BSD, etc.

Features:

  • Supported Formats: PDF, PS, Tiff, CHM, DjVu, Images, DVI, XPS, ODT, Fiction Book, Comic Book, Plucker, EPub, Fax
  • Sidebar with contents, thumbnails, reviews and bookmarks
  • Annotations support
Packageokular
CategoriesGraphics, Office, Viewer
Homepagehttps://okular.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.palapeli.desktop

Typedesktop
NamePalapeli
CommentJigsaw puzzle game
Description

Palapeli is a single-player jigsaw puzzle game. Unlike other games in that genre, you are not limited to aligning pieces on imaginary grids. The pieces are freely moveable. Also, Palapeli features real persistency, i.e. everything you do is saved on your disk immediately.

Features:

  • Create and play puzzles ranging from 4 to 10,000 pieces
  • Piece-holders for helping solve large puzzles
Packagepalapeli
CategoriesGame, LogicGame
Homepagehttps://www.kde.org/applications/games/palapeli/
ProjectKDE
KudosHiDpiIcon

org.kde.parley.desktop

Typedesktop
NameParley
CommentVocabulary Trainer
Description

Parley is a vocabulary trainer. It helps you to memorize your vocabulary, for example when you are trying to learn a foreign language. It supports many language specific features, but can be used for other learning tasks as well. It uses the spaced repetition learning method, which makes learning optimal. Vocabulary collections can be downloaded by "Get Hot New Stuff" or created with the built-in editor.

Training Modes:

  • Flash Cards
  • Mixed Letters (order the letters of a word)
  • Multiple Choice
  • Written
  • Language specific trainings: article, comparison forms, conjugations, synonymes/antonyms/paraphrases
Packageparley
CategoriesEducation, Languages
Homepagehttp://edu.kde.org/parley/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.partitionmanager.desktop

Typedesktop
NameKDE Partition Manager
CommentPartition Editor
Description

KDE Partition Manager is a utility program to help you manage the disk devices, partitions and file systems on your computer. It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.

Features:

  • Supports a large number of file systems, including ext2/3/4, btrfs, reiserfs, NTFS, FAT16/32, JFS, XFS and more
  • Makes use of already available external programs to get its job done
Packagekde-partitionmanager
CategoriesFilesystem, System
Homepagehttp://sourceforge.net/projects/partitionman/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.picmi.desktop

Typedesktop
Namepicmi
CommentPuzzle game based on number logic
Description

The goal is to reveal the hidden pattern in the board by coloring or leaving blank the cells in a grid according to numbers given at the side of the grid. This is a single player game.

Packagepicmi
CategoriesGame, LogicGame
Homepagehttps://projects.kde.org/projects/kde/kdegames/picmi
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.plasma.bluetooth

Typegeneric
NameBluetooth
CommentBluetooth status and control
Packagebluedevil
Homepagehttps://projects.kde.org/projects/kde/workspace/bluedevil
ProjectKDE

org.kde.plasma.cuttlefish

Typegeneric
NameCuttlefish
CommentList and preview available icons
Packageplasma-sdk
Homepagehttp://kde.org

org.kde.plasma.katesessions

Typegeneric
NameKate Sessions
CommentKate Session Launcher
Packagekate
Homepagehttps://cgit.kde.org/kate.git

org.kde.plasma.lookandfeelexplorer

Typegeneric
NamePlasma Look And Feel Explorer
CommentExplore and edit your Plasma Look And Feel themes
Packageplasma-sdk
Homepagehttps://cgit.kde.org/plasma-sdk.git

org.kde.plasma.networkmanagement

Typegeneric
NameNetworks
CommentNetwork status and control
Packageplasma-nm
Homepagehttps://projects.kde.org/projects/kde/workspace/plasma-nm
ProjectKDE

org.kde.plasma.pkupdates

Typegeneric
NameSoftware Updates
CommentGet software updates
Packageplasma-pk-updates
Homepagehttps://phabricator.kde.org/source/plasma-pk-updates/
ProjectKDE

org.kde.plasma.printmanager

Typegeneric
NamePrinters
CommentList print jobs and manage them
Packagekde-print-manager
Homepagehttp://www.kde.org
ProjectKDE

org.kde.plasma.themeexplorer

Typegeneric
NamePlasma Theme Explorer
CommentExplore and edit your Plasma themes
Packageplasma-sdk
Homepagehttps://cgit.kde.org/plasma-sdk.git

org.kde.plasma.volume

Typegeneric
NameAudio Volume
CommentAdjust the volume of devices and applications
Packageplasma-pa
Homepagehttps://cgit.kde.org/plasma-pa.git

org.kde.plasmoidviewershell

Typegeneric
NamePlasmoidViewerShell
CommentPlasmoidViewer Shell
Packageplasma-sdk
Homepagehttps://cgit.kde.org/plasma-sdk.git

org.kde.renku.desktop

Typedesktop
NameRenku
CommentNote Taking Application
Description

Renku is an efficient and simple application for managing your notes. It helps you organize the knowledge you accumulate and acts as a personal wiki. You'll never forget anything anymore, getting your mind like water.

Features:

  • Collects notes
  • Organize notes in topics
  • Akonadi-enabled application allowing to get the data from virtually anywhere (local, imap, web service...)
Packagerenku
CategoriesUtility
Homepagehttp://zanshin.kde.org
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.rocs.desktop

Typedesktop
NameRocs
CommentRocs Graph Theory
Description

Rocs is a Graph Theory IDE for designing and analyzing graph algorithms. It provides an easy to use visual editor for creating graphs, a scripting engine to execute algorithms, and several helper tools for simulations and experiments. Algorithms are specified in JavaScript.

Packagerocs
CategoriesEducation, Math, Science
Homepagehttps://edu.kde.org/applications/all/rocs
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.showfoto.desktop

Typedesktop
NameShowfoto
CommentImage Editor
Description

Showfoto is a fast Image Editor with powerful image editing tools. You can use it to view your photographs and improve them. Showfoto is the standalone image editor of the digiKam project.

Packagedigikam
CategoriesGraphics, Photography
Homepagehttp://www.digikam.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.skrooge.desktop

Typedesktop
NameSkrooge
CommentPersonal Finances
Description

Skrooge is a personal finances manager powered by KDE, aiming at being simple and intuitive. Skrooge allows you to keep track of your expenses and incomes, categorize them, and build reports of them.

Features:

  • QIF, CSV, SKROOGE, KMYMONEY import/export
  • Microsoft Money, OFX, QFX, MT940, GNUCASH, GRISBI, HOMEBANK and MONEY MANAGER EX import
  • Advanced Graphical Reports
  • Several tabs to help you organize your work
  • Infinite undo/redo (even after the file was closed !)
  • Instant filtering on operations and reports
  • Infinite categories levels
  • Mass update of operations
  • Scheduled operations
  • Track refund of your expenses
  • Automatically process operations based on search conditions
  • Multi currencies
  • Budget
  • Dashboard
  • Advices
Packageskrooge
CategoriesFinance, Office
Homepagehttps://skrooge.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.step.desktop

Typedesktop
NameStep
CommentInteractive Physical Simulator
Description

Step is an interactive physical simulator. It allows you to explore the physical world through simulations. It works like this: you place some bodies on the scene, add some forces such as gravity or springs, then click Simulate and Step shows you how your scene will evolve according to the laws of physics. You can change every property of the bodies/forces in your experiment (even during simulation) and see how this will change evolution of the experiment. With Step you cannot only learn but feel how physics works!

Features:

  • Classical mechanical simulation in two dimensions
  • Particles, springs with damping, gravitational and coulomb forces
  • Rigid bodies
  • Collision detection (currently only discrete) and handling
  • Soft (deformable) bodies simulated as user-editable particles-springs system, sound waves
  • Molecular dynamics (currently using Lennard-Jones potential): gas and liquid, condensation and evaporation, calculation of macroscopic quantities and their variances
  • Units conversion and expression calculation: you can enter something like "(2 days + 3 hours) * 80 km/h" and it will be accepted as distance value (requires libqalculate)
  • Errors calculation and propagation: you can enter values like "1.3 ± 0.2" for any property and errors for all dependent properties will be calculated using statistical formulas
  • Solver error estimation: errors introduced by the solver is calculated and added to user-entered errors
  • Several different solvers: up to 8th order, explicit and implicit, with or without adaptive timestep (most of the solvers require GSL library)
  • Controller tool to easily control properties during simulation (even with custom keyboard shortcuts)
  • Tools to visualize results: graph, meter, tracer
  • Context information for all objects, integrated wikipedia browser
  • Collection of example experiments, more can be downloaded with KNewStuff
  • Integrated tutorials
Packagestep
CategoriesEducation, Physics
Homepagehttp://edu.kde.org/step/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.weatherWidget

Typegeneric
NameWeather Widget
CommentPlasmoid showing weather information from yr.no server
Packageplasma-applet-weather-widget
Homepagehttps://github.com/kotelnik/plasma-applet-weather-widget

org.kde.yakuake.desktop

Typedesktop
NameYakuake
CommentDrop-down Terminal
Description

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.

Features:

  • Smoothly rolls down from the top of your screen
  • Tabbed interface
  • Configurable dimensions and animation speed
  • Skinnable
  • Sophisticated D-Bus interface
Packageyakuake
CategoriesSystem, TerminalEmulator
Homepagehttp://yakuake.kde.org/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.kde.zanshin.desktop

Typedesktop
NameZanshin
CommentTODO Management Application
Description

Zanshin is a powerful yet simple application for managing your day to day actions. It helps you organize and reduce the cognitive pressure of what one has to do in his job and personal life. You'll never forget anything anymore, getting your mind like water.

Features:

  • Collects tasks from everywhere
  • Organize tasks in projects and contexts
  • Akonadi-enabled application allowing to get the data from virtually anywhere (local, imap, web service...)
Packagezanshin
CategoriesUtility
Homepagehttp://zanshin.kde.org
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.mageia.dnfdragora.desktop

Typedesktop
Namednfdragora
CommentA frontend for DNF using libyui UI abstraction library
Description

dnfdragora is a DNF frontend, inspired by rpmdragora from Mageia (originally rpmdrake).

dnfdragora is written in Python 3 and uses libYui, the widget abstraction library written by SUSE, so that it can be run using Qt 5, GTK+ 3, or ncurses interfaces. It provides a frontend for the DNF package manager that can be used in any kind of system environment.

Packagednfdragora
CategoriesPackageManager, Settings, System
Homepagehttps://github.com/anaselli/dnfdragora
KudosHiDpiIcon

org.pantheon.calculator.desktop

Typedesktop
NameCalculator
CommentSolve simple equations
Description

A simple calculator for everyday use. It supports basic and some scientific calculations including trigonometry functions, sin, cos, and tan.

Packagepantheon-calculator
CategoriesCalculator, Utility
Homepagehttps://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit

org.pantheon.files.desktop

Typedesktop
NameFiles
CommentBrowse and manage files and folders
Description

Easily copy, move, and rename your files, or use folders to stay organized. Whether you like files in lists, grids or columns, you can always find them right away. Access all your files, whether locally, on an external device or remotely using FTP, SFTP, AFP, Webdav, or Windows share.

Packagepantheon-files
CategoriesCore, FileManager, FileTools, System, Utility
Keywordsdisk, explore, filesystem, folder, manager
Homepagehttp://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit, Notifications

org.pantheon.noise.desktop

Typedesktop
NameMusic
CommentThe official elementary music player
Description

Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices, CDs, and album art.

Packagenoise
CategoriesAudio, AudioVideo, Music, Player
KeywordsAudio, CD, MP3, Media, Noise, Phone, Play, Player, Playlist, Songs, iPod
Homepagehttps://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit, Notifications

org.pantheon.terminal.desktop

Typedesktop
NameTerminal
CommentUse the command line
Description

Terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system.

Packagepantheon-terminal
CategoriesSystem, TerminalEmulator
Keywordscmd, command, commandline, prompt, run
Homepagehttps://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit, Notifications

org.qt-project.qtcreator.desktop

Typedesktop
NameQt Creator
CommentA cross-platform IDE for Qt
Description

Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop and mobile device platforms, such as Android and iOS.

Qt Creator enables a team of developers to share a project across different development platforms with a common tool for development and debugging.

The main goal for Qt Creator is meeting the development needs of Qt developers who are looking for simplicity, usability, productivity, extendibility and openness, while aiming to lower the barrier of entry for newcomers to Qt.

Packageqt-creator
CategoriesDevelopment, IDE
Homepagehttps://qt.io/ide/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

org.sigrok.PulseView.desktop

Typedesktop
NamePulseView
CommentLogic analyzer, oscilloscope and MSO GUI
Description

PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok.

Features:

  • Fast O(log N) signal rendering at all zoom levels
  • Protocol decoder support
  • Trace groups support
Packagepulseview
CategoriesDevelopment, Electronics
Homepagehttp://sigrok.org/wiki/PulseView
KudosHiDpiIcon, ModernToolkit

orthorobot.desktop

Typedesktop
NameOrtho Robot
CommentA perspective based puzzle game
Description

Literally bridging the gap between 2D and 3D games, Ortho Robot is a perspective based puzzle game, where you flatten the view to move across gaps. This game is made with LÖVE.

Packageorthorobot
CategoriesGame, LogicGame
Homepagehttp://stabyourself.net/orthorobot/

ostrichriders.desktop

Typedesktop
NameOstrich Riders
CommentKnights flying on ostriches compete against other riders
Description

Enemy knights are invading the kingdom. As one of the elite ostrich riders, it is your duty to defend the kingdom. With lance in hand you fly off. Remember to stay above your opponent least you fall to his lance. Collect the eggs least your opponent hatches stronger than before. Work togther with other knights.

Supports up to three players in arcade action.

Packageostrichriders
CategoriesArcadeGame, Game
Homepagehttp://www.identicalsoftware.com/ostrichriders

otter-browser.desktop

Typedesktop
NameOtter Browser
CommentWeb browser controlled by the user, not vice-versa
Description

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5.

Packageotter-browser
CategoriesNetwork, WebBrowser
Homepagehttp://otter-browser.org/
KudosHiDpiIcon, ModernToolkit

overgod.desktop

Typedesktop
NameOvergod
CommentLike asteroids, but the asteroids move independently and shoot back
Description

For too long has humanity been ruled by cruel and disputatious gods! Fly through the various layers of the Celestial Oversphere to unseat those who control the universe.

In Overgod you control a little vehicle in the middle of the screen and fly around and shoot things - a bit like asteroids, but the asteroids move independently and shoot back. You can also upgrade your vehicle in various ways.

Packageovergod
CategoriesArcadeGame, Game
KeywordsArcade, Asteroids, Game
Homepagehttps://www.allegro.cc/depot/Overgod

owncloud.desktop

Typedesktop
NameOwncloud Desktop Client
CommentThe ownCloud desktop client, lets you sync directly to your ownCloud server
Description

Owncloud-client enables you to connect to your private ownCloud Server. With it you can create folders in your home directory, and keep the contents of those folders synced with your ownCloud server. Simply copy a file into the directory and the ownCloud Client does the rest.

Packageowncloud-client
CategoriesUtility
Keywordsfile, ownCloud, sharing, syncing
Homepagehttps://owncloud.org/
KudosHiDpiIcon, ModernToolkit

pairs.desktop

Typedesktop
NamePairs
CommentMemory Enhancement Game
Description

Pairs is a collection of games aimed to help the development of preschool children. With these games the child can improve memory, logic, hearing, and even reading skills. Each game can have different themes so the child is stimulated with different and new challenges. It provides an editor to create own game sets.

Games:

  • Pairs: A game for the development of memory skills. On a board there are different cards, all facing down, so the player does not see the pictures. Each card matches only one other card that has the same exact picture. The player has to click a card to turn it and try to remember where the match is. When a match is found both cards stay uncovered and the player gets a point.
  • Relations: A game for the development of memory and logic skills. On a board there are different cards, all facing down, so the player does not see the pictures. Each card matches only one other card with a picture that is somehow related to the first. The player has to click a card to turn it and try to remember where the match is. When a match is found both cards stay uncovered and the player gets a point.
  • Logic: A game for the development of logic skills. On a board there are different cards, all facing up, and the player can see all the pictures. Each card matches with only one card with a picture that is somehow related to the first. The player has to find the different matches. When a match is found both cards stay uncovered and the player get a point.
  • Sound: A game for the development of memory and hearing skills. On a board there are different cards, all facing down, so the player does not see the content. There are two types of cards, one type has a picture and the other type will play a sound when selected. The player has to find the right sound that matches each picture. When a match is found both card stay uncovered and the player gets a point.
  • SoundLogic: A game for the development of hearing skills. On a board there are different cards, all facing up. There are two types of cards, one type has a picture and the other type will play a sound when selected. The player has to find the right sound that matches the right picture. When a match is found both cards stay uncovered and the player gets a point.
  • Words: A game to develop the memory and reading skills of the child. On a board there are different cards all facing down so the player does not see the content. There are two types of cards, one card has a picture and another card has a word. The player has to find the right word that matches the right picture. When a match is found both cards stay uncovered and the player get a point.
Packagepairs
CategoriesEducation, Game, KidsGame
Homepagehttp://edu.kde.org/pairs/
ProjectKDE
KudosHiDpiIcon

pan.desktop

Typedesktop
NamePan Newsreader
CommentRead and post Usenet articles
Description

Pan is a Usenet newsreader that is good at both text and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB, PGP handling, multiple servers, and secure connections.

It is also the only Unix newsreader to get a perfect score on the Good Net-Keeping Seal of Approval evaluations.

Packagepan
CategoriesNetwork, News
Keywordsarticle, news, newsgroup, newsreader, nzb, usenet, yenc
Homepagehttp://pan.rebelbase.com/
KudosUserDocs

panel-osd@berend.de.schouwer.gmail.com.shell-extension

Typeshell-extension
NamePanel OSD
CommentGNOME Shell Extension
Description

Configuring where on the (main) screen notifications will appear, instead of just above the message tray

Packagegnome-shell-extension-panel-osd
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/jenslody/gnome-shell-extension-panel-osd

paraview.desktop

Typedesktop
NameParaView
CommentParallel visualization application
Description

ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities.

ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of exascale size as well as on laptops for smaller data.

Packageparaview-data
Homepagehttp://paraview.org
KudosModernToolkit

parole.desktop

Typedesktop
NameParole
CommentModern and simple media player
Description

Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. It is designed with simplicity, speed and resource usage in mind.

Parole features playback of local media files, including video with subtitles support, Audio CDs, DVDs, and live streams. Parole is also extensible via plugins.

Packageparole
CategoriesAudioVideo, Player, Video
Homepagehttp://www.xfce.org/
ProjectXFCE
KudosHiDpiIcon, ModernToolkit

pcb.desktop

Typedesktop
NamePCB Designer
CommentCreate and edit printed circuit board designs
Description

PCB is an interactive printed circuit board editor for Unix, Linux, Windows, and Mac systems.

PCB includes a rats nest feature and schematic/netlist import, design rule checking, and can provide industry standard RS-274X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process, as well as photorealistic and design review images.

PCB offers high end features such as an autorouter and trace optimizer which can tremendously reduce layout time.

For custom requirements, PCB offers a plug-in API for inserting new functionality and using that functionality from within the GUI as well as in scripts.

Packagepcb
CategoriesElectronics, Engineering
Homepagehttp://pcb.geda-project.org/
KudosHiDpiIcon

pcsxr.desktop

Typedesktop
NamePCSXR
CommentA plugin based PlayStation (PSX) emulator with high compatibility
Description

PCSX-Reloaded is an advanced PlayStation (PSX) emulator, which uses a plugin architecture to provide full support for all components of the PSX. It has full emulation support for game pads, videos, sound, memory cards, and other important PSX components, and is able to play many games without problems.

Packagepcsxr
CategoriesGame
Homepagehttp://pcsxr.codeplex.com/
KudosHiDpiIcon, ModernToolkit

pdfmod.desktop

Typedesktop
NamePDF Mod
CommentSplit, merge and delete pages in a PDF
Description

PDFMod is a graphical utility that allows you to split, merge and delete pages of a PDF document. You simply open a document up in PDFMod, and each page is shown in the interface, then you can delete individual pages, move the pages around (i.e. reorder them), import additional PDF documents, even rotate individual pages in your PDF.

Packagepdfmod
CategoriesUtility
Homepagehttp://live.gnome.org/Apps/PdfMod
ProjectGNOME
KudosHiDpiIcon

pdfshuffler.desktop

Typedesktop
NamePDF-Shuffler
CommentPDF Merging, Rearranging, Splitting, Rotating and Cropping
Description

PDF-Shuffler is a small application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a frontend for python-pyPdf.

Packagepdfshuffler
CategoriesOffice
Homepagehttp://pdfshuffler.sourceforge.net/

peakidentifier.desktop

Typedesktop
NamePeakidentifier
CommentGiven an energy and a threshold, list all the elements emitting X-rays in the range
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

peg-solitaire.desktop

Typedesktop
NamePeg-Solitaire
CommentBoard game played with pegs
Description

Peg solitaire is a board game for one player involving movement of pegs on a board with holes. The program includes over 330 solitaire problems. The program looks for new solutions and it is possible to raise new problems.

Packagepeg-solitaire
CategoriesGame, LogicGame
Homepagehttps://sourceforge.net/projects/peg-solitaire/

pgmodeler.desktop

Typedesktop
Namepgmodeler
CommentPostgreSQL Database Modeler
Description

pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards.

Packagepgmodeler
CategoriesDatabase, Development
Homepagehttp://pgmodeler.com.br/
KudosHiDpiIcon, ModernToolkit

phatch.desktop

Typedesktop
NamePhatch PHoto bATCH Processor
CommentProcess many images in one step
Description

Phatch (PHoto bATCH Processor) is an application to batch process images. With phatch, you specify a group of images that you want to process, and then specify the effects you want to apply; once you click apply the process is run automatically without having to edit each image individually. Phatch has many effects you can apply to your images, including resizing, rotating, renaming, colour effects (like desaturation and color warmth), drop shadows and adding a background.

Packagephatch
CategoriesGraphics, Photography
Homepagehttp://photobatch.stani.be/
KudosHiDpiIcon

phoronix-test-suite.desktop

Typedesktop
NamePhoronix Test Suite
CommentThe Phoronix Test Suite is an open-source, cross-platform automated benchmarking utility
Description

The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the Linux operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.

The Phoronix Test Suite consists of a lightweight processing core (pts-core) with each benchmark consisting of an XML-based profile with related resource scripts. The process from the benchmark installation, to the actual benchmarking, to the parsing of important hardware and software components is heavily automated and completely repeatable, asking users only for confirmation of actions.

Phoronix Test Suite tests and suites are obtained via OpenBenchmarking.org and there exists support for optionally sharing your results via OpenBenchmarking.org.

Packagephoronix-test-suite
CategoriesMonitor, System
Homepagehttp://www.phoronix-test-suite.com/

photocollage.desktop

Typedesktop
NamePhotoCollage
CommentGraphical tool to make photo collage posters
Description

PhotoCollage allows you to create photo collage posters. It assembles the input photographs it is given to generate a big poster. Photos are automatically arranged to fill the whole poster, then you can change the final layout, dimensions, border or swap photos in the generated grid. Eventually the final poster image can be saved in any size.

The algorithm generates random layouts that place photos while taking advantage of all free space. It tries to fill all space while keeping each photo as large as possible.

PhotoCollage does more or less the same as many commercial websites do, but for free and with open-source code.

Packagephotocollage
Categories2DGraphics, Graphics, RasterGraphics
Keywordscollage, image, photo
Homepagehttps://github.com/adrienverge/PhotoCollage
KudosHiDpiIcon

photoqt.desktop

Typedesktop
NamePhotoQt Image Viewer
CommentView and manage images
Description

PhotoQt is a fast and simple, good looking, yet powerfull and highly configureable image viewer.

It provides an uncluttered interface and can be extensively tweaked to fit your needs perfectly. It is possible to set key or mouse shortcuts for almost any one of the features, plus for any external script/command you want to run.

The many features provided include: thumbnails, slideshow, zooming, rotating, flipping, displaying metadata (selection of Exif and IPTC), set-as-wallpaper, simple file management, scaling and more...

Packagephotoqt
CategoriesGraphics, Viewer
Keywordsimage, lightbox, photo, picasa, slideshow, thumbnails, viewing
Homepagehttp://photoqt.org
KudosHiDpiIcon, ModernToolkit

pidgin-birthday-reminder

Typeaddon
Extendspidgin
NameBirthday Reminder
CommentPidgin Birthday Reminder
Description

Pidgin Birthday Reminder reminds you of your buddies birthdays. Birthdays can be set by hand or be automatically filled-in for ICQ, MSN and XMPP protocols.

Pidgin Geburtstags-Erinnerung erinnert Sie an die Geburtstage Ihrer Freunde. Geburtstage können händisch eingegeben werden oder automatisch aus den ICQ- MSN und XMPP-Protokolle übernommen werden.

Pidgin gimtadienių priminimai primena jums apie jūsų bičiulių gimtadienius. Gimtadieniai gali būti nustatyti rankiniu būdu arba, ICQ, MSN bei XMPP protokolams, užpildyti automatiškai.

Ta wtyczka powiadamia o urodzinach znajomych. Można je ustawiać ręcznie lub automatycznie wypełniać za pomocą protokołów ICQ, MSN i XMPP.

Packagepidgin-birthday-reminder
Homepagehttps://github.com/kgraefe/pidgin-birthday-reminder/

pidgin-libnotify

Typeaddon
Extendspidgin
NameLibnotify Plugin
CommentPlugin that uses libnotify to display graphic notifications of new messages and other events such as a buddy signing on or off
Packagepidgin-libnotify
Homepagehttps://sourceforge.net/projects/gaim-libnotify/

pidgin-sipe

Typeaddon
Extendspidgin
NameSIPE
CommentPidgin protocol plugin to connect to MS Office Communicator
Packagepidgin-sipe
Homepagehttp://sipe.sourceforge.net/

pidgin-window-merge

Typeaddon
Extendspidgin
NameWindow Merge
CommentA plugin that merges the contact list and chat windows into a single window
Packagepidgin-window-merge
Homepagehttps://github.com/dm0-/window_merge

pidgin.desktop

Typedesktop
NamePidgin Internet Messenger
CommentInstant Messaging Client
Description

Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously.

This means that you can be chatting with friends on AIM, talking to a friend on Google Talk, and sitting in an IRC chat room all at the same time.

Packagepidgin
CategoriesInstantMessaging, Network
Homepagehttp://www.pidgin.im/
KudosHiDpiIcon

pidgin@muffinmad.shell-extension

Typeshell-extension
NamePidgin IM integration
CommentGNOME Shell Extension
Description

Integrate Pidgin IMs in the Gnome Shell message tray

Packagegnome-shell-extension-pidgin
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/muffinmad/pidgin-im-gnome-shell-extension

pinball.desktop

Typedesktop
NameEmilia Pinball
Comment3D Pinball Game
Description

The Emilia Pinball project is an open source pinball simulator by Henrik Enqvist.

The current release features a number of tables: tux, professor, professor2, gnu and hurd and is very addictive.

Packagepinball
CategoriesArcadeGame, Game, Simulation
KeywordsArcade, Game, Pinball
Homepagehttp://pinball.sourceforge.net/

pinta.desktop

Typedesktop
NamePinta
CommentEdit images and paint digitally
Description

Pinta is a image editing, drawing and painting application with a simple yet powerful interface. Pinta has a wide range of drawing tools, including: freehand, rectangles, circles and lines. It also has over 35 effects to apply to your images, and also has the ability to create unlimited layers to help organize your creativity.

Packagepinta
Categories2DGraphics, Graphics, RasterGraphics
Homepagehttp://pinta-project.com/
KudosHiDpiIcon

pioneer.desktop

Typedesktop
NamePioneer
CommentA game of lonely space adventure
Description

Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century.

The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems. You can try your hand at piracy, make your fortune trading between systems, or do missions for the various factions fighting for power, freedom or self-determination.

Packagepioneer
CategoriesActionGame, AdventureGame, Game, Games, Simulation
Homepagehttp://pioneerspacesim.net/

pioneers.desktop

Typedesktop
NamePioneers
CommentMultiplayer board game inspired by The Settlers of Catan
Description

Pioneers is a free videogame implementation of the famous German game Settlers of Catan. The goal is to build towns, cities and roads on a board that is different every time, while accumulating various types of cards. It can be played online.

Packagepioneers
CategoriesBoardGame, Game
KeywordsPioneers, Settlers, board, game, play
Homepagehttp://pio.sourceforge.net/
KudosHiDpiIcon, ModernToolkit

pitivi.desktop

Typedesktop
NamePitivi
CommentCreate and edit your own movies
Description

Pitivi is a video editor that aims to appeal to hobbyists and professionals alike, with a strong focus on efficiency, quality and usability. It integrates well with other applications and sports a beautiful user interface designed to be powerful yet easy to learn.

With a non-modal editing workflow, a framerate-independent and playhead-centric timeline, Pitivi allows you quickly and accurately trim, split and review your scenes. Pitivi's ripple and roll editing features allow spending more time on storytelling and less time on "pushing clips around".

Some other features include:

  • Accepts any file formats supported by the GStreamer multimedia framework
  • Can animate hundreds of special effects and filters with keyframable properties
  • Ability to set custom aspect ratios, framerates and rendering presets
  • Easy to use crossfades and SMPTE transitions
  • Multihead-friendly with detachable user interface components
Packagepitivi
CategoriesAudioVideo, AudioVideoEditing, Video
Keywordseditor, film, movie, video
Homepagehttp://www.pitivi.org
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, Notifications, UserDocs

places-menu@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NamePlaces Status Indicator
CommentGNOME Shell Extension
Description

Add a menu for quickly navigating places in the system. This extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.

Packagegnome-shell-extension-places-menu
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

plank.desktop

Typedesktop
NamePlank
CommentStupidly simple.
Description

Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more.

It is, however, a library which can be extended to create other dock programs with more advanced features. Thus, Plank is the underlying technology for Docky (starting in version 3.0.0) and aims to provide all the core features while Docky extends it to add fancier things like Docklets, painters, settings dialogs, etc.

Packageplank
CategoriesUtility
Keywordsdock, launch, panel, start
Homepagehttps://launchpad.net/plank
KudosHiDpiIcon, ModernToolkit

planner.desktop

Typedesktop
NamePlanner
CommentAn easy-to-use project management application
Description

Planner is an easy-to-use no-nonsense cross-platform project management application.

Either XML files or a postgresql database can be used to store data. Projects can also be printed to PDF or exported to HTML for easy viewing from any web browser.

Packageplanner
CategoriesOffice, ProjectManagement
Homepagehttps://wiki.gnome.org/Planner/
ProjectGNOME
KudosHiDpiIcon

plater.desktop

Typedesktop
NamePlater
Comment3D printer plating tool
Description

Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.

It lets you load 3D models and manipulate them on XY plane. It is also possible to let Plater automatically arrange the files to fit. You can than export the prepared plate for later use or load it directly to Pronterface (if installed).

Packageplater
Categories3DGraphics, Graphics, Utility
Homepagehttps://github.com/kliment/Printrun

plee-the-bear.desktop

Typedesktop
NamePlee the Bear
CommentRescue your kidnapped son in this side scrolling platform game
Description

Plee the bear is a side scrolling platform game where you have to rescue your kidnapped son. Progress through the levels and dodge all the obstacles to try to rescue your son.

Packageplee-the-bear
CategoriesArcadeGame, Game
Homepagehttp://www.stuff-o-matic.com/plee-the-bear/
KudosHiDpiIcon

plotdrop.desktop

Typedesktop
NamePlotDrop
CommentCreate graphs and data visualizations
Description

Plotdrop is a simple application for creating quick graphs from 2D datasets using the GNUPlot backend. To use plotdrop, you simply drag and drop a data file from your file browser, configure the options and generate your graph.

Packageplotdrop
CategoriesGraphics
Homepagehttp://plotdrop.sourceforge.net/

pluma.desktop

Typedesktop
NamePluma
CommentA Text Editor for the MATE desktop environment
Description

Pluma is a small, but powerful text editor designed specifically for the MATE desktop. It has most standard text editor functions and fully supports international text in Unicode. Advanced features include syntax highlighting and automatic indentation of source code, printing and editing of multiple documents in one window.

Pluma is extensible through a plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels.

Packagepluma
CategoriesTextEditor, Utility
KeywordsMATE, code, editor, files, highlighting, multiple, pluggable, tabs, text
Homepagehttp://www.mate-desktop.org
ProjectMATE
KudosHiDpiIcon, ModernToolkit

poedit.desktop

Typedesktop
NamePoedit
CommentGUI editor for GNU gettext .po files
Description

This program is a GUI frontend to GNU Gettext utilities and a catalogs editor/source code parser. It helps with translating applications into other languages.

Packagepoedit
CategoriesDevelopment, Translation
KeywordsTranslate, gettext, po, translation, wordpress
Homepagehttps://poedit.net
KudosHiDpiIcon, ModernToolkit

pomodoro@arun.codito.in.shell-extension

Typeshell-extension
NamePomodoro
CommentGNOME Shell Extension
Description

A simple pomodoro timer

Packagegnome-shell-extension-pomodoro
CategoriesAddons, ShellExtensions
Homepagehttp://gnomepomodoro.org

postbooks.desktop

Typedesktop
NamePostbooks
CommentMulti-usr accounting, CRM and ERP suite
Description

A full-featured, fully-integrated business management system, the core of the award winning xTuple ERP Suite. Built with the open source PostgreSQL database and the open source Qt framework for C++, it provides the ultimate in power and flexibility for a range of businesses and industries of any size.

Packagepostbooks
CategoriesOffice
Homepagehttp://www.xtuple.org/
KudosHiDpiIcon, ModernToolkit

pragha.desktop

Typedesktop
NamePragha Mucic Player
CommentManage and listen to music
Description

Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and completely written in C, constructed to be fast, light, and simultaneously tries to be complete without obstructing the daily work.

Features:

  • Full integration with GTK+3 support, but always completely independent of gnome or xfce
  • Two panel desing inspired on Amarok 1.4. Library and current playlist
  • Library with multiple views, according tags or folder structure
  • Search, filtering and queue songs on current playlist
  • Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files. Of course you need codecs
  • Playlist management. Exporting M3U and read M3U, PLS, XSPF and WAX playlists
  • Play audio CDs and identifies this with CDDB
  • Playback control with command line and MPRIS2
  • Native desktop notifications with libnotify
Packagepragha
CategoriesAudio, AudioVideo, Player
Homepagehttp://pragha-music-player.github.io
KudosHiDpiIcon, ModernToolkit

pronsole.desktop

Typedesktop
NamePronsole
Comment3D printer host software for console
Description

Pronsole is a command line user interface for desktop 3D printers, such as RepRap. It lets you to load Gcode, connect to printer and send the Gcode to it. Best option for controling 3D printer from headless or not enough powerful machines.

It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly to the printer.

Is integrates slicing tool, so if you load an STL 3D model to it as well as Gcode.

Packagepronsole
Categories3DGraphics, ConsoleOnly, Graphics, Utility
Homepagehttps://github.com/kliment/Printrun

pronterface.desktop

Typedesktop
NamePronterface
Comment3D printer host software
Description

Pronterface is a graphical user interface for desktop 3D printers, such as RepRap. It lets you view Gcode, connect to printer and send the Gcode to it. It's feature rich yet minimalist application.

It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly trough input field.

Is integrates slicing tool, so if you load an STL 3D model to it, it will slice and load it automatically.

Packagepronterface
Categories3DGraphics, Graphics, Utility
Homepagehttps://github.com/kliment/Printrun
KudosHiDpiIcon

proofgeneral.desktop

Typedesktop
NameProofGeneral
CommentEmacs interface to proof assistants
Description

Proof General is a generic front-end for proof assistants (also known as interactive theorem provers) based on Emacs. Proof General allows one to edit and submit a proof script to a proof assistant in an interactive manner:

  • It tracks the goal state and allows for easy backtracking and block execution
  • It adds toolbars and menus to Emacs for easy access to proof assistant features
  • It integrates with Emacs Unicode support to provide output using proper mathematical symbols
  • It includes utilities for generating Emacs tags for proof scripts, allowing for easy navigation

Proof General supports a number of different proof assistants (Isabelle, Coq, PhoX, and LEGO to name a few) and is designed to be easily extendable to work with others.

Packageemacs-common-proofgeneral
CategoriesDevelopment, Education, IDE, Math, Science, TextEditor, Utility
Homepagehttps://proofgeneral.github.io/

pspp.desktop

Typedesktop
NameGNU PSPP
CommentGNU PSPP is a program for statistical analysis of sampled data
Description

GNU PSPP is a program for the statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. The most important of these exceptions are, that there are no “time bombs”; your copy of PSPP will not “expire” or deliberately stop working in the future. Neither are there any artificial limits on the number of cases or variables which you can use. There are no additional packages to purchase in order to get “advanced” functions; all functionality that PSPP currently supports is in the core package.

PSPP is a stable and reliable application. It can perform descriptive statistics, T-tests, anova, linear and logistic regression, measures of association, cluster analysis, reliability and factor analysis, non-parametric tests and more. Its backend is designed to perform its analyses as fast as possible, regardless of the size of the input data. You can use PSPP with its graphical interface or the more traditional syntax commands.

A brief list of some of the PSPP's features.

  • Support for over 1 billion cases
  • Support for over 1 billion variables
  • Syntax and data files which are compatible with those of SPSS
  • A choice of terminal or graphical user interface
  • A choice of text, postscript, pdf, opendocument or html output formats
  • Inter-operability with: LibreOffice, Apache OpenOffice, Gnumeric and other free software
  • Easy data import from spreadsheets, text files and database sources
  • The capability to open, analyse and edit two or more datasets concurrently
  • A user interface supporting all common character sets
  • A user interface has been translated to multiple languages
  • Very fast statistical procedures, even on very large data sets
  • No license fees and no expiration period
  • No unethical “end user license agreements”
  • A fully indexed user manual
  • Freedom ensured; It is licensed under the GPLv3 or later
  • Portability; Runs on many different computers and many different operating systems

PSPP is particularly aimed at statisticians, social scientists and students requiring fast convenient analysis of sampled data.

Packagepspp
CategoriesEducation, Math, Science
Homepagehttp://www.gnu.org/software/pspp/
KudosHiDpiIcon, ModernToolkit

pulsecaster.desktop

Typedesktop
NamePulseCaster
CommentRecord a podcast or interview
Description

PulseCaster is a PulseAudio-based sound recorder. You can use it to record podcasts or interviews made at your laptop or from a separate voice-over-IP (VoIP) app.

PulseCaster allows you to select which sources you use for your podcast. It then automatically mixes the sound sources into one recording that's ready to publish.

There is also an expert mode so you can mix or enhance the recording on your own.

Packagepulsecaster
CategoriesAudio, AudioVideo
Homepagehttp://pulsecaster.org/
KudosHiDpiIcon

purple-line

Typeaddon
Extendspidgin
NameLINE
CommentLibpurple plugin to connect to LINE messenger
Packagepurple-line
Homepagehttp://altrepo.eu/git/purple-line/

purple-plugin-pack

Typeaddon
Extendspidgin
NamePurple Plugin Pack
CommentA collection of plugins for purple-based clients such as Pidgin
Packagepurple-plugin_pack
Homepagehttps://bitbucket.org/rekkanoryo/purple-plugin-pack/

puzzle-master.desktop

Typedesktop
NamePuzzle Master
CommentFun jigsaw puzzle game
Description

Play with your own pictures as jigsaw puzzles. It's very easy to use, simple to play, and it's a lot of fun! Adjust the size and difficulty of the puzzle. The goal is to assemble the selected picture by dragging the matching pieces to each other. Rotate any piece with a multitouch gesture. Matching pieces will snap together when you move them close enough. NOTICE: The developer doesn't take responsibility for user-added content.

Packagepuzzle-master
CategoriesGame, LogicGame
Homepagehttps://github.com/Venemo/puzzle-master
KudosHiDpiIcon, ModernToolkit

pybliographic.desktop

Typedesktop
NamePybliographer
CommentFramework for working with bibliographic databases
Description

Pybliographer is a tool for managing bibliographic databases. It can be used for searching, editing, reformatting, etc. In fact, it's a simple framework that provides easy to use python classes and functions, and therefore can be extended to many uses (generating HTML pages according to bibliographic searches, etc).

In addition to the scripting environment, a graphical Gnome interface is available. It provides powerful editing capabilities, a nice hierarchical search mechanism, direct insertion of references into LyX, direct queries on Medline, and more. It currently supports the following file formats: BibTeX, ISI, Medline, Ovid, Refer.

Packagepybliographer
CategoriesDatabase, Office
Homepagehttp://www.pybliographer.org

pychess.desktop

Typedesktop
NamePyChess
CommentChess client written entirely in Python
Description

Pychess is a Chess client can start a game using its own engine or any other engine installed on the computer is completely written in Python from the User Interface to the game engine and can connect to play games online with other people.

Packagepychess
CategoriesBoardGame, Game
Homepagehttp://pychess.org
KudosHiDpiIcon

pymcabatch.desktop

Typedesktop
NamePyMcabatch
CommentBatch fitting of X-ray Fluorescence Spectra
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

pymcapostbatch.desktop

Typedesktop
NamePyMcapostbatch
CommentPyMca batch result analysis application
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

pymcaroitool.desktop

Typedesktop
NamePyMcaROItool
CommentHandling datasets represented by three-dimensional arrays, like stacks of images or 2D maps of 1D spectra
PackagePyMca
CategoriesDataVisualization, Education, Physics, Science
Homepagehttp://pymca.sourceforge.net/
KudosHiDpiIcon

pymol.desktop

Typedesktop
NamePython Molecular Graphics
CommentMolecular visualization and raytracing
Description

PyMOL is one of a few open-source visualization tools available for use in structural biology. The Py portion of the software's name refers to the fact that it extends, and is extensible by the Python programming language.

PyMOL has the ability to load, manipulate and visualize molecules from a variety of formats and sources. The program can easily be controlled using a menu-driven GUI, or from a large number of commands and/or scripts. A built-in raytracer is available to generate high-quality images of the views generated in the GL portion of the GUI.

PyMOL uses OpenGL Extension Wrangler Library (GLEW) and Freeglut, and can solve Poisson–Boltzmann equations using the Adaptive Poisson Boltzmann Solver (apbs).

Install this application to view, analyze, and prepare graphics images of proteins and experimental strucural data (e.g. crystallographic, NMR and electron microscopy based).

Packagepymol
CategoriesChemistry, Education, Graphics, Science
Homepagehttps://www.pymol.org/
KudosHiDpiIcon

qMasterPassword.desktop

Typedesktop
NameqMasterPassword
CommentStateless Master Password Manager
Description

qMasterPassword is a graphical password manager. Access all your passwords using only a single master password. But in contrast to other managers it does not store any passwords: Unique passwords are generated from the master password and a site name. This means you automatically get different passwords for each account and there is no password file that can be lost or get stolen. There is also no need to trust any online password service.

There exists compatible software for other platforms, for example Android or iOS.

Packageqmasterpassword
CategoriesSecurity, Utility
KeywordsMaster Password Manager, Password, Stateless Password, masterpasswordapp
Homepagehttps://github.com/bkueng/qMasterPassword
KudosHiDpiIcon, ModernToolkit

qalculate-gtk.desktop

Typedesktop
NameQalculate! (GTK+ UI)
CommentPowerful and easy to use calculator
Description

Qalculate! is a desktop calculator with support for units, algebra and a myriad of practical functions. All is accessible from a simple expression entry with convenient completion and efficient error handling, as well as from a number of tool windows and a traditional keypad.

The parsing of mathematical expressions and the display of the result can be customized in many ways to support your specific needs. The result can after the initial calculation be further manipulated using unit conversion, factorization, etc.

Previous expressions and results are kept in the history list and can also be stored in variables.

Functions, units and varibles can all be customised from within the application.

Packageqalculate-gtk
CategoriesCalculator, Math, Science, Utility
Homepagehttp://qalculate.github.io/
KudosModernToolkit

qbittorrent.desktop

Typedesktop
NameqBittorrent
CommentA Bittorrent Client
Description

Aiming to be a good alternative to all other bittorrent clients out there, qBittorrent is fast, stable and provides unicode support as well as many other features. Additionally, qBittorrent runs and provides those same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD).

It is programmed in C++ / Qt and uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. GeoLite data, created by MaxMind, are included in qBittorrent. Its features include:

  • Polished µTorrent-like User Interface
  • Well-integrated and extensible Search Engine
  • All Bittorrent extensions (DHT, Peer Exchange, Full encryption, Magnet/BitComet URIs, ...)
  • Remote control through a Web user interface
  • Advanced control over trackers, peers and torrents
  • UPnP / NAT-PMP port forwarding support
  • Available in ~25 languages (Unicode support)
  • Torrent creation tool
  • Advanced RSS support with download filters (inc. regex)
  • Bandwidth scheduler
  • IP Filtering (eMule and PeerGuardian compatible)
  • IPv6 compliant
  • Sequential downloading (aka "Download in order")
Packageqbittorrent
CategoriesFileTransfer, Network, P2P
Keywordsbittorrent, download, magnet, p2p, torrent
Homepagehttp://www.qbittorrent.org/
KudosHiDpiIcon, ModernToolkit

qblade.desktop

Typedesktop
Nameqblade
CommentWind Turbine Rotor Design and Simulation
Description

QBlade is a Blade Element Momentum Method (BEM), Double Multiple Streamtube (DMS) and nonlinear Lifting Line Theory (LLT) Design and Simulation Software for Vertical and Horizontal Axis Wind Turbines. It also includes tools to setup and simulate the internal blade structure and perform an aeroelastic analysis of a wind turbine rotor in turbulent inflow conditions through a coupling with FAST from NREL.

Packageqblade
CategoriesDataVisualization, Education, Science
Homepagehttp://www.q-blade.org/
KudosHiDpiIcon, ModernToolkit

qcad.desktop

Typedesktop
NameQCad
CommentPowerful 2D CAD system
Description

QCAD is an application for computer aided drafting (CAD) in two dimensions (2D). With QCAD you can create technical drawings such as plans for buildings, interiors, mechanical parts or schematics and diagrams.

QCAD was designed with modularity, extensibility and portability in mind. But what people notice most often about QCAD is its intuitive user interface. QCAD is an easy to use but powerful 2D CAD system for everyone. You don't need any CAD experience to get started with QCAD immediately.

Packageqcad
CategoriesApplication, Engineering, Graphics
Homepagehttp://www.ribbonsoft.com/qcad.html
KudosHiDpiIcon

qcomicbook.desktop

Typedesktop
Nameqcomicbook
CommentRead comics
Description

QComicBook is an application for reading comics and supports a wide range of formats, including CBZ, CBR and CBT. QComicBook has a wide range of features to enhance your comic reading, including page preview, a thumbnails view, bookmarks, and a specific mode for reading manga.

Packageqcomicbook
CategoriesGraphics, Viewer
Homepagehttp://qcomicbook.org/

qelectrotech.desktop

Typedesktop
NameQElectroTech
CommentElectrical diagram editor
Description

QElectroTech is a Qt5 application to design electric diagrams. It uses XML files for elements and diagrams, and includes both a diagram editor, a element editor, and an titleblock editor.

Packageqelectrotech
CategoriesElectricity, Electronics, Engineering, Graphics, Science, VectorGraphics
KeywordsElectricity, Engineering, Graphics, Science
Homepagehttp://qelectrotech.org
KudosHiDpiIcon, ModernToolkit

qgit.desktop

Typedesktop
NameQGit
CommentA git GUI viewer
Description

QGit is a graphical viewer for git repositories. Main features:

  • Graphical view of history, commits and the differences for the changed files
  • Quick access to git operations
Packageqgit
CategoriesDevelopment, RevisionControl
Homepagehttp://libre.tibirna.org/projects/qgit
KudosModernToolkit

qmidiarp.desktop

Typedesktop
NameQMidiArp
CommentMIDI Arpeggiator, Step Sequencer and LFO
Description

QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer and LFO for Linux. It can hold any number of arpeggiator, sequencer, or LFO modules running in parallel. Arpeggiator modules produce sequences depending on the notes sent to their input port, which is typically connected to a keyboard or another sequencer. Step sequencer modules allow you to create simple linear, monophonic and globally transposable sequences similar to the first analog sequencers. MIDI LFO modules produce MIDI controller data of adjustable waveform, time resolution, amplitude and duration. A Global Storage Tool can store different setups and switch between them at a given time. It allows you to dynamically combine patterns and LFO wave forms. This combination makes QMidiArp a handy MIDI phrase generator for live performance and composition.

Highlighted Features:

  • JACK or ALSA MIDI backends
  • MIDI-learnable controls
  • JACK Transport or MIDI Clock synchronization
  • NSM support
  • Modules available as LV2 Plugins

(null)

Packageqmidiarp
CategoriesAudio, AudioVideo, AudioVideoEditing, Midi
Keywordsarpeggiator, audio, jackd, midi, sound
Homepagehttp://qmidiarp.sourceforge.net
KudosHiDpiIcon

qterminal.desktop

Typedesktop
NameQTerminal
CommentA lightweight multiplatform terminal emulator.
Description

QTerminal is a lightweight multiplatform terminal emulator.

Its main features are:

  • Multiple tabs
  • Layout terminals side-by-side
  • Dropdown mode
  • Text search
  • Configurable uster interface
  • Integration of system clipboard
Packageqterminal
CategoriesSystem, TerminalEmulator
Homepagehttps://github.com/lxde/qterminal
KudosHiDpiIcon, ModernToolkit

qtl866.desktop

Typedesktop
NameMiniPRO TL866 Programmer
CommentGUI driver for the TL866 (MiniPRO) chip programmer
Description

Qtl866 provides a GUI for the MiniPRO TL866CS and MiniPRO TL866A programmers. It utilizes the command-line based minipro tool and supports more than 13000 target devices (including AVRs, PICs, various BIOSes and EEPROMs).

Packageqtl866
CategoriesUtility
KeywordsMiniPRO, TL866, TL866A, TL866CS, programmer
Homepagehttps://github.com/wd5gnr/qtl866
KudosHiDpiIcon, ModernToolkit

qtpass.desktop

Typedesktop
NameQtPass
CommentGUI for the standard unix password store
Description

QtPass is a multi-platform GUI for pass, the standard unix password manager.

Features:

  • Using pass or git and gpg2 directly
  • Cross platform: Linux, BSD, OS X and Windows
  • Using native widgets and iconography where possible
  • Reading pass password stores
  • Decrypting and displaying the password and related info
  • Editing and adding of passwords and information
  • Updating to and from a git repository
  • Per-folder user selection for multi recipient encryption
  • Configuration options for backends and executable/folder locations
  • Copying password to clipboard
  • Configurable shoulder surfing protection options
  • Experimental WebDAV support
Packageqtpass
CategoriesSecurity, Utility
KeywordsManager, Password, QT
Homepagehttps://qtpass.org/
ProjectIJHack
KudosHiDpiIcon, ModernToolkit

qtractor.desktop

Typedesktop
NameQtractor
CommentAn Audio/MIDI multi-track sequencer
Description

Qtractor is an Audio/MIDI multi-track sequencer application written in C++ around the Qt framework using Qt Designer.

The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.

Packageqtractor
CategoriesAudio, AudioVideo, Midi, Sequencer
KeywordsALSA, Audio, DAW, DSSI, JACK, LADSPA, LV2, MIDI, Multitrack, Qt, Sequencer, VST
Homepagehttp://qtractor.sourceforge.net
Projectrncbc.org
KudosAppMenu, HiDpiIcon, ModernToolkit

quadrapassel.desktop

Typedesktop
NameQuadrapassel
CommentFit falling blocks together
Description

Quadrapassel is a derivative of a classic Russian falling-block game. Reposition and rotate the blocks as they fall, and attempt to fit them together. When you form a complete horizontal row of blocks, the row will disappear and you score points. The game is over when the blocks get stacked too high. As your score gets higher, you level up and the blocks fall faster.

If you're looking for a challenge, Quadrapassel allows you to increase the initial speed of the blocks, or begin the game with partial blocks on some of the rows. Or, instead of allowing the blocks to fall randomly, it can select blocks that will be hard for you to place.

Packagequadrapassel
CategoriesBlocksGame, Game
Keywordstetris
Homepagehttps://wiki.gnome.org/Apps/Quadrapassel
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

quake3.desktop

Typedesktop
NameQuake3 Demo
CommentQuake 3 Arena tournament 3D shooter game demo installer
Description

Quake 3 Arena tournament 3D shooter game demo installer. The Quake3 engine is Open Source. The original Quake3 datafiles however are not Open Source. There is a gratis, but not Open Source demo available on the internet.

This package installs an applications menu entry for playing the Quake3 Arena Demo. The first time you click this menu entry, it will offer to download and install the Quake 3 Demo datafiles for you.

Packagequake3-demo
CategoriesActionGame, Game
Keywordsfirst, fps, game, person, quake, quake3, shooter
Homepagehttp://ioquake3.org/

quassel.desktop

Typedesktop
NameQuassel
CommentModern IRC client
Description

Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core: much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. In addition to this unique feature, we aim to bring a pleasurable, comfortable chatting experience to all major platforms, making communication with your peers not only convenient, but also available everywhere.

And the best of all: It's free - as in beer and as in speech.

This application is the "monolithic" build of Quassel; it can be used on its own without setting up a core.

Packagequassel
CategoriesChat, IRCClient, Network
Homepagehttp://quassel-irc.org/
KudosHiDpiIcon, ModernToolkit

quasselclient.desktop

Typedesktop
NameQuassel Client
CommentModern distributed IRC client
Description

Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core: much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. In addition to this unique feature, we aim to bring a pleasurable, comfortable chatting experience to all major platforms, making communication with your peers not only convenient, but also available everywhere.

And the best of all: It's free - as in beer and as in speech.

This application is the client-only version of Quassel. You must first set up (or have been given an account on) the quassel core before using this.

Packagequassel-client
CategoriesChat, IRCClient, Network
Homepagehttp://quassel-irc.org/
KudosHiDpiIcon, ModernToolkit

quearcode.desktop

Typedesktop
NameQuearcode
CommentGenerate QR codes
Description

Quearcode is a simple application for quickly generating QR codes. Simply enter the text you want to encode, set the size of the QR code, and press Generate to open up your generated QR code in the default image viewer.

Packagequearcode
CategoriesGraphics
Homepagehttp://sourceforge.net/projects/quearcode/
KudosHiDpiIcon

quitcount.desktop

Typedesktop
NameQuitCount
CommentSimple counter showing your gains since you quit smoking
Description

QuitCount is a simple counter that shows what you saved since you quit smoking.

Once you tell it the date you quit, how much you smoked, and how much it cost, it'll tell you how many cigarettes you didn't smoke since, and how much it makes in terms of money, tar, and life expectancy.

Packagequitcount
CategoriesUtility
Homepagehttp://quitcount.sourceforge.net/
KudosHiDpiIcon, ModernToolkit

quodlibet.desktop

Typedesktop
NameQuod Libet
CommentListen to, browse, or edit your audio collection
Description

Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata tag editing and searching capabilities.

Supported file formats include Ogg Vorbis/Opus/Speex/FLAC, MP3, FLAC, MOD/XM/IT, Musepack, Wavpack, MPEG-4 AAC, Monkeys Audio, WMA, SPC, MIDI.

Packagequodlibet
CategoriesAudio, AudioVideo, Player
Homepagehttps://quodlibet.readthedocs.org
KudosHiDpiIcon, Notifications, SearchProvider

qupzilla.desktop

Typedesktop
NameQupZilla
CommentWeb Browser
Description

QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a built-in AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL manager.

QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone. There are already a lot of QtWebKit browsers available, but they are either bound to the KDE environment, not actively developed or very unstable and miss important features. QupZilla, a multi-platform, modern and actively developed browser, is here to fill this gap by providing a very stable browsing experience.

Packagequpzilla
CategoriesNetwork, WebBrowser
Homepagehttps://www.qupzilla.com/
KudosHiDpiIcon, ModernToolkit

rafkill.desktop

Typedesktop
NameRafkill
CommentTop-down shooter with powerups
Description

Rafkill is a vertical scrolling shoot-em up game. You can collect powerups during gameplay and you can goto the store with your spaceship and buy powerups or even a complete new ship with the points you've earned sofar.

Packagerafkill
CategoriesArcadeGame, Game
Homepagehttp://raptorv2.sourceforge.net/index.php

rapid-photo-downloader.desktop

Typedesktop
NameRapid Photo Downloader
CommentDownload photos and videos from cameras, memory cards and Portable Storage Devices
Description

Rapid Photo Downloader imports photos and videos from memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames. It can back up photos and videos as they are downloaded. It can download from and back up to multiple devices simultaneously, which is valuable when importing from multiple memory cards or backing up to multiple external drives.

Written by a photographer for professional and amateur photographers, Rapid Photo Downloader is easy to configure and use. Program preferences are configured without the need for complicated codes. Common tasks can be automated, such as unmounting a memory card when the download is complete.

Downloading directly from a camera works only with some cameras. It works well with some cameras, and not at all with others. For best performance, using a memory card reader is recommended.

Packagerapid-photo-downloader
CategoriesGraphics, Photography
Homepagehttp://www.damonlynch.net/rapid/
KudosHiDpiIcon

rawlogviewer.desktop

Typedesktop
NameRawlog Viewer
CommentRobotics dataset IDE
Description

GUI to visualize and manipulate robotics datasets.

Packagemrpt-rawlog-viewer
CategoriesArtificialIntelligence, Robotics, Science
Keywordsbrowse, dataset, explore, mrpt, rawlog, robotics
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

rawstudio.desktop

Typedesktop
NameRawstudio
CommentConvert raw images
Description

Rawstudio is an open-source program to read and manipulate RAW images from digital cameras.

To get the best quality out of your digital camera, it is often recommended that you record your pictures in RAW format. This format is mostly specific to a camera and cannot be read by most image editing applications. Our goal is to supply you with a tool, where you can have the benefits of RAW images and the ease of use of JPEG images.

The main focus of Rawstudio is to enable efficient review and fast processing of large image collections. We aim to supply you with a tool that makes it possible for you to review and process several hundred images in a matter of a few hours.

Packagerawstudio
CategoriesGraphics, Photography
Homepagehttp://rawstudio.org/
KudosModernToolkit

rawtherapee.desktop

Typedesktop
NameRawTherapee
CommentA powerful cross-platform raw image processing program
Description

RawTherapee is a powerful raw image processing program. All the internal calculations are done in a high precision 32-bit floating point engine which facilitates non-destructive editing. Images are opened directly without the hassle of having to import them. Adjustments made by the user are immediately reflected in the preview and saved to a separate sidecar file. These adjustments are then applied during the export process, or can be copied (fully and partially) onto other images, thereby allowing easy batch image processing.

All aspects of RawTherapee are documented in the RawPedia wiki. There is also an active forum and IRC channel for interaction with the developers and other users.

Packagerawtherapee
Categories2DGraphics, Graphics, Photography, RasterGraphics
Keywordsdevelop, graphics, photography, pp3, raw
Homepagehttp://rawtherapee.com/
KudosHiDpiIcon, ModernToolkit

reactivenavdemo.desktop

Typedesktop
NameReactive Navigation Demo
CommentRobotics Simulation
Description

Reactive Navigation Demo.

Packagemrpt-reactive-navigation
CategoriesArtificialIntelligence, Robotics, Science
Keywordsmrpt, navigation, reactive, robot, robotics
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

redeclipse.desktop

Typedesktop
NameRed Eclipse
CommentFirst-person shooter with agile gameplay and built-in editor
Description

Red Eclipse is a fun-filled new take on the first person arena shooter, built as a total conversion of Cube Engine 2, which lends itself toward a balanced gameplay, with a general theme of agility in a variety of environments.

  • Cross-platform multiplayer
  • Features parkour, impulse boosts, dashing, and other tricks
  • Favourite gamemodes with an array of mutators and variables
  • Builtin editor lets you create your own maps cooperatively online
Packageredeclipse
CategoriesActionGame, Game
Keywordsaction, arena, fps, mapeditor, multiplayer, play
Homepagehttp://redeclipse.net/
KudosHiDpiIcon

rednotebook.desktop

Typedesktop
NameRedNotebook
CommentGraphical Diary and Journal
Description

RedNotebook is a modern desktop journal. It lets you format, tag and search your entries. You can also add pictures, links and customizable templates, spell check your notes, and export to plain text, HTML, Latex or PDF.

Packagerednotebook
CategoriesCalendar, Office
Homepagehttp://rednotebook.sourceforge.net/
KudosHiDpiIcon

redshift-gtk.desktop

Typedesktop
NameRedshift
CommentColor temperature adjustment tool
Description

Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.

The color temperature is set according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt.

This program provides a status icon that allows the user to control Redshift.

Packageredshift-gtk
CategoriesUtility
Homepagehttp://jonls.dk/redshift/
KudosHiDpiIcon

remmina.desktop

Typedesktop
NameRemmina
CommentRemote Desktop Client
Description

Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks.

Remmina supports multiple network protocols in an integrated and consistent user interface. The protocols currently supported are: RDP (Remote Desktop Protocol), VNC (Virtual Network Computing), NX (NoMachine NX / FreeNX), XDMCP (X Display Manager Control Protocol) and SSH (Secure Shell / Open SSH).

External plugins are also supported to add new protocols and features.

Packageremmina
CategoriesNetwork
Homepagehttps://freerdp.github.io/Remmina/
KudosHiDpiIcon, ModernToolkit

remote-viewer.desktop

Typedesktop
NameRemote Viewer
CommentRemotely access virtual machines
Description

Remote Viewer provides a graphical viewer for the guest OS display. At this time it supports guest OS using the VNC or SPICE protocols. Further protocols may be supported in the future as user demand dictates. The viewer can connect directly to both local and remotely hosted guest OS, optionally using SSL/TLS encryption.

Packagevirt-viewer
CategoriesNetwork, RemoteAccess
Homepagehttps://virt-manager.org/
KudosHiDpiIcon, ModernToolkit

remotebox.desktop

Typedesktop
NameRemoteBox: VirtualBox Client
CommentA remote client for administering VirtualBox and its guests
Description

RemoteBox is a VirtualBox client which allows you to administer a server installation of VirtualBox and its guests over the network. Guests are launched in headless-mode which allows complete interaction with their displays from the client machine using RDP, which also supports sound and clipboard sharing. RemoteBox is compatible with VirtualBox on a server running Linux, Windows, Solaris or Mac OS X.

It supports most of the features of standard VirtualBox user interface with the advantage that all the guest resources are consumed on your server and not your client.

PackageRemoteBox
CategoriesEmulator, System
Homepagehttp://remotebox.knobgoblin.org.uk

remove-bluetooth-icon@affolter-engineering.ch.shell-extension

Typeshell-extension
NameBluetooth icon remover
CommentGNOME Shell Extension
Description

Removes the bluetooth icon from the panel.

Packagegnome-shell-extension-remove-bluetooth-icon
CategoriesAddons, ShellExtensions
Homepagehttp://www.affolter-engineering.ch/index.php?page=gnome-extensions

remove-volume-icon@affolter-engineering.ch.shell-extension

Typeshell-extension
NameVolume icon remover
CommentGNOME Shell Extension
Description

Removes the volume icon from the panel.

Packagegnome-shell-extension-remove-volume-icon
CategoriesAddons, ShellExtensions
Homepagehttp://www.affolter-engineering.ch/index.php?page=gnome-extensions

repsnapper.desktop

Typedesktop
NameRepsnapper
CommentControls your 3D plastic printer
Description

RepSnapper is an alternative host software for controlling the RepRap open source 3D printer.

OpenGL User Interface (GTK), Slicer and Toolpath Generator written in C++. See also http://reprap.org/wiki/RepSnapper_Manual:Introduction

Packagerepsnapper
CategoriesEngineering, Graphics
Homepagehttps://github.com/timschmidt/repsnapper
KudosHiDpiIcon

revelation.desktop

Typedesktop
NameRevelation
CommentA password manager for GNOME
Description

Revelation is a password manager for the GNOME desktop, released under the NU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

  • Store passwords encrypted
  • Store passwords organizated
  • Autolock on idle or when desktop locks
  • Import from and export to different formats
Packagerevelation
CategoriesUtility
Homepagehttp://revelation.olasagasti.info/index.php
KudosHiDpiIcon

rhythmbox.desktop

Typedesktop
NameRhythmbox
CommentPlay and organize your music collection
Description

Rhythmbox is a music management application, designed to work well under the GNOME desktop. In addition to music stored on your computer, it supports network shares, podcasts, radio streams, portable music devices (including phones), and internet music services such as Last.fm and Magnatune.

Rhythmbox is Free software, based on GTK+ and GStreamer, and is extensible via plugins written in Python or C.

Packagerhythmbox
CategoriesAudio, AudioVideo, Player
KeywordsAudio, CD, DLNA, Last.fm, MP3, MTP, Playlist, Podcast, Radio, Song, UPnP, iPod
Homepagehttps://wiki.gnome.org/Apps/Rhythmbox
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, Notifications, UserDocs

ristretto.desktop

Typedesktop
NameRistretto
CommentFast and lightweight image viewer
Description

Ristretto is an image viewer for the Xfce desktop environment.

The Ristretto Image Viewer is an application that can be used to view and scroll through images, run a slideshow of images, open images with other applications like an image-editor or configure an image as the desktop wallpaper.

Packageristretto
CategoriesGraphics, Viewer
Homepagehttp://docs.xfce.org/apps/ristretto/start
ProjectXFCE
KudosHiDpiIcon

robotic-arm-kinematics.desktop

Typedesktop
NameRobot ARM kinematics
CommentRobot ARM kinematics (Denavit-Hartenberg)
Description

GUI to practice and learn the Denavit-Hartenberg (DH) parameters or robotic arm manipulators.

Packagemrpt-robotic-arm-kinematics
CategoriesArtificialIntelligence, Robotics, Science
KeywordsDenavit-Hartenberg, arm, kinematics, mrpt, robotic
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

rocksndiamonds.desktop

Typedesktop
NameRocks'N'Diamonds
CommentGem collecting puzzle game
Description

Rocks 'n' Diamonds is a action puzzle game where you have to navigate a maze of dirt, rocks, enemies and quicksand, while collecting gems and making it safely to the exit. Be careful not to get crushed by falling rocks or killed by an enemy.

Packagerocksndiamonds
CategoriesArcadeGame, Game
Homepagehttp://www.artsoft.org/rocksndiamonds/

rosegarden.desktop

Typedesktop
NameRosegarden
CommentMusic composition and editing environment for MIDI and notation, with basic audio support
Description

Rosegarden is a general-purpose music composition and editing environment that offers a mixture of features inspired by MIDI sequencers, DAWs, and score editors. Rosegarden offers a variety of extensions that work in conjunction with LilyPond to produce beautiful scores that often require little or no manual editing, and it generally does a good job of rendering human MIDI performances as legible notation.

Rosegarden is ideal for the small scale home artist who wishes to use one tool to handle a music project from start to finish. For example, you can record your musical idea with a MIDI keyboard, write out transposing parts for the members of a brass band, and record the band playing these parts all in the same document in the same application. Rosegarden supports a variety of import and export formats, and works well in conjunction with other applications.

Packagerosegarden4
CategoriesAudio, AudioVideo, Midi, Sequencer
Homepagehttp://www.rosegardenmusic.com
KudosHiDpiIcon, ModernToolkit

rott-registered.desktop

Typeaddon
Extendsrott-shareware
NameEngine for Rise of the Triad registered
CommentPlace the registered Rise of the Triad datafiles under /usr/share/rott/
Packagerott-registered
CategoriesActionGame, Game
Keywordsfirst, fps, game, person, rise, rott, shooter, triad
Homepagehttp://icculus.org/rott/

rott-shareware.desktop

Typedesktop
NameRise of the Triad
CommentApogee's classic 3d first person shooter Rise of the Triad
Description

This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the Triad (RotT), which has been released under the GPL by Apogee. This version is enhanced with the "high" resolution rendering from the winrott port.

This package contains the engine for the shareware version of RotT. In order to play the shareware version, you will need the shareware datafiles. Which can be freely downloaded from Apogee/3DRealms, but cannot be distributed as a part of Fedora. When you start RotT for the first time it will offer to download the datafiles for you.

Packagerott-shareware
CategoriesActionGame, Game
Keywordsfirst, fps, game, person, rise, rott, shooter, triad
Homepagehttps://icculus.org/rott/

roxterm.desktop

Typedesktop
NameROXTerm
CommentTerminal emulator
Description

ROXTerm is a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library. It is more configurable than gnome-terminal and aimed more at "power" users who make heavy use of terminals.

Packageroxterm
CategoriesSystem, TerminalEmulator
Keywordscommand, commandline, prompt, shell
Homepagehttp://roxterm.sourceforge.net
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

saga.desktop

Typedesktop
NameSAGA
CommentSystem for Automated Geoscientific Analyses
Description

SAGA is a Geographic Information System (GIS) software with immense capabilities for geodata processing and analysis. Due to the modular organization of the geoprocessing tools, they can be accessed either through the graphical user interface or via the command line application.

Furthermore, SAGA provides an effective Application Programming Interface which makes it easy to implement new tools and functionality.

Packagesaga
CategoriesEducation, Geography, Science
Keywordsgeospatial, gis, spatial
Homepagehttp://www.saga-gis.org
KudosHiDpiIcon

samplv1.desktop

Typedesktop
Namesamplv1
Commentan old-school polyphonic sampler
Description

samplv1 is an old-school polyphonic sampler synthesizer with stereo fx.

features:

Packagesamplv1
CategoriesAudio, AudioVideo, Midi
KeywordsALSA, Audio, JACK, LV2, MIDI, Qt, Sampler, Synthesizer
Homepagehttp://samplv1.sourceforge.net
Projectrncbc.org
KudosHiDpiIcon, ModernToolkit

sayonara.desktop

Typedesktop
NameSayonara
CommentA lightweight Qt Audio player
Description

Sayonara is a small, clear, not yet platform-independent music player. Low CPU usage, low memory consumption and no long loading times are only three benefits of this player.

Sayonara should be easy and intuitive to use and therefore it should be able to compete with the most popular music players.

Packagesayonara
CategoriesAudio, AudioVideo, Music, Player
Keywordsaudio, library, music, player, tag
Homepagehttp://sayonara-player.com
KudosHiDpiIcon, ModernToolkit, Notifications

scap-workbench.desktop

Typedesktop
NameSCAP Workbench
CommentA GUI tool that serves as an SCAP scanner and provides tailoring functionality for SCAP content
Description

The main goal of this application is to lower the initial barrier of using SCAP. Therefore, the scope of very narrow - SCAP Workbench only scans a single machine and only with XCCDF/SDS (no direct OVAL evaluation). The assumption is that this is enough for users who want to scan a few machines and users with huge amount of machines to scan will just use scap-workbench to test or hand-tune their content before deploying it with more advanced (and harder to use) tools like spacewalk.

Feature highlights:

  • XCCDF 1.1 and 1.2 support
  • Source Data Stream 1.2 support
  • XCCDF 1.2 Tailoring file support
  • Evaluation of local machine
  • Evaluation of remote machine (using ssh)
  • Limited tailoring support - selection and unselection
  • Saving results as XCCDF 1.1 or 1.2 (depending on input) or ARF 1.1
Packagescap-workbench
CategoriesSystem
Homepagehttps://www.open-scap.org/tools/scap-workbench
KudosHiDpiIcon

sceneviewer.desktop

Typedesktop
NameScene Viewer 3D
CommentViewer of MRPT scenes
Description

Viewer of MRPT 3D scene files.

Packagemrpt-scene-viewer
CategoriesArtificialIntelligence, Robotics, Science
Keywords3D, mrpt, render, viewer
Homepagehttp://www.mrpt.org/
KudosHiDpiIcon

scilab.desktop

Typedesktop
NameScilab
CommentScientific software package for numerical computations
Description

Scilab is free and open source software for numerical computation providing a powerful computing environment for engineering and scientific applications. Scilab includes hundreds of mathematical functions. It has a high level programming language allowing access to advanced data structures, 2-D and 3-D graphical functions. A large number of functionalities is included in Scilab:

  • Maths & Simulation: For usual engineering and science applications
  • 2-D & 3-D Visualization: Graphics functions to visualize, annotate and export data
  • Optimization: Algorithms to solve constrained and unconstrained continuous and discrete problems
  • Statistics: Tools to perform data analysis and modeling
  • Control System Design & Analysis: Standard algorithms and tools for control system study
  • Signal Processing: Visualize, analyze and filter signals in time and frequency domains
  • Application Development: Increase Scilab native functionalities and manage data exchanges
  • Xcos - Hybrid dynamic systems modeler and simulator: Modeling physical systems, control systems

Thanks to its ability to interconnect with third-party technologies and applications, Scilab can also act as a unique platform to bring together codes written in different programming languages in a single, unified language, thus facilitating their distribution, their back-up and use.

Packagescilab
CategoriesMath, Science
Homepagehttp://www.scilab.org
KudosHiDpiIcon

scorched3d.desktop

Typedesktop
NameScorched 3D
CommentTurn based 3D artillery game
Description

Scorched 3D is a turn-based 3D artillery game where you take control of a tank and attack your opponents in a 3D landscape with a range of weapons. It also features some real-time elements allowing you to counter opponents attacks, and also features online multiplayer modes.

Packagescorched3d
CategoriesActionGame, Game, StrategyGame
Homepagehttp://www.scorched3d.co.uk/

scorchwentbonkers.desktop

Typedesktop
NameScorch Wend Bonkers
CommentRealtime remake of Scorched Earth
Description

As the name suggests, Scorch Went Bonkers is a remake of the old PC classic. However, many things were changed and the type of fun delivered by the game is different. Where Scorched Earth puts emphasis on tactics and careful calculations, SWB requires quick thinking, perfect timing and only one finger for controlling your tank. The game is real-time instead of turn based.

Works best when you can get 4+ people in front of a single computer, as this is where the battles become fun and frantic.

Packagescorchwentbonkers
CategoriesGame, StrategyGame
KeywordsArcade, Bonkers, Game, Retro, Scorch, Shooter, deathmatch
Homepagehttp://wasyl.eu/games/scorch-went-bonkers.html

scratch.desktop

Typedesktop
NameScratch
CommentProgramming language learning environment for stories, games, music and art
Description

Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web.

As young people create and share Scratch projects, they learn important mathematical and computational ideas, while also learning to think creatively, reason systematically, and work collaboratively.

This package brings in all of the various subpackages which comprise the full Scratch distribution.

Packagescratch
CategoriesDevelopment
Homepagehttp://scratch.mit.edu/
KudosHiDpiIcon

screenie-composer.desktop

Typedesktop
NameScreenie
CommentCreate stylish screenshots
Description

Screenie is a simple to use screenshot composition tool, with the abilty to add perspective and reflections to screenshots. To use screenie, the user simply imports a screenshot, then tweaks a few variables that control the angle of the perspective effect, the amount of reflection, and the background colour.

Packagescreenie-composer
Categories2DGraphics, Graphics
Homepagehttps://code.google.com/p/screenie/
KudosHiDpiIcon

screenshot-tool.desktop

Typedesktop
NameScreenshot
CommentSave images of the screen
Description

A simple screenshot tool. Capture whole screen shots, selected area shots, current window shots, and timed shots.

Packagescreenshot-tool
CategoriesUtility
KeywordsScreenshot, Snapshot
Homepagehttp://elementary.io/
Projectelementary
KudosHiDpiIcon, ModernToolkit

screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameScreenshot Window Sizer
CommentGNOME Shell Extension
Description

Resize windows for GNOME Software screenshots

Packagegnome-shell-extension-screenshot-window-sizer
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

scribus.desktop

Typedesktop
NameScribus
CommentPage Layout and Publication
Description

Scribus is a desktop publishing application that allows you to create posters, magazines and books ready to send off to a printing house. It supports professional publishing features, such color separations, CMYK and spot colors, ICC color management, and versatile PDF creation.

Packagescribus
CategoriesGraphics, Publishing
Homepagehttp://scribus.net/
KudosHiDpiIcon

scummvm.desktop

Typedesktop
NameScummVM
CommentInterpreter for several adventure games
Description

ScummVM is an interpreter that will play graphic adventure games written for LucasArts' SCUMM virtual machine (such as Day of the Tentacle and Monkey Island), Sierra's AGI adventures (such as early King's Quest and Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, Revolution Software's Beneath a Steel Sky and Broken Sword 1, 2 and 2.5, Interactive Binary Illusions' Flight of the Amazon Queen, Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's Legend of Kyrandia, and various others.

Packagescummvm
CategoriesAdventureGame, Emulator, Game
Keywordsadventure, adventuregame, emulator, game
Homepagehttps://www.scummvm.org
KudosHiDpiIcon

seafile.desktop

Typedesktop
NameSeafile
CommentSeafile cloud storage desktop client
Description

Seafile is a next-generation open source cloud storage system, with advanced support for file syncing, privacy protection and teamwork.

Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team.

Packageseafile-client
CategoriesFileTransfer, Network
Homepagehttps://www.seafile.com
KudosHiDpiIcon, ModernToolkit

seahorse.desktop

Typedesktop
NameSeahorse
CommentManage your passwords and encryption keys
Description

Seahorse is a GNOME application for managing encryption keys. It also integrates with nautilus, gedit and other places for encryption operations.

With seahorse you can create and manage PGP keys, create and manage SSH keys, publish and retrieve keys from key servers, cache your passphrase so you don't have to keep typing it and backup your keys and keyring.

Packageseahorse
CategoriesDesktopSettings, Security, Utility
Keywordsencryption, keyring, security, sign, ssh
Homepagehttps://wiki.gnome.org/Apps/Seahorse
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, SearchProvider, UserDocs

seaview.desktop

Typedesktop
NameSeaView
CommentGUI for multiple sequence alignment and molecular phylogeny
Description

SeaView is a multiplatform, graphical user interface for multiple sequence alignment and molecular phylogeny.

  • SeaView reads and writes various file formats (NEXUS, MSF, CLUSTAL, FASTA, PHYLIP, MASE, Newick) of DNA and protein sequences and of phylogenetic trees.
  • SeaView drives programs muscle or Clustal-Omega for multiple sequence alignment, and also allows to use any external alignment algorithm able to read and write FASTA-formatted files.
  • Seaview drives the Gblocks program to select blocks of evolutionarily conserved sites.
  • SeaView computes phylogenetic trees by:
  • - parsimony, using PHYLIP's dnapars/protpars algorithm,
  • - distance, with NJ or BioNJ algorithms on a variety of evolutionary distances,
  • - maximum likelihood, driving program PhyML 3.1.
  • SeaView prints and draws phylogenetic trees on screen, SVG, PDF or PostScript files.
  • SeaView allows to download sequences from EMBL/GenBank/UniProt using the Internet.
Packageseaview
CategoriesScience
Homepagehttp://doua.prabi.fr/software/seaview
KudosHiDpiIcon

setBfree.desktop

Typedesktop
NamesetBfree
CommentA DSP Tonewheel Organ emulator
Description

A MIDI-controlled, software synthesizer designed to imitate the sound and properties of the electromechanical organs and sound modification devices that brought world-wide fame to the names and products of Laurens Hammond and Don Leslie.

PackagesetBfree
CategoriesAudio, AudioVideo
Homepagehttp://setbfree.org/
KudosHiDpiIcon

setroubleshoot.desktop

Typedesktop
NameSELinux Troubleshooter
CommentTroubleshoot SELinux policy and access denials
Description

The SELinux Troubleshooter provides a graphical user interface to help diagnose SELinux policy issues. When Access Vector Cache (AVC) denial messages are logged by SELinux, the SELinux Troubleshooter generates a desktop notification containing information about the problem and allows the user to launch the troubleshooting interface to help track down the cause of the denial.

Packagesetroubleshoot
CategoriesSystem
Keywordsalert, avc, mac, permission, policy, sealert, security, selinux
Homepagehttps://fedorahosted.org/setroubleshoot/
KudosHiDpiIcon

sfxr.desktop

Typedesktop
Namesfxr
CommentSimple and fun sound effect generator
Description

This little tool was made to provide a simple means of getting basic sound effects into a game. You just need to hit a few buttons in this application to get some largely randomized effects.

Basic usage involves hitting the randomize button (or one of the other buttons to your left if you need a specific standard sound), listen to the generated sound, then deciding if it sounds ok or not. If it does, then export it to .WAV and you're done, if not - just hit the button again and get something different.

All the parameters used to create each sound are manually tweakable to allow fine-tuning if you feel like getting your hands dirty. Space is a useful shortcut to play the current sound.

Packagesfxr
CategoriesAudio, AudioVideo, AudioVideoEditing
KeywordsAudio, Effects, Generator, Sound
Homepagehttp://www.drpetter.se/project_sfxr.html
KudosModernToolkit

shippy.desktop

Typedesktop
NameShippy1984
CommentSpace invaders / Galaxians like game with powerups
Description

Shippy1984 is a small game designed to bring back nostalgia for the ways games used to be made--addicting as hell! Mash buttons on your way to the high score!

Shippy1984 is designed from the ground up for the avid casual gamer who feels left behind by the technological overload of today's games! No longer! Shippy1984 is the game you have been waiting for!

Packageshippy-common
CategoriesArcadeGame, Game
KeywordsArcade, Classic, Game, Retro
Homepagehttp://www.ryanbroomfield.com/projects/shippy1984

shotwell.desktop

Typedesktop
NameShotwell
CommentPopular photo manager
Description

Shotwell is an easy-to-use, fast photo organizer designed for the GNOME desktop. It allows you to import photos from your camera or disk, organize them by date and subject matter, even ratings. It also offers basic photo editing, like crop, red-eye correction, color adjustments, and straighten. Shotwell’s non-destructive photo editor does not alter your master photos, making it easy to experiment and correct errors.

When ready, Shotwell can upload your photos to various web sites, such as Facebook, Flickr, Picasa (Google Plus), and more.

Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats.

Packageshotwell
CategoriesGraphics, Photography
Keywordsalbum, camera, cameras, crop, edit, enhance, export, facebook, flickr, gallery, image, images, import, organize, photo, photographs, photography, photos, picasa, picture, pictures, piwigo, print, publish, rotate, share, tags, video, youtube
Homepagehttps://wiki.gnome.org/Apps/Shotwell
ProjectGNOME
KudosHiDpiIcon, HighContrast, ModernToolkit, UserDocs

shutter.desktop

Typedesktop
NameShutter
CommentCapture, edit and share screenshots
Description

Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. Shutter is free, open-source, and licensed under GPL v3.

Shutter allows you to capture nearly anything on your screen without losing control over your screenshots (tabbed interface). You don't need to open an external graphics editor like GIMP, because Shutter ships with its own built-in editor.

Packageshutter
CategoriesUtility
Homepagehttp://shutter-project.org/
KudosHiDpiIcon, HighContrast

sigil.desktop

Typedesktop
NameSigil
CommentSigil EPUB ebook Editor
Description

Sigil is a multi-platform EPUB ebook editor (think Word or LibreOffice but specific for EPUB ebooks) with the following features:

  • Full UTF-16 support
  • EPUB 2 spec support with limited EPUB 3 support
  • Multiple Views: Book View, Code View and Preview View
  • WYSIWYG editing in Book View
  • Complete control over directly editing EPUB syntax in Code View
  • Table of Contents generator with multi-level heading support
  • Metadata editor
Packagesigil
CategoriesOffice
Homepagehttps://sigil-ebook.com/
KudosHiDpiIcon, ModernToolkit

simple-dock@nothing.org.shell-extension

Typeshell-extension
NameSimple Dock
CommentGNOME Shell Extension
Description

Bottom dock

Featuring: - Minimize focused application. - Minimize to dock icon. - Drag and drop favorites. - Cycle windows with scroll. - Application menus - Adapt notifications (Optional for 3.14). - Applications button (Optional). - Adjust icon sizes (Optional) - Adjust background opacity (Optional) - Intelligent auto hide (Optional).

Packagegnome-shell-extension-simple-dock
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/optimisme/gnome-shell-simple-dock

simple-scan.desktop

Typedesktop
NameSimple Scan
CommentScan Documents
Description

A really easy way to scan both documents and photos. You can crop out the bad parts of a photo and rotate it if it is the wrong way round. You can print your scans, export them to pdf, or save them in a range of image formats.

Simple Scan uses the SANE framework to support most existing scanners.

Packagesimple-scan
CategoriesGraphics, Scanning
Keywordsadf, flatbed, scan, scanner
Homepagehttps://launchpad.net/simple-scan
KudosHiDpiIcon, ModernToolkit, UserDocs

simsu.desktop

Typedesktop
NameSimsu
CommentFill in numbers to solve puzzles
Description

Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play.

Packagesimsu
CategoriesGame, LogicGame
Homepagehttps://gottcode.org/simsu/
KudosHiDpiIcon, ModernToolkit

sir.desktop

Typedesktop
NameSir
CommentResize images in batches
Description

Sir (Simple Image Resizer) is a utility to resize one or many images at a time. Sir allows you to select a number of images (or a whole directory), to import then once you have chosen the size that you want to export to, will export them in one action. Sir also has the ability to resize while preserving the aspect ratio, and do simple transforms like rotation. Sir supports over 30 different image formats for import and output, including PNG, JPG, BMP, SVG and TIFF.

Packagesir
CategoriesGraphics
Homepagehttps://code.google.com/p/sir/

skanlite.desktop

Typedesktop
NameSkanlite
CommentScan images
Description

Skanlite is an application to scan images using a hardware scanner attached to your computer. It is able to save in a variety of image formats (including JPEG) and can even save your scan as a PDF. Skanlite also has support for scanning multiple pages and merging them into a single document.

Packageskanlite
CategoriesGraphics, Scanning
Homepagehttp://kde-apps.org/content/show.php?content=109803
ProjectKDE
KudosHiDpiIcon

skychart-data-dso

Typeaddon
Extendsskychart
NameAdditional Nebulae Catalogs
CommentStandard nebulae catalogs: HyperLeda database; Lynds Bright Nebulae; Sharpless HII Regions; Barnard Dark Objects; Open Cluster Data; Globular Clusters in the Milky Way; Galactic Planetary Nebulae.
Packageskychart-data-dso
Homepagehttp://www.ap-i.net/skychart/

skychart-data-stars

Typeaddon
Extendsskychart
NameAdditional Star Catalogs
CommentAdditional stars catalog down to magnitude 12, variable and double stars: Tycho 2; General Catalogue of Variable Stars; Washington Double Stars.
Packageskychart-data-stars
Homepagehttp://www.ap-i.net/skychart/

skychart.desktop

Typedesktop
NameSkychart
CommentPlanetarium software for the advanced amateur astronomer
Description

Skychart is a free and advanced planetarium software for drawing sky charts for specific places and times with nicely graphic and for controlling telescopes by connecting them to pc.

It can also calculate Solar System objects visibility and data, like planets, comets and asteroids, and display moon and planets in realistic mode.

Skychart also includes VarObs, a software to help astronomers to get data for variable stars observation.

Packageskychart
CategoriesAstronomy, Education, Science
Keywordsastronomy, planetarium
Homepagehttp://www.ap-i.net/skychart/
KudosHiDpiIcon

slic3r-prusa3d.desktop

Typedesktop
NameSlic3r Prusa Edition
CommentG-code generator for 3D printers
Description

Slic3r takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Sprinter and Repetier firmware. It also works with Mach3 and LinuxCNC controllers. This is Slic3r Prusa Edition, a modified version of Slic3r adding more features not only useful for the Prusa printers.

Key features are:

  • additional complete command-line interface to use it with no GUI
  • multi-material (multiple extruders) object printing
  • multiple G-code flavors supported (RepRap, Makerbot, Mach3 etc.)
  • ability to plate multiple objects having distinct print settings
  • multithread processing
  • STL auto-repair (tolerance for broken models)
Packageslic3r-prusa3d
Categories3DGraphics, Graphics
Homepagehttps://github.com/prusa3d/Slic3r
KudosHiDpiIcon

slic3r.desktop

Typedesktop
NameSlic3r
CommentG-code generator for 3D printers
Description

Slic3r takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Sprinter and Repetier firmware. It also works with Mach3 and LinuxCNC controllers.

Key features are:

  • additional complete command-line interface to use it with no GUI
  • multi-material (multiple extruders) object printing
  • multiple G-code flavors supported (RepRap, Makerbot, Mach3 etc.)
  • ability to plate multiple objects having distinct print settings
  • multithread processing
  • STL auto-repair (tolerance for broken models)
Packageslic3r
Categories3DGraphics, Graphics
Homepagehttp://slic3r.org/
KudosHiDpiIcon

slingshot.desktop

Typedesktop
NameSlingshot
CommentA Newtoninan strategy game
Description

Slingshot is a two dimensional, turn based simulation-strategy game set in the gravity fields of several planets. It is a highly addictive game, and never the same from round to round due to its randomly generated playing fields.

It is a deceptively simple game, the goal is to shoot the other spacecraft through the field of planets, but their gravity makes it tricky. The effects of the gravity mean that although it's easy to learn how to play, and to enjoy playing, it could take a lifetime to thoroughly master.

In order to hit your opponent, you can rotate you ship to aim in any direction, and you can change the power with which your projectile is launched - the initial speed at which it flies.

Slingshot is free software as defined by the [WWW]Free Software Foundation, it is released under the [WWW]GNU General Public License. This means you are free to download, copy, modify, redistribute, disassemble, analyse or sell Slingshot under the terms of the aforementioned license. Enjoy!

Packageslingshot
CategoriesActionGame, Game
Homepagehttp://slingshot.wikispot.org/Front_Page

smb4k.desktop

Typedesktop
NameSmb4K
CommentAdvanced Network Neighborhood Browser and Samba Share Mounting Utility
Description

Smb4K is an advanced network neighborhood browser and Samba share mounting utility for the KDE Software Compilation. It scans your network neighborhood for all available workgroups, servers and shares and can mount all desired shares to your local file system.

Smb4K utilizes the programs of the Samba software suite. Its purpose is to provide a program that is easy to use and has as many features as possible.

Features:

  • Scanning for (active) workgroups, hosts, and shares
  • Support of the CIFS (Linux) and SMBFS (FreeBSD) file system
  • Mounting and unmounting of shares
  • Access to the files of a mounted share using a file manager or terminal
  • Auto-detection of external mounts and unmounts
  • Remounting of previously used shares on program start
  • Miscellaneous infos about remote network items and mounted shares
  • Network search
  • WINS server support
  • Preview of the contents of a share
  • Several methods to look up the initial list of workgroups and domains
  • Default login
  • Special handling of homes shares
  • Ability to bookmark favorite shares
  • System tray widget
  • Support of advanced Samba options
  • Support of printer shares
  • KWallet support
  • Synchronization of a remote share with a local copy and vice versa
  • Ability to define custom options for individual servers and shares
  • Laptop support through the Solid hardware device framework
  • Wake-On-LAN capabilities
  • Plasmoid for desktop integration

If you are working in a Windows dominated network environment, you may want to install this application to be able to easily access the provided Windows shares.

Packagesmb4k
CategoriesNetwork, Utility
Homepagehttp://smb4k.sourceforge.net
KudosHiDpiIcon

smuxi-frontend-gnome.desktop

Typedesktop
NameSmuxi
CommentChat with other people on IRC, Twitter, Jabber and Campfire
Description

Smuxi is an open-source, distributed and user-friendly chat client for IRC, Twitter, Jabber/XMPP, Campfire and SignalR's JabbR.

Inspired by the combination of screen and irssi, Smuxi has a detachable server (or like a "normal" client) that stays connected when you aren't, and can allow multiple Smuxi frontends to be connected and in sync. This is similar to screen+irssi or IRC bouncers, but more elegant and powerful.

Packagesmuxi-frontend-gnome
CategoriesChat, IRCClient, InstantMessaging, Network
Keywordscampfire, chat, facebook, gnome, gtalk, gtk, im, irc, jabber, jabbr, messaging, twitter, xmpp
Homepagehttps://smuxi.im/
KudosHiDpiIcon

sol.desktop

Typedesktop
NameAisleriot Solitaire
CommentPlay many different solitaire games
Description

Aisleriot — also known as sol or solitaire — is a card game application that features over 80 different solitaire-type card games which are designed to play using a mouse, keyboard, or trackpad.

Packageaisleriot
CategoriesCardGame, Game
Keywordscards, freecell, klondike, patience, solitaire, spider
Homepagehttps://wiki.gnome.org/Apps/Aisleriot
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

sooperlooper.desktop

Typedesktop
NameSooperLooper
CommentRealtime software looping sampler
Description

SooperLooper is a realtime software looping sampler in the spirit of Gibson's Echoplex Digital Pro. If used with a low-latency kernel and the proper audio buffer configuration it is capable of truly realtime live looping performance.

SooperLooper is a standalone JACK client with an engine controllable via OSC and MIDI. It also includes a GUI which communicates with the engine via OSC (even over a network) for user-friendly control on a desktop. However, this kind of live performance looping tool is most effectively used via hardware (midi footpedals, etc) and the engine can be run standalone on a computer without a monitor.

Packagesooperlooper
CategoriesAudio, AudioVideo, Midi
KeywordsLooper, Music, Sound
Homepagehttp://essej.net/sooperlooper/

soundconverter.desktop

Typedesktop
NameSound Converter
CommentConverts audio files into other formats
Description

SoundConverter is the leading audio file converter for the GNOME Desktop.

SoundConverter is a simple to use, and very fast audio converter. It can convert multiples files at same the time to speed up the conversion. It can also extract the audio from videos.

Packagesoundconverter
CategoriesAudio, AudioVideo
Homepagehttp://soundconverter.org/
KudosHiDpiIcon

soundkonverter.desktop

Typedesktop
NamesoundKonverter
CommentAudio file conversion tool
Description

soundKonverter is a frontend to various audio converters.

The key features are:

  • Audio file conversion
  • Replay Gain calculation
  • CD ripping

soundKonverter supports reading and writing tags and covers for many formats, so they are preserved when converting files.

It is extendable by plugins and supports many backends including:

  • (null)
  • (null)
  • (null)

If you try to convert a file that is not supported, soundKonverter will tell you which backend you need to install.

Packagesoundkonverter
CategoriesAudio, AudioVideo, AudioVideoEditing
Homepagehttps://github.com/HessiJames/soundkonverter
ProjectKDE

sparkleshare.desktop

Typedesktop
NameSparkleShare
CommentSelf hosted, instant, secure file sync
Description

SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file.

SparkleShare was made to cover certain use cases, but doesn't handle every scenario well. To help you decide if SparkleShare is right for you, here's a few examples of what it does well and less well:

Great:

  • Frequently changing project files, like text, office documents, and images
  • Tracking and syncing files edited by multiple people
  • Reverting a file to any point in its history
  • Preventing spying on your files on the server using encryption

Not so great:

  • Full computer backups
  • Storing your photo or music collection
  • Large binary files that change often, like video editing projects

Have fun!

Packagesparkleshare
CategoriesNetwork
Homepagehttp://www.sparkleshare.org/
KudosHiDpiIcon

springlobby.desktop

Typedesktop
NameSpringLobby
CommentFind games using Spring-RTS engine
Description

SpringLobby configures the Spring-RTS engine so that you can connect to the server using the right maps and mods. This helps you to discover the game you want. It also allows you to communicate to other players before the game's start.

Packagespringlobby
CategoriesGame, StrategyGame
Keywordschat, download, lobby, multiplayer, network, real-time, spring, strategy
Homepagehttp://springlobby.info
KudosHiDpiIcon

spyder3.desktop

Typedesktop
NameSpyder
CommentScientific Python Development Environment
Description

Spyder is a free open-source Python development environment providing MATLAB-like features in a simple and light-weighted software.

It contains a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features and a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting).

Spyder may also be used as a library providing powerful console-related widgets for your PyQt-based applications – for example, it may be used to integrate a debugging console directly in the layout of your graphical user interface.

Packagepython3-spyder
CategoriesDevelopment, IDE, Science
Homepagehttps://pythonhosted.org/spyder
KudosHiDpiIcon

sqlitebrowser.desktop

Typedesktop
NameDB Browser for SQLite
CommentDB Browser for SQLite is a light GUI editor for SQLite databases
Description

DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.

Controls and wizards are available for users to:

  • Create and compact database files
  • Create, define, modify and delete tables
  • Create, define and delete indexes
  • Browse, edit, add and delete records
  • Search records
  • Import and export records as text
  • Import and export tables from/to CSV files
  • Import and export databases from/to SQL dump files
  • Issue SQL queries and inspect the results
  • Examine a log of all SQL commands issued by the application
Packagesqlitebrowser
CategoriesDatabase, Development, Utility
Homepagehttp://sqlitebrowser.org/
KudosHiDpiIcon, ModernToolkit

stellarium.desktop

Typedesktop
NameStellarium
CommentDesktop Planetarium
Description

Stellarium renders 3D photo-realistic skies in real time with OpenGL. It displays stars, constellations, planets and nebulae, and has many other features including multiple panoramic landscapes, fog, light pollution simulation and a built-in scripting engine.

Stellarium comes with a star catalogue of about 600 thousand stars and it is possible to download extra catalogues with up to 210 million stars.

Stellarium has multiple sky cultures - see the constellations from the traditions of Polynesian, Inuit, Navajo, Korean, Lakota, Egyptian and Chinese astronomers, as well as the traditional Western constellations.

It is also possible to visit other planets in the solar system - see what the sky looked like to the Apollo astronauts, or what the rings of Saturn looks like from Titan.

Packagestellarium
CategoriesAstronomy, Education, Science
Keywordsastronomy, planetarium
Homepagehttp://www.stellarium.org/
KudosHiDpiIcon, ModernToolkit

strife-demo.desktop

Typedesktop
NameStrife demo installer
CommentStrife, classic first person shooter, demo installer
Description

Strife is Rogue Entertainment's classic first person shooter with role-playing game elements. The Strife engine is Open Source. The original Strife datafiles however are not Open Source. There is a gratis, but not Open Source demo version available on the internet.

This package contains an applications menu entry for playing Strife demo using the vavoom engine. The first time you click this menu entry, it will offer to download and install the Strife demo datafiles for you.

Packagevavoom-strife-demo
CategoriesActionGame, Game
Keywordsfirst, fps, game, person, shooter, strife
Homepagehttps://en.wikipedia.org/wiki/Strife_%28video_game%29

subscription-manager-gui.desktop

Typedesktop
NameSubscription Manager
CommentTools and libraries for subscription and repository management
Description

The Subscription Manager package provides programs and libraries to allow users to manage subscriptions and yum repositories from the Red Hat entitlement platform.

Packagesubscription-manager-gui
CategoriesSystem
Homepagehttps://fedorahosted.org/subscription-manager/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

subsurface.desktop

Typedesktop
NameSubsurface
CommentManage and display dive computer data
Description

Subsurface is an opensource diving logbook that runs on Linux, Windows and Mac. With this program, users can keep track of their dives by logging dive locations (with GPS coordinates), weights and exposure protection used, dive masters and dive buddies, etc. Subsurface also enables the users to rate their dives and provide additional dive notes.

Dives can be downloaded from a variety of dive computers, inserted manually or imported from other programs. A wide array of diving statistics and information is calculated and displayed, like the user’s SAC rate, partial pressures of O2, N2 and He, calculated deco information, and many more.

The dive profiles (and the tank pressure curves) can be visualized in a comprehensive and clean way, that provides the user with additional information on relative velocity (and momentary air consumption) during the dive. Subsurface also allows the user to print out a detailed log book that includes dive profiles and other relevant information. The program is localized in about 20 languages and well supported by an active developer community.

Packagesubsurface
CategoriesUtility
Keywordscomputer, dive, divecomputer, divelog, dives, log
Homepagehttp://www.http://subsurface-divelog.org/
KudosHiDpiIcon, ModernToolkit

subtitleeditor.desktop

Typedesktop
NameSubtitle Editor
CommentGTK+2 tool to edit subtitles for GNU/Linux/*BSD
Description

Subtitle Editor is a GTK+2 tool to edit subtitles for GNU/Linux/*BSD. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronize subtitles to voices.

Packagesubtitleeditor
CategoriesAudioVideo, AudioVideoEditing, Video
Keywordscaptions, subtitle, subtitles, video
Homepagehttp://home.gna.org/subtitleeditor/
KudosHiDpiIcon, ModernToolkit

sudoku-savant.desktop

Typedesktop
NameSudoku Savant
CommentComplete a numeric puzzle with the numbers from one to nine
Description

Sudoku Savnt a free version of the popular logic game Sudoku for the Linux desktop . The game is to fill a nine by nine grid with the numbers from one to nine filling the rows, columns and three by three squares without repeating a value on them.

Packagesudoku-savant
CategoriesGame
Homepagehttp://sourceforge.net/projects/sudoku-savant/
KudosHiDpiIcon

supertux2.desktop

Typedesktop
NameSuperTux 2
CommentRun and jump game similar to Super Mario
Description

SuperTux is a 2D game very similar to Super Mario with Tux Penguin as protagonist, you must end each level by jumping and running to avoid obstacles and enemies.

Packagesupertux
CategoriesArcadeGame, Game
Keywordsarcade, game, platform
Homepagehttp://supertux.lethargik.org/

supertuxkart.desktop

Typedesktop
NameSuperTuxKart
CommentA racing game
Description

Supertuxkart is a free 3D kart racing game, with a focus on having fun over realism. You can play with up to 4 friends on one PC, racing against each other, or try to beat the computer in single-player mode.

See the great lighthouse or drive through the sand and visit the pyramids. Race underground or in space, watching the stars pass by. Or rest under the palm trees on the beach, watching the other karts overtake you. But don't eat the bananas! Watch for bowling balls, plungers, bubble gum and cakes thrown by your opponents.

You can do a single race against other karts, compete in one of several Grand Prix, try to beat the high score in time trials on your own, play battle mode against the computer or your friends, and more!

Packagesupertuxkart
CategoriesArcadeGame, Game
Keywordsgame, race, tux
Homepagehttp://supertuxkart.sourceforge.net/
KudosHiDpiIcon

swell-foop.desktop

Typedesktop
NameSwell Foop
CommentClear the screen by removing groups of colored and shaped tiles
Description

Remove as many squares as possible from the board. Click on a group of squares of the same color to make them all disappear in one fell swoop, causing other squares to fall into place. It is not possible to remove a single square at a time. You get far more points for clearing a larger group of squares, and also for clearing the entire board.

Swell Foop is always very quick to play, but you can make it somewhat longer by changing the board size.

Packageswell-foop
CategoriesGame, LogicGame
Keywordsboard, game, logic, matching, same
Homepagehttps://wiki.gnome.org/Apps/Swell%20Foop
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

syncthing-gtk.desktop

Typedesktop
NameSyncthing-GTK
CommentGTK3 & Python based GUI and notification area icon for Syncthing
Description

GTK3 & Python based GUI and notification area icon for Syncthing.

Supported Syncthing features:

  • Everything what WebUI can display
  • Adding / editing / deleting nodes
  • Adding / editing / deleting repositories
  • Restart / shutdown server
  • Editing daemon settings

Additional features:

  • First run wizard for initial configuration
  • Running Syncthing daemon in background
  • Half-automatic setup for new nodes and repositories
  • Filesystem watching and instant synchronization using inotify
  • Nautilus (a.k.a. Files), Nemo and Caja integration
  • Desktop notifications
Packagesyncthing-gtk
CategoriesNetwork
Homepagehttps://github.com/syncthing/syncthing-gtk
KudosHiDpiIcon

synfigstudio.desktop

Typedesktop
NameSynfig Studio
CommentCreate and edit 2D animations and compositions
Description

Synfig Studio is a free and open-source 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and bitmap artwork. It eliminates the need to create animation frame-by frame, allowing you to produce 2D animation of a higher quality with fewer people and resources.

Features:

  • Can manipulate vector and bitmap artwork
  • Automatic tweening (independent from FPS)
  • Multitude of layers of various types (geometry primitives, shapes, gradients, fratals)
  • Full-featured bone system
  • Filters and effects for compositing (blurs, distortions, color manipulation, masks)
  • All color operations use High Dynamic-Range Imaging (HDRI)
  • Pentablet-friendly tools
  • Sound support
  • Linking data on file- or parameter-level
  • Automatic animation using mathematical functions
Packagesynfigstudio
Categories2DGraphics, Graphics, VectorGraphics
Keywords2D, Animation, Anime, Cartoon, Cutout, Draw, FX, Flash, Moho, Toomboon, ToonBoom, Vector
Homepagehttp://www.synfig.org
KudosHiDpiIcon, ModernToolkit

synthv1.desktop

Typedesktop
Namesynthv1
Commentan old-school polyphonic synthesizer
Description

synthv1 is an old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx.

features:

Packagesynthv1
CategoriesAudio, AudioVideo, Midi
KeywordsALSA, Audio, JACK, LV2, MIDI, Qt, Synthesizer
Homepagehttp://synthv1.sourceforge.net
Projectrncbc.org
KudosHiDpiIcon, ModernToolkit

system-config-language.desktop

Typedesktop
Namesystem-config-language
CommentA graphical interface for modifying the system language
Description

The system-config-language is a graphical user interface tool that allows the user to change the default language of the system. This tool also installs langpack packages for the default selected language.

Packagesystem-config-language
CategoriesSettings, System
Homepagehttps://fedorahosted.org/system-config-language/
KudosHiDpiIcon

system-config-printer.desktop

Typedesktop
NamePrint Settings
CommentConfigure printer queues
Description

With system-config-printer you can add, edit and delete printer queues. It allows you to choose the connection method and the printer driver.

For each queue, you can adjust the default page size and other driver options, as well as seeing ink/toner levels and status messages.

Packagesystem-config-printer
CategoriesHardwareSettings, Printing, Settings, System
Homepagehttp://cyberelk.net/tim/software/system-config-printer/
KudosHiDpiIcon

tagainijisho.desktop

Typedesktop
NameTagaini Jisho
CommentA free Japanese dictionary and study assistant
Description

Tagaini Jisho is a free, open-source Japanese dictionary and kanji lookup tool that is available for Windows, MacOS X and Linux and aims at becoming your Japanese study assistant. It allows you to quickly search for entries and mark those that you wish to study, along with tags and personal notes. It also let you train entries you are studying and follows your progression in remembering them. Finally, it makes it easy to review entries you did not remember by listing them on screen or printing them on a small booklet.

Tagaini Jisho also features complete stroke order animations for more than 6000 kanji.

Packagetagainijisho
CategoriesEducation, Languages
Homepagehttp://www.tagaini.net
KudosHiDpiIcon

tagtool.desktop

Typedesktop
NameAudio Tag Tool
CommentOgg Vorbis and MP3 tag manager
Description

Audio Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files (commonly called 'tags'). It is available under the GNU General Public Licence (GPL). Please send me any comments or bugs you find.

Tag Tool can be used to edit tags one by one, but the most useful features are the ability to easily tag or rename hundreds of files at once, in any desired format.

The interface is arranged into two sections, with the list of available files on the left and a set of tabs on the right. Each tab corresponds to one of the main operations Audio Tag Tool can do:

  • Lets you edit the tags individually
  • You can set the tags of multiple files at once
  • The tag fields can be set to a fixed value, filled in from the file's name, or left alone
  • Allows you to remove the tags from multiple files at once
  • For MP3 files it lets you choose to remove only ID3v1 or ID3v2 tags
  • You can rename multiple files at once and/or organize them into directories
  • Generates playlists. Playlists can be sorted by file name or by any tag field

The mass tag and mass rename features can handle filenames in any format thanks to an easily configurable format template.

Packagetagtool
CategoriesAudio, AudioVideo, AudioVideoEditing
Homepagehttps://github.com/tagtool/tagtool
KudosHiDpiIcon

tali.desktop

Typedesktop
NameTali
CommentRoll dice and score points
Description

A variation on poker with dice and less money, this game is a family classic. Throw the dice three times in a row, holding back the ones you like, in order to make the best possible hand. You can also play a lesser-known variant with colored dice.

Play between one and five opponents at three difficulty levels.

Packagetali
CategoriesCardGame, Game
Keywordsyahtzee
Homepagehttps://wiki.gnome.org/Apps/Tali
ProjectGNOME
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

tanglet.desktop

Typedesktop
NameTanglet
CommentSingle player variant of Boggle
Description

Tanglet is a single player word finding game based on Boggle. The object of the game is to list as many words as you can before the time runs out. There are several timer modes that determine how much time you start with, and if you get extra time when you find a word.

You can join letters horizontally, vertically, or diagonally in any direction to make a word, so as long as the letters are next to each other on the board. However, you can not reuse the same letter cells in a single word. Also, each word must be at least three letters on a normal board, and four letters on a large board.

Packagetanglet
CategoriesGame, LogicGame
Homepagehttps://gottcode.org/tanglet/
KudosHiDpiIcon, ModernToolkit

teeworlds.desktop

Typedesktop
NameTeeworlds
CommentOnline multiplayer shooter game
Description

Teeworlds is a 2D online action game for up to 16 players battling in several game modes. The controls are inspired by First Person Shooter game genre. It lets you desing custom maps.

Packageteeworlds
CategoriesArcadeGame, Game
Homepagehttp://www.teeworlds.com/
KudosHiDpiIcon

telegram-purple

Typeaddon
Extendspidgin
NameTelegram
CommentA plugin that adds support for Telegram
Packagepurple-telegram
Homepagehttps://github.com/majn/telegram-purple

tellico.desktop

Typedesktop
NameTellico
CommentCollection Manager
Description

Tellico is an application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. It allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc.

Features:

  • Supports default collections of books, bibliographic entries, videos, music, video games, comic books, coins, stamps, trading cards, wines, board games, and file catalogs
  • Supports user-defined custom collections
  • Supports any number of user-defined fields, of several different types: text, paragraph, list, checkbox, number, URL, date, images, and combinations
  • Handles entries with multiple authors, genres, keywords, etc
  • Automatically formats titles and names
  • Supports collection searching and view filtering
  • Sorts and groups collection by various properties
  • Allows customizable entry templates through XSLT
  • Imports MODS, Bibtex, RIS, CSV, PDF metadata, and many other formats
  • Exports to Bibtex, ONIX, CSV, HTML, PilotDB, and other formats
  • Imports information directly from Amazon.com, IMDb, z39.50 servers, PubMed, SRU servers, CrossRef.org, various other websites, and from external scripts
  • Imports CDDB data for cataloging audio CDs
  • Scans and imports audio file collections, such as mp3 or ogg
Packagetellico
CategoriesDatabase, Office
Homepagehttp://tellico-project.org/
ProjectKDE
KudosHiDpiIcon

terminator.desktop

Typedesktop
NameTerminator
CommentMultiple terminals in one window
Description

The robot future of terminals

A power-user tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports).

Much of the behavior of Terminator is based on GNOME Terminal, and we are adding more features from that as time goes by, but we also want to extend out in different directions with useful features for sysadmins and other users.

Some highlights:

  • Arrange terminals in a grid
  • Tabs
  • Drag and drop re-ordering of terminals
  • Lots of keyboard shortcuts
  • Save multiple layouts and profiles via GUI preferences editor
  • Simultaneous typing to arbitrary groups of terminals

And lots more...

Packageterminator
CategoriesSystem, TerminalEmulator, Utility
Keywordscommand, commandline, prompt, shell, terminal
Homepagehttp://gnometerminator.blogspot.com/p/introduction.html
KudosHiDpiIcon, HighContrast

texstudio.desktop

Typedesktop
NameTeXstudio
CommentLaTeX editor
Description

TeXstudio is an integrated writing environment for creating LaTeX documents. It integrates editing, building and viewing into a single frontend.

Our goal is to make writing LaTeX as easy and comfortable as possible. This is achieved through a rich feature set including:

Packagetexstudio
CategoriesOffice, Publishing
Homepagehttp://texstudio.sourceforge.net/
KudosAppMenu, HiDpiIcon, HighContrast, ModernToolkit, UserDocs

texworks.desktop

Typedesktop
NameTeXworks
CommentA simple environment for editing, typesetting, and previewing TeX documents
Description

TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.

TeXworks is inspired by Dick Koch's award-winning TeXShop program for Mac OS X, which has made quality typesetting through TeX accessible to a wider community of users, without a technical or intimidating face. The goal of TeXworks is to deliver a similarly integrated, easy-to-use environment for users on other platforms, especially GNU/Linux and Windows.

Among other things, TeXworks features an integrated PDF previewer, synchronization between the TeX files and the PDF output, and an extensible scripting interface.

Packagetexworks
CategoriesOffice
Homepagehttp://www.tug.org/texworks/
KudosHiDpiIcon, ModernToolkit

thermostat.desktop

Typedesktop
NameThermostat
CommentServiceability and Monitoring for OpenJDK
Description

Thermostat is an instrumentation tool for the Hotspot JVM, with support for monitoring multiple JVM instances on multiple hosts, optionally in a cloud environment.

The name Thermostat is intended as a play on words: Thermostat is to Hotspot much as IcedTea is to Java.

Packagethermostat
Homepagehttp://icedtea.classpath.org/thermostat
KudosHiDpiIcon

thunderbird-enigmail

Typeaddon
Extendsmozilla-thunderbird
NameEnigmail
CommentWrite and receive email messages signed and/or encrypted with the OpenPGP standard.
Packagethunderbird-enigmail
Homepagehttps://enigmail.net

tilda.desktop

Typedesktop
NameTilda
CommentA configurable drop-down terminal
Description

Tilda is a highly-configurable terminal emulator. The specialty of Tilda is that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a hotkey.

Tilda provides support for tabs (tabbed terminals), transparency, appearance adjustments, configurable hotkeys for various functions, and other options that affect the behavior of Tilda. The screenshots show some of the options that Tilda provides.

Packagetilda
CategoriesSystem, TerminalEmulator, Utility
Homepagehttps://github.com/lanoxx/tilda
ProjectTilda
KudosModernToolkit

tiled.desktop

Typedesktop
NameTiled
CommentGeneral purpose map editor
Description

Tiled is a general purpose 2D level editor with powerful tile map editing features. It’s built to be easy to use and is suitable for many type of games.

The Tiled map format is supported by a large amount of game engines and libraries. In addition, Tiled supports plugins to read and write map formats other than its own map format.

Packagetiled
Categories2DGraphics, Graphics
Keywords2D, development, editor, mapeditor, tile, tool
Homepagehttp://www.mapeditor.org/
KudosHiDpiIcon, ModernToolkit

tomboy.desktop

Typedesktop
NameTomboy Notes
CommentTake notes, link ideas, and stay organized
Description

Tomboy is a desktop note-taking application for GNU/Linux, Unix, Windows, and Mac OS X. Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day.

Have you ever felt the frustration at not being able to locate a website you wanted to check out, or find an email you found interesting, or remember an idea about the direction of the political landscape in post-industrial Australia? Or are you one of those desperate souls with home-made, buggy, or not-quite-perfect notes systems? Time for Tomboy.

We bet you'll be surprised at how well a little application can make life less cluttered and run more smoothly.

Packagetomboy
CategoriesUtility
Homepagehttps://projects.gnome.org/tomboy/
ProjectGNOME
KudosHiDpiIcon, UserDocs

torbrowser.desktop

Typedesktop
NameTor Browser Launcher
CommentA program to help you download, keep updated, and run the Tor Browser Bundle
Description

Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. It downloads the same TBB from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.

You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:

  • Downloading the most recent version of TBB for you, in your language and for your architecture
  • Automatically updating (while preserving your bookmarks and preferences)
  • Verifying the TBB's GnuPG signature
  • Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)
  • Adding a Tor Browser application launcher to your desktop environment's menu
  • Lets you set Tor Browser as your default browser
  • Optionally playing a modem sound when you open Tor Browser (because Tor is so slow)
Packagetorbrowser-launcher
CategoriesNetwork, WebBrowser
Homepagehttps://github.com/micahflee/torbrowser-launcher
KudosHiDpiIcon

torcs.desktop

Typedesktop
NameTORCS
CommentThe Open Racing Car Simulator
Description

TORCS is a highly portable multi platform car racing simulation. It is used as ordinary car racing game, as AI racing game and as research platform.

TORCS features many different cars, tracks, and opponents to race against. You can steer with a joystick, steering wheel, mouse or the keyboard. Graphic features lighting, smoke, skid marks and glowing brake disks. The simulation features a simple damage model, collisions, tire and wheel properties, aerodynamics and much more.

The game play allows different types of races from the simple practice session up to the championship. Enjoy racing against your friends in the split screen mode with up to four human players.

Packagetorcs
CategoriesGame, Simulation
Homepagehttp://torcs.sourceforge.net/

torrent-file-editor.desktop

Typedesktop
NameTorrent File Editor
CommentEdit and create .torrent files
Description

Qt based GUI tool designed to create and edit .torrent files. This shows full content of .torrent file and allow to change any fields.

The main features.

  • Create .torrent file from scratch
  • Edit .torrent file in user-friendly way
  • Edit .torrent file in JSON format
  • Add, remove and interchange files in .torrent file
  • Support for codings
Packagetorrent-file-editor
CategoriesNetwork, P2P
Homepagehttps://sourceforge.net/projects/torrent-file-editor/
KudosHiDpiIcon, ModernToolkit

trackballs.desktop

Typedesktop
NameTrackballs
CommentSteer a marble ball through a labyrinth
Description

By steering a marble ball through a labyrinth filled with sharp objecs, pools of acid, and other obstacles the player collects points. When the destination is reached you continue on to the next, more difficult level - unless the time runs out.

Features:

  • 3D graphics
  • Integerated level editor
  • High quality soundeffects
  • Background music
Packagetrackballs
CategoriesArcadeGame, Game, LogicGame
Keywordsball, game, labyrinth, madness, marble, maze
Homepagehttp://trackballs.sourceforge.net/

tracker-needle.desktop

Typedesktop
NameDesktop Search
CommentFind what you're looking for on this computer
Description

Find what you're looking for on this computer by name or content.

The Desktop Search application is a show case and great application for searching for your content. You can perform powerful queries using globbing, AND/OR key words to conjugate hits and snippets are shown in the resulting hits.

This is the equivalent to Spotlight on Mac, for GNOME.

Packagetracker-needle
CategoriesUtility
Homepagehttps://wiki.gnome.org/Projects/Tracker
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

tracker-preferences.desktop

Typedesktop
NameSearch and Indexing
CommentConfigure file indexing with Tracker
Description

The Desktop Search application (usually separately installed) finds content which is indexed only. Using this application, you can quickly configure what data on your system you want indexed or not indexed. Not only that, you get to control how it is indexed to ensure indexing does not impede daily use of your computer.

Some of the preferences you can configure using this application include:

  • What locations you index
  • When you index (e.g. not on laptop battery)
  • How you index (e.g. aggressively or in the background)
  • Black listing files/directories based on globbing pattern matching
  • Reset the database and reindex your content
Packagetracker-preferences
CategoriesSettings
Homepagehttps://wiki.gnome.org/Projects/Tracker
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

transmageddon.desktop

Typedesktop
NameTransmageddon Media Transcoder
CommentEasy to use audio and video transcoding application
Description

Transmageddon is an application for converting audio and video files between different formats. It allows you to either manually choose the formats you want to convert between or alternatively you can choose a predefined target and the selections will be made for you. Transmageddon supports a very wide range of formats and can also optionally function as a DVD ripping tool.

Feature list:

  • Wide range of media codecs
  • Allows extracting audio or video streams separately
  • Alows ripping of DVD if needed software libraries are available
  • Supports named device presets
  • Lets you add language metadata if missing
  • Can change orientation of video if necessary
  • Supports files with multiple audio streams

You might want to install this application if your need to convert media files between different formats due to for example having hardware that only supports a limited range of formats.

Packagetransmageddon
CategoriesAudioVideo
Homepagehttp://www.linuxrising.org/
ProjectGNOME
KudosHiDpiIcon

transmission-gtk.desktop

Typedesktop
NameTransmission
CommentDownload and share files over BitTorrent
Description

BitTorrent is a peer-to-peer file-sharing protocol that is commonly used to distribute large amounts of data between multiple users.

Transmission is a BitTorrent client with an easy-to-use frontend on top a cross-platform backend. Native frontends are available for OS X and Windows, as well as command line and web frontends.

Notable features of Transmission include Local Peer Discovery and Full Encryption, Full encryption, DHTµTP, PEX and Magnet Link support.

Packagetransmission-gtk
CategoriesFileTransfer, Network, P2P
Homepagehttp://www.transmissionbt.com/
KudosHiDpiIcon, HighContrast, ModernToolkit

transmission-remote-gtk.desktop

Typedesktop
NameTransmission Remote
CommentRemotely manage the Transmission BitTorrent client
Description

Transmission Remote Gtk allows you to remotely manage the Transmission BitTorrent client using its RPC interface.

Features:

  • Remotely add (file/url), start, stop, remove, remove and delete, verify, reannounce torrents
  • Works as a .torrent handler (eg. from a web browser)
  • Set torrent properties such as speed, seed, peer limits, file priorities, add/edit/remove trackers
  • Change remote settings like global limits, download directory, and connectivity preferences
Packagetransmission-remote-gtk
CategoriesFileTransfer, Network, P2P
Keywordsbittorrent, p2p, rpc, transmission
Homepagehttps://github.com/transmission-remote-gtk/transmission-remote-gtk
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

tremulous.desktop

Typedesktop
NameTremulous
CommentFirst person shooter
Description

Tremulous is a free, open source game that blends a team based FPS with elements of an RTS.

Players can choose from 2 unique races, aliens and humans. Players on both teams are able to build working structures in-game like an RTS.

Packagetremulous
CategoriesActionGame, Game
Homepagehttp://www.tremulous.net

trojita.desktop

Typedesktop
NameTrojitá
CommentIMAP E-mail Client
Description

Trojitá is an email program ("client") specialized in giving fast and efficient access to mailboxes over the IMAP protocol. An IMAP mail server stores messages and allows clients to fetch messages to the local computer when asked for.

It prioritizes efficiency, speed and open standards above other goals. Trojitá also aims to be multi-platform, and functions well on everything from big desktop computers to small cellphones. Trojitá is a stand-alone program, not part of a "personal information manager" suite.

What could make Trojitá interesting for you:

  • Very fast and robust IMAP core
  • Standards compliance is a design goal
  • On-demand message list and body part loading ("lazy loading")
  • Offline IMAP support
  • Support for bandwidth-saving mode aimed at mobile users with expensive connection
  • IMAP over SSH -- instead of going over an SSL socket, the server could be accessed via SSH
  • Safe and robust dealing with HTML mail
Packagetrojita
CategoriesEmail, Network, Office
KeywordsIMAP, MUA, SMTP, e-mail, eml, mail
Homepagehttp://trojita.flaska.net/
ProjectKDE
KudosHiDpiIcon, ModernToolkit

tuxanci.desktop

Typedesktop
NameTuxánci
CommentA First Tux Shooter Game
Description

Tuxánci is a first tux shooter game supporting single player and multiplayer modes both on a single computer and over the network.

Packagetuxanci
CategoriesActionGame, Game, KidsGame
Homepagehttp://www.tuxanci.org/en/start
KudosHiDpiIcon

tuxguitar.desktop

Typedesktop
Nametuxguitar
CommentA multitrack tablature editor and player
Description

Tuxguitar is a multitrack tablature editor and player. It provides the following features:

  • Tablature editor
  • Score Viewer
  • Multitrack display
  • Autoscroll while playing
  • Note duration management
  • Various effects (bend, slide, vibrato, hammer-on/pull-off)
  • Support for triplets (5,6,7,9,10,11,12)
  • Repeat open and close
  • Time signature management
  • Tempo management
  • Imports and exports gp3,gp4 and gp5 files
Packagetuxguitar
CategoriesAudio, AudioVideo
Homepagehttp://www.tuxguitar.com.ar/

tuxmath.desktop

Typedesktop
NameTux, of Math Command
CommentTuxMath is an arcade game that helps kids practice their math facts
Description

TuxMath is an educational math tutor for children. It features several different types of gameplay, at a variety of difficulty levels.

TuxMath features head-to-head play over a local network, suitable for school tournaments and similar competitions.

Packagetuxmath
CategoriesEducation, Math
Homepagehttps://tux4kids.alioth.debian.org/tuxmath/index.php
KudosHiDpiIcon

tuxpaint-stamps

Typeaddon
Extendstuxpaint
NameTuxpaint Stamps
Comment"Rubber stamp" images of animals, plants, vehicles, and many more
Packagetuxpaint-stamps
Homepagehttp://tuxpaint.org/

tuxpaint.desktop

Typedesktop
NameTux Paint
CommentA drawing program for children
Description

Tux Paint is a free, award-winning drawing program for children ages 3 to 12. Tux Paint is used in schools around the world as a computer literacy drawing activity. It combines an easy-to-use interface, fun sound effects, and an encouraging cartoon mascot who guides children as they use the program.

Kids are presented with a blank canvas and a variety of drawing tools to help them be creative.

Packagetuxpaint
CategoriesEducation, Graphics, KidsGame
Homepagehttp://tuxpaint.org/
KudosHiDpiIcon

tuxtype2.desktop

Typedesktop
NameTux Typing
CommentAn educational typing tutor for children.
Description

TuxTyping is an educational typing tutor for kids starring Tux, the Linux penguin.

This educational game comes with two different games for practicing your typing, and having a great time doing it.

Packagetuxtype2
CategoriesGame
Homepagehttp://tux4kids.alioth.debian.org/tuxtype/index.php

tvtime.desktop

Typedesktop
NameTVtime Television Viewer
CommentHigh quality video deinterlacer
Description

TVtime is a high quality television application for use with analog video capture cards on Linux systems. TVtime processes the input from a capture card and displays it on a computer monitor or projector.

Features:

  • Smooth motion: Experience the full framerate of the video signal. Every field is deinterlaced to a unique frame for television quality and beyond.
  • Quality picture: Highest quality picture of any Linux TV viewer. Uses the best deinterlacers from DScaler for the ultimate experience.
  • Slick On-Screen-Display: Gorgeously rendered text composited in realtime on the live video signal.
Packagetvtime
CategoriesAudioVideo, Video
Keywordsdeinterlacer, tv, tvtime, v4l, v4l2, video, video4linux, viewer
Homepagehttp://tvtime.sourceforge.net/

tworld.desktop

Typedesktop
NameTile World
CommentIntellectually engaging puzzle game
Description

Tile World is a game made up of both intellectually engaging puzzles and situations demanding fast reflexes. The object of each level is simply to get out — i.e., to find and achieve the exit tile. This simple task, however, can sometimes be extremely challenging.

Packagetworld
CategoriesGame
Homepagehttp://www.muppetlabs.com/~breadbox/software/tworld/

ufraw.desktop

Typedesktop
NameUFRaw
CommentImport and edit raw images from digital cameras
Description

The Unidentified Flying Raw (UFRaw) is an application that decodes raw images from digital cameras and allows you to manipulate them, changing parameters such as the exposure and white balance of the image. UFRaw uses code from the DCRaw raw image decoder, and supports over 600 camera models, including many Sony, Nikon, Canon and Fuji cameras.

Packageufraw
CategoriesGraphics, Photography
Homepagehttp://ufraw.sourceforge.net

uqm.desktop

Typedesktop
NameThe Ur-Quan Masters
CommentClassic space adventure game
Description

A port of classic game Star Control II that includes adventure and melee mode with enhancement for modern system.

Packageuqm
CategoriesArcadeGame, Game, StrategyGame
Homepagehttp://sc2.sourceforge.net/

urbanterror.desktop

Typedesktop
NameUrban Terror
CommentFPS best be described as a Hollywood tactical shooter
Description

Urban Terror could best be described as a Hollywood tactical shooter; it is realism based to a certain extent (environments/weapons/player models), but also goes by the motto "fun over realism" (fast gameplay and lots of action). This combination of reality and action results in a very unique, enjoyable and addictive game.

Urban Terror uses the Open Source ioquake3 engine, however the Urban Terror datafiles are not freely redistributable. This package will install an Urban Terror menu entry, which will automatically download the necessary datafiles (2GB!) the first time you start Urban Terror.

Packageurbanterror
CategoriesActionGame, Game
Keywordsfirst, fps, game, person, shooter, terror, urban
Homepagehttp://www.urbanterror.info/
KudosHiDpiIcon

user-theme@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameUser Themes
CommentGNOME Shell Extension
Description

Load shell themes from user directory.

Packagegnome-shell-extension-user-theme
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

valyriatear.desktop

Typedesktop
NameValyria Tear
CommentValyria Tear
Description

Valyria Tear is an open-source single-player medieval-fantasy 2D J-RPG and inspired by classic console RPGs.

The player incarnates Bronann, a young boy forced to take part into the struggle for the possession of a mysterious crystal. This powerful artifact will lead him to discover the actual threat set upon his world, but also courage and love.

The game has all the features you can expect from JRPG classics: entertaining story development, colourful map exploration, active side-view battles, character management, puzzles... It is also translated in several languages.

Packagevalyriatear
CategoriesGame, RolePlaying
Homepagehttp://valyriatear.blogspot.com

variety.desktop

Typedesktop
NameVariety
CommentWallpaper changer that automatically downloads wallpapers
Description

Variety changes the desktop wallpaper on a regular basis, using user-specified or automatically downloaded images.

Variety sits conveniently as an indicator in the panel and can be easily paused and resumed. The mouse wheel can be used to scroll wallpapers back and forth until you find the perfect one for your current mood.

Apart from displaying images from local folders, several different online sources can be used to fetch wallpapers according to user-specified criteria.

Variety can also automatically apply various fancy filters to the displayed images - charcoal painting, oil painting, heavy blurring, etc. - so that your desktop is always fresh and unique.

Packagevariety
CategoriesUtility
KeywordsChange, Changer, Download, Downloader, Variety, Wallpaper
Homepagehttps://launchpad.net/variety
KudosHiDpiIcon, UserDocs

vavoom.desktop

Typedesktop
NameVavoom
CommentEnhanced Doom/Heretic/Hexen/Strife engine
Description

Vavoom is an enhanced open-source port of Doom. Allowing you to play the classic 3D first-person shooter Doom and the Doom derived classics Heretic, Hexen and Strife.

Compared to the original games vavoom adds extra features such as translucency, freelook support, opengl-rendering and a Quake like console.

Packagevavoom-engine
CategoriesActionGame, Game
Keywordsdoom, first, fps, game, heretic, hexen, person, shooter, strife
Homepagehttp://vavoom-engine.com/

veusz.desktop

Typedesktop
NameVeusz
CommentScientific plotting package
Description

Veusz is an interactive graphical scientific plotting and graphing package. It is designed to produce publication-ready Postscript or PDF output. SVG, EMF and bitmap export formats are also supported. Data can be read from text, CSV, HDF5 or FITS files. In addition, you can also enter, manipulate or examine data from within the application. The program also provides a command line and scripting interface (based on Python) to its plotting facilities. It can also act as a Python plotting module.

In Veusz plots are created by building up plotting widgets with a consistent object-based interface. Plotting types support by Veusz include the following: x-y, function, contour, image, stepped, date, vector field, box, polar, ternary, nested and stacked. Plots can also include multiple axes.

Packageveusz
CategoriesDataVisualization, Science
Keywordsdata, graph, graphing, math, mathematics, maths, plot, plotting, science, visualisation, visualization
Homepagehttps://veusz.github.io/
KudosHiDpiIcon

viewnior.desktop

Typedesktop
NameViewnior
CommentSimple image viewer and editor
Description

Viewnior is a simple and elegant image viewer with a minimal interface that provides as much screen real estate as possible to view your images. It has a wide range of features, including: fullscreen and slideshow modes, the ability to rotate, flip and crop images, support for animations (GIF), support for reading image metadata, and the ability to configure mouse actions.

Packageviewnior
CategoriesGraphics, Viewer
KeywordsImage, Picture, Slideshow
Homepagehttp://siyanpanayotov.com/project/viewnior/
KudosHiDpiIcon

vim-command-t

Typeaddon
Extendsgvim
Namecommand-t
CommentProvides an extremely fast, intuitive mechanism for opening files with a minimal number of keystrokes
Packagevim-command-t
Homepagehttps://github.com/wincent/command-t

vim-commentary

Typeaddon
Extendsgvim
Namecommentary.vim
CommentComment stuff out; takes a motion as a target
Packagevim-commentary
Homepagehttp://www.vim.org/scripts/script.php?script_id=3695

vim-fugitive

Typeaddon
Extendsgvim
Namefugitive.vim
CommentA Git wrapper so awesome, it should be illegal
Packagevim-fugitive
Homepagehttp://www.vim.org/scripts/script.php?script_id=2975

vim-go

Typeaddon
Extendsgvim
Namevim-go
CommentGo development plugin for Vim
Packagevim-go
Homepagehttps://github.com/fatih/vim-go

vim-gtk-syntax

Typeaddon
Extendsgvim
NameGTK+ Syntax Highlighting
CommentSyntax highlighting for GLib, GTK+, GStreamer and more
Packagevim-gtk-syntax
Homepagehttp://www.vim.org/scripts/script.php?script_id=1000

vim-javabrowser

Typeaddon
Extendsgvim
Namevim-javabrowser
CommentJavaBrowser: Shows java file class, package in a tree as in IDEs.
Packagevim-javabrowser
Homepagehttp://www.vim.org/scripts/script.php?script_id=588

vim-jedi

Typeaddon
Extendsgvim
Namevim-jedi
Commentvim-jedi is a VIM binding to awesome auto completion library Jedi.
Packagevim-jedi
Homepagehttps://github.com/davidhalter/jedi-vim

vim-latex

Typeaddon
Extendsgvim
NameLaTeX
CommentAdvanced LaTeX support
Packagevim-latex
Homepagehttp://vim-latex.sourceforge.net/

vim-perl-support

Typeaddon
Extendsgvim
NamePerl Support
CommentPerl IDE - Write and run Perl scripts using menus and hotkeys
Packagevim-perl-support
Homepagehttp://www.vim.org/scripts/script.php?script_id=556

vim-powerline

Typeaddon
Extendsgvim
Namepowerline
CommentProvides a statusline plugin for vim
Packagevim-powerline
Homepagehttps://github.com/powerline/powerline

vim-pysmell

Typeaddon
Extendsgvim
Namepysmell
CommentPySmell is a python IDE completion helper
Packagevim-pysmell
Homepagehttps://code.google.com/p/pysmell/

vim-rnv

Typeaddon
Extendsgvim
Namernv
CommentProvides validation of XML files against RelaxNG schemas
Packagevim-rnv
Homepagehttp://sourceforge.net/projects/rnv

vim-syntastic

Typeaddon
Extendsgvim
Namesyntastic
CommentA vim plugins to check syntax for programming languages
Packagevim-syntastic
Homepagehttps://github.com/scrooloose/syntastic

vim-taglist

Typeaddon
Extendsgvim
Namevim-taglist
CommentThe "Tag List" plugin is a source code browser for the Vim editor.
Packagevim-taglist
Homepagehttp://vim-taglist.sourceforge.net/index.html

vinagre.desktop

Typedesktop
NameRemote Desktop Viewer
CommentAccess remote desktops
Description

Vinagre shows remote Windows, Mac OS X and Linux desktops.

It uses the VNC, RDP and SPICE protocols, and can even be used to connect to SSH servers.

Packagevinagre
CategoriesNetwork, RemoteAccess
KeywordsRDP, SSH, VNC
Homepagehttps://wiki.gnome.org/Apps/Vinagre
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

virt-manager.desktop

Typedesktop
NameVirtual Machine Manager
CommentGraphically manage KVM, Xen, or LXC via libvirt
Description

Virtual Machine Manager provides a graphical tool for administering virtual machines for KVM, Xen, and LXC. Start, stop, add or remove virtual devices, connect to a graphical or serial console, and see resource usage statistics for existing VMs on local or remote machines. Uses libvirt as the backend management API.

Packagevirt-manager
CategoriesSystem
Homepagehttp://www.virt-manager.org/
KudosHiDpiIcon

virtualplanet-data-historical

Typeaddon
Extendsvirtualplanet
NameHistorical textures
CommentHistorical addon textures for Virtual Planets Atlas.
Packagevirtualplanet-data-historical
Homepagehttp://www.ap-i.net/avp/

virtualplanet.desktop

Typedesktop
NameVirtualplanet
CommentAn atlas for planets surface formations
Description

Virtual Planets Atlas displays surface information for planets Jupiter, Mars, Venus and Mercury and for the major moons of Jupiter.

It is based on the interface of well known Virtual Moon Atlas.

Packagevirtualplanet
CategoriesAstronomy, Education, Science
Keywordsastronomy, atlas, planets
Homepagehttp://ap-i.net/avp/

wammu.desktop

Typedesktop
NameWammu
CommentMobile Phone Manager
Description

Wammu is a mobile phone manager that uses Gammu as its backend. It works with any phone that Gammu supports, including many models from Nokia, Siemens, and Alcatel.

It has complete support (read, edit, delete, copy) for contacts, todo, and calendar. It can read, save, and send SMS. It includes an SMS composer for multi-part SMS messages, and it can display SMS messages that include pictures. Currently, only text and predefined bitmaps or sounds can be edited in the SMS composer. It can export messages to an IMAP4 server (or other email storage).

Packagewammu
CategoriesTelephonyTools, Utility
Keywordscalendar, contact, mobile, phone, sms, todo
Homepagehttp://wammu.eu/wammu/

warmux.desktop

Typedesktop
NameWarmux
CommentA 2D game where funny characters launch funny weapons
Description

WarMUX is a free and open-source turn-based game and can be played online in public or private mode.

Players can play together each one in the commande of a team in a senario that puts free software mascots in a battle using dynamite, grenades, baseball bats, and bazookas.

Packagewarmux
CategoriesGame, StrategyGame
Homepagehttp://sourceforge.net/projects/warmux/
KudosHiDpiIcon

warsow.desktop

Typedesktop
NameWarsow
CommentFast paced 3D first person shooter
Description

Warsow is set in a futuristic cartoonish world where rocketlauncher-wielding pigs and lasergun-carrying cyberpunks roam the streets. It is a completely free, fast-paced first-person shooter for Windows, Linux, and Mac OS X.

Speed and movement is what Warsow is all about. Like a true cyberathlete you jump, dash, dodge, and walljump your way through the game. Grab power-ups before your enemy does, plant a bomb before anyone sees you, and steal the enemy’s flag before they know what is going on!

Our goal is to offer a fast and fun competitive first-person shooter without hard graphical violence - Warsow has no blood or guts flying around. Red stars instead of blood indicate hits and colored cubes replace guts as gib effects.

Packagewarsow
CategoriesArcadeGame, Game
Homepagehttps://www.warsow.net/
KudosHiDpiIcon

wcm.desktop

Typedesktop
NameWCM Commander
CommentFAR-like file manager
Description

File manager mimicking the look-n-feel of Far Manager.

Packagewcm
CategoriesFileTools, Utility
Homepagehttps://github.com/corporateshark/WalCommander
KudosHiDpiIcon

wesnoth.desktop

Typedesktop
NameBattle for Wesnoth
CommentA fantasy turn-based strategy game
Description

The Battle for Wesnoth is a turn-based tactical strategy game with a high fantasy theme. Build up a great army, gradually turning raw recruits into hardened veterans. In later games, recall your toughest warriors and form a deadly host whom no one can stand against! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition.

Wesnoth has many different sagas waiting to be played. Fight to regain the throne of Wesnoth, of which you are the legitimate heir... lead a brutal quest to unite the orcish tribes... vanquish a horde of undead warriors... Guide a band of elvish survivors in an epic quest to find a new home...

There are at least two hundred unit types, sixteen races, six major factions, and hundreds of years of history. The world of Wesnoth is absolutely huge and only limited by your creativity. You can also challenge up to eight friends—or strangers—and fight in epic multiplayer fantasy battles.

Packagewesnoth-data
CategoriesGame, StrategyGame
Homepagehttp://www.wesnoth.org/

whichwayisup.desktop

Typedesktop
NameWhich Way Is Up
CommentTraditional 2D platformer game with a slight rotational twist
Description

Which Way Is Up is a traditional and challenging 2D platformer game with a slight rotational twist. Help a mysterious big-eared salaryman named Guy find his keys in a labyrinth of dangers and badly written dialogue.

Packagewhichwayisup
CategoriesArcadeGame, Game
Keywords2D, arcade, game, platform
Homepagehttp://www.oletus.fi/static/whichwayisup/

window-list@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameWindow List
CommentGNOME Shell Extension
Description

Display a window list at the bottom of the screen. This extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME Bugzilla instead.

Packagegnome-shell-extension-window-list
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

windowoverlay-icons@sustmidown.centrum.cz.shell-extension

Typeshell-extension
NameWindowOverlay Icons
CommentGNOME Shell Extension
Description

Add application icons to window overview

Packagegnome-shell-extension-sustmi-windowoverlay-icons
CategoriesAddons, ShellExtensions
Homepagehttps://github.com/sustmi/gnome-shell-extensions-sustmi/tree/master/windowoverlay-icons

windowsNavigator@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NamewindowNavigator
CommentGNOME Shell Extension
Description

Allow keyboard selection of windows and workspaces in overlay mode. <Ctrl>number selects a workspace, and <Alt>number selects a window.

Packagegnome-shell-extension-windowsNavigator
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

winetricks.desktop

Typedesktop
NameWinetricks
CommentWork around problems and install applications under Wine
Description

Winetricks is an easy way to work around problems in Wine.

It lets you install missing DLLs or tweak various Wine settings individually. It also has a menu of supported games/apps for which it can do all the workarounds automatically.

Packagewinetricks
CategoriesUtility
Homepagehttps://github.com/Winetricks/winetricks
KudosHiDpiIcon

wings.desktop

Typedesktop
NameWings 3D
CommentAn advanced subdivision modeler
Description

Wings 3D is an advanced subdivision modeler that is both powerful and easy to use. Wings has a simple interface. Right-click menus give you easy access to common commands. These menus are context sensitive, so depending on your selection, a different menu pops up.

Wings has a many standard mesh modeling and selection tools such as Move, Scale, Rotate, Extrude, Bevel, Bridge, Cut, and Weld. Wings also features advance modelling tools such as: Sweep, Plane Cut, Circularise, Intersect, Bend, Shear, and Inset, Magnets and Magnet Masking, Virtual Mirror for symmetrical modeling, Tweak and Sculpt, Edge Loop and Edge Ring selection and navigation tools and Smooth Preview.

Packagewings
CategoriesGraphics
Homepagehttp://www.wings3d.com

winswitch.desktop

Typedesktop
NameWindow Switch
CommentA Utility for controlling remote desktop sessions
Description

Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required. You no longer need to save and send documents to move them around, simply move the view of the application to the machine where you need to access it.

Packagewinswitch
CategoriesNetwork
Homepagehttp://winswitch.org/
KudosHiDpiIcon

wireshark.desktop

Typedesktop
NameWireshark
CommentNetwork traffic analyzer
Description

Wireshark is an essential tool to capture and analyze the packets arriving or leaving the network interface. It is almost a GUI equivalent of the classic unix tool tcpdump.

Wireshark has a easy to use GUI to capture the packets matching the filter, on the mentioned interface and save them for later analysis.

Packagewireshark-qt
CategoriesMonitor, Network
Homepagehttp://www.wireshark.org
KudosHiDpiIcon, ModernToolkit

wordwarvi.desktop

Typedesktop
NameWord War vi
CommentSide-scrolling shoot 'em up '80s style arcade game
Description

Word War vi is your basic side-scrolling shoot 'em up '80s style arcade game. You pilot your "vi"per craft through core memory, rescuing lost .swp files, avoiding OS defenses, and wiping out those memory hogging emacs processes. When all the lost .swp files are rescued, head for the socket which will take you to the next node in the cluster.

Note: Obviously, emacs is a fine editor and this is all very tongue in cheek, so don't be getting all bent out of shape because you like emacs better than vi, mmm-kay?.

Packagewordwarvi
CategoriesArcadeGame, Game
Keywords80s, Arcade, Game, Retro, Scroller, Shooter, wordwarvi
Homepagehttps://smcameron.github.io/wordwarvi/
KudosHiDpiIcon

workrave.desktop

Typedesktop
NameWorkrave
CommentProgram that assists in the recovery and prevention of RSI
Description

Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit.

Packageworkrave
CategoriesAccessibility, Utility
Keywordsbreak, health, rsi, timer, typing, wrists
Homepagehttp://www.workrave.org/
KudosHiDpiIcon, ModernToolkit

workrave@workrave.org.shell-extension

Typeshell-extension
NameWorkrave
CommentGNOME Shell Extension
Description

Applet that shows all the Workrave timers.

Packageworkrave
CategoriesAddons, ShellExtensions
Homepagehttp://www.workrave.org

workspace-indicator@gnome-shell-extensions.gcampax.github.com.shell-extension

Typeshell-extension
NameWorkspace Indicator
CommentGNOME Shell Extension
Description

Put an indicator on the panel signaling in which workspace you are, and give you the possibility of switching to another one.

Packagegnome-shell-extension-workspace-indicator
CategoriesAddons, ShellExtensions
Homepagehttp://git.gnome.org/gnome-shell-extensions

worldofpadman.desktop

Typedesktop
NameWorld of Padman
CommentComic 3D-Shooter
Description

World of Padman (WoP) is a first-person shooter computer game. The idea is based on the Padman comic strip for the magazine PlayStation Games created by the professional cartoon artist Andreas 'ENTE' Endres. Most of the maps in the game are lilliput style.

World of Padman uses the Open Source ioquake3 engine, however the Wop data-files are not freely redistributable. This package will install a World of Padman menu entry, which will automatically download the necessary datafiles (1GB!) the first time you start World of Padman.

Packageworldofpadman
CategoriesActionGame, Game
Keywordsfirst, fps, game, padman, person, shooter, urban, world
Homepagehttp://worldofpadman.net/
KudosHiDpiIcon

www.octave.org-octave.desktop

Typedesktop
NameGNU Octave
CommentInteractive programming environment for numerical computations
Description

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.

Octave has extensive tools for solving common numerical linear algebra problems, finding the roots of nonlinear equations, integrating ordinary functions, manipulating polynomials, and integrating ordinary differential and differential-algebraic equations. It is easily extensible and customizable via user-defined functions written in Octave's own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages.

Packageoctave
CategoriesEducation, Math, Science
Keywordsmath, matrix, numerical computation, plotting, science
Homepagehttp://www.octave.org
KudosHiDpiIcon, ModernToolkit

wxmaxima.desktop

Typedesktop
NamewxMaxima
CommentA graphical user interface for maxima being a powerful computer algebra system
Description

wxMaxima is a graphical user interface for the computer algebra system Maxima: a program that solves mathematical problems by manipulating equations (and outputting the resulting formula), instead of just calculating a number. wxMaxima eases the use of Maxima by making most of its commands available through a menu system and by providing input dialogs for commands that require more than one argument. It also implements its own display engine that outputs mathematical symbols directly instead of depicting them with ASCII characters.

wxMaxima also features 2D and 3D inline plots, simple animations, mixing of text and mathematical calculations to create documents, exporting of input and output to TeX, document structuring and a browser for Maxima's manual including command index and full text searching.

PackagewxMaxima
CategoriesDevelopment, Education, Math, Science
Homepagehttp://andrejv.github.io/wxmaxima/
KudosHiDpiIcon

wxvbam.desktop

Typedesktop
NameVisualBoyAdvance-M
CommentWX GUI for VisualBoyAdvance-M, a high compatibility Gameboy Advance Emulator
Description

VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility with commercial games. It emulates the Nintendo Game Boy Advance hand held console, in addition to the original Game Boy hand held systems and its Super and Color variants. VBA-M is a continued development of the now inactive VisualBoy Advance project, with many improvements from various developments of VBA.

Packagevisualboyadvance-m
CategoriesEmulator, Game
KeywordsGame Boy, Game Boy Advance, Game Boy Color, Nintendo, emulator, gameboy
Homepagehttp://vba-m.com/
KudosHiDpiIcon, ModernToolkit

xarchon.desktop

Typedesktop
NameXArchon
CommentChess like board game
Description

In XArchon the Light Side and Dark Side fight over control of a chess-like board. Each side is composed of 18 fantastic creatures of myth and legend, which are represented by images (or icons). While not identical, the opposing sides are balanced in strength.

When two creatures end up on the same square, the game goes into field mode and a battle begins between the two creatures. During this battle the creatures are controller by the players and it is not necessarily the creature which entered the square last which wins.

Packagexarchon
CategoriesBoardGame, Game
Keywordsarchon, chess, game
Homepagehttp://xarchon.seul.org/

xawtv.desktop

Typedesktop
Namexawtv
CommentAnalog TV viewing application
Description

xawtv was originally just an analog TV viewing application for Bttv devices (bt848, bt878) using the Athena widgets, but evolved into a small suite of X11 applications for V4L devices.

The xawtv package includes a number of useful console commandline utilities:

  • alevtd - a http deamon for use with analogue TV teletext
  • radio -- a console radio listening app
  • scantv -- an analogue TV frequency scanner
  • v4l-conf -- current video mode (size and color depth)
  • v4lctl -- used to control a v4l device and set varying image parameters
  • webcam -- capture images from a webcam
Packagexawtv
CategoriesAudioVideo, Video
Keywordstv, v4l, v4l2, video, video4linux, viewer
Homepagehttp://linuxtv.org/wiki/index.php/Xawtv

xcas.desktop

Typedesktop
Namexcas
CommentComputer Algebra System, Symbolic calculus, Geometry
Description

Giac is a Computer Algebra System made by Bernard Parisse. It provides features from the C/C++ libraries PARI, NTL (arithmetic), GSL (numerics), GMP (big integers), MPFR (bigfloats) and also:

  • Efficient algorithms for multivariate polynomial operations (product, GCD, factorization, groebner bases)
  • Symbolic computations: solver, simplifications, limits/series, integration
  • Linear algebra with numerical or symbolic coefficients
  • Partial Maple and TI compatibility
  • It has interfaces in texmacs and sagemath

It consists of:

  • A C++ library (libgiac)
  • A command line interpreter (icas/giac)
  • An FLTK-based GUI (xcas) with interactive geometry and formal spreadsheets
Packagegiac-xcas
CategoriesEducation, Math
Homepagehttp://www-fourier.ujf-grenoble.fr/~parisse/giac.html
KudosHiDpiIcon

xchat.desktop

Typedesktop
NameXChat
CommentChat with other people using Internet Relay Chat
Description

XChat is an Internet Relay Chat (IRC) client. It allows you to join multiple IRC channels at the same time, which you can view and browse using tabs or a tree-like interface. You can use XChat to publicly chat with people in a channel, and to have private one-on-one conversations. You can even transfer files with XChat!

The client includes nick completion, alerts for mentions, logging functionality, and several customization options for fonts, sounds and colors.

Packagexchat
CategoriesIRCClient, Network
Homepagehttp://xchat.org/
KudosHiDpiIcon

xed.desktop

Typedesktop
NameXed
CommentA Text Editor
Description

Xed is a small, but powerful text editor. It has most standard text editor functions and fully supports international text in Unicode. Advanced features include syntax highlighting and automatic indentation of source code, printing and editing of multiple documents in one window.

Xed is extensible through a plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels.

Packagexed
CategoriesTextEditor, Utility
Keywordscode, editor, files, highlighting, multiple, notepad, pluggable, tabs, text
Homepagehttp://www.github.com/linuxmint/xed
KudosHiDpiIcon, ModernToolkit, UserDocs

xemacs.desktop

Typedesktop
NameXEmacs
CommentDifferent version of Emacs
Description

XEmacs is a highly customizable open source text editor and application development system.

XEmacs is protected under the GNU General Public License. It is related to other versions of Emacs, in particular GNU Emacs. Its emphasis is on modern graphical user interface support and an open software development model, similar to Linux.

Packagexemacs
CategoriesTextEditor, Utility
Homepagehttp://www.xemacs.org/

xfce4-appfinder.desktop

Typedesktop
NameApplication Finder
CommentApplication to quickly run applications and commands
Description

The application finder is a tool to find and launch installed applications on your system and the quickly execute commands. It can also be used to quickly add launchers to the Xfce Panel by dragging an item from the view and drop it on the panel.

Packagexfce4-appfinder
CategoriesUtility
Homepagehttp://www.xfce.org/
ProjectXFCE
KudosHiDpiIcon

xfce4-clipman.desktop

Typedesktop
NameClipman
CommentClipboard manager
Description

Clipboard Manager provided as a panel plugin for Xfce and as a standalone application running in the notification area. It keeps a history of text and images of content copied to the clipboard. It also has a feature to execute actions on specific text selection by matching them against regexes.

Packagexfce4-clipman-plugin
CategoriesUtility
Homepagehttp://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
ProjectXFCE
KudosHiDpiIcon, ModernToolkit

xfce4-screenshooter.desktop

Typedesktop
Namexfce4-screenshooter
CommentApplication and panel plugin to take screenshots
Description

This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, open it using another application, or host it on ZimageZ or imgur, free online image hosting services.

Packagexfce4-screenshooter
CategoriesUtility
Homepagehttp://goodies.xfce.org/projects/applications/xfce4-screenshooter
ProjectXFCE
KudosHiDpiIcon

xfdashboard.desktop

Typedesktop
Namexfdashboard
CommentMaybe a Gnome shell like dashboard for Xfce
Description

Xfdashboard provides a GNOME shell dashboard like interface for use with Xfce desktop.

It can be configured to run to any keyboard shortcut and when executed provides an overview of applications currently open enabling the user to switch between different applications. The search feature works like Xfce's app finder which makes it convenient to search for and start applications.

Packagexfdashboard
CategoriesSystem
Keywordsapplication management, organize, search, search tool, window management
Homepagehttp://goodies.xfce.org/projects/applications/xfdashboard/start/
ProjectXFCE
KudosHiDpiIcon, ModernToolkit

xfig.desktop

Typedesktop
NameXfig
CommentXfig drawing application
Description

Xfig is an X Window System tool for creating basic vector graphics, including bezier curves, lines, rulers and more. The resulting graphics can be saved, printed on PostScript printers or converted to a variety of other formats (e.g., X11 bitmaps, Encapsulated PostScript, LaTeX).

You should install xfig if you need a simple program to create vector graphics.

Packagexfig
CategoriesGraphics
Keywordsdrawing, figure, graphics, vector
Homepagehttps://en.wikipedia.org/wiki/Xfig

xiphos.desktop

Typedesktop
NameXiphos
CommentBible Study Guide
Description

Xiphos is a program for high-grade Bible study using the modules and underlying engine support of The Sword Project.

  • Fully integrated, tabbed interface with Bible+commentary+dictionary
  • User content support: hierarchical bookmarks, personal verse annotations, journals, prayer lists
  • Sword modules provide the widest language coverage of any Bible software anywhere: 400+ Bibles in 150+ languages, with major support for original languages (a dozen each in Hebrew and Greek) plus major support in e.g. English, Russian, German, Portuguese, and French
  • Interface translated into 26 languages
  • Power search capability; footnotes and xrefs; detached windows; text-to-speech support
  • Strong's and morphology support, including pseudo-interlinear display
  • BibleSync shared multicast navigation in personal or speaker/audience modes
  • Supports Linux and Windows including active support in IRC and mailing lists
Packagexiphos
CategoriesEducation
KeywordsBible, Study, Text
Homepagehttps://github.com/crosswire/xiphos/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

xmedcon.desktop

Typedesktop
NameXmedcon
CommentA medical image conversion utility and library
Description

This project stands for Medical Image Conversion and is released under the GNU's (L)GPL license. It bundles the C source code, a library, a flexible command-line utility and a graphical front-end.

Its main purpose is image conversion while preserving valuable medical study information. The currently supported formats are: Acr/Nema 2.0, Analyze (SPM), Concorde/uPET, DICOM 3.0, CTI ECAT 6/7, InterFile 3.3 and PNG or Gif87a/89a towards desktop applications.

Packagexmedcon
CategoriesGraphics
Homepagehttp://xmedcon.sourceforge.net/

xmlcopyeditor.desktop

Typedesktop
NameXML Copy Editor
CommentEdit XML documents
Description

fast, free, validating XML editor

XML Copy Editor is an XML editor focusing on editing document markup languages like DITA, DocBook, WordprocessingML. Features: DTD/XML Schema/RELAX NG validation, XSLT, XPath, Pretty-printing, Syntax highlighting, Folding, Tag completion, Tag locking, Tag-free editing, Built-in support for XHTML, XSL, DocBook and TEI, Generating XML Schema, Spelling and style check with built-in spell/style checker.

Packagexmlcopyeditor
CategoriesDevelopment, TextEditor, Utility
Homepagehttp://xml-copy-editor.sourceforge.net/

xmoto.desktop

Typedesktop
NameXMoto
Comment2D motocross platform game
Description

xmoto is a side-scrolling 2D motocross platform game where the objective is to collect all the floating items in the level and proceed to the checkered finishing ball. The motocross bike that the player rides in xmoto has a lot of bounce, and the if the player hits their head on any solid object the level has to be restarted.

There are hundreds of levels available in xmoto, both included in the initial install, and downloadable from the internet. There is also the ability to challenge fastest times with other players from around the world. and saved ghost data to visually see the runs of other players through the levels.

Packagexmoto
CategoriesActionGame, Game, SportsGame
Homepagehttp://xmoto.sourceforge.net/

xnec2c.desktop

Typedesktop
Namexnec2c
CommentGTK based graphical wrapper for nec2c
Description

nec2c is a GUI interactive application that (in its current form) reads NEC2 input files but presents output data in graphical form, e.g. as wire frame drawings of the radiation pattern or near E/H field, graphs of maximum gain, input impedance, vswr etc against frequency and simple rendering of the antenna structure, including color code representation of currents or charge densities.

Packagexnec2c
CategoriesHamRadio, Science
Homepagehttp://www.5b4az.org/
KudosHiDpiIcon

xonotic.desktop

Typedesktop
NameXonotic
CommentMultiplayer, deathmatch oriented first person shooter
Description

Xonotic is a free and fast-paced first person shooter which combines addictive, arena-style gameplay with rapid movement and a wide array of weapons.

Xonotic is easy to learn, but hard to master! Besides thrilling action for the casual player, the game also provides e-sport opportunities for those interested in its competitive aspects. From mapping contests and monthly quick cups to sponsored tournaments, Xonotic allows every e-sport enthusiast to participate in competitions hosted by its open-minded community.

Features such as simple items, fully customizable configs and servers, a functioning anticheat system, the spectator mode, and the opportunity to watch and record games makes Xonotic attractive to competitive players.

Packagexonotic
CategoriesActionGame, Game
Homepagehttp://www.xonotic.org/
KudosHiDpiIcon

xpilot-ng-sdl.desktop

Typedesktop
NameXPilot NG
CommentMulti-player space arcade game
Description

A highly addictive, infinitely configurable multiplayer space arcade game. You pilot a spaceship around space, dodging obstacles, shooting players and bots, collecting power-ups, and causing general mayhem. Some features are borrowed from classics like the Atari coin-ups Asteroids and Gravitar, and the home-computer games Thrust and Gravity Force.

XPilot NG is an extended version of the original XPilot. Like in XPilot, the aim of the game is to have fun and to beat your fellow pilots. In a team game, you can humiliate your enemies, blow up your their ships and steal their treasure. There are also other game modes: individual game and a race mode.

XPilot NG is a networked multi-player game, you can either start your own server, or join an existing internet game.

Packagexpilot-ng
CategoriesArcadeGame, Game
Keywordsarcade, classic, game, multi-player, retro, spacewar
Homepagehttp://xpilot.sourceforge.net/

xpilot-ng-server

Typeaddon
Extendsxpilot-ng-sdl
NameXPilot NG server
CommentServer for hosting XPilot NG games
Packagexpilot-ng-server
Homepagehttp://xpilot.sourceforge.net/

xpra.desktop

Typedesktop
NameXpra
CommentA multi-platform screen and application forwarding system
Description

Xpra is a multi-platform persistent remote display server and client for forwarding applications and desktop screens.

It gives you remote access to individual applications or full desktops. On X11, it is also known as 'screen for X11': it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state. It can also be used to forward full desktops, from X11 servers, MS Windows, or Mac OS X. Xpra also allows forwarding of sound, clipboard and printing services.

With X11 programs, Xpra can be used "rootless" or "seamless": programs you run under it show up on your desktop as regular programs, managed by your regular window manager. Sessions can be accessed over SSH, or password protected over plain TCP sockets. Xpra is usable over reasonably slow links and does its best to adapt to changing network bandwidth constraints.

Packagexpra
CategoriesNetwork
Homepagehttp://xpra.org/

xreader.desktop

Typedesktop
NameDocument Viewer
CommentA Document Viewer
Description

Xreader is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS and Portable Document Format (PDF) files, as well as comic book archive files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation and table-of-contents bookmarks.

Packagexreader
CategoriesUtility, Viewer
Keywordscomics, djvu, document, dvi, pdf, ps, tiff, viewer, xps
Homepagehttp://github.com/linuxmint/xreader
KudosHiDpiIcon, ModernToolkit, UserDocs

xsane.desktop

Typedesktop
NameXSane
CommentScan images with a scanner
Description

XSane is an application to scan images using a hardware scanner attached to your computer. It is able to save in a variety of image formats, including TIFF and JPEG and can even save your scan as a PDF. XSane also has support for scanning multiple pages and merging them into a single document.

Packagexsane
Categories2DGraphics, Graphics, RasterGraphics, Scanning
Homepagehttp://www.xsane.org/
KudosHiDpiIcon

xscorch.desktop

Typedesktop
NameXscorch
CommentScorched Earth clone
Description

Xscorch is a clone of the classic DOS game, "Scorched Earth". The basic goal is to annihilate enemy tanks using overpowered guns.

Basically, you buy weapons, you target the enemy by adjusting the angle of your turret and firing power, and you hope to destroy their tank before they destroy yours.

Packagexscorch
CategoriesGame, StrategyGame
Keywordsbomb, earth, game, scorch, scorched, tankwars
Homepagehttp://xscorch.org/

xsensors.desktop

Typedesktop
NameXSensors
CommentAn X11 interface to lm_sensors
Description

Xsensors is a simple GUI program that allows you to read useful data from the lm_sensors library in a digital read-out like fashion, such as the temperature, voltage ratings and fan speeds of the running computer.

This is a fork of an unmaintained project which can be found at linuxhardware.org.

Packagexsensors
CategoriesSystem
Homepagehttps://github.com/Mystro256/xsensors
KudosHiDpiIcon, ModernToolkit

xterm.desktop

Typedesktop
NameXTerm
CommentTerminal emulator for the X Window System
Description

XTerm is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and selected features from higher-level terminals such as VT320/VT420/VT520 (VTxxx). It also provides Tektronix 4014 emulation for programs that cannot use the window system directly.

You would use xterm to get a shell prompt, to run command-line programs.

Packagexterm
CategoriesSystem, TerminalEmulator
Keywordscmd, command, commandline, prompt, shell, terminal
Homepagehttp://invisible-island.net/xterm/
KudosHiDpiIcon

xviewer-exif-display

Typeaddon
Extendsxviewer
NameExif Display
CommentDisplays Exif tags in the side panel and optionally the statusbar
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-export-to-folder

Typeaddon
Extendsxviewer
NameExport to Folder
CommentExport the current image to a separate directory
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-fit-to-width

Typeaddon
Extendsxviewer
NameZoom to Fit Image Width
CommentAdjusts the zoom to have the image's width fit into the window
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-light-theme

Typeaddon
Extendsxviewer
NameDisable Dark Theme
CommentDisables dark theme
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-map

Typeaddon
Extendsxviewer
NameMap
CommentDisplays on a map in the side panel where the picture was taken
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-postasa

Typeaddon
Extendsxviewer
NamePicasa Web Uploader
CommentSupports uploading photos to Google Picasa Web
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-pythonconsole

Typeaddon
Extendsxviewer
NamePython Console
CommentAdds a Python console
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-send-by-mail

Typeaddon
Extendsxviewer
NameSend by Mail
CommentSends an image attached to a new mail
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer-slideshowshuffle

Typeaddon
Extendsxviewer
NameSlideshow Shuffle
CommentShuffles the photos in slideshow mode
Packagexviewer-plugins
Homepagehttps://github.com/linuxmint/xviewer-plugins

xviewer.desktop

Typedesktop
NameImage Viewer
CommentBrowse and rotate images
Description

Xviewer is an image viewer which supports many formats. It can be used to view single images or images in a collection.

Xviewer also allows to view the images in a fullscreen slideshow mode or set an image as the desktop wallpaper. It reads the camera tags to automatically rotate your images in the correct portrait or landscape orientation.

Packagexviewer
CategoriesUtility, Viewer
KeywordsGraphics, Picture, Slideshow
Homepagehttps://github.com/linuxmint/xviewer
ProjectGNOME
KudosHiDpiIcon, ModernToolkit, UserDocs

xzgv.desktop

Typedesktop
Namexzgv Image Viewer
CommentSimple image viewer
Description

xzgv is a simple image editor, with a focus on controlling all actions using keyboard input. It has a simple, two pane layout, with all the thumbnails of the current directory listed in the left pane, and the image viewed in the main pane. The menu in xzgv can be viewed in a context menu that is shown by right-clicking on the main image pane. This context menu also lists all the keyboard shortcuts if you are new to xzgv and need to know them.

Packagexzgv
CategoriesGraphics, RasterGraphics, Viewer
Homepagehttp://sourceforge.net/projects/xzgv/

yafaray-blender

Typeaddon
Extendsblender
NameYafaRay
Comment3D renderer plugin for Blender
PackageYafaRay-blender
Homepagehttp://www.yafaray.org

yarock.desktop

Typedesktop
NameYarock
CommentModern linux music player
Description

Yarock is a music player designed to provide a clean, simple and beautiful music collection based on album coverart.

You can easily browse and search your local music collection through various views such as artists, albums, tracks, genre, years, etc. You can also browse your play radio stream thinks to TuneIn, Shoutcast, Dirble radio services.

Features include.

  • Music collection database (SQLite 3)
  • Browse your local music collection based on cover art
  • Easy search and filter music collection
  • Manage favorites item (album, artist)
  • Play music directly from collection or playqueue
  • Simple optionnal playqueue
  • Smart playlist generator
  • Support mp3,ogg vorbis,flac music files
  • Support load/save playlist file (m3u, pls, xspf)
  • Play radio stream (TuneIn, Shoutcast, Dirble)
  • Contextual info and cover art download (lastfm, echonest, musicbrainz)
  • Last Fm scrobbler support
  • Mp3Gain tag support for volume normalization
  • Command line interface, Mpris interface
  • Clean and simple user interface
  • No GNOME or KDE dependancies
Packageyarock
CategoriesAudio, AudioVideo, Music, Player
Homepagehttp://qt-apps.org/content/show.php/yarock?content=129372
KudosHiDpiIcon, ModernToolkit

yelp.desktop

Typedesktop
NameHelp
CommentGet help with GNOME
Description

Yelp is a viewer and framework for documentation on the Linux desktop. It is used heavily by the GNOME desktop environment, and its tools serve as the reference implementation for the Mallard help format. Yelp supports DocBook, Mallard, HTML, man, and info documents.

Yelp development has led to the development of various tools, and the Mallard and DocBook transformations live in standalone XSLT module. All of these are under the umbrella name Yelp.

Packageyelp
CategoriesCore, Documentation, Utility
Keywordsdocumentation, help, information, manual
Homepagehttps://projects.gnome.org/yelp/
ProjectGNOME
KudosHiDpiIcon, ModernToolkit

yoshimi.desktop

Typedesktop
NameYoshimi
CommentA Software Synthesizer for Linux
Description

Yoshimi is a MIDI software synthesizer for Linux. It synthesizes in real time, can run polyphonic and/or monophonic in multiple simultaneous patches in one or more MIDI channels and has broad microtonal capability. It includes extensive addititive, subtractive, and PAD synth capabilities which can be run simultaneously within the same patch. It also has comprehensive effects capabilities.

Originally based on the 2.4.0 version of ZynAddSubFX (Copyright 2002-2009 Nasca Octavian Paul), development of Yoshimi has continued for quite a while now in its own direction. Originally these included major optimizations for audio and MIDI performance. More recently there has been progressive development of user-level access to all controls, including command line access. Since V1.5.0 there is full Midi Learn capability. Refinement continues, both visually and within the code.

Packageyoshimi
CategoriesAudio, AudioVideo, Midi, Music
Keywordsalsa, jack, lv2, microtonal, midi, multichannel, music, realtime, softsynth, standalone, synthesiser
Homepagehttps://sourceforge.net/projects/yoshimi/

yumex-dnf.desktop

Typedesktop
NameYum Extender (DNF)
CommentGraphical package manager
Description

Yum Extender is a graphical package management application. It allows you to search and browse for packages to install, remove and update on your computer.

It is designed to give you full control over the packages on your computer and to be used by all users.

Features:

  • Browse packages available for installation or update
  • Browse packages installed on your computer
  • Search packages by name, summary, description
  • Watch the history of package action on your system
  • Browse and install/remove package groups
  • Browse packages by size, repository
  • Control what package repositories are enabled for the current session
Packageyumex-dnf
CategoriesSettings, System
Homepagehttps://github.com/timlau/yumex-dnf
KudosHiDpiIcon

zathura-pdf-poppler.desktop

Typeaddon
Extendszathura
NamePDF plugin for Zathura
CommentPDF plugin based on Poppler
Packagezathura-pdf-poppler
CategoriesOffice, Viewer
Homepagehttps://pwmt.org/projects/zathura-pdf-poppler/

zaz.desktop

Typedesktop
NameZaz
CommentRearrange flowing balls to make triplets
Description

Zaz is a mouse-operated arcade puzzle game where balls have to be rearranged by quickly pulling one out of the sequence and allowing it to jump back in in a different place. Triplets "explode" and delay the inevitable moment when there are too many balls and the player loses.

Packagezaz
CategoriesGame, LogicGame
Homepagehttp://sourceforge.net/projects/zaz/
KudosHiDpiIcon

zim.desktop

Typedesktop
NameZim Desktop Wiki
CommentWrite notes in a desktop wiki
Description

Zim brings the power of a wiki to your desktop, providing a neat and structured way to take notes and record your thoughts. Each page in Zim is automatically saved as text file with wiki markup, including the ability to link pages and to add other files as attachments. Pages in Zim are also displayed in the sidebar in a hierarchical tree style layout to help organize your notes better.

Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

Zim can be used to:

  • Keep an archive of notes
  • Take notes during meetings or lectures
  • Organize task lists
  • Draft blog entries and emails
  • Do brainstorming
PackageZim
CategoriesTextEditor, Utility
KeywordsEditor, Journal, Notebook, Notes, Text, Wiki, Write
Homepagehttp://zim-wiki.org/
KudosHiDpiIcon