Skip to main content

Simple desktop integration for Python.

Project description

This is a python 3 port of desktop package.

The desktop package provides desktop environment detection and resource opening support for a selection of common and standardised desktop environments.

Insallation

pip install desktop3

Usage

Launch folders, files, … etc:

import desktop
desktop.open("what/you/want/to/open")

Introduction

The desktop package provides desktop environment detection and resource opening support for a selection of common and standardised desktop environments.

Currently, in Python’s standard library, there is apparently no coherent, cross-platform way of getting the user’s environment to “open” files or resources (showing such files in browsers or editors, for example) when requested by a Python program. There is an os.startfile function which works for Windows, but no equivalent function for other desktop environments - the webbrowser module seems to employ alternative mechanisms in choosing and running external programs and presumably does not seek to provide general support for non-URL resources anyway.

Since desktop environments like KDE and GNOME provide mechanisms for running browsers and editors according to the identified type of a file or resource, just as Windows “runs” files or resources, it is appropriate to have a module which accesses these mechanisms. It is this kind of functionality that the desktop package aims to support. Note that this approach is arguably better than that employed by the webbrowser module since most desktop environments already provide mechanisms for configuring and choosing the user’s preferred programs for various activities, whereas the webbrowser module makes relatively uninformed guesses (for example, opening Firefox on a KDE desktop configured to use Konqueror as the default browser).

Some ideas for desktop detection (XFCE) and URL opening (XFCE, X11) were obtained from the xdg-utils project which seeks to implement programs performing similar functions to those found in the desktop module. The xdg-utils project can be found here:

http://portland.freedesktop.org/

Other information regarding desktop icons and menus, screensavers and MIME configuration can also be found in xdg-utils.

Notes

Notes on desktop application/environment support:

KDE

Supports file and URL opening using kfmclient, where the openURL command opens the resource and the exec command runs the resource.

KDE 4

Similar to KDE but uses kioclient instead of kfmclient.

GNOME

Supports file and URL opening using gnome-open.

XFCE

Supports file and URL opening using exo-open.

ROX-Filer

Supports file opening using “rox <filename>” but not URL opening.

Changelog

  • 0.5.2 (Oct 26, 2016)

    • Add docs folder into dist file.

  • 0.5.1 (Oct 25, 2016)

    • Fix letter case issue in setup.py.

  • 0.5.0 (Jul 2, 2016)

    • First release.

Old Changelog

New in desktop 0.4.3 (Changes since desktop 0.4.2)

  • Added missing KDE 4 support to the desktop.dialog module.

New in desktop 0.4.2 (Changes since desktop 0.4.1)

  • Added XFCE 4.10 “mailto:” fix contributed by Jérôme Laheurte.

New in desktop 0.4.1 (Changes since desktop 0.4)

  • Added KDE 4 and Lubuntu support contributed by Jérôme Laheurte.

New in desktop 0.4 (Changes since desktop 0.3)

  • Improved docstrings.

  • Fixed support for examining the root window.

  • Changed the licence to the LGPL version 3 (or later).

New in desktop 0.3 (Changes since desktop 0.2.4)

  • Made desktop a package.

  • Added support for graphical dialogue boxes through programs such as kdialog, zenity and Xdialog.

  • Added support for inspecting desktop windows (currently only for X11).

New in desktop 0.2.4 (Changes since desktop 0.2.3)

  • Added XFCE support (with advice from Miki Tebeka).

  • Added Ubuntu Feisty (7.04) package support.

New in desktop 0.2.3 (Changes since desktop 0.2.2)

  • Added Python 2.3 support (using popen2 instead of subprocess).

New in desktop 0.2.2 (Changes since desktop 0.2.1)

  • Changed the licence to LGPL.

New in desktop 0.2.1 (Changes since desktop 0.2)

  • Added Debian/Ubuntu package support.

New in desktop 0.2 (Changes since desktop 0.1)

  • Added support for waiting for launcher processes.

  • Added a tests directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

desktop3-0.5.2.zip (35.9 kB view details)

Uploaded Source

Built Distribution

desktop3-0.5.2-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file desktop3-0.5.2.zip.

File metadata

  • Download URL: desktop3-0.5.2.zip
  • Upload date:
  • Size: 35.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for desktop3-0.5.2.zip
Algorithm Hash digest
SHA256 37e8bfbfbd0ce97471fc48bf5b9ddb2459b7e5f2756b2f5e682831f365723615
MD5 0b5e98e23f67df1d636d0f6e575c541c
BLAKE2b-256 2c1c3691a13d4a0104f981b6d1e79a26e8883047c9174b82432f671296100075

See more details on using hashes here.

File details

Details for the file desktop3-0.5.2-py3-none-any.whl.

File metadata

File hashes

Hashes for desktop3-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 53b45da9a75a2fd1e76e6be9c8e0f33eaa6bfcdb4865776ba724f9ea107eed73
MD5 c813adb83e1e8cdbd2a88adf4dc19200
BLAKE2b-256 9e32d076a7f00e3efb2333eff8c8d84c4712434f7d0eb1c688d5d92f495ce4dc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page