What is gigolo linux

Gigolo

Gigolo — это удобный и простой C / GTK2 интерфейс (frontend) для управления соединениями с удалёнными файловыми системами использующими GIO / GVfs.

GVFS это GNOME (но независящая от него) виртуальная файловая система, приемник и альтернатива GnomeVFS, позволяющая по желанию подключать/отключать виртуальные файловые системы, монтируя их через FUSE (файловая система в пользовательском пространстве) .

Gigolo используя библиотеку GIO , отслеживает изменение файлов в режиме реального времени, без потребности это делать вручную. Библиотека GIO поддерживает: Gamin / FAM, Linux Inotify и Solaris’ File Events Notification system.

Gigolo позволяет быстро получать доступ к удаленным файловым системам, позволяя просматривать FTP-сайты, Windows SMB-ресурсы, файловые системы мобильных телефонов по протоколу ObexFTP, Files transferred over shell protocol, HTTP-, WebDAV- и SFTP-сервера как локальные файловые системы.

Gigolo лёгок в использовании, интегрируется в системном трее и позволяет добавлять файловые системы в закладки автоматического соединения, для более удобного управления ими.

Gigolo является частью Xfce Goodies project , но не зависит от Xfce и может использоваться с другим рабочим окружением. Зависит только от GTK2 (2.12 или выше) и D-Bus (система межпроцессного взаимодействия, которая предоставляет приложениям несколько шин для передачи сообщений) .

Источник

Easily Manage Remote Filesystems with Gigolo In Linux

Some file managers, such as KDE’s Dolphin and GNOME’s Nautilus, already integrate the management of remote filesystems – but these file managers aren’t for everyone. If you’re using a lighter-weight desktop, or you just want a dedicated application for viewing and interacting with your remote filesystems, check out Gigolo.

Gigolo’s tag line is “It mounts what it is told to.” Gigolo is a graphical frontend for the userspace virtual filesystem GIO/GVfs, which handles remote files. While GVfs is the successor of the old GnomeVfs, don’t get confused; it isn’t dependent on GNOME. Gigolo is also part of the Xfce Goodies project, but it doesn’t depend on Xfce either. Its only hard dependencies are GTK2 (2.12 or newer), DBus, and GLib (2.16 or newer).

Installing Gigolo

If Gigolo isn’t available in one of your distribution’s repositories, you can download it. As of this writing, the latest release is 0.41. You can also grab the most recent source code from the Xfce Goodies Git repository:

There are two ways to build Gigolo from source. To use the included Waf build system, you’ll need Python. Go into your Gigolo directory and run the following commands:

The other way to build Gigolo from source is to use autotools with the command:

According to Gigolo’s developer, the latter method is more appropriate for distro packagers and special use cases, but either will work.

Читайте также:  C windows syswow64 cmd exe что это

Running Gigolo

When you run Gigolo for the first time, it will show you thumbnails of all the local filesystems it has detected.

Go to “View -> Side Panel” to show the side panel, which is where your bookmarks will go. There won’t be any bookmarks at first.

Hit [ctrl]+[B] to open the bookmark manager.

When you add a bookmark, you’ll see that you can use the following protocols:

This example shows how I created a bookmark for an SSH connection to another computer on my local area network (LAN):

After I added the bookmark, Gigolo prompted me for my password. Then the location showed up in my side panel with the nickname I gave it (which was just the LAN IP address in this case, but it can be anything you want). There was also a new icon for it in the main display panel.

When I double-clicked on the SFTP connection icon, the location automatically opened in my default file manager, Dolphin. The FTP location, on the other hand, opened in my default browser. I was a bit disappointed that Gigolo couldn’t handle file management natively, but this is part of what makes it such a lightweight application.

By default, Gigolo uses “ gvfs-open ” to decide which applications to launch for exploring your remote filesystems. If you wish to change this, go to “Edit -> Preferences”.

There you can replace the “ gvfs-open ” command with an alternative of your choice, such as Nautilus if you want Nautilus to handle all of your uniform resources identifiers (URIs).

Overall, Gigolo is a nice, low-resource frontend for storing bookmarks to a number of different remote filesystems.

Image credit: Network drive icon by Evgen

Источник

Linux notes from DarkDuck

How to choose an operating system for your computer and how to run it there.

27 Sept 2012

Juggling remote filesystems with Gigolo

Gigolo is a natty front-end for managing remote filesystems using GNOME Virtual File System (GVfs or GIO). Should you be interested in getting it?

Gigolo’s key card is its minimalism. It’s very, very efficient, and tucks a lot of the nastier protocol stuff out of view. The UI — user interface — is clean and bold, clearly segregated and obviously purpose-built.

While the great UI is going to be a plus for all users — it makes mounting filesystems a breeze, and you can patrol them using bookmarks (more on this later) — tucking all the protocols out of the way may not appeal to the Linux crowd. Why? Because Linux users are notoriously fond of tinkering with the inner workings of things, and here’s they’re not simply posted to a debugging console.

What about the power? Gigolo can use GIO or the new, GnomeVfs-beating GVfs to establish connections. GVfs is a protocol for talking to remote filesystems, and in the past, it’s been limited to Gnome-based-only distributions.

Читайте также:  Как устанавливать windows с iso формата

That’s cool as it doesn’t rely on the user or the server running on Gnome, which forms the basis of many, but not all, of the manifold different Linux distributions. Instead, it’s good enough to grab a recent GLib version — which you can do by checking your local repository for packages — and ensure you’ve properly set up your DBus system (usually sorted by your distribution, DBus is a way for applications to talk to each other) — so it’s accessible to a wide range of users running a whole variety of distros.

Gigolo can connect to almost any kind of remote resource, from FTP (file transfer protocol — such as remote storage or pushing stuff up to the web) to special resources such as Burn (burn://), so you’re left to choose a remote filesystem that works best for you.

Gigolo also makes short work of managing large numbers of remote servers, through the bookmarks pane. That’s a nice addition — there’s precious little software out there for admins who need to manage multiple remote connections that feels as good to use as Gigolo. The Bookmarks fill themselves automatically, providing rapid access to resources straight from the main pane — such as remote print$ resources or over-the-air CD-ROM drives.

But do we really need something so powerful? In a word, yes. remote filesystem management programs are only going to get more important in the modern, mobile-connected world. Ultrabooks rely on fetching data from remote filesystems — allowing them to stay thin and fast — and Gigolo could be a good solution for anyone running Linux on an ultrabook. Strong-performing remote management software like this is a boon to mobile Linux users everywhere.

Oh, and the name? There’s a nice little quip on the main website about why it’s called «Gigolo». Apparently, «it mounts what it’s told to». Well, there’s justification if ever you needed it.

Daniel Moeller was born in Berlin, Germany. He studied in London and wrote his thesis on social media marketing. Now he works for a London-based PR company. He also loves blogging about technology and social media in his spare time.

Источник

графические программы на основе библиотеки GTK — Gigolo

Удобный и простой C/GTK2 интерфейс (frontend) для управления соединениями с удалёнными файловыми системами использующими GIO / GVfs.
GVFS это GNOME (но независящая от него) виртуальная файловая система, приемник и альтернатива GnomeVFS, позволяющая по желанию подключать/отключать виртуальные файловые системы, монтируя их через FUSE (файловая система в пользовательском пространстве). Gigolo используя библиотеку GIO, отслеживает изменение файлов в режиме реального времени, без потребности это делать вручную.

Читайте также:  Компьютер отключается сразу после запуска windows компьютер выключается после включения

Библиотека GIO поддерживает: Gamin / FAM, Linux Inotify и Solaris’ File Events Notification system. Gigolo позволяет быстро получать доступ к удаленным файловым системам, позволяя просматривать FTP-сайты, Windows SMB-ресурсы, файловые системы мобильных телефонов по протоколу ObexFTP, Files transferred over shell protocol, HTTP-, WebDAV- и SFTP-сервера как локальные файловые системы. Gigolo является частью Xfce Goodies project, но не зависит от Xfce и может использоваться с другим рабочим окружением. Зависит только от GTK2 (2.12 или выше) и D-Bus (система межпроцессного взаимодействия, которая предоставляет приложениям несколько шин для передачи сообщений).

Лицензия: GNU General Public License v2

Тип приложения: графические программы на основе библиотеки GTK
Сайт разработчика: http://www.uvena.de/gigolo/index.html
Что почитать?

Разместил: lsadm2013kos 20 Октябрь 2011 в 09:26

Источник

Gigolo

Gigolo est une interface pour gérer facilement les connexions aux systèmes de fichiers distants à l’aide de GIO/GVfs. Il vous permet de rapidement connecter ou monter les systèmes de fichiers distants et de les gérer sous forme de signets.

GVfs est un espace personnel de système de fichier virtuel. C’est le successeur de GnomeVfs bien qu’il ne dépende pas de Gnome en soi.

Il s’intègre parfaitement avec Thunar pour le bonheur des utilisateurs de Xubuntu (Xfce).

Vous pourriez demander pourquoi il est nommé Gigolo, un nom étrange pour une application. Mais en réalité il est très bien adapté à ce qu’il fait puisque :

Pré-requis

Gigolo fait partie du projet Xfce Goodies mais il n’a pas de dépendances fortes avec Xfce, de sorte qu’il peut être utilisé avec d’autres gestionnaires de bureau. Il est installé par défaut sous Xubuntu.

il est nécessaire d’installer les paquets gvfs-fuse et gvfs-backends pour pouvoir parcourir les dossiers du réseau avec Thunar et de s’ajouter au groupe fuse (remplacez «$USER» par votre nom d’utilisateur):

Installation

Pour l’installer sous d’autres variantes d’Ubuntu, il suffit d’installer le paquet gigolo.

Configuration

Gigolo fonctionne conjointement avec Thunar sur Xubuntu sans nécessiter de configuration spécifique. Sur Ubuntu (bureau Gnome), c’est le gestionnaire de fichier Nautilus qui est utilisé lorsque vous cliquez pour ouvrir une ressource.

Dans le cas où Nautilus et Thunar seraient installés tout les deux sur votre système, c’est Nautilus qui sera utilisé par défaut. Pour forcer l’ouverture des ressources dans une fenêtre Thunar, il faut alors réaliser les étapes de configuration suivantes :

Utilisation

Gigolo en lui-même fournit une interface pour gérer les connexions à ses ressources, créer des signets et une connexion automatique à ces derniers.

Un clic sur le bouton fermer de la barre de titre ne fait que réduire Gigolo dans la barre de notification. Il faut cliquer sur l’icône « Quitter » pour réellement fermer Gigolo.

Désinstallation

Liens

Pour plus d’informations, vous pouvez consulter :

Источник

Оцените статью