Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 1.3.1 instead.
Reason given by maintainers: This alpha release was deprecated

xdg_soso

Installs a python script as an application on XDG compliant shells.

Installation is done for the current user in the user's home directory. Root access is not needed. THIS DOES NOT INSTALL A PYTHON APPLICATION SYSTEM-WIDE - just in the user's home directory.

Installation

$ pip install xdg_soso

Usage

In your python application:

from xdg_soso import XDGSetup

Create an instance of XDGSetup:

xdg = XDGSetup(__package__, "MyModule")
xdg.comment = __doc__	# For example

Install your application:

xdg.install()

Attributes

You need at a bare minumum the module name. A "friendly name" is nice to have, but if you don't provide it, the module name will be used. It's probably a good idea to include an application icon, as well. There are two properties which you can use to set an application icon: "application_icon" and "generic_icon". (See below)


The attributes which you can set include:

  • comment

What will be displayed in desktop applications like Dash or your file explorer.

  • keywords

Makes it possible for the user to search for your application using Dash or other tools.

Some common keywords include:

ALSA, AccessX, Accessibility, Accounting, Appearance, Audio, Avatar, Background, Balance, Battery, Bluetooth, Brightness, Broadcast, Button, Capture, Chart, Color, Configuration, Configure, Contrast, DAW, DVD, Desktop, Dim, Display, Document, Drivers, E-mail, Editor, Email, Equation, Fax, Feed, Fingerprint, Headset, Image, Keyboard, Language, Launcher, Layout, Lock, Login, MIDI, MP2, MP3, MathML, Menus, Microphone, Monitor, Mouse, Mousepad, Network, Newsgroup, Partition, Password, Picture, Player, Plugin, Power, Preferences, Printer, Process, Profile, Projector, RSS, Repositories, Resolution, Screen, Security, Sequencer, Server, Settings, Slideshow, Stylus, Synthesizer, System, Tablet, Task, Text, Theme, Trackball, Trackpad, Transform, Unity, User, Video, View, Viewer, Volume, WAV, Wacom, Wallpaper, Wireless, Zoom

  • categories

Used by some tools to create a hierarchical menu.

Some common categories include:

2DGraphics, Application, Archiving, Audio, AudioVideo, AudioVideoEditing, Calculator, Compression, Core, Database, DesktopSettings, Development, Documentation, Email, FileTools, FileTransfer, Filesystem, GNOME, GTK, Graphics, HardwareSettings, IDE, Math, Midi, Monitor, Music, Network, Office, Photography, Player, Printing, Qt, RasterGraphics, Recorder, Screensaver, Security, Sequencer, Settings, Spreadsheet, System, TV, TerminalEmulator, TextEditor, Utilities, Utility, VectorGraphics, Video, Viewer, WordProcessor, XFCE

  • application_icon

A file path to a custom icon which will be displayed in the task bar / switcher. For example:

xdg = XDGSetup('my_package', 'My Package Name')
xdg.application_icon = join(dirname(__file__), 'application-icon.svg')
  • generic_icon

The NAME of a generic icon which you want to be displayed in the task bar / switcher. Some generic icon names include:

help-about, media-playback-start, document-print, emblem-important, applications-graphics, x-office-calendar

You can use one of the generic icons like so:

xdg = XDGSetup('my_package', 'My Package Name')
xdg.generic_icon = 'x-office-calendar'
  • mime_type

Creates a NEW mime_type for files associated with your application. This mime_type will be registered on the target system.

Some (fake) examples:

application/my-foo, audio/my-custom-codec, text/my-text-type

  • glob_pattern

Provide this along with "mime_type" in order to have files which match the pattern associated with your application.

For example:

xdg = XDGSetup('foo', 'Foo package')
xdg.mime_type = 'application/x-foo'
xdg.glob_pattern = '*.foo'
  • file_icon

The icon which will be used by the file manager to decorate files which should be associated with your application using the "mime_type" declared for your application's files.

In order to use this feature, you must decide on a mime_type name and set the "mime_type" attribute on the installer to what you have decided. (See "mime_type" and "glob_pattern" above)

Complete example:

xdg = XDGSetup('my_package', 'Name To Call It')
xdg.comment = "A concise description of my project."
xdg.mime_type = 'x-application/foo'
xdg.glob_pattern = '*.foo'
xdg.application_icon = join(dirname(__file__), 'application-icon.svg')
xdg.file_icon = join(dirname(__file__), 'file-icon.svg')
xdg.categories = ['Utilities']
xdg.keywords = ['Foo', 'Player', 'Viewer']
xdg.install()

Download files

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

Source Distribution

xdg_soso-0.3.0.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xdg_soso-0.3.0-py2.py3-none-any.whl (16.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file xdg_soso-0.3.0.tar.gz.

File metadata

  • Download URL: xdg_soso-0.3.0.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for xdg_soso-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b9bfca642dc47c1610826d361dbbeda0fdd2c701173ee972b9cfa6b129cc103e
MD5 3c28d88b048d724ae7532e3c292ae421
BLAKE2b-256 7fde7ef9b4511c329dd63fcd7e6ba0d1be9c0d3a25dae7cbb34fe87489f4447a

See more details on using hashes here.

File details

Details for the file xdg_soso-0.3.0-py2.py3-none-any.whl.

File metadata

  • Download URL: xdg_soso-0.3.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for xdg_soso-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d15fb069ea544c1480b249f19429cf79c06b9956c66070a15925c6ac8451a4f4
MD5 799dcc467d96ff29d5782af08427f521
BLAKE2b-256 5c0ae09ca9b0c7ce11145282bdc6bf5bc22581243854d90b22e1534fd9f4d755

See more details on using hashes here.

Release history Release notifications | RSS feed

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page