/usr/share/compiz/screenshot.xml is in compiz-plugins 1:0.9.11+14.04.20140409-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="screenshot">
<short>Screenshot</short>
<short xml:lang="bg">Снимка на екрана</short>
<short xml:lang="cs">Snímek obrazovky</short>
<short xml:lang="de">Bildschirmfoto</short>
<short xml:lang="el">Αρπαγή Οθόνης</short>
<short xml:lang="es">Captura de Pantalla</short>
<short xml:lang="eu">Pantaila argazkia</short>
<short xml:lang="fi">Kuvakaappaus</short>
<short xml:lang="fr">Capture d'écran</short>
<short xml:lang="gl">Captura de pantalla</short>
<short xml:lang="gu">સ્ક્રીનશોટ</short>
<short xml:lang="he">צילום מסך</short>
<short xml:lang="hu">Képernyőkép</short>
<short xml:lang="it">Cattura schermate</short>
<short xml:lang="ja">スクリーンショット</short>
<short xml:lang="ko">스크린샷</short>
<short xml:lang="nb">Skjermbilde</short>
<short xml:lang="nl">Schermafdruk</short>
<short xml:lang="or">ସ୍କ୍ରିନ ସଟ</short>
<short xml:lang="pl">Zrzut ekranu</short>
<short xml:lang="pt">Captura de ecrã</short>
<short xml:lang="pt_BR">Capturar tela</short>
<short xml:lang="ro">Captură de ecran</short>
<short xml:lang="ru">Снимок экрана</short>
<short xml:lang="sk">Snímka obrazovky</short>
<short xml:lang="sv">Skärmbild</short>
<short xml:lang="tr">Ekran Görüntüsü</short>
<short xml:lang="uk">Знімок екрану</short>
<short xml:lang="zh_CN">截屏</short>
<short xml:lang="zh_TW">螢幕擷取</short>
<long>Easily capture parts of your screen and save them as .png image</long>
<category>Extras</category>
<deps>
<requirement>
<plugin>opengl</plugin>
<plugin>compiztoolbox</plugin>
<feature>imageext:png</feature>
</requirement>
<relation type="after">
<plugin>decor</plugin>
</relation>
</deps>
<options>
<option type="button" name="initiate_button">
<short>Initiate</short>
<short xml:lang="bg">Започни</short>
<short xml:lang="bn">শুরু </short>
<short xml:lang="bn_IN">শুরু </short>
<short xml:lang="ca">Inicia</short>
<short xml:lang="cs">Iniciovat</short>
<short xml:lang="da">Start</short>
<short xml:lang="de">Initiieren</short>
<short xml:lang="el">Εκκίνηση</short>
<short xml:lang="es">Iniciar</short>
<short xml:lang="eu">Hasi</short>
<short xml:lang="fi">Aktivoi</short>
<short xml:lang="fr">Lancer</short>
<short xml:lang="gl">Iniciar</short>
<short xml:lang="he">התחל</short>
<short xml:lang="hu">Indítás</short>
<short xml:lang="it">Avvia</short>
<short xml:lang="ja">開始</short>
<short xml:lang="ko">시작</short>
<short xml:lang="nb">Begynn</short>
<short xml:lang="nl">Initialiseren</short>
<short xml:lang="or">ପ୍ରାରମ୍ଭ କର</short>
<short xml:lang="pl">Inicjuj</short>
<short xml:lang="pt">Iniciar</short>
<short xml:lang="pt_BR">Iniciar</short>
<short xml:lang="ro">Inițiere</short>
<short xml:lang="ru">Инициировать</short>
<short xml:lang="sk">Začať</short>
<short xml:lang="sl">Inicializiraj</short>
<short xml:lang="sv">Initiera</short>
<short xml:lang="tr">Başla</short>
<short xml:lang="uk">Ініціювати</short>
<short xml:lang="zh_CN">启动</short>
<short xml:lang="zh_TW">開始畫按鍵</short>
<long>Initiate the capture, release the button to take the shot.</long>
<default><Super>Button1</default>
</option>
<option type="bool" name="draw_selection_indicator">
<short>Draw Screenshot Selection Indicator</short>
<long>Draw a rectangle outline indicating the screenshot selection.</long>
<default>true</default>
</option>
<option type="color" name="selection_outline_color">
<short>Selection Indicator Outline Color</short>
<long>Color and opacity of the screenshot selection rectangle outline.</long>
<default>
<red>0x2fff</red>
<green>0x2fff</green>
<blue>0x4fff</blue>
<alpha>0x9f9f</alpha>
</default>
</option>
<option type="color" name="selection_fill_color">
<short>Selection Indicator Fill Color</short>
<long>Fill color and opacity of the screenshot selection rectangle.</long>
<default>
<red>0x2fff</red>
<green>0x2fff</green>
<blue>0x4fff</blue>
<alpha>0x4fff</alpha>
</default>
</option>
<option type="string" name="directory">
<short>Save Directory</short>
<long>Save screenshot images in this directory. If empty, the desktop directory will be used.</long>
<hints>directory;</hints>
<default/>
</option>
<option type="string" name="launch_app">
<short>Launch Application</short>
<short xml:lang="bg">Стартирай приложение</short>
<short xml:lang="bn">স্থাপনকার্যের অনুপ্রয়োগ</short>
<short xml:lang="bn_IN">স্থাপনকার্যের অনুপ্রয়োগ</short>
<short xml:lang="cs">Spustit aplikaci : </short>
<short xml:lang="de">Anwendung starten</short>
<short xml:lang="el">Εκκίνηση Εφαρμογής</short>
<short xml:lang="es">Iniciar Aplicación</short>
<short xml:lang="eu">Abiarazi aplikazioa</short>
<short xml:lang="fi">Suorita sovellus</short>
<short xml:lang="fr">Lancer une Application</short>
<short xml:lang="gl">Lanzar Aplicación</short>
<short xml:lang="gu">કાર્યક્રમ લાવો</short>
<short xml:lang="he">שגר יישום</short>
<short xml:lang="hi">अनुप्रयोग लांच करें</short>
<short xml:lang="hu">Alkalmazás indítása</short>
<short xml:lang="it">Applicazione da eseguire</short>
<short xml:lang="ja">起動アプリケーション</short>
<short xml:lang="ko">프로그램 실행</short>
<short xml:lang="nb">Kjør program</short>
<short xml:lang="nl">Start toepassing</short>
<short xml:lang="or">ପ୍ରାରମ୍ଭକରିବା ପ୍ରଯୋଗ</short>
<short xml:lang="pl">Uruchom program</short>
<short xml:lang="pt">Iniciar Aplicação</short>
<short xml:lang="pt_BR">Iniciar Aplicação</short>
<short xml:lang="ro">Lansare aplicație</short>
<short xml:lang="ru">Запустить приложение</short>
<short xml:lang="sk">Spustiť aplikáciu</short>
<short xml:lang="sv">Kör program</short>
<short xml:lang="tr">Uygulamayı Başlat</short>
<short xml:lang="uk">Запустити програму</short>
<short xml:lang="zh_CN">启动应用程序</short>
<short xml:lang="zh_TW">啟動的應用程式</short>
<long>Automatically open the screenshot in this application.</long>
<default/>
</option>
</options>
</plugin>
</compiz>
|