This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Frogr

Overview

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.

This project is Free Software and published under the terms of the GNU General Public License v3.

Screenshots

attachment:frogr-screenshot.png

Older screenshots: Frogr 1.1, Frogr 1.0, Frogr 0.11, Frogr 0.9 & 0.10, Frogr 0.8, Frogr 0.7, Frogr 0.6, Frogr 0.5, Frogr 0.4, Frogr 0.3

Features

The latest stable version of Frogr (1.8.1) currently features a basic -yet effective- flickr uploader:

For more details on the features of Frogr, both in the stable releases or the unstable branch (master), check the NEWS file.

Get Frogr

The latest stable version of Frogr is 1.8.1.

Source code

In case you could not find a package ready to use with your favourite distro, you can always get Frogr's source code from the source tarballs, or just by cloning its git repository:

git clone https://gitlab.gnome.org/GNOME/frogr.git

Binary packages

Building from the source tarballs is nice, but sometimes is more convenient to get apps installed through other ways, so this section explains how to get frogr installed in some of the most common distros out there:

Flatpak

Flatpak is a new way of distributing applications on Linux so that the same bundle can be installed in different distributions, even different versions at the same time. Frogr has been adapted to support flatpak so, assuming that you have a recent enough version of flatpak (0.6.13 or later), you can easily install the latest stable version easily by running a single command:

flatpak install --from \
    https://flathub.org/repo/appstream/org.gnome.frogr.flatpakref

Once installed for the first time, you can easily update it later on with:

flatpak update org.gnome.frogr

Note that, to be able to authenticate your account, you'll need to have installed the portal frontend service for Flatpak as well as a backend implementation (such as the one for GTK+), so that it's possible for Frogr to open URIs in applications outside its sandbox (e.g. using the browser for authentication, open an image in the viewer). Fortunately, this are currently shipped with Debian/Ubuntu/Fedora and others, so you can easily install them as any other packages in your system:

apt-get install xdg-desktop-portal xdg-desktop-portal-gtk  # For Debian/Ubuntu

dnf install xdg-desktop-portal xdg-desktop-portal-gtk      # For Fedora

Debian & Ubuntu

Frogr is packaged in Debian since Wheeze, as well as in Ubuntu since Oneiric, so you should be able to install it in those distros (or newer) by simply doing, as root:

apt-get update && apt-get install frogr

Fedora

For the specific case of Fedora, frogr is packaged since Fedora 15 (Lovelock), so you should be able to install it by just doing:

sudo yum install frogr

OpenSUSE

Frogr is also being packaged already for OpenSuse, but if you want to install it in previous releases, you can always use the binaries in the OpenSUSE packages build through the openSuse Build Service, in the context of the 'GNOME Applications' subproject.

Arch Linux

If you use ArchLinux you can get the PKGBUILD file directly from here (thanks uastasi!)

Mac OS X (unsupported)

For Mac OS X, there's an older version of Frogr packaged for Intel architectures that you can download from the GNOME FTP server. This is no longer officially supported and has been completely deprecated (meaning that no more releases are expected), so there's a chance that it no longer works, specially in newer versions of OS X. Use at your own risk.

Get Involved

Discussion platform

Please use the GNOME Discourse discussion platform.

It is available at: https://discourse.gnome.org/c/applications

Bug tracking

Translations

News


CategoryGraphics


2024-10-23 10:58