Blender, graphic, software, open source, Linux LibreOffice, open source, openoffice Gimp, graphic, software, open source, Linux kernel, Linux, software, open source Linux, distributions, Ubuntu, Linux Mint, Fedora, Mandriva Jamin, gpl, library, open source matroska, multimedia, container, linux pcman, file manager, linux LuninuX, distribition, Linux, open source Linux, infographic, history

Wednesday, January 7, 2009

Thunar is a new modern file manager for the Xfce Desktop Environment, Frequently Asked Questions

Frequently Asked Questions

The intent of this section is to collect the quite numerous frequently asked questions that relate to working with Thunar. If you know of a question that is missing from this page, please file a request.

Why doesn't Thunar execute files marked as executable?

For security reasons Thunar only executes files of type application/x-desktop, application/x-executable and application/x-shellscript. For desktop files the execution feature will only be enabled if the desktop file is of type Application and a valid ExecLink and a valid URL is given. For the other types the feature is available if the file is marked executable for the current user.
line is given or of type

Also note that for application/x-executable and application/x-shellscript, the types of the file don't really need to match these types exactly, but it is suffice if the detected type has a parent that matches one of the two types listed above, or if the MIME-type is an alias for one of the above.

Where does Thunar store the metadata associated with files?

Thunar associates various settings with files/folders, which we call metadata. This metadata for all files is stored in tdb database file, which is called the metafile. The database file is stored in $XDG_CACHE_HOME/Thunar/metafile.tdb and can be examined using the tdbtool, which is part of the Thunar distribution (located in the tdb/ subdirectory).

Where does Thunar store its preferences?

Thunar stores the user configurable preferences (and hidden settings) in an .ini$XDG_CONFIG_HOME/Thunar/thunarrc and can be examined using a text editor. See docs/README.thunarrc for an overview of the various preferences. file, which is located at

How to use mouse gestures in Thunar?

Thunar currently features basic support for so called mouse gestures in its icon view. You can use these mouse gestures by holding down the middle mouse button (usually the mouse wheel) while the mouse pointer is on the background area of the icon view component (any area that is not covered by an icon or a text). Now you can move the cursor into four directions to perform certain actions, which are described below.

Left - opens the previous visited folder
Up - opens the parent folder
Right - opens the next visited folder
Down - reloads the current folder

How do I assign different keyboard shortcuts?

If you want to rebind a shortcut, Thunar supports the standard GTK+ way of changing shortcuts: simply hover over the menu option with the mouse pointer and press the keyboard shortcut you want to rebind it to.

To delete a keyboard assignment, press the Backspace key while you are on the menu entry.

If the shortcut doesn't change, then you need to enable the feature in GTK+. This can be achieved in 3 ways:

  • If you are running Xfce 4.3 or above then you can enable Editable menu accelerators in the User Interface Preferences dialog.

  • If you are running GNOME then you can enable Editable menu accelerators in the Menu and Toolbars control center dialog.

  • Otherwise put the following in your ~/.gtkrc-2.0 file (create the file if it doesn't exist):

    gtk-can-change-accels=1

Where does Thunar store the keyboard shortcuts?

The custom keyboard shortcuts are stored in the standard GTK+ accel map format in a file located at $XDG_CONFIG_HOME/Thunar/accels.scm. Lines starting with ; are comments. See the GTK+ documentation for details about the file format.

If you are a packager or a system administrator and want to provide a system wide default for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you can create a file Thunar/accels.scm in one of the $XDG_CONFIG_DIRS. For example, if /etc/xdg is part of $XDG_CONFIG_DIRS (the default for most Linux distributions), you can install system wide defaults to /etc/xdg/Thunar/accels.scm. Thunar will then load shortcuts from this file on first startup.

Thunar is a new modern file manager for the Xfce Desktop Environment, Part II

File Management Preferences

Use the File Manager Preferences dialog to set your Thunar file manager preferences. To open the preferences dialog, choose EditPreferences... from the menu bar, or click on the File Manager button in the Xfce Settings Manager.

The File Manager Preferences dialog is divided into four pages with different options, each described in a separate section below. Basically you can set preferences in the following categories:

  • The default settings for the views.

  • The default settings for the side pane.

  • The behavior of the file manager windows.

  • Advanced features of the file manager.

Thunar also supports a bunch of so-called Hidden Options, which control several advanced features of the file manager, but are not included in the preferences in order to keep the preferences dialog simple. The README.thunarrc file that is included with the Thunar distribution describes all available options in detail.

Views Preferences

You can specify a default view, select sort options and display options. You can also specify whether thumbnails should be displayed for file types that support this.

Views Preferences
View new folder using

Select the default view for folders. When you open a new window, the is displayed in the view that you select. This can be either the icon view, the compact list view or the detailed list view. You can also select Last Active View here to use the view you used for the last active window.

Sort folders before files

Removable Volumes

Select this option to list folders before files when you sort a folder.

Show thumbnails

Select this option to show thumbnails of image files and other supported files. The file manager stores the thumbnail files for each folder in the hidden .thumbnails directory in the user's Home Folder.

See the section called “Thumbnailers” if you want to extend the basic thumbnail functionality provided by Thunar with support for additional file types.

Text beside icons

Select this options to place the icon captions for items in the icon view beside the icon rather than under the icon.

Side Pane Preferences

You can select display options for the shortcuts pane and the tree pane.

Side Pane Preferences

The side pane can either display a list of shortcuts for folders in your file system, which is the default, or a tree view of your file system. This page allows you to select the size of the icons for the shortcuts and the tree pane. You can also specify whether emblems should be displayed.

Icon Size

The size of the icons displayed in the side, ranging from Very Small (around 16x16 pixels) to Very Large (around 128x128 pixels).

Show Icon Emblems

Select this option to display emblems for folders in the side pane. You can assign emblems to folders in the Properties dialog. Select a folder in the main area and choose FileProperties... from the main menu, or right-click the folder and select Properties... from the context menu.

Behavior Preferences

You can select the preferred behavior to interact with the file manager.

Single click to active items

Select this option to perform the default action for an item when you click on the item. When this option is selected, and you point to an item, the title of the item is underlined and the item will be selected automatically after a short delay.

This delay can be configured below the option. You can also disable the automatic selection of items by moving the selector to the left-most position.

Double click to activate items

Select this option to perform the default action for an item when you double click on the item, and select the item with a single click.

Advanced Preferences

You can control advanced features of the file manager.

Advanced Preferences
Folder Permissions

Choose the action that should be performed when you change the permissions of a folder in the Properties dialog. You can choose to let Thunar ask everytime when you change folder permissions, tell it to default to applying the new permissions to the folder only or to apply them recursively to the folder contents as well.

Volume Management

If Thunar was installed with support for HAL and the thunar-volman package is also installed, you can enable the integrated volume manager. See the section called “Management of Removable Drives and Media” for details about this feature

Customizing Thunar

Thunar is a new modern file manager for the Xfce Desktop Environment, Part I

Thunar is a new modern file manager for the Xfce Desktop Environment. Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options by default. Thunar is fast and responsive with a good start up time and folder load time.

The Thunar file manager thereby provides an integrated access point to your files and applications. You can use the file manager to do the following:

  • Create folders and documents.
  • Display your files and folders.
  • Manage your files and folders.
  • Run and manage custom actions.
  • Access Removable Media.
The File Manager Window

By default the file manager window consists of a shortcut pane on the left side, the main area on the right and a pathbar above the main area.

File Manager Window

The Shortcut Pane provides shortcuts to different folders on your system. The first shortcut will lead to your Home Folder, the folder you store all your personal data, and will therefore have the name of the current user. The second shortcut will take you to the trash bin, which stores deleted files that can be recovered later. The third shortcut takes you to the Desktop Folder, which contains the files and folders that are displayed on the desktop. The fourth shortcut will take you to the root of your file system - you may want to explore it a bit, even though it may be confusing to you if you are new to Linux/Unix. Just click on the different folders and see what is inside.

Below the File System shortcut, the removable drives and media will be displayed. In the screenshot above, you can see a Floppy Drive shortcut. Click on these shortcuts to access the data stored on the removable drives and media. See the section called “Using Removable Media” for further details.

The remaining shortcuts are user defined. Add your own shortcuts by simply dragging folders to the Shortcuts Pane. This will allow you to access important folders instantly. To remove a previously added shortcut, right-click on the shortcut and choose Remove Shortcut. To rename a previously added shortcut, right-click on the shortcut and choose Rename Shortcut. Note that these actions affect only the shortcut, not the folder referenced by the shortcuts.

The main area will always display the contents of the current folder. Double click on folders to enter them, and right-click on files or folders to get a context-menu offering some choices of what to do with it. Select multiple files by dragging a rectangle over them with the mouse. Alternatively, select one file, hold down the Shift key, and increase or decrease the selection using the arrow keys.

The pathbar will always show the path you took to get to the folder you are currently at. You can click on any pathbar button to change to the folder it represents. Right-click on a pathbar button to bring up a context-menu with some options.

Customizing the Appearance

There are many ways to customize the appearance of the file manager windows. In case you do not like the way the icons are displayed, choose ViewView as Detailed List from the main menu to have the contents of the current folder displayed as a list.

You can have the file manager windows display a location bar instead of the pathbar by choosing ViewLocation SelectorToolbar Style from the main menu.

In case you prefer a treeview in the left pane, choose ViewSide PaneTree from the main menu.

Visible Columns in the Detailed List View

If you prefer to display the contents of the folder as a list, using the Detailed List View, you can customize the columns displayed in the list view. To customize the visible columns, choose ViewConfigure Columns... from the main menu.

Visible Columns
Visible Columns

Select the columns you want to be displayed from the list of available columns. Click Move Up or Move Down to change the order of the columns. Click Use Default to revert your changes.

Column Sizing

Select the option Automatically expand columns as needed if you want the list view columns to expand automatically if the needed to ensure the text is fully visible.

Working with Files and Folders

Opening Files

When you open a file, the file manager performs the default action for that file type. For example, opening a text file will display it in the default text editor, while opening an image file will display the image in the default image viewer.

The file manager checks the extension of a file to determine the type of a file. If the file has no known extension, the file manager examines the contents of the file.

Executing the Default Action

To execute the default for a file, double-click on the file. For example, the default action for audio files is to play the it with the default music playing application. In this case, you can double-click on the file to open the file in the music player.

You can set Thunar preferences so that you click once on a file to execute the default action. For information, see the section called “Behavior Preferences”.

Executing Non-Default Actions

To execute actions other than the default action for a file, select the file that you want to perform an action on. Choose the desired action from the Open WithFile menu or an Open With submenu. choices available in

Adding Actions

To add actions associated with a file type, perform the following steps:

  1. In the main area, select a file of the type to which you want to add an action.

  2. Choose FileOpen With Other Application... from the main menu.

  3. Either choose an application in the Open With dialog or select Use a custom command and browse to the program with which you wish to open this type.

The action you have chosen is now added to the list of actions for that particular file type. If you enabled the Use as default for this kind of file option or there was no prior action associated with the type, the newly added action is the default.

You may also add actions using the Open With button under FileProperties....

Modifying Actions

To modify the actions associated with a file or file type, perform the following steps:

  1. In the main area, select a file of the type for which you want to modify the action.

  2. Choose FileProperties... from the main menu.

  3. Select the new default action using the Open With button or add a new action by choosing Open With Other Application... from the drop down menu.

To remove a previously added action for a file type, bring up the Open With dialog as described above, right-click the action you want to remove and choose Remove Launcher.


File Properties

The file properties window shows more information about any file or folder in the file manager. With this window, you can also do the following:

  • Change the icon for special files, such as application launchers and URL links.

  • Add or remove emblems for a file or folder.

  • Change the UNIX file permissions for a file or folder.

  • Choose which application is used to open a file and other files of the same type.

File Properties

To open the file properties window, perform the following steps:

  1. Select the file or folder whose properties you want to examine or change. You cannot select multiple items at once and display the properties that are in common to all items currently.

  2. Do one of the following:

    • Choose FileProperties... from the main menu.

    • Right-click the selected item and choose Properties... from the context menu.

    • Press Alt-Return.

    • Using Removable Media

      Accessing Removable Media

      Thunar supports removable media if it was built with support for HAL, or if you are using FreeBSD. Note however that on FreeBSD 6.0 or newer, it is suggested to use HAL rather than the native support provided by Thunar.

      To Mount Media

      To mount media is to make the file system of the media available for access. When you mount media, the file system of the media is attached as a subdirectory to your file system.

      To access media, insert the media in the appropriate device, or connect the new device to your computer (i.e. connect an USB stick to one of your USB ports). An object that represents the media is added to the side pane of the file manager. If xfdesktop is running and configured to display File/launcher icons this object will also be added to your desktop.

      To actually mount the media, click on the object that represents the media. For example, to mount a floppy diskette, click on the Floppy Drive object in the side pane. The file manager will now add the file system of the media to your file system hierarchy and display the contents of the floppy diskette in the main area.

      To Eject Media

      If the drive for the media is a motorized drive (i.e. a CD-ROM drive), right-click on the media object in the side pane or on the desktop and choose Eject Volume. The media is ejected from the drive after a few seconds. If the drive for the media is not motorized (i.e. a floppy drive or an USB stick), right-click on the media object and choose Unmount Volume. After a short period of time, a notification will appear to inform you that it is now safe to remove the media or disconnect the drive from the computer.

      Unmount notification

      However this notification will only be displayed if support for libnotify is enabled, and you have installed a notification daemon. A notification daemon for Xfce is available from the Xfce Goodies Project. If notification support is not available, wait until the context menu disappears before you remove the media or disconnect the drive.

      Be aware that you cannot eject or unmount media that is still in use by one or more applications. Therefore if the file manager refuses to eject media, make sure you close all applications that were accessing the media, and be sure to also check command line applications running in Terminal windows.

      Make sure to unmount removable media before ejecting. Do not eject a diskette from the floppy drive before your unmount the diskette. Do not remove an USB stick before you unmount the flash drive. If you do not unmount the media first you might lose data or cause your system to crash.

      Management of Removable Drives and Media

      Thunar is also able to automatically manage removable drives and media if the thunar-volman package is installed on your system. Note however that this feature requires HAL support.

      Now, if HAL support is available and thunar-volman is installed on your system, you can choose to enable the Volume Management feature of Thunar. Therefore, open the file manager preferences, go to the Advanced page and check the Enable Volume Management button.

      The next step is to customize the management of removable drives and media to your needs. Click on the Configure link in the Volume Management section, right below the button. The Removable Drives and Media configuration dialog will be displayed.

      Removable Drives and Media

      If you have used the gnome-volume-manager previously, you should feel right at home, because it was designed to look and behave similar to gnome-volume-manager. The preferences are divided by device categories to make it easy to locate the option for you specific device.

      The Storage page contains the most important options. As the name suggests these options apply only to storage devices like external harddisk drives, USB sticks and CD-ROMs. The Removable Storage options are described in detail below.

      Mount removable drives when hot-plugged

      Enable this option to automatically mount file systems on removable drives (i.e. external harddisk drives or USB sticks) when such drives are plugged into the computer.

      This option must be enabled for certain other features to work with removable drives. For example, if you disable this option, certain kinds of portable music players cannot be detected any more and so, even if you enabled the Play music files when connected option on the Multimedia page, the specified command will not be run when you hot-plug your portable music player.

      Mount removable media when inserted

      Enable this option to automatically mount file systems on removable media (i.e. CD-ROMs or DVDs) when you insert the media into the drive.

      This option must be enabled for certain other features to work with removable media. For example, if you disable this option, it is impossible to detect whether the removable media has auto-run capabilities, and so the Auto-run programs on new drives and media option has no effect for removable media.

      Browse removable media when inserted

      Enable this option to automatically display the content of newly inserted media in the file manager. Note however, that the contents will only be displayed if no other action was possible or you choose to ignore the other possible actions. For example, if you insert a CD-ROM with auto-run capabilities and the Auto-run programs on new drives and media option is enabled, you will be prompted whether you want to allow or ignore the auto-run. If you choose to ignore the auto-run the contents will be displayed in the file manager.

      Auto-run programs on new drives and media

      Enable this option to make use of auto-run capabilities of certain removable drives and media. See the Desktop Application Autostart Specification for details about the auto-run mechanism. To enhance security, you will always be prompted to confirm the auto-run.

      If the Windows emulator WINE is installed on your system, the auto-run mechanism will also try to run autorun.exe files using WINE.

      Auto-open files on new drives and media

      Enable this option to make of auto-open capabilities of certain removable drives and media. See the Desktop Application Autostart Specification for details about the auto-open mechanism. To enhance security, you will always be prompted to confirm the auto-open.

      The remaining options allow you to specify a command to run when a certain kind of media is inserted into a drive or a certain kind of external device is connected. The command can use three special variables, that will be substituted when the command is run:

      %d

      Each appearance of %d in the command will be substituted with the device file path of the newly added device. For example, if you have plugged in an USB stick, the device file path will be /dev/da0s1 or /dev/sda1.

      If no device file is associated with the device or the device file could not be found for some reason, the variable %d will be substituted with the empty string.

      %h

      Each appearance of %h in the command will be substituted with the HAL UDI of the newly added device.

      %m

      Each appearance of %m in the command will be substituted with the mount point where the newly added device was mounted. If the device cannot be mounted (for example printers or keyboards) or if the automatic mounting was disabled, %m will be substituted with the empty string.

      Troubleshooting the Volume Manager

      Useful tips to trouble shoot the volume manager in case it does not work as expected.

      1. Make sure Thunar is running as daemon. The volume manager depends on this, as it is not a daemon by itself. By default, Xfce automatically spawns Thunar as daemon on startup. If it got killed for some reason, open the Run program (using the keyboard shortcut Alt-F2 or right-click on the desktop and choose Run Program... from the desktop menu), enter Thunar --daemon and click Run.

      2. Try running thunar-volman from a Terminal window after hot-plugging the drive or inserting the media. First, you need to figure out the HAL UDI of the new device using lshal or hal-device. Once you know the UDI, run thunar-volman --device-added in a Terminal window and watch the output for errors or warnings.

      If it still refuses to work, ask on the Xfce Forum or the thunar-dev mailing list for help.

    Screen shots of the latest Thunar development release

These images show some of the user interface layouts that are possible. The favourites side pane is the customisable area on the left hand side of the Thunar main window. It displays a list of links that provide easy access to your most frequently used folders. The default list includes links to your home and to the root file system. You can add any folder to the list by dragging and dropping it on the side pane. To remove a link just right click on the link and select "Remove Favourite".

The file view pane is the area on the right hand side of the Thunar main window. It can display files in either icon mode (the default) or list mode. Above the file view pane is the path bar for easy navigation up and down the current path opened in the file view. If you don't like the path bar you can either hide it, or display a standard entry location bar instead.

Click here to view additional, user contributed screenshots of Thunar in action.

Default icon view with favourites side pane and button path bar.

Icon view with favourites side pane and entry location bar.

Icon view and favourites side pane with the path bar hidden.

Detailed list view with favourites side pane and path bar.

Icon view displaying image thumbnails.

Compact list view with tree pane.

Adserver                     610x250

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

Monday, January 5, 2009

GPic Image View,A Simple And Fast Image Viewer With Low Memory Usage

This little program is not aimed to be powerful or feature-rich.

It's aimed to replace the default image viewer of current desktop systems.

Fast-startup, low memory usage, and simple user interface make it a good choice for default viewer.



Requirements
This application requires GTK+ version 2.6.x.
Latest Version: 0.1.11
Fix some bugs.
Download Size
Source tarball 394 KB

FAQ:

  • How to set gpicview to default image viewer? Use following command line:
    xdg-mime default gpicview.desktop `grep 'MimeType=' /usr/share/applications/gpicview.desktop | sed -e 's/.*=//' -e 's/;/ /g'`
    NOTE: xdg-utils is needed here. It's a tool released by Portland project of Freedesktop.org. Most modern Linux distros have this tool installed by default.
Version: 0.1.11 - Released on 2008-12-17 05:05:52 UTC
Fix some bugs.

Download Source tarball - Size: 394 KB

Version: 0.1.9 - Released on 2008-02-21 13:57:39 UTC
Supported scrollwheel to zoom in/out only while [ Ctrl ] is held. (Patch #1885653)
Submitted By: kirilov-georgix

Download Source tarball - Size: 397 KB

Version: 0.1.8 - Released on 2008-01-30 04:27:07 UTC
* Add new locales: fr, nl
* Can make GPicView the default viewer for image files in preference dialog now. (through xdg-mime)
* Use better-looking icons for rotation buttons

Download Source tarbal - Size: 392 KB


Version: 0.1.7 - Released on 2007-11-13 20:06:27 UTC
This is mainly a bug fix version.
In 0.1.6, which is rewritten in plain C language, there is a new bug scaling smaller images to fit bigger windows.
The bug is fixed in version 0.1.7.

Download Source tarball - Size: 377 KB


Version: 0.1.6 - Released on 2007-11-09 18:35:00 UTC
* Rewrite in plain C language, remove all C++ dependencies
* Sort image files by filenames
* Support JPEG lossless rotation (Contributed by Martin Siggel)
* Add simple preferences dialog
* Improve about dialog :-P

Download Source tarball - Size: 377 KB


Version: 0.1.5 - Released on 2007-09-12 19:56:57 UTC
* Optimize the memory usage and speed of "zoom in" and "zoom out" (experimental)
* Some little but important bug fixes

Odd version number means testing/experimental.

Download Source tarball - Size: 363 KB


Version: 0.1.3 - Released on 2007-09-11 12:49:30 UTC
* Add accelerators to popup menu.
* Better keyboard support.
* Support zooming with mouse wheel.
* Set background to black in full screen mode
* Open file in its original size if suitable.
* Don't strech small image in "Fit Window Size".
* Better zooming (taken from EOG).
* Recognize "--help" command line arguments.



Version: 0.1 - Released on 2007-09-09 20:08:35 UTC
Initial release
Download Source tarball - Size: 354 KB




Features:
  • Extremely lightweight and fast with low memory usage
  • Very suitable for default image viewer of desktop system
  • Simple and intuitive interface
  • Minimal lib dependency: Only pure GTK+ is used
  • Desktop independent: Doesn't require any specific desktop environment
  • Open source, licensed under GNU GPL


Custom Search
 
If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

Recent Posts

Linux News

My Blog List

Antipixels & Counters

BlogESfera Directorio de Blogs Hispanos - Agrega tu Blog Add to Technorati Favorites BlogItalia.it - La directory italiana dei blog Il Bloggatore Find the best blogs at Blogs.com. Computer Blogs - BlogCatalog Blog Directory AddThis Social Bookmark Button page counter