pndevmapperd: support multiple charge devices
[pandora-libraries.git] / deployment / etc / pandora / conf / desktop
1
2 # Open Pandora
3 # Desktop configuration
4
5 # searchpaths (desktop.searchpath and menu.searchpath for instance) are a list of directories, separated by colon:
6 # - default is to recursively scan allsubdirs of the named piece
7 # - if you append <#> (where # is 0-n) then that numebr of subdirs will be permitted; ie: /media/*/<1> means to scan root and one subdir of root
8
9 [desktop]
10 searchpath      /media/*/pandora/desktop:/media/*/pandora/apps  # path to depth-search for PXMLs and pnd-files
11 dotdesktoppath  ~/Desktop/      # path for pndnotifyd to spit .desktop files into (run as root)
12 iconpath        /tmp/iconcache  # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits)
13
14 [menu]
15 searchpath      /media/*/<1>:/media/*/pandora/menu:/media/*/pandora/apps:/usr/pandora/apps      # path to depth-search for PXMLs and pnd-files
16 dotdesktoppath  /usr/share/applications         # path for pndnotifyd to spit .desktop files into
17 iconpath        /tmp/iconcache  # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits)
18
19 [launcher]
20 # if hupscript is commented out entirely, pndnotifyd will not try to find/run the hup
21 # if it is uncommented, pndnotifyd will attempt to invoke the hupscript after emitting .desktop files
22 # (the hupscript exists to hup the WMs to redisplay .desktop apps)
23 #hupscript      pnd_hup.sh
24
25 [info]
26 emit_info       1                       # 0->no info .desktop; !0->yes to info .desktop
27 dotdesktoppath  /usr/share/applications # path for pndnotifyd to spit .desktop files into
28 viewer          ../../../usr/bin/links  # sh-script or prog to run. Use wrapper sh if needed.
29 viewer_args     -g -mode 800x480        # args. <- plus filename will be passed. ie: "-a filename.html"
30 category        Documentation           # freedesktop standard category to use