Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

962

Downloads of v 0.9.12:

236

Last Update:

11 Jun 2020

Package Maintainer(s):

Software Author(s):

  • Vincent Hourdin
  • Cyril Richard
  • François Meyer and Contributors

Tags:

siril astronomical image processing

SIRIL

This is not the latest version of SIRIL available.

  • 1
  • 2
  • 3

0.9.12 | Updated: 11 Jun 2020

Downloads:

962

Downloads of v 0.9.12:

236

Maintainer(s):

Software Author(s):

  • Vincent Hourdin
  • Cyril Richard
  • François Meyer and Contributors

SIRIL 0.9.12

This is not the latest version of SIRIL available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install SIRIL, run the following command from the command line or from PowerShell:

>

To upgrade SIRIL, run the following command from the command line or from PowerShell:

>

To uninstall SIRIL, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade siril -y --source="'INTERNAL REPO URL'" --version="'0.9.12'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade siril -y --source="'INTERNAL REPO URL'" --version="'0.9.12'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install siril
  win_chocolatey:
    name: siril
    version: '0.9.12'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'siril' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.9.12'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller siril
{
    Name     = "siril"
    Version  = "0.9.12"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'siril':
  ensure   => '0.9.12',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 27 Jun 2020.

Description

SIRIL is an astronomical image processing tool.

It is specially tailored for noise reduction and improving the signal/noise ratio of an image from multiple captures, as required in astronomy.

SIRIL can align automatically or manually, stack and enhance pictures from various file formats, even image sequence files (films and SER files).

WHO SHOULD USE SIRIL?
SIRIL is targeted to amateur astronomers having acquired images and wanting to process them in a semi-automatic way.

FEATURES
SIRIL uses modern and powerful processing algorithms running in parallel in order to speed up the time of processing.

WHAT ARE THE ADVANTAGES IN USING SIRIL?
Nearly the whole processing chain is available in SIRIL. With only one software you can produce high quality images for print or web diffusion.

DEEP SKY
SIRIL is fully capable to pre-process and process astronomic images by offering to the users a large set of dedicated algorithms. So far, due to the high level of its star detection algorithm it is quite performant to process deep-sky images in an easy way.

LUCKY IMAGING
Thanks to the ability to directly process SER videos, SIRIL is adapted to the deep-sky lucky imaging technic. All algorithms work to use all cores of the computer, making it possible to process more than 60,000 frames with minimal effort.

SOME HIGHLIGHTS OF SIRIL
New features are being introduced quite regularly. Here is a list of main features:
* Native image format support
* Image conversion (to the native FITS format only)
* Images pre-processing with bias, darks and flats masters
* Image registration
* Registered sequence export
* Image stacking, with optional additive or multiplicative normalization
* Enhancement and processing of final images
* Image compositing tool, combining and aligning multiple channels
* Plotting various pieces of information about an image sequence


tools\tools\bin\libexpat-1.dll
md5: A00E630FDA6292917A7B76BF95238E7B | sha1: 0CBCE4D3A8129CEA7EDDFF8609F6EC8D357EB8D0 | sha256: 2D8AEF19798F4BFCDB7E4699B124DD403DD5620A2F748E42A52F4329E3A62CEF | sha512: 025F3718E5FE92E283E4D846BD430209C5A926391599973A1CCAEF7925C03CFFF93EBD3F7126806631BC58F62F3CEDE23E4B1E00EF0EFE2397CB4AB99B8B0A30
tools\tools\bin\libepoxy-0.dll
md5: 96B7141337918D13864ED73C19E72CDC | sha1: 941A19EBAC742B46FEF5CAE1DADB28A711B89840 | sha256: 0555975567F1F9BF314202454C8BC2FCFF8DD52A3060D70792F9705B35EFF602 | sha512: 0B505CDF23F6E604C63EE879B9ACFD2CE11613AD7728967EBBED4A96358A92D7ECC18C8C0B526FE1CC0F8254E5009CB6F921D2149CC705B0AA1B99E340AC0065
tools\tools\bin\libdatrie-1.dll
md5: 8A54723090530190EB11AFCD5B702B1B | sha1: DFA923EC796A754BD21C4F9E504305848A4CB1B2 | sha256: 738F67F45FAA07CC387BAF390604EE4CE709CBE7C223D9A043EE06F7CB360D5B | sha512: E0D310458C8259112E07B153EDC86FDFF29E1B09648FED8D163D44DEB3BEE1545E7AD37BB00E9255DF6514844B21A829750848DA42F85FA77BEF376CE09750CF
tools\tools\bin\libcurl-4.dll
md5: A030D43DB7A1E94A09EA3696BA4261A0 | sha1: ED84853395FBF55115607722BF7046FAC3B185A0 | sha256: 9C9C7FFE5DEF31751B453B0615210859598F453674E7A499516036E58063E1D1 | sha512: D227D553662FB552EBDA8FA18E73DB4E25EF92B57FF9E17557CF91438624C5716E7BCE1AA10D5F10D3273092238648B320585761F2D9F74BF7ED47A52FEBDF14
tools\tools\bin\libcrypto-1_1-x64.dll
md5: D3C37EBD7421BC80701885A900FC8BF8 | sha1: 15815ACE463A064438904B83B7E4D990646DECA4 | sha256: B6E67544673DDEB55DA348B55E987FB579ABD10CE9474D8348C5BE568DBE8AAC | sha512: F2AF029FF13273E826874E4D4321DBF56FF7D1DABA3554FC56FCFC8A49C11A7C560E4700149EA90571BC24DD87F4FD18E31F5084712CF7F7787B20EDFAD86DB8
tools\tools\bin\libcroco-0.6-3.dll
md5: B481ED028DC922313AE96606F4AC3D9C | sha1: 32CF5C65BC3E67E05CD4ECD6579BA1CB6DE4C728 | sha256: 736524DD0B26A566C60965850A82D341DC7AF61C150FEE3F9A4E73DD4BA96B66 | sha512: 9B5A779992263CF81680560DCC01A85C5E45A20FAF8FDEE3ADFF967E656AB84BDD033E539E1123745504855D4405CD0E0A06257F478C2ACF6CE64C58B2DB74D3
tools\tools\bin\libconfig-11.dll
md5: AD87ED5FB9C095EADA5296D56545FEC3 | sha1: 9DAF4704C6A8AAC13D336518EECB0D5235F29E91 | sha256: 029C52DCF7916AC07CC149862D1C4C5D59C27A17189D94F4C9577308D73A7E7C | sha512: BD90B797906FC5102C483D505565D9BAA0AA156D7C5F0C71D653601D4B56762CF181E5B603CF2BA7FAC79E9AA9EAFF000343C8D1E3BDC3A0C5180E12D4B81228
tools\tools\bin\libcfitsio-3.dll
md5: D45AF52BE0C78DA7FEAA759475AA358A | sha1: D081B04D29C81168982A521C941AFBCEE103BD2B | sha256: 06616AC09AB6F58BC3120650F8B4C5EB1A0BAC40C6F930174590121AB92F7532 | sha512: 828C13592A393D84B2D5D2A663FC6B42A9F4EC83C548279A72FDE13C6C2F98C43D52144CA88330A90CD71EFB7AB63503B128BC6DF5B5859DFD50F6813298FFBE
tools\tools\bin\libcelt0-2.dll
md5: 52058BF1FD249A7812884E0FC6ED8DBF | sha1: 2F2105C5009A220A929768E5DF3510BDD183BAA1 | sha256: 02D1A8C146FCAD49A3F8657EF352B84C78B9047CC9B5142095BEA8EE32943F6E | sha512: C98B6321B93CD73E8FDC916DCCB83BA546581D73AE17D772D51C8108944016AA1ACFD140A97A61458E693A59F722283DA751FE0A22379A0B897A18FD564CBDF8
tools\tools\bin\libcairo-gobject-2.dll
md5: 84AB5FE7810C4CD4666971DCC8F102AD | sha1: 617720249BC7FA4C47AC849753D120C46B071EC5 | sha256: D198FDF7CA71B5D14AF6D2DA04C28CED9228B5158D9136656A96958B675C852E | sha512: E844DFB7A5BE66929514723E66844AA13221FA104489F2877349D099F7E38BA4290FFB1984A2DB9A402E73162D8A279F2BA943FBBF73A3A73F38A902559F48AE
tools\tools\bin\libcairo-2.dll
md5: 011ADBF1BCF6ECF533B429AB3A06CB4F | sha1: CC3ACDCEC4103E3E9BB85C1814C17704B95862DB | sha256: 751C93BC9E36EE73F30D24C13729AFA1E8CEB6527706B2BD23DF363DD5830304 | sha512: 5FA08F6B4F276FADD1A0C3B95186A46ED57DDC9D1FC4F819FA4E3845D26C58B322943F8BEABD11F118B6612A202857427499AC6469B491F2DD53541A0C117DB2
tools\tools\bin\libbz2-1.dll
md5: 19577A76EC7B5176A8B648462EA061DF | sha1: 5654EBC55144D6FA432A82586C1815DE2A95C515 | sha256: C4CD3E2D2A463EBAE73528C17528735E48A7A273190526C855115797836A2B25 | sha512: 70DBC90E8EC986DD4F20383C1849518D823E2B92FF36D81CFDB593188834C259A96CE63EBC0130C22CB9DA67FF72CF45BC72E0050A33B51BA5A7D0DE9F383C02
tools\tools\bin\libbrotlidec.dll
md5: CDA31E8645A35D24FAFB575784CBFEA7 | sha1: 462D455D6197868AC6D0B3A91A28A11D5FD9C9E5 | sha256: E7FEFFC8F8623D6D12947E23D8CB90D865D033297B8D42FF27F11AAB3197E5DB | sha512: BBC7B751FCE7385F884F7C0746CDBE498BDE3ECA32CAF19C1EABA9C8414F13A21CA89037335A01A71B050CDB02DB427F92D1E7CDFD6D86E7F47FB016A782D837
tools\tools\bin\libbrotlicommon.dll
md5: 88A22D24CC12F26A7E6B492291C40374 | sha1: 5374D622D1F2401A799B53C43E54F232C258197A | sha256: 986C8E5FCA7F1549A84E4223EBD080FE47A4A5B7A26DCFB73F0527413B393148 | sha512: 347B45E96CCF5CFA50FE1AB4EBB123C1BC32453308F1A4952E6D8FDFCBAEBB2C340B863E76B0F1CC8A68051BFAEE4FCB6F215D1A450E2F3B9B244F9FBF11A27B
tools\tools\bin\libbluray-2.dll
md5: 07683D5286B0606EB3C4E34CCCCA7C95 | sha1: 88922DC3B48C7D2CD9987820FEC29F44992314A0 | sha256: B5320D577991A925605EC4DC24E0C967D92D86F053B0DF8C92F2E9D2942AF925 | sha512: 8684E868F021D4D2900A8FD3D5F6867644BBCA5ABF1D076B7DA668B9C50F30E1B6127820754CFBB77A3A960B5ABE3C59B96B8B4FB828B891CE33E583A0E79AF0
tools\tools\bin\libatk-1.0-0.dll
md5: 87A7B2C3108B4E01AAE945361620F17B | sha1: 30D8884161053B1AEB44B5666A71BF31390AF425 | sha256: 0DAFBE25C1E3AC5D95F275030713964A06EC8E2DA50C0587658D25EEBC6D7D7C | sha512: 9FED81C2128087450E320C40B240AFD036F8F2C22E7E247C759110DCDE3E403F3B09C4D4E82AD51C883E95E27862FFB59FEFE1554939E4870DA179F233A9415A
tools\tools\bin\gspawn-win64-helper.exe.ignore
 
tools\tools\bin\gspawn-win64-helper.exe
md5: D61B15ECB9CCBF4967DAAA888D953B44 | sha1: B4C05CB0F30F7046F3CF3296F1105EEE628E3F3A | sha256: D289E2732690D7D8FF4CBD89115A11BE03C60E45F9A586CAA5FF1B7BD881FB2F | sha512: 4C473B5351FE69F3F207D7AF70BB9D40C4FBF681EA3471D4B00311F2AB52C52096040C32EB0EBB8418E21D1BA0CD8D3486A7981704867D6C5D465E7C64842081
tools\tools\bin\gspawn-win64-helper-console.exe.ignore
 
tools\tools\bin\gspawn-win64-helper-console.exe
md5: DE21C1D416E84F4873A42D0E526C6790 | sha1: D3439B2A15B0A7FCCF6D264DAB7CC0AFC2ADBF6E | sha256: 5372A917766E09E126E3E649A6171E2DF5B0428A58A9B65554A4E05468ECFECC | sha512: 5CAA851F7F42043609FA77181FA6A008E8DEB699DE84B6BC3E2AC4DD87277242CB7380B36577CB6B500777AD07FAEE6CD59B0C3FC9754CC3CDD04926BE3E85B2
tools\tools\bin\gdbus.exe.ignore
 
tools\tools\bin\gdbus.exe
md5: 365333ACFEFDE3982D8B57A4B812D037 | sha1: 0C2EE1520BD0858E9FF7AEB924E466D3BD9959D3 | sha256: 8DA88590FE64B2019B05B55F2AA8966AD1F053C12DED9C4810FFE9CEFF74F156 | sha512: D1A9223B21DA40ACD699CCA8987AF5A97242043A4043F48ACEC58D97C4561204822286CE1E0E6179174822BBD8BA54C657BC0FE3F79E9CAB736C6A7A94BADD24
tools\tools\bin\avutil-56.dll
md5: 743440B47943E503357F6691BC68ABD4 | sha1: 83DED1806C59E3572574499A18D7DCC74893E487 | sha256: EDDF0D3046EB7DBC7C2AA8E93503B84B2DFAE05E39B41594F4787B6F96A354BA | sha512: C7CE991E747527CECD7FB25ECA4C38ACCD4BB614C6F127969A338C1972E9EE3E2FF52DCC55A02DF8EB3E723E0A5CD731D80FCE24B49444783F4CCD3B54B926C5
tools\tools\bin\avformat-58.dll
md5: 87B17B864FA0F126FCEC0E01F627B6B0 | sha1: 121A7D2D3B836BDA12E2A72BB552F13FE436D262 | sha256: 1DA55CF626C798AD4D5B7FBB20614BAD9BF1659B1417F09DE3374A6FC8CB6F2F | sha512: 2CD4B184F5123CE53FCFAED0ACFB4C3A8F928B1958F9DC515CBE338780FDCFEE5CEF2EF68AA15FD91C0294D719863B66A1F50C57174FE92CA20945A15C995F67
tools\tools\bin\avcodec-58.dll
md5: 0FEC08CC3CC1E19D150B9D824EBCD7E4 | sha1: 7ECF2E51B4E89C10ECF4CA7BDB0C10DE88BBE9C3 | sha256: 702EBBAB3C7FA31764FC81A95B8ABE4F480168DDC541CBA821394F14CBB82A39 | sha512: A9BB6EB3CA70967D5C47F4AEB07B96DCC0ABA5D386DA40638D98A0243455D6045CCA4CE88F156D9D5FAEE610A7BFD883BB4413CA6468D453D362222871E5C170
tools\tools\bin\libffi-6.dll
md5: 835B9252CF84AA654459EE3B7D07E824 | sha1: 89BD2B8CF4BEBFC08A660520253AE097BA40D2F6 | sha256: 077ED959CD9AB1BF8F9E2ED248A0CB6492A18FD2BA283F52896125412EAD121D | sha512: 19D60EFB0ED2C73707396627F95D46C7D2A42855A58F0A29D5CE2C9B143C4297FF02D96B83761BDFE3045A1B4FFA6351275760920353C3BDD0829EAEF07F8CF5
tools\tools\bin\libffms2-4.dll
md5: CBB91E69A6A7D81277EF72A41698AC81 | sha1: 54C36AF690B03217A0438A8A899A8998DCFDC6B0 | sha256: E1FC664CFC7127DE8BBA29AC8A81DAA323455386D75632DE355A06A7E665DA7B | sha512: 4E24CDE1CEC947ABF1D0FFA2DB3CEACFF021B86F92FC2C631C8E8F4C4D423C6CF578E977856F2A01DFC24744D5C8C407BD8947A3EA9D4082A3DECCAF2E1DB0C2
tools\tools\bin\libfftw3-3.dll
md5: 277CE27645DB09EE89CC9448866EC46A | sha1: 11EE9F7B97E2557A11979B8991D7FA17C9283645 | sha256: F7BE2028CD0D3C0AD11ADED0A26BB6183EC6A04B6C9871559E0DE34E2BD4B2A4 | sha512: D0EF1E94A49551DE694B5D60ED48020C464F0D4F29408B97F935E4CB33112FCB6C7DBE97BD8C0EDC164C48503EF3242BB474BA0B7542889370E83C522CF380C6
tools\tools\bin\libfontconfig-1.dll
md5: EFE9A5FF9D1D6A8CDCB8670D98791B81 | sha1: A0DAFFC09BB58DF32478B69BBC2CECA709D52A70 | sha256: 34B4D2804DD5E3E46B6592B9D4E875AFCA50652F487733545257817B25416F31 | sha512: A3B92C630D95AFF0B734B287A04E0B0310C63136100171BB0146F1941D5FE6181D25A084686E7419BBB2E7C08E65FC9E8B4CA0E9A833C35ABA2AAF80F40B8B6B
tools\tools\bin\libfreetype-6.dll
md5: 7D2EE173BF990B99E1D8B374D5166F48 | sha1: 268B2315C734276FBAE1A2AC7C1E55A1F8350304 | sha256: EDECCFA36BBD811842B636E793952C61038AA49391158BFB34075373423463FD | sha512: 93C007FFE93761F1E645D6AEC9FE85CD0FD6A3D376714FEF3F6B27E7B721F4762FB4E77EBA4EE317403310D1992E5F037963A23306B1CBE7E064A7466AFBD4E5
tools\tools\bin\libfribidi-0.dll
md5: A2C1F7E13656F638EB317F66ACDC843A | sha1: CC354B69C325046813E93257EA191FDACEBBD47B | sha256: F455D52DF63A9CD7DBA913DCA821A0BE54E7FCCE996AE4FF086EE8843831E6C9 | sha512: B0A7D21415A958696E5E2C66124550A3B52F2510DEC5216468586EC068875E111B93F674FBA194F01EE0896D179AAC63D1E84587DA57132EE1A96EEB2A2FDEB6
tools\tools\bin\libgailutil-3-0.dll
md5: FD4090E6621732F6709D678B3115786C | sha1: 8E1308B1A2D80B578A5248586B8AAF95D0C4C4AB | sha256: 31BB603B68374547B68AE6006505358E6EA363D69D45EBF2F3A03A6F03694FC3 | sha512: E5503AF4608FA779AC70C783041DBA2ED6E0A1DA9E4A4E0F21C33AB98EFC86846BCFBF2DB943BB7C38548C7D9DB40342DC6A4CC8B5D130E6AC3F99F2CDB1E4EB
tools\tools\bin\libgcc_s_seh-1.dll
md5: C76586134E031C00E9D72FA11B7ADE47 | sha1: 7F84AB49C74C4F1904B2BC8C39985C50A96C1424 | sha256: E87FAF888989606784BA249C30BA20188E972230871A82E277D741934345A4D2 | sha512: 27C8BD2483DDF851B6A622073ABA6ECE8E13E8990EC6B14DB337449326366748BE6EAD426317CC6AEB62B66B4E70C03E6EE5BFBDC1C5C1DD6F0DD5C298B1B6CE
tools\tools\bin\libgdk-3-0.dll
md5: 392B4B447D724567F119B5B4FB598BF7 | sha1: 59BBB25C1F0A9F824CC293BCDAF8642183D06830 | sha256: CD2EDF63786192CD1D0915A7ED4988375ECB32FCF77C2A4547D71FFD6BCA958A | sha512: 7665D7ED02309F80A446B9641A9708B55B59A4164D06852013EF42724EF06CB4F3ACE5602828B7E3E8A4C934756BFC3DC8A26074FB53A0399824037947E4D42D
tools\tools\bin\libgdk_pixbuf-2.0-0.dll
md5: 1C41A34BE8E6750C3C1790964435024E | sha1: B7383B7B34AAF28EBB966FCCA679DF36E5AC558B | sha256: 7944B6C8581F32C42D38C49D97EC19E8A3B912367B05E903DDAB2D39E197C03C | sha512: 11B2641F06CAF97B8C1AD683A3411B5F9D3C799892044BA2FE87D1E8B69EAD017A5F3F88F8525AF3B39CF8C3AF9845B1CB5D9574D3E11E417F2B56F11FF437B5
tools\tools\bin\libgfortran-5.dll
md5: 84AB722458384FF8F81E47CF17B83A39 | sha1: 5C3D293BC6E991204A1E35CB5BFDD07C5255925C | sha256: EF8B60DFE53098F88971F50DCA250DC48477CBE74B025F318B732AFAC06DB742 | sha512: D409B1634749AE425C5BA354C039806741C77C71A22F5777DB370CE6E269D1E6695D7AE2D6595145DB81150FB8071D46260C904831024AB88916CE0F8541B0B4
tools\tools\bin\libhogweed-5.dll
md5: 4133783672A1D759896A64B4E6AE961D | sha1: 74D9563C9EDD0406C99ADEE3328A2744D85E1144 | sha256: C6CB100D6BDED6EF02A44FE80F33CE78EC57B496F5A456DA538CC789C2E415DC | sha512: 7C6DC2A5A244F13764F2D4EA0ED96F5C4507EE97B9294DE730D64C94B405A8700844616C8F716038BFC98988DB81E9B0D4B7171B226A9F6732963C7F62C8C3D0
tools\tools\bin\libiconv-2.dll
md5: A8B9C6A6D76B4441644D1A2C24ADEFB9 | sha1: 1DC387E7707407BFCEF8D2B8EF01353906CBF9EA | sha256: 1A821165C375B54969014F5BD9F8323792FA7AB436E8A3B1F7BFC7CD547EF475 | sha512: 05B8462326085A4E61E00E0DBADBF74E91F38BA7D51FFB46F50E2448E78E47865378C0F0B31077329D1CEA852D07D557119218555C82A182D85E0346CAD4C618
tools\tools\bin\libidn2-0.dll
md5: CCE8F418BB1EBFC07A08E300E17EE4F2 | sha1: DD021D96E221B71BD32FC0A1211E51A75E9A2CD2 | sha256: F204AF15153D22CBEAC7590824BD0ED29662A7AD2AB78C0A4A76E79A3E5CD69B | sha512: 7225C79C6E6CE4B99C9D43C94BB318A277DEB71707540D16672448755E233474BBE1464A711D5CEFC1DA480A3B98F8A16949F3BF622BC7D7CF5129F79EF5AA2B
tools\tools\bin\libintl-8.dll
md5: 9C40BF1E7AC4534FC6673FAD62859F55 | sha1: 8AD1DF8D89FE88D9D7B0E97EE34B748778E89870 | sha256: 6625B662ADE69BD824F2DA4D17C1851DC62DDAA3E45D95A6E5A10F6C22743C8B | sha512: 3A378FEEEA447471549F4040EFF4D1C19E6C76C87E2EF8743D942C2C3DC77F58AC6E3AF77E0E7AE95DE1AB03FD901C2D3E126BA9427C3842CFEC5D71E60162AF
tools\tools\bin\libjasper-4.dll
md5: 18B66782C820E90AA4B8AE1DA4C72CF9 | sha1: 9521E41AD2B75B52BAD24EC45EF38D9521137BC8 | sha256: 6B2FAC9AC97EBEED6DB3CECEEC7335B312E685803599E32ED40A640CD8C04DDA | sha512: 75B5259D18A7EC2B8E6AC4527C2C7EF54B066B125571BE9BB50ACEF94B6AA6D818048B42D70302CB27DBED8F935179F638F753D3A604E54B2C6B0F204458D1F0
tools\tools\bin\libjpeg-8.dll
md5: 0DDAF469EA85A9298A4528B2260997A2 | sha1: 4158343A019EBAFC01F35ECD0652B9809B76CE92 | sha256: E35E05C27FAA77A0C61EB4A37FCDB61167CBA547A14E1353B76567E5A1A0191B | sha512: 36EC3A6EF197EA80840EDDD6793CB5D2B5DF83AA2B723199F4700E814320D092DD955CFBA0E2F9425FBF3BAA5527CD11906B2547DDF28E247C5C0C310ACAA86F
tools\tools\bin\liblcms2-2.dll
md5: B74283123D64D21D8DB208812154D88A | sha1: 00BB13714611741D5B834AACA7DD1BB486CAE940 | sha256: F37A702397C519FD2BCC788FA9A3EB5F1DDEECEC8628CBA12D6F185B3F80D1EF | sha512: B7EBF86FCD59929D86160D9DD6A69236BDC7450A524ECECB82654790FB0B4122649C46EA8C91E598FEFDAB4830881D79E78151A8A990E1F26899F497DAA0B611
tools\tools\bin\liblzma-5.dll
md5: 14349A7D3B45E32CAB4A172DA41C0273 | sha1: BE8E1C3D2D222723CFAD54E9C4A57BC69B5A6A50 | sha256: B12704E0066D2CDAA2C73C3314CCE8E78ACB04AD28B6C6770DD537D6E641D487 | sha512: 58B35AD989E477226FC77C3F0B2FACEFEFEC8D43D0BAAF1EFA2C24C53BCB8930F5E5F8F3AF3B5D165B33F50BABEE4CA67C386F6E9D8C7DA07E7C782CC19E1ADA
tools\tools\bin\libgio-2.0-0.dll
md5: 1C2C1D6EE194DD23B0B40350A449C0CE | sha1: 5D0B88E985E19A8CB4F978D16C3AF4D65B484CD6 | sha256: 5EE87328FCC68AE23F7C3EFAF17BE54A9B00835A4244CB74AFD92C2841A5CE43 | sha512: 147C4C080B46C93C643B291E44DC9096826930B2B6FF55880D91DAAFE8E4EB0EDB30B36A16C47554CBEF53139A179F75C702C2D24B128E4343FA1EC6733F6040
tools\tools\bin\libglib-2.0-0.dll
md5: 0F207E82C3DE9DE3A31F08685E8B587E | sha1: 24784A9D31A721D5AA643BF85D49E1FA48BCD9F6 | sha256: 6F13D455FC33303F86E8FF13D86D443E2730ED20E2C6CDB040B1A81A56830570 | sha512: 153FBF7EBF071404B617B9BBB305D6846E0C4C196AF0E20F3F846B5B7B920E96C28842BA9AF1E2F0491E079BE03786797F2515C75433C4CE534FBBEA9808B9D5
tools\tools\bin\libgmodule-2.0-0.dll
md5: 967D4D85D8BA3F076C6AECAB78564C2E | sha1: 83D7BB6BC0434E2E18AB7F50D56F11089DA8FFE1 | sha256: 41D6C26208E9EBC0564F1A2F01DAEF59AD2FCF8E912B5A7B2CA7C5B3352AE0FE | sha512: 5A050A2D6B36C9D5E259897DD65C9B6C803ADAD14D01959F4DDDE9EF5E18D6C6EF0202F02DC7D5B6DFDADA06DEDCB8106378241D1D115ED9545223C852A279E0
tools\tools\bin\libgmp-10.dll
md5: 1B73B0DCC505152EA8923EEBB075244D | sha1: BDE642FCD0D6BD4709C45A0735593ED8EF44E0C9 | sha256: DAA0A2D32134A108AB3AF38899D8B6CF4BFC75E3D1D7C3A890A25CEDD018AFA1 | sha512: 88E7CF532B33F050E9DC0589D8E17E4AF46D3DE5AA9626EC713281359E06347182BEE0BC62FA55F18FDC6CC7953964455D946630CF33749CE0AF50939F7FD74A
tools\tools\bin\libgnutls-30.dll
md5: 74E412512B0F2529DCA3D62967A1EE58 | sha1: 372BBE3FA18CDF14B4FDDFABA0920FB412BA1F64 | sha256: B725E3744BE0E47A0CF172DE5B179CFD4BF1135CF1B1642794C0825400536E69 | sha512: 6E776AA5C844AAA71770DD7E3842E73CAD207CC6994181322F5AAA12A98D365D2EB3DFBF9341E50C726379E4CA7ED7F1B929FA516104CD8EE3AA072FBAA2B3C1
tools\tools\bin\libgobject-2.0-0.dll
md5: 37E990A776D3BBA310BD1791D7FB3173 | sha1: AA3DF30E00B8E162CCEE71DE69D12544E47AE4C6 | sha256: 8E8FE9200784F41469301F063A1258B62B7E0D1EC945F65543046A3E04D97CE6 | sha512: 75107A56054342770BDF7E3F415ED66F40584872D1302A7F8EE20E9381291E681356DA42C55320F72E8E0D944826DA19BC9C167B3023FEC216DFB3C2B95A19E1
tools\tools\bin\libgomp-1.dll
md5: 2F50CD763C525527806263E07BBD8D40 | sha1: BCAF9145A131D131B9F373E7EA2740BB44063284 | sha256: D9C0D03454F3C3EE76F00A6D22304F9E1E09E876FD448FE112AE65FA46DC88F0 | sha512: DA07FE8EEF5C13DB2351D1B0B941F7B3F4A9E0E43EE886161C20EF15F9D7B6F87CE98F3509DE63C487972073A1F2CFEDD7E463D8D568519410F3B36B14AE161C
tools\tools\bin\libgraphite2.dll
md5: F06F19842FB8289EC3C9B180A690199E | sha1: 758D54527D6EADC455392E95823712A54D9222CC | sha256: CE2BC9FE7424BB5351903E5BBB89FD18D95BD880307133C1E3A10AC4366B8A1B | sha512: 11802A7D2EBE9A2AE8904DB62CC80EDC29A640BD06F6ABEF56FDE87301F93F4F32D78D3D3647FF3527FB1414AA97E119A775A07F27BF73ABD9C4DD3EC46BCF37
tools\tools\bin\libgsl-25.dll
md5: 3DFA84E1C138DCB2EACB599FE04DFCA4 | sha1: 44C9D64EF47C921FA28A41022472863488F46FA3 | sha256: 92C836EF74BFA9DEA0B91EF435A3EBAD0A3167DE724445B7F6B4E8006CBD65E2 | sha512: FD8E3BE9F74579CD22CC9C71AD02383AA88DD8DC2D975A241159B55692010F40987D535E4B07986C0BC9176582A94B0C33948C3DB3338DD64D351455163BDAAB
tools\tools\bin\libgslcblas-0.dll
md5: 74963BA16D9986336190B0A58BF20A68 | sha1: 4DA9D8C64D09A43CA53D54F5F6158109B81BEF63 | sha256: 9BEC0CA4E041932D9B8E3BFA79D88D706E432D71DD9CED078EAE66137A642C0E | sha512: AFAE37980BAC505159F03DCF2F77AB94D905B6A8AA60E7CAB86CEC4AA81B278B795FE553825ACB2A99CEA5ABBC5DAA173142B8B81323A442B195E16A28E4BCDC
tools\tools\bin\libgsm.dll
md5: 5C64D124517F4135189B3704099DA8C4 | sha1: 75FC5786FFFE3F0D549EBCB7F056024E8E7066F3 | sha256: 1A8A535EF715FCE62F0690342E89A678FB5E28F4B67A434247E0550D23519320 | sha512: 08540C0C735248BF4AC0B528720A5B8BFC0482B6B3ECF75BC78E62A4DFE86A47E4E3BA46331347244445DAF5E009E831042D05D677FA5DA52B8827EB0D5CD476
tools\tools\bin\libgthread-2.0-0.dll
md5: 4E52B774C9A99F56319467BC3FE0EAC5 | sha1: B83FA3CD6B78E3650658A77C315ACBB098A9E270 | sha256: 47672362C57A00B51A1C61F3F0D8D2F247A3C4A06BB9FC0BA85FB306C2AA17D9 | sha512: EA0882011C7D75944F6197E7538D799AA12C47E7C931A5058721AEF365AE0B9994C2ADDB2816D19FE94D025BCE01F2B802DFDA869A167CFAA2BB2D74A8611E6D
tools\tools\bin\libgtk-3-0.dll
md5: 007C4A6E3B437F4C8A68E7669EEB4B4A | sha1: 1CB4DD711929BBA34681BA50F21DD640583F548D | sha256: 9A1AA645A8641204505F05C8220D499AB0EA3FF2F2B5D09C9ECFC80AFFA9FC53 | sha512: A7DCB84AEBE80B15ADA3F3E543D4354ECF8B189E118B6BD1F1166AD98096D86E1CC8141A32B21C044540124D30B6ED3157FC684265DE67BBA9746D5E8DD8C3DE
tools\tools\bin\libharfbuzz-0.dll
md5: 6B173488DD1356EE0E458624F972365B | sha1: 5E21C92F6E0933FDD3FC8FADDA8F9D8AF70D045C | sha256: 66C9EBCCA86BF8E0C2A09591F3184285CEF8F6C4CABF5F24BE4EB487C44453BC | sha512: 872AF5E9455BAA53EEEF745438E89C15A9D7F0ACAAD10E2B1C4C11B6F384D0250C52493E4B9B0C4335B80876D96E3B32F7FAD9AE9706C839940F34E91DB76076
tools\tools\bin\libnettle-7.dll
md5: 29CC3595E2CF650917890A5E939947DD | sha1: 9619A725F741659D3E1979AA77139791DE9F11B6 | sha256: D9A264D44098D07932F1D1DBB974090B461D38952F45B518595066ECF09FE1F1 | sha512: 2AE9953053370394F66E08836CBA89450BA69B650659561C82A0D8D15F6B99808298F11B414A75F314DAF36989C0FBE72CBE3C2B07E1151E77D53AB6AA61A7CE
tools\tools\bin\libnghttp2-14.dll
md5: 5AB57FB3D680D89CFE47148FCA7966FA | sha1: 7431D109DA665E4B54AB7148F995019EC716C9E0 | sha256: 83F2A611EE8FB6C4A09AC5E2A22A05EA58495C122DD4C9639D5D5270BE10684C | sha512: 863C81969A77221212D6085D59A6319330FA333B316D2BB320CF94AA2F0C38FD5222F70DFCD0E44DE5A2E204C2E6ED338B40F83AC5CD52AF957F5F873DB1895B
tools\tools\bin\libogg-0.dll
md5: F29906BD0450FBBC3FCC57182D42FE3B | sha1: AFAD7A085FABDC7EA05D1ADD427145CF6231FB93 | sha256: B17D2BEC59E8DC73778ED634FC80D6223CBFE5F2962079C52E464776C133C2EC | sha512: 6A2BF82876CF2056E6FFDF191B0F6A8935C89C6B08F707399FBC4E757F9EE964FCCE1F7C43F0783FA54829B285CA0CE45866FB54604579FF688F8EE9C0CAF7A9
tools\tools\bin\libopenblas.dll
md5: A593E6D93AD023C39361B2E419A041B9 | sha1: 1DB9A1B3457F78C1CDC00D07CC89FD03D4EEE0B9 | sha256: B37A74CCA655E1FCA513359E7A1C204E47D7AEB67DDDDED94B920643EFFC836B | sha512: D03213ECA2A89573B8D639320145E0F6261F86FC042156BAD16EE280113D4777724CA785A0986F1A42F341F6BB93E9FA44DFABD4FEA23D72DA7B753CB37383F0
tools\tools\bin\libopencore-amrnb-0.dll
md5: 7DD52413721EEFDB617AB14FFBFC03A1 | sha1: 9A65E3462E908ACB46426198D76E60D9EABB1D54 | sha256: 7169C0D7BB7512196463B4F3E5D6748917C272E8D5B34DB194750964CD12BC93 | sha512: 657D56544F0312DDADCD8D49F73E75631D876956204D7F024362E5575D6EAFB4F38438B01555753D671CCE7E3D273FAEA8622CBA816DBEF5642589A09748B391
tools\tools\bin\libopencore-amrwb-0.dll
md5: B6362F0BD0FFDD8F1320F079279864E4 | sha1: 1A4D7DB740BC70848124D8F69242E7053A057958 | sha256: 57BB165EEB41D2EBADA98F418BB3D0CCD72EB28AAA06F99D49299711399BE74A | sha512: 70DA6FF5066DAD9C95CDB0CD3A28943F1B5E9A9165D14D7D4B12064A6B9435CF00A64A7EAFC36E4DD1E8B413FF75DE0DEE262B69B7221A4F5BFBDF7F3E544365
tools\tools\bin\libopencv_calib3d411.dll
md5: 46970C81C37C353E3886421E33FC0F93 | sha1: E60C591F44B22A90DB856B99C290543D78968F2E | sha256: A498EAC7AA31FDE54EDB9C95B903175EC9A3F3D188A174A67AC8005EEDC823B6 | sha512: 4525E0A6666B15723497271EA8C70F6AE32EF5AD6B43333386F47E5B904750F7ED4FA398662208E6C4FBC60EA330E0FE55944E18005D2F610AD101C50CE06D2D
tools\tools\bin\libopencv_ccalib411.dll
md5: 045F251B3C351FCC92E49BB518188585 | sha1: 348AE48ABBEB3508408F5DEE39D548AE3EB7850E | sha256: 5489C02634A0B9514E6AE672473CA5BB60D7C7A936E26EAE73DFB1DC64695575 | sha512: E959A30554F038FAE62988DD3C46A1C35CFDD08A58FBE911705722701F1022262CFF987164BC3AFABA6C4B5A0172FA9C444EFE85CAD38D328A5E73C3B2DE4818
tools\tools\bin\libmfx-1.dll
md5: 26FAD21B34444797188F67EB88753DE2 | sha1: 42CD95228F028B30C25BD1277624A3FB000C4378 | sha256: 0098711D0A18AFAF698E3B0C8E003F6B734DA8C954656DB832A1BA06C1C30EE4 | sha512: E5858076E57C404835B1A2A63B683BB0056FDED855EBDBBF88E3E4B0BB93746D469A6E2FDAE979741F22CC197553A4401112B9A61B857ED1122A573850E61136
tools\tools\bin\libmodplug-1.dll
md5: C4B54F435DBD9620292123A97CA8C6D0 | sha1: 9F0674B7B2A2F0B11D968D080FADADD8C31AA1E8 | sha256: 08651CFA811612EE76F12669274A86B8ABEF68E79496474B5BF77D03F0625C83 | sha512: E8C3FCF827C7999357E7D9F24EACFBBCFFE26D2541CA9B2533E7594C344F0EC56DDE725B863404A15C9D8BF426CEA512FE748594536478955AE42817F3FE49E6
tools\tools\bin\libmp3lame-0.dll
md5: B365B0EC9E0146E2D25A9FCEE11E8027 | sha1: 73280F45C809A31D3AE271776FD010E8BBCE6171 | sha256: A4A76D4545941B9B43F92C9ADF1319342F795D2E60D0D9948E400CDD5A9DF71F | sha512: 57C0B92DED057C358C2501ED6CC0C25DB16033AD772BE4CCB8A097211291FC7B26ADF9DFB7CC2808B6BE1DED939321657672C0602A91EA356D79391C975C653E
tools\tools\bin\libpsl-5.dll
md5: 839A6B0201EFECA70CA04E6DA96D5A6D | sha1: EA3179954EDE59CB18171F862C23714EC00FA9C0 | sha256: 3FC6B73BD22CBC057A4FC4E073A94DE144D428B4B46E3D62D7680222DFA69B8E | sha512: 5C338312DCD4DB9B337204D244D6BF885210CEB6D5F97F50C5D2B0BEE0F061F7119A4A51632C11674C1AC1618CE478930C8BAFEE4C5316AA1C112B29E4DE2F59
tools\tools\bin\libquadmath-0.dll
md5: 027BB0D26C9B393FE4E2890009CAEEBF | sha1: 786C295C315EDF81236C9DCBE22A6030701E402C | sha256: 1B200A6DDE0F5B9FA3526F16D725B4BA1C42017E6100F11C10F1375A8B43EB5A | sha512: B395E97B69EED2B9D7AD1A51C47BFA3A54FF33400D64BE28FF69F12DF564FCEA00C0D42541D56AFBFFB928E946728AACA0FC84B576E667A4EB07E3DA96EF101A
tools\tools\bin\libraw-19.dll
md5: 8B873279CBD29D117B8F4EACCDE56A75 | sha1: 854EE80E4C29694F53283CD665515A6D2012A88F | sha256: EF2DC932DDE8CB6DBD098AB24F40800F8FB4B8BE7EA9851FEA50F08F2C37F908 | sha512: 5B9A02052ED6400BE9B98A292B8FE6C13169B239A8FB6AC725F535C588FBACB60D096A117967356F35D8E448915586E5566D9CE246B73574B3484FFD407D0F00
tools\tools\bin\libraw_r-19.dll
md5: 1BB807E168157F2DB019C6F5BB83A76E | sha1: F051429904F494AE1A880BCF3D896DAA773D50D8 | sha256: D9ED72BE17C4AA2FDD09598A6BEB7C93DAD5EF1B5802263B14CF036859139BE6 | sha512: 7EBC517CFC092B84DFF90165CBADC5BFA6E297C9A6F27FDE7377F74C4250A89E6A43144549B272B11C9D7DEA0E1ABCBAA077FD1429B3AA0D9988129189B42AE9
tools\tools\bin\librsvg-2-2.dll
md5: A3D4F1445E455CE765DF740213700288 | sha1: B63034C5DD4ACCC9A567C77A75DAFF484298495A | sha256: 85AF56E07182C3D20B9996A99C577F9457A618FFA3AC5E37F10BD0EA77BD21F5 | sha512: C94C5ACB1134E571526E89E8299836B08F4B035CD9364ECA2E748BD29CC28516A56E49F3B2DE8133325D32329D5D01CA22BE44D7DB31A42844054F0C4AD64B53
tools\tools\bin\librtmp-1.dll
md5: 91A254CF03D59CC0DA13A5AE147E06A8 | sha1: B81D76BCF943068BE3A82C20E1600FD8CFA08631 | sha256: 78129B3C33A88D9C4B93BA83E99B6C4A3FF65EC79014A38F850DE8756D2BD19D | sha512: 71E26284656904F02F4FD8DDACECE79E1A8D3C97185015C1B35349985C51E807F0832510E328D4A63E19B0231DB07B15CC4BEA5FC32F3DA7F3C2B08610161458
tools\tools\bin\libspeex-1.dll
md5: D7549405D57923E27D47B3CB122C309A | sha1: 8855F63D79A6B62F0354A7661B55D81B46DFF058 | sha256: 288A1939D58383FF82F15111E32BB839086AF8EB41188531CD8774100EE1B3DE | sha512: DA3408E1594D5E6A0E615334911AAD81B0B9D109EB427E3516E8375F6A8D213ED821C13BA7E70B9C1949CDCB06C1DC1626252B1AB18D8F958D30D13F5F07C190
tools\tools\bin\libsrt.dll
md5: DE89336CF022CE721408F978AB0FBD7E | sha1: 6798CB36AC994DE00E71394B315D7A689E097137 | sha256: 04B615071EB30A05241765DF8C3F82EB5569803B15785341991DF910ECC1CDD2 | sha512: 3D4E0CCF80DACD2D360CD9905C7DA874E1439B3D26141507A80E3ABA57397B1ACCC5DC2CC333EF575D5AB18A23E2A07EC4FCB8C8DA3B548ECBEFD73D765EFA4B
tools\tools\bin\libopencv_core411.dll
md5: E40489FCA3395BC78F36CE25419D57E9 | sha1: A236E042551F53808A7D096EEE16366844DE8D0F | sha256: 7DBF99B4844B2ABB8EB29BB8F28DE0652588A90E51099B4B787DA1D9857BC956 | sha512: 489A24DEFA2DB81D9B580CE223BD5972055EB9D1D5E474FDE7C882F6662183EE8547CD5D19BF08BA7C3F9139BA5C5B40F3F13FDEA13C999203122FAE72B39BA2
tools\tools\bin\libopencv_features2d411.dll
md5: F9E6BC04B7ADD814E2D200B9A6BCAF9E | sha1: 6341120365D268A84CF4DBC4D26B8918345B1638 | sha256: 6E235A9D64054F7E9AD75241399AAE4FCF0DAF989343D1A092A5514AB36A0B98 | sha512: EFCDEF35BD6FD4ACE81CEA7F19E6774FAD50BDC51F1A32A8C67B14C717DB62D6E4739B87446159ECB5AAA2D61F9D7B341AE72C3CFAE6A6C81E8D96C623CA04FE
tools\tools\bin\libopencv_flann411.dll
md5: A6D52A0AA9152FEE64D4317F5B042DF6 | sha1: B1B6FA6568C4A17869CB68C1D3BCC7A945E6E728 | sha256: F32C2CC7168B4FC65ECB68CB9624E829EE0F40CB419D9A43F2E6F600FDBA1FE3 | sha512: 070DD5184FE1041B9BEBB76516D4661021AF7A93594840EC189C51DE32344617856916023DE8389C59BEAA92454CC5E7A4E4E7E62291B4B2664E65340F1FA305
tools\tools\bin\libopencv_imgproc411.dll
md5: 9FE7F01F17F5E562C34E7426FFB38B29 | sha1: 9B05AAB2A08B21048749635A6B0836B66770A07E | sha256: FAE7361F0FC857CF88D282E5CBE93F6BB49300EB267EC079A93B15FE3D86A582 | sha512: 74F74A8A61F8C458E39F3CD53F5AB2DAE1600F30ED7EDDFFB0EF8A1265E66132BE6D195BA1600CEAAE01EBD04BA8C6877D3CE914B5AEFC3F0A3F5F1A5AB9F822
tools\tools\bin\libopenjp2-7.dll
md5: 5C9BE00045960C6DABB51E23C6B51FE9 | sha1: A9EA42611326EEF6BBCA92F20F116C234215B4E4 | sha256: 3391371ECEC1DE3CD905F771C2944BAAF4923792798B2F5E12D3C2D723D56147 | sha512: B5B830B826B7E33E55F85419FDC3C51AC67C787A5411691FADEB8FA178C0B6712A722A8436A4E7B05948030F9A27BBD1F7551AAD4BC72FF3AFC5A3A9F0EEC451
tools\tools\bin\libopus-0.dll
md5: 02871BA8A9C27E90B8644B548F7F7F96 | sha1: C57BC966CD493C88ADBCC6F22C4B062EB1430346 | sha256: 6B6D0C22D720707AAB3DDF0824FB94C9A601F76D4078DEA5E956617E449D0C2D | sha512: 335CD11D99AFE3349CC965953E49A1DE3116398BEA53664088F770B0C837B4459801D8B3D80FD3F5C15F20C21FB7E5BB950DE2D5898A163F1E1E4D94B475C71B
tools\tools\bin\libp11-kit-0.dll
md5: 8C619086A3ABB329CBEC217F2A5B1753 | sha1: 363042B30E1174737FD958B0692BBE4884EDE9FB | sha256: 6EBB625C8D0F113E1B47E6D4C38FBD2AB2037F0B40A594FDCEC2CC5E9756D5EF | sha512: 2BAB68E00282044E712F73453EA473331BF071C35D0AC42405C3E8EBD62BEE516B78E1B83630EDF59139A7181CB967870D4C3EDD5A479B364398CC96144C9EFA
tools\tools\bin\libpango-1.0-0.dll
md5: 674376EEB325B26D2230B0E510446390 | sha1: 2ABF56F17D3A87F6432B5B57B76F173F4762D73D | sha256: 01F46F2401DF22465BF2B3F3D59343D14DCF6AADA6747E386F1ADB965AF7B3C3 | sha512: D395E373B87AC42331566621AB99AF07A6F340CCD0E2B6DDE2D9072F622E5C8E436E91FB9560CAF16DE0899823A217C9D039A378F37184D52F1F0E723FE9FF88
tools\tools\bin\libpangocairo-1.0-0.dll
md5: E1E6C0144618128EF2FCCEF21082864F | sha1: D4FDA2E910B42329190F4B0E9D40DF445D97748B | sha256: 4C88B7AF6EF9FA11C1CEB137DDD31E0255CE280C52D6993F0E661B66A462B566 | sha512: 1D5B051DCE7D03E12BE0DE79E3E2E890100E131ACA1BCDD2DF43564006117FAE29BF869529B28144FAA0D0CB332207ACEAE7802EDEAC11CA68045C8B789823AB
tools\tools\bin\libpangoft2-1.0-0.dll
md5: 33F1D93D3943F9CF6460C9B0B29DAEAA | sha1: BD14585D8AF13829BC64F140ECE7F4C965F287B3 | sha256: 2689BFE58AD74EE8EEDE2E5181A848FD3C5EC89B62B656A8E79883E8EB39E484 | sha512: DE919433FFBC8F4BCE341B0D2B6FAC45CE2278FA7AD4686E56DD4BAEA218022D445D6E781DA3EC09D7D507AD931F2E7ECA823484438D9334B528DDA5531BE40B
tools\tools\bin\libpangowin32-1.0-0.dll
md5: BF41B7D5A8105BD92CFD43A6A6909A80 | sha1: F9D6DCC9399ED618ED384670738FCD951D3B5DDC | sha256: 3FCC815BC3D562669483692FF750570F66124C7091A570C3F891B0E8C775CC38 | sha512: 8FB42A24E8F3E08EB42F6276965DCD4A9C57B7DEF6FD8D49EE7014F35214BA31021D567B99434186EB50CF5914B2A3BD0D447541FF01947BB95D5E4D8604CAD6
tools\tools\bin\libpcre-1.dll
md5: B7CD5D8CAB9BAB4F6E7B9DAAA8281DB8 | sha1: 036BB9976232275113EF6E601895B7011DBF495F | sha256: 62A349E83F62AD327A71E05D118D01E563687F72300FB9DA37548E95DBB0AA84 | sha512: 47701843ADEAEB9F137266C5D47FBF58329D93F5F33F3AEF6B49C685FECB64375825B36FB80030DF69CA5408B7F79F448DE31AC029F37DE7DF31CB47F2BCFBDF
tools\tools\bin\libpixman-1-0.dll
md5: 2C4BC9E2714AB27F710299E9A616E798 | sha1: EF7A651291628339F99A5854C2EB045924C0FDE2 | sha256: 687A08B44E3B876E099C34D65C626991135C1FE4E7E774B3F305CF734AFC21D0 | sha512: 72AC11B70F9DEC23289E08A99E7B1E0069207066DEDE35C9E4A9B73A52664A6E47DE5B9739BF09EF9BA66753BA104954432999037D7E90AD19F55A0447B76388
tools\tools\bin\libpng16-16.dll
md5: 39500129ACE748677DC53CD805183CCF | sha1: 126915E66F4663DC68485B9273FBED381B3FAED5 | sha256: C96C79BC84229A90B1F3A009E4A06DC2079B01FF4701C867E07A5CFD14F6025B | sha512: 282A2CC5C54938719999018D8E633350768647A64DD5C9114748F04675FB5DE3CDE1351F95E43CF9F3D2BE0073AC82DA3488F4952D68BD70087E38FDA2D5F190
tools\tools\bin\libtasn1-6.dll
md5: 80A5D0385D97B83F9FB7F38101683A5C | sha1: 49DD5F013EE126424A809C086DD730D0DFDB59D8 | sha256: 400B653C07044631FD8AAA9727B1502EA0B0A6373B8CAB4C33CA0FDF472BEC31 | sha512: 26DEE826D6027EFCB6E302C4D0949AB4A7671850E3B88DED63F1290985878E7684BBE392EE6D55A260DD5EBA6242F05E0F9188932E163CB3AC006FA5DE397218
tools\tools\bin\libthai-0.dll
md5: 4C85556AD497E319387D9808E916D568 | sha1: 14B1BE86C7AD69F44568732DC799A72E661BDA69 | sha256: A0450A3C9C8059F874E7807A5155DB6858B16F772042465061FD43A53BAA052F | sha512: CBA4F792C3D18E303C40669CF5C8DB4546D5ECCE89EE1D2920FEBDB51749A5495A59E1328C6F57B7C9F42D255605E44703FA78C044D2E5BB3AB42B308073C583
tools\tools\bin\libtheoradec-1.dll
md5: 99839B03C5BC4AD786466DACC00A1C32 | sha1: FFA6EB68C36871DB99BEF93D3094E45B30F7ACED | sha256: 2392DC50864B77069AF8CBF371DD7FA744DA2F4FDF65F350D0CC6F66AD514D9A | sha512: 79731D09076E9BE4C23D083FDDA137286B6BD60F662F453F8B9A0C18C1C2792A6401F14604B813761E7E4353D57F046016BCDC5E902E142E8CFB5F985B34088C
tools\tools\bin\libtheoraenc-1.dll
md5: A9ABB4560E5126F8A63354F22FA3E85D | sha1: C78CA9E862FCF11C9D6966BB6FE11EA15F9893D4 | sha256: F984F692DCAB2AFC1DF52D9C262D804F4F2B26C3BF56D972B06F251F887BDBF7 | sha512: 79536CE0C2CE27A50A4828FCDC48A4DEE8D1A7F535606EE5C06C894403ECD7C8B35E910BEDC1F86782C7CE80573715B83BB9198DD1C30F7BF287D411064A366D
tools\tools\bin\libtiff-5.dll
md5: 357297DC12DB0DFFE0EB19CCED6992B2 | sha1: A6C53F1297A1EF1AF241CCC5EDCC9C19B07E745E | sha256: 7A29A3BC426F5ED67A85917E69656742E15D1CC7101A2A444A69422094F413FB | sha512: D9AB5AA0333E6B0EDA3C6370BAA5E5D5F6D9DB95FDDA864765B10E84792DE658F174FBBD423D79776DEC68CD3352B90DDAC0E2A9ADC606721D6802AA5D70F2EE
tools\tools\bin\libunistring-2.dll
md5: E05BA8FC8378202661EA58CDC87923C0 | sha1: 64E27E03B7A4962255FC8B8B07F55DE705257EC4 | sha256: 33FBA340E85F7C6036F994F1A43AB3194D530FE973AF9FB09C26681FEC8BB564 | sha512: BA13D2162154FD182004E200C02699E974443445F4B41577E89D97E04256EBE53B3369DD4EFDD9F90D5CE41EA055D50BB5680FFA9007C5B4954D47720524BA2D
tools\tools\bin\libvorbis-0.dll
md5: 59EC70A7D68689FDDF554A91DC47457A | sha1: 88A9A970045A0DAE140ACC41C4A98E96CEF378F3 | sha256: B9971E4AEA113A256E8EA465D16260251BD9FC99FAAB7D781CD3CEC6B57B3729 | sha512: 5ADF7519335292FC98B3505921C5CD43A1E0F37D49A2B1E02589A62206B24CDE6EA6451C60AD29334C9D60DBF678E8627CAFC14B4B3F20EE409DF2B06B8B8F4F
tools\tools\bin\libvorbisenc-2.dll
md5: AA59CA3807EE2C5301A2AE57DA945639 | sha1: 555149A974826E7A491A1C2807827139A54F0D88 | sha256: F61118EFF1099D72330347EB5E35C07ABC46BD62AC1F36DA4DE69BE9BC25F744 | sha512: 258B972E607A6C0BBBC441FDC4E99F28E066E37CC05D9286053EEA20B1884D85DF49306846B02715643162F07E08F44A1D125D87F0EE48F4914928BB0F307263
tools\tools\bin\libssh2-1.dll
md5: FDAC7E9B499ED3D7F90E19E12DDCE288 | sha1: 604DEE500C9DE32A6840D3E9C5BF059ED16CCBD1 | sha256: 3FA3149CFF1C26298A615DB9C81306F69F30B37E9FBB68136999C36741F33F0F | sha512: 81B0A7BDE31DB145B5A97917A4E3A94B7428E0AC726DC890672D151376EF783556D5470A6C5256999C513ED07AA95F0D4574BAEA5FE6472557F23702F63DE5B3
tools\tools\bin\libssl-1_1-x64.dll
md5: 8140108F9E442637DBA8B48E75B19B18 | sha1: 4621A0892818340217B31E334FCB7AC949048A00 | sha256: 3B9DED80A810F72ECABD14CD0E5E328EAE0578E8EF0B80CC1D4CD5D6038997BB | sha512: 0D05FB41DECF116955CDBAC41F27BD4AEF09C4B55079637884D66532C3BF94D6DD078EC9D3914E4AE71CD2AB0F3634DE2A070E0FCE4816133C743A6E48E7851B
tools\tools\bin\libstdc++-6.dll
md5: 79B5A83423DC6165228E2371C9F6221D | sha1: 67655E4D06C9A39B6AB71F3D18F60CDF6C8F7048 | sha256: D537AED19164B281FC17C6D0D3A9017EF140A8E8D2F4D01CC66A65B1D0D89852 | sha512: E0040E50B109DC04CE21CD28F6064FB522B52FED5EF5A6A6B568C33489283C35C6F758FD97D4E32F8C228E53AB1BA304A0BE257BB92D047C5A1AC945ECAAD465
tools\tools\bin\xvidcore.dll
md5: 88B794290AC547B0958FD76ED8265705 | sha1: E39A0DC1E0BB555A026C38E9A5C26944AC6301FE | sha256: 3690E325EBA4874C94AC05BA0E48A58551254904AC5A344F3F7EC3247DBE481A | sha512: 00CCF80B927132333107FD716A7FEFD27028C359B8CFEB160AE9F6B76D867630B549D36F3583CAEB1CCBB95FC663C85203D29C313CDF40C3EFC464632840F9CC
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-gif.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-gif.dll
md5: 3D23E681F5B66E3655B6683C716244B3 | sha1: 69D7AA1B2CAA2164C410EF9E4D7A4623CC677184 | sha256: 8D3A248322108267406EF5D5FE900AAC456E2E0308D633E22882C1FFFC686E3B | sha512: 1E4018097C325CBA2E51EF44EAEEB93AFBA28041D97F233328CDF7D33DB5CFF4B2C0C471C7F2A10CC91D84A8DDA54606A8028C05A335A41B673C93D38AD54608
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-gif.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-icns.a
 
tools\tools\bin\zlib1.dll
md5: 8715690438860EAECC98CDD95AA80AB8 | sha1: 92CF890392FEBC1C53A7417870CBC9AC373C7405 | sha256: 42566CADD56FEB726BE5544BF5552AA8D4009B415906A2E7AE7945212B16CFB8 | sha512: 989CE0028C0002842F1E7671076FA5CE6A1BDB7B364D008C04CBBA5CFE1ABBAAB20051E284CFC351E46C85D2816E9B1B214AD2BF642839A6DF84DE1C7C544249
tools\tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$target = Join-Path $toolsDir "bin\siril.exe"
Install-ChocolateyShortcut -shortcutFilePath "$([Environment]::GetFolderPath('CommonStartMenu'))\Programs\SIRIL.lnk" -targetPath "$target" -description "Astronomical image processing."
tools\tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

Remove-Item "$([Environment]::GetFolderPath('CommonStartMenu'))\Programs\SIRIL.lnk"
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ani.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ani.dll
md5: 1FE83199983F0947C91C4974F0A3679F | sha1: 989FE6B197AD66BC84000A2208FBED4AE913407C | sha256: 8D5204200B49D3B21E02B61BFA457B4C247596E049AE10438813DBC3D46D139F | sha512: 3CD12E546A6841A40FD2EB7C465ACCD85654AEE6680E309236AA6F93192813A6C533AF161E4D585A7DCFEC51CFCBFBE1CC634D014B7120C528CB2CF32DE551D0
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ani.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-bmp.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-bmp.dll
md5: D7EFA0448D6CEEC522A4C96D4A6BDD21 | sha1: 9B3F10F73519B76BD3F64CF56ADD9B7A8176E7CB | sha256: E2A8DE0CD361B26EC81A0A09BFC49649F7433DA551DACC5F6C076FC9008FC47D | sha512: 0257964EBB7DAE5DE0D9A61A7C08E87F86237DE1676957FA9DBFB1721A4904456D3705176897A01315F09F5D2F91C90F58EA33B4D805DAC26A887552C1CABCE5
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-bmp.dll.a
 
tools\tools\bin\libvpx-1.dll
md5: 51D8B436C30272E64AD2F57AA91EEC11 | sha1: DE85EE8F149721EF85DA2BE86E94F0C2A9775EC5 | sha256: 7F935567B8F712510A67DD058295CD9E94A93293A8EBB9590BD63BAC5FA54243 | sha512: 97D95619A12F967193557C50FEFB334BAB5DFB359BEBF64B0A4FE73E6133E5B29A05B816D5324907CCFCCCDDDBE79551BB9A608AC3C98455A478E8DB0B9D01A4
tools\tools\bin\libwavpack-1.dll
md5: 3A523F8CC89BEBAAEA37C82853BEA4BC | sha1: E3B4062B0C58D7BF991919B931E3C99A1BC5D7F2 | sha256: 77F588A243C6213396093C3EBE2434112BD6F08C34A247CD8BE369134C2CFE46 | sha512: 9B591251F916B48A827C0901438677F9C088317707A0D9D87363F765CFD0AF08E946033CD8825F4D131D4C997095A2A318849B89B0FC18D6091920AF11E40BA9
tools\tools\bin\libwebp-7.dll
md5: 1E674866F35587D51C251FA851C58157 | sha1: E5082F335609F1C55BE33B4033BC272620338146 | sha256: 5AAE209D988D04FE343ECA4FCFECDFA9C84BF0BD8CB50946EB702E1C1A8D2AA6 | sha512: 8B0ED513172B4C69882DAFE87B7D6AD579F97DAD0BA104DD38C38F4F61AECC66E237347A15D8B98A31FBEDCEA12882AA5D820804BE4D5A80C7BD6290D3817163
tools\tools\bin\libwebpmux-3.dll
md5: 1594FB09D04E95552FCCA30BCEF166AC | sha1: 36A0E7450997777753B64D08FBFF580068818C2F | sha256: F375563811C38819CB08599905675D6456128ACD2F36C6B36BEB4C63ACCF1D02 | sha512: 52DBBFB77FFD50B116261C2D5D40E8F8B898A2C997FC2269D69CC22F7FC6D6A78223742533218488F722721C4E28E0F8C916C5840D32483B618F98380E4BAD96
tools\tools\bin\libwinpthread-1.dll
md5: 54D67242D4F900F5A064D5258E383976 | sha1: 30535999E848D34807D1F934BDACB81462AF33B5 | sha256: F64517BA6E09F64FC5B42740A6BA4F423182C6773ABF0E8736D784E2B009E611 | sha512: B929AFBAA114A35C6B8CD41ECCDFFB2C2F331F33DAC10BAAE1BC58C6AE90B53720C88080D0D1BAFA800020E1355A9329674B3CA08379A7ED6D8FC612BC09BAB2
tools\tools\bin\libx264-157.dll
md5: 76A95BA9681036973BECFBBBF0383612 | sha1: 99EE2F6731399B223C55D098C7685C934A0EDE1E | sha256: 120FC8FE053B2694BBB424EC87701D253C0C03BC5B205477277352B17007994B | sha512: 6070F68634F8AFE9F9CD3446681E2836333CCB223A8003A0D58CDB722D516E97527737FF61C4AA1B9313C95C84EF7FD3C728A0C52DBABB9BBEC63E4622EF4543
tools\tools\bin\libx265.dll
md5: 8A6898C661FF895E0DBE532CE5000539 | sha1: 0D326E0ED776B0AE59E365AEA0FA61BAE5A47626 | sha256: F1E09B336F9DCB6D777AB2132F1903709520767BF0D87D55944D0FED86690BAC | sha512: 179DC161244E3E058DC1B2033791838FB29511A46592321D9A37F044DCEC138FD93BE50FE3CCB6C0B5D2169BE39F8413C933850562D21ED8B8F47877A9E8C9C0
tools\tools\bin\libxml2-2.dll
md5: 29369F2ABC93916FB27B7C492443BC3A | sha1: 57465C01E295CBA049B740F0282CE626211DB88B | sha256: 3DD00982066043C7B4B0406911E6A0407327A5D92299F2E2B74C1FC539A2BD65 | sha512: C019E64B9B0DBE7A6C80C2B99C591C12686C25AC62BACD707B6541899D576111EAD0981DB81409EB64DA19C2AFC1A9D403BD7857ACFCDAB2E9960C23916F6B4C
tools\tools\bin\libzstd.dll
md5: AD1395BE8311813BC6D31F0DCEFF00EC | sha1: D6DB5668457430AD4F48F83B8D5F672643E48DA3 | sha256: F61D9830008BADDA706B02141147F02716F2C8DABC2F92C9CCC125D021AA7650 | sha512: 133CDE914944B4FE70E86DBA01BE6A95F250113DE872759FAFC79BBE27F3E303441B08B00AC24B8FFF9C31C3E643B51F155C7CD829DB4C891E0557F93C4F2BC1
tools\tools\bin\siril.exe
md5: F2C114918EE84B53D0639EE8632F6C67 | sha1: 920A6888F0A2E004C8B582C703EAC15B1ACA4653 | sha256: 9F54BC3A3EFF982125657CCC57638D1A62321B71E87B3F3ACBCF684047E72C8C | sha512: 09D16153C70A7840A8FF14C64D81404B235911E0A169800532D5CCE3F504425607CB533BB6C803D9449DCB842BC58676DABE18603EB146350917D486A5BD4BFC
tools\tools\bin\siril.exe.gui
 
tools\tools\bin\swresample-3.dll
md5: 62B3DEC083231227DEA3742E92C644DE | sha1: A8F1BBFC99327FC1E5D64406CFD7DE3884566D76 | sha256: 6EA8BC61BE8972BFF0CEDB0DD82C8B27A6BB5D3DA04EA2D2AA226FF9E271F7F4 | sha512: C93C9B3D9426B1A4D285D632CF510586C002C24AEC71DB0F05C49978AA4D1974E9F5AF2EFC1A5C2C9D2EC338349F0B93A509A4B265C15AB40C970131196A0909
tools\tools\bin\swscale-5.dll
md5: B379CBEFA636D8FD4103E6E802E686FE | sha1: 4CCC631D4576601DC786758A72A69B7AB54B4C0A | sha256: 9936DF8A0AED2CB8FBC5C5F8033329DC22B9EF49E2393D85AD59E2AFAFAA87DB | sha512: 12D614462F49664EF8B753BC3EC2186EA278F6CB3A59CDCCF44A1DE6D75047C629D7C74E620779F4AFCA1ECEF75AF89DF608E42CFF833FB52AFCD0DA7F867862
tools\tools\bin\tbb.dll
md5: 98CAD864EF9B9424FAEF3F44DB8B7C50 | sha1: 11508480E743BFB8CFB732F396CB499F39F65EB9 | sha256: 33C87FFADD4B4401C41048E7F998B96DCF3D345948A6C10E6E511AE6B14A26F3 | sha512: 5B0DF965DCFF65164451EE68E2154110C38DC5A274595B65EDB9BC0C7AC874B78650AF0AA12A8430EFE160566B1312767557B8572474BBCDACF76B812CC0F197
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-icns.dll
md5: 8C3219700B40A2CC1F24EE70DD7EA55D | sha1: 5FE9AADA77A03C34EF5C8DA956A8DBF4C9E7CD82 | sha256: 69CA24B59BE0E41A0C0FE1C3D58764551B313586DC43ACE6480DF5D5BDA4CF75 | sha512: A6B08E3B9012AFD583503C5547CB4CEFF29E6EB3DB3B717D70268C5C3B6AFE050C5EDAE88EAD672A8DD16F5465904B71D8E6413AFA0EF0F05B97B9D181A2432C
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-icns.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ico.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ico.dll
md5: FF5FC91F1538881D06C7140E592AF996 | sha1: 37DB2F4037377AE737499B9C8C3A42B245F44255 | sha256: E06FEEDD4A5947EE2D6C3671B0B3681225C9332B29922CC95BC4231C7FAFEC76 | sha512: 3805FAC07E406FF33B7B211927A7A90F45680F3A655EEF051451D6C3D986C23153E923DBD440F4710B3C0CB69BD7F3523C6782726A2F5ED1F2D0A6A43FFC0603
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-ico.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jasper.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jasper.dll
md5: AD032455211B7BA977FDD25DA0054B90 | sha1: 7EB3533F04A39954EE2A0A987C4FBBB847F30E6B | sha256: C948B1436E4F36190D75FD8474273C667D01619B9AF0D426DDF4C5FB4F99625D | sha512: BCAB45638DCBBE80840632F4EA8AD296CB930ED9F897CD86D343A1B9C89B17621F50AEC94F0225C96EDF2F4325603339BF5355FB0B580F326B53F4C819EE5E97
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jasper.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jpeg.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jpeg.dll
md5: 8EB0B952D030C99389D08DDF23E98EC8 | sha1: 7611627656DE91676A7B677E20338596348750A3 | sha256: B33AD43780B454590B94469B050F68920FDDEDA7F181AFBBEA254C1D9CE2CDC6 | sha512: 2E01FA6B08B66CE3A4AC1318327C6260FBABCB661C171D656919DE4CABDB4470AC734EB10FCCAE5BAD21F65E06DD29F5D70AAC1241BC198F4262EBFD8A7037E8
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-jpeg.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.dll
md5: 0142503819C761F1627F91ABA6064376 | sha1: 59E9B753DDAB5D9F386E7558A3E35DC5D2DC27B6 | sha256: 1FDA8D88ACED9507276B7D09BDF76D9EF76F36B310154F34A83B8480FD3B1EAB | sha512: E379F3811F832CD3FD23B24C82F5A7682EFB49E11E4AE947FB3D1505FD4687DD10A8196874BCE267AD168A0A19BB0FD1BE00FDE09C6DD084D8E031F4C178BB7F
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-png.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-pnm.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-pnm.dll
md5: 270E493523456CB404AE6615F6433471 | sha1: A3BDB57B473A28681BCDD6FA88A2D12A3502FB46 | sha256: 78EAA785D1399E3FD079949285CC9BA7BCC533622D73B676E77229BC5F9EA630 | sha512: 4CA52BA8472B7B84B9BDEFDB2FF4D066E9EE5476E569E44B74713912A99429D6395B872071C914A4F6388C563D5052DE163E20C6BB0137491F823766A4A9A628
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-pnm.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-qtif.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-qtif.dll
md5: C0E5057D65C6AE4C518CA847D57A74A7 | sha1: 4D6A41C69916BBCAEE70297454B78A8D61622C1B | sha256: 40869753407ACC63E8346C989540F7C38C16441D5ECADD9F3215D85B5A96FC4E | sha512: 533E467B53A066E5444588F0A98D48666B193769A8E7F4EE958BCC11C992C1D2D0017E2F9D60812C0998DB6390632BDD4C841445C65612D4820746233DF82E4C
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-qtif.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tga.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tiff.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tiff.dll
md5: 8BE7F1297B042AE3A2DDF8429B3B8CF4 | sha1: E2188FE4B477E27913C245CA847834F9B93F57EB | sha256: AEBD4C9CD39A00913BF917DBB67792ECE38892C6821CAF36E27BBBEAE1EBA174 | sha512: 7948F3DD7376AEB32913D68D1F207D69578289B5F8518EE618B063D478A9687B4C9DAEFF56A24AC2FC332F99323694FF762A463A1F25BAA2B9AD8070DB4038EE
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tiff.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xbm.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xbm.dll
md5: BC05F83EFBD2E7E8C20DE8D5D58BDBEE | sha1: E9DF9697B31A0BF9E6A815A707162324AF274095 | sha256: 4EFC0E63A574C84E206B8FF61E8571B1CE522390F441E8793AEFFB2BF2C04C23 | sha512: 5AC075875FC7E738E4C92A553EBADC3F9FE70214B32E386BFFC7FA936EFA5E58AA8FF250E5659C37CC119C90F7155DAB4B453C18791481A8DD8F33C8D9CE6515
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xbm.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xpm.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xpm.dll
md5: E3B389845EBC69FD38DD36B5AC8B5847 | sha1: 6D0D267F1518054F600D160972B1A1B24D096619 | sha256: 818472E315011AB5EE24F5A3233F0175BCD32EAE693E84A9451D3BBED12B1EC6 | sha512: 3F9EE006D32147E9B083493B64168C48C67EF64168E2D3F9DC37AB2796CE080DC41FF1519C6EAB398AC0972D8431BD55E5C7A0672AEA84B09520BB2018C06AB3
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-xpm.dll.a
 
tools\tools\scripts\DSLR_preprocessing.ssf
 
tools\tools\share\doc\siril\AUTHORS
 
tools\tools\share\doc\siril\LICENSE.md
The GNU General Public License, Version 3, 29 June 2007 (GPLv3)
===============================================================

> Copyright © 2007
> Free Software Foundation, Inc.
> <<http://fsf.org/>>

Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.


Preamble
--------

The GNU General Public License is a free, copyleft license for software and
other kinds of works.

The licenses for most software and other practical works are designed to take
away your freedom to share and change the works. By contrast, the GNU General
Public License is intended to guarantee your freedom to share and change all
versions of a program--to make sure it remains free software for all its users.
We, the Free Software Foundation, use the GNU General Public License for most of
our software; it applies also to any other work released this way by its
authors. You can apply it to your programs, too.

When we speak of free software, we are referring to freedom, not price. Our
General Public Licenses are designed to make sure that you have the freedom to
distribute copies of free software (and charge for them if you wish), that you
receive source code or can get it if you want it, that you can change the
software or use pieces of it in new free programs, and that you know you can do
these things.

To protect your rights, we need to prevent others from denying you these rights
or asking you to surrender the rights. Therefore, you have certain
responsibilities if you distribute copies of the software, or if you modify it:
responsibilities to respect the freedom of others.

For example, if you distribute copies of such a program, whether gratis or for a
fee, you must pass on to the recipients the same freedoms that you received. You
must make sure that they, too, receive or can get the source code. And you must
show them these terms so they know their rights.

Developers that use the GNU GPL protect your rights with two steps: (1) assert
copyright on the software, and (2) offer you this License giving you legal
permission to copy, distribute and/or modify it.

For the developers' and authors' protection, the GPL clearly explains that there
is no warranty for this free software. For both users' and authors' sake, the
GPL requires that modified versions be marked as changed, so that their problems
will not be attributed erroneously to authors of previous versions.

Some devices are designed to deny users access to install or run modified
versions of the software inside them, although the manufacturer can do so. This
is fundamentally incompatible with the aim of protecting users' freedom to
change the software. The systematic pattern of such abuse occurs in the area of
products for individuals to use, which is precisely where it is most
unacceptable. Therefore, we have designed this version of the GPL to prohibit
the practice for those products. If such problems arise substantially in other
domains, we stand ready to extend this provision to those domains in future
versions of the GPL, as needed to protect the freedom of users.

Finally, every program is threatened constantly by software patents. States
should not allow patents to restrict development and use of software on
general-purpose computers, but in those that do, we wish to avoid the special
danger that patents applied to a free program could make it effectively
proprietary. To prevent this, the GPL assures that patents cannot be used to
render the program non-free.

The precise terms and conditions for copying, distribution and modification
follow.


TERMS AND CONDITIONS
--------------------


### 0. Definitions.

"This License refers to version 3 of the GNU General Public License.

"Copyright" also means copyright-like laws that apply to other kinds of works,
such as semiconductor masks.

"The Program" refers to any copyrightable work licensed under this License. Each
licensee is addressed as "you". "Licensees" and "recipients" may be individuals
or organizations.

To "modify" a work means to copy from or adapt all or part of the work in a
fashion requiring copyright permission, other than the making of an exact copy.
The resulting work is called a "modified version" of the earlier work or a work
"based on" the earlier work.

A "covered work" means either the unmodified Program or a work based on the
Program.

To "propagate" a work means to do anything with it that, without permission,
would make you directly or secondarily liable for infringement under applicable
copyright law, except executing it on a computer or modifying a private copy.
Propagation includes copying, distribution (with or without modification),
making available to the public, and in some countries other activities as well.

To "convey" a work means any kind of propagation that enables other parties to
make or receive copies. Mere interaction with a user through a computer network,
with no transfer of a copy, is not conveying.

An interactive user interface displays "Appropriate Legal Notices" to the extent
that it includes a convenient and prominently visible feature that (1) displays
an appropriate copyright notice, and (2) tells the user that there is no
warranty for the work (except to the extent that warranties are provided), that
licensees may convey the work under this License, and how to view a copy of this
License. If the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.


### 1. Source Code.

The "source code" for a work means the preferred form of the work for making
modifications to it. "Object code" means any non-source form of a work.

A "Standard Interface" means an interface that either is an official standard
defined by a recognized standards body, or, in the case of interfaces specified
for a particular programming language, one that is widely used among developers
working in that language.

The "System Libraries" of an executable work include anything, other than the
work as a whole, that (a) is included in the normal form of packaging a Major
Component, but which is not part of that Major Component, and (b) serves only to
enable use of the work with that Major Component, or to implement a Standard
Interface for which an implementation is available to the public in source code
form. A "Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system (if any) on
which the executable work runs, or a compiler used to produce the work, or an
object code interpreter used to run it.

The "Corresponding Source" for a work in object code form means all the source
code needed to generate, install, and (for an executable work) run the object
code and to modify the work, including scripts to control those activities.
However, it does not include the work's System Libraries, or general-purpose
tools or generally available free programs which are used unmodified in
performing those activities but which are not part of the work. For example,
Corresponding Source includes interface definition files associated with source
files for the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require, such as by
intimate data communication or control flow between those subprograms and other
parts of the work.

The Corresponding Source need not include anything that users can regenerate
automatically from other parts of the Corresponding Source.

The Corresponding Source for a work in source code form is that same work.


### 2. Basic Permissions.

All rights granted under this License are granted for the term of copyright on
the Program, and are irrevocable provided the stated conditions are met. This
License explicitly affirms your unlimited permission to run the unmodified
Program. The output from running a covered work is covered by this License only
if the output, given its content, constitutes a covered work. This License
acknowledges your rights of fair use or other equivalent, as provided by
copyright law.

You may make, run and propagate covered works that you do not convey, without
conditions so long as your license otherwise remains in force. You may convey
covered works to others for the sole purpose of having them make modifications
exclusively for you, or provide you with facilities for running those works,
provided that you comply with the terms of this License in conveying all
material for which you do not control copyright. Those thus making or running
the covered works for you must do so exclusively on your behalf, under your
direction and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

Conveying under any other circumstances is permitted solely under the conditions
stated below. Sublicensing is not allowed; section 10 makes it unnecessary.


### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.

No covered work shall be deemed part of an effective technological measure under
any applicable law fulfilling obligations under article 11 of the WIPO copyright
treaty adopted on 20 December 1996, or similar laws prohibiting or restricting
circumvention of such measures.

When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention is
effected by exercising rights under this License with respect to the covered
work, and you disclaim any intention to limit operation or modification of the
work as a means of enforcing, against the work's users, your or third parties'
legal rights to forbid circumvention of technological measures.


### 4. Conveying Verbatim Copies.

You may convey verbatim copies of the Program's source code as you receive it,
in any medium, provided that you conspicuously and appropriately publish on each
copy an appropriate copyright notice; keep intact all notices stating that this
License and any non-permissive terms added in accord with section 7 apply to the
code; keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

You may charge any price or no price for each copy that you convey, and you may
offer support or warranty protection for a fee.


### 5. Conveying Modified Source Versions.

You may convey a work based on the Program, or the modifications to produce it
from the Program, in the form of source code under the terms of section 4,
provided that you also meet all of these conditions:

*   **a)** The work must carry prominent notices stating that you modified it,
    and giving a relevant date.

*   **b)** The work must carry prominent notices stating that it is released
    under this License and any conditions added under section 7. This
    requirement modifies the requirement in section 4 to "keep intact all
    notices".

*   **c)** You must license the entire work, as a whole, under this License to
    anyone who comes into possession of a copy. This License will therefore
    apply, along with any applicable section 7 additional terms, to the whole of
    the work, and all its parts, regardless of how they are packaged. This
    License gives no permission to license the work in any other way, but it
    does not invalidate such permission if you have separately received it.

*   **d)** If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your work need not
    make them do so.

A compilation of a covered work with other separate and independent works,
which are not by their nature extensions of the covered work, and which are
not combined with it such as to form a larger program, in or on a volume of
a storage or distribution medium, is called an "aggregate" if the
compilation and its resulting copyright are not used to limit the access or
legal rights of the compilation's users beyond what the individual works
permit. Inclusion of a covered work in an aggregate does not cause this
License to apply to the other parts of the aggregate.


### 6. Conveying Non-Source Forms.

You may convey a covered work in object code form under the terms of sections 4
and 5, provided that you also convey the machine-readable Corresponding Source
under the terms of this License, in one of these ways:

*   **a)** Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the Corresponding
    Source fixed on a durable physical medium customarily used for software
    interchange.

*   **b)** Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a written offer,
    valid for at least three years and valid for as long as you offer spare
    parts or customer support for that product model, to give anyone who
    possesses the object code either (1) a copy of the Corresponding Source for
    all the software in the product that is covered by this License, on a
    durable physical medium customarily used for software interchange, for a
    price no more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the Corresponding Source from a
    network server at no charge.

*   **c)** Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source. This alternative is
    allowed only occasionally and noncommercially, and only if you received the
    object code with such an offer, in accord with subsection 6b.

*   **d)** Convey the object code by offering access from a designated place
    (gratis or for a charge), and offer equivalent access to the Corresponding
    Source in the same way through the same place at no further charge. You need
    not require recipients to copy the Corresponding Source along with the
    object code. If the place to copy the object code is a network server, the
    Corresponding Source may be on a different server (operated by you or a
    third party) that supports equivalent copying facilities, provided you
    maintain clear directions next to the object code saying where to find the
    Corresponding Source. Regardless of what server hosts the Corresponding
    Source, you remain obligated to ensure that it is available for as long as
    needed to satisfy these requirements.

*   **e)** Convey the object code using peer-to-peer transmission, provided you
    inform other peers where the object code and Corresponding Source of the
    work are being offered to the general public at no charge under subsection
    6d.

A separable portion of the object code, whose source code is excluded from
the Corresponding Source as a System Library, need not be included in
conveying the object code work.

A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family, or
household purposes, or (2) anything designed or sold for incorporation into
a dwelling. In determining whether a product is a consumer product, doubtful
cases shall be resolved in favor of coverage. For a particular product
received by a particular user, "normally used" refers to a typical or common
use of that class of product, regardless of the status of the particular
user or of the way in which the particular user actually uses, or expects or
is expected to use, the product. A product is a consumer product regardless
of whether the product has substantial commercial, industrial or non-
consumer uses, unless such uses represent the only significant mode of use
of the product.

"Installation Information" for a User Product means any methods, procedures,
authorization keys, or other information required to install and execute
modified versions of a covered work in that User Product from a modified
version of its Corresponding Source. The information must suffice to ensure
that the continued functioning of the modified object code is in no case
prevented or interfered with solely because modification has been made.

If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as part of
a transaction in which the right of possession and use of the User Product
is transferred to the recipient in perpetuity or for a fixed term
(regardless of how the transaction is characterized), the Corresponding
Source conveyed under this section must be accompanied by the Installation
Information. But this requirement does not apply if neither you nor any
third party retains the ability to install modified object code on the User
Product (for example, the work has been installed in ROM).

The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates for
a work that has been modified or installed by the recipient, or for the User
Product in which it has been modified or installed. Access to a network may
be denied when the modification itself materially and adversely affects the
operation of the network or violates the rules and protocols for
communication across the network.

Corresponding Source conveyed, and Installation Information provided, in
accord with this section must be in a format that is publicly documented
(and with an implementation available to the public in source code form),
and must require no special password or key for unpacking, reading or
copying.


### 7. Additional Terms.

"Additional permissions" are terms that supplement the terms of this License by
making exceptions from one or more of its conditions. Additional permissions
that are applicable to the entire Program shall be treated as though they were
included in this License, to the extent that they are valid under applicable
law. If additional permissions apply only to part of the Program, that part may
be used separately under those permissions, but the entire Program remains
governed by this License without regard to the additional permissions.

When you convey a copy of a covered work, you may at your option remove any
additional permissions from that copy, or from any part of it. (Additional
permissions may be written to require their own removal in certain cases when
you modify the work.) You may place additional permissions on material, added by
you to a covered work, for which you have or can give appropriate copyright
permission.

Notwithstanding any other provision of this License, for material you add to a
covered work, you may (if authorized by the copyright holders of that material)
supplement the terms of this License with terms:

*   **a)** Disclaiming warranty or limiting liability differently from the terms
    of sections 15 and 16 of this License; or

*   **b)** Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal Notices
    displayed by works containing it; or

*   **c)** Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in reasonable
    ways as different from the original version; or

*   **d)** Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

*   **e)** Declining to grant rights under trademark law for use of some trade
    names, trademarks, or service marks; or

*   **f)** Requiring indemnification of licensors and authors of that material
    by anyone who conveys the material (or modified versions of it) with
    contractual assumptions of liability to the recipient, for any liability
    that these contractual assumptions directly impose on those licensors and
    authors.

All other non-permissive additional terms are considered "further restrictions"
within the meaning of section 10. If the Program as you received it, or any part
of it, contains a notice stating that it is governed by this License along with
a term that is a further restriction, you may remove that term. If a license
document contains a further restriction but permits relicensing or conveying
under this License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does not survive
such relicensing or conveying.

If you add terms to a covered work in accord with this section, you must place,
in the relevant source files, a statement of the additional terms that apply to
those files, or a notice indicating where to find the applicable terms.

Additional terms, permissive or non-permissive, may be stated in the form of a
separately written license, or stated as exceptions; the above requirements
apply either way.


### 8. Termination.

You may not propagate or modify a covered work except as expressly provided
under this License. Any attempt otherwise to propagate or modify it is void, and
will automatically terminate your rights under this License (including any
patent licenses granted under the third paragraph of section 11).

However, if you cease all violation of this License, then your license from a
particular copyright holder is reinstated (a) provisionally, unless and until
the copyright holder explicitly and finally terminates your license, and (b)
permanently, if the copyright holder fails to notify you of the violation by
some reasonable means prior to 60 days after the cessation.

Moreover, your license from a particular copyright holder is reinstated
permanently if the copyright holder notifies you of the violation by some
reasonable means, this is the first time you have received notice of violation
of this License (for any work) from that copyright holder, and you cure the
violation prior to 30 days after your receipt of the notice.

Termination of your rights under this section does not terminate the licenses of
parties who have received copies or rights from you under this License. If your
rights have been terminated and not permanently reinstated, you do not qualify
to receive new licenses for the same material under section 10.


### 9. Acceptance Not Required for Having Copies.

You are not required to accept this License in order to receive or run a copy of
the Program. Ancillary propagation of a covered work occurring solely as a
consequence of using peer-to-peer transmission to receive a copy likewise does
not require acceptance. However, nothing other than this License grants you
permission to propagate or modify any covered work. These actions infringe
copyright if you do not accept this License. Therefore, by modifying or
propagating a covered work, you indicate your acceptance of this License to do
so.


### 10. Automatic Licensing of Downstream Recipients.

Each time you convey a covered work, the recipient automatically receives a
license from the original licensors, to run, modify and propagate that work,
subject to this License. You are not responsible for enforcing compliance by
third parties with this License.

An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered work results
from an entity transaction, each party to that transaction who receives a copy
of the work also receives whatever licenses to the work the party's predecessor
in interest had or could give under the previous paragraph, plus a right to
possession of the Corresponding Source of the work from the predecessor in
interest, if the predecessor has it or can get it with reasonable efforts.

You may not impose any further restrictions on the exercise of the rights
granted or affirmed under this License. For example, you may not impose a
license fee, royalty, or other charge for exercise of rights granted under this
License, and you may not initiate litigation (including a cross-claim or
counterclaim in a lawsuit) alleging that any patent claim is infringed by
making, using, selling, offering for sale, or importing the Program or any
portion of it.


### 11. Patents.

A "contributor" is a copyright holder who authorizes use under this License of
the Program or a work on which the Program is based. The work thus licensed is
called the contributor's "contributor version".

A contributor's "essential patent claims" are all patent claims owned or
controlled by the contributor, whether already acquired or hereafter acquired,
that would be infringed by some manner, permitted by this License, of making,
using, or selling its contributor version, but do not include claims that would
be infringed only as a consequence of further modification of the contributor
version. For purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of this License.

Each contributor grants you a non-exclusive, worldwide, royalty-free patent
license under the contributor's essential patent claims, to make, use, sell,
offer for sale, import and otherwise run, modify and propagate the contents of
its contributor version.

In the following three paragraphs, a "patent license" is any express agreement
or commitment, however denominated, not to enforce a patent (such as an express
permission to practice a patent or covenant not to sue for patent infringement).
To "grant" such a patent license to a party means to make such an agreement or
commitment not to enforce a patent against the party.

If you convey a covered work, knowingly relying on a patent license, and the
Corresponding Source of the work is not available for anyone to copy, free of
charge and under the terms of this License, through a publicly available network
server or other readily accessible means, then you must either (1) cause the
Corresponding Source to be so available, or (2) arrange to deprive yourself of
the benefit of the patent license for this particular work, or (3) arrange, in a
manner consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have actual
knowledge that, but for the patent license, your conveying the covered work in a
country, or your recipient's use of the covered work in a country, would
infringe one or more identifiable patents in that country that you have reason
to believe are valid.

If, pursuant to or in connection with a single transaction or arrangement, you
convey, or propagate by procuring conveyance of, a covered work, and grant a
patent license to some of the parties receiving the covered work authorizing
them to use, propagate, modify or convey a specific copy of the covered work,
then the patent license you grant is automatically extended to all recipients of
the covered work and works based on it.

A patent license is "discriminatory" if it does not include within the scope of
its coverage, prohibits the exercise of, or is conditioned on the non- exercise
of one or more of the rights that are specifically granted under this License.
You may not convey a covered work if you are a party to an arrangement with a
third party that is in the business of distributing software, under which you
make payment to the third party based on the extent of your activity of
conveying the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory patent
license (a) in connection with copies of the covered work conveyed by you (or
copies made from those copies), or (b) primarily for and in connection with
specific products or compilations that contain the covered work, unless you
entered into that arrangement, or that patent license was granted, prior to 28
March 2007.

Nothing in this License shall be construed as excluding or limiting any implied
license or other defenses to infringement that may otherwise be available to you
under applicable patent law.


### 12. No Surrender of Others' Freedom.

If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not excuse
you from the conditions of this License. If you cannot convey a covered work so
as to satisfy simultaneously your obligations under this License and any other
pertinent obligations, then as a consequence you may not convey it at all. For
example, if you agree to terms that obligate you to collect a royalty for
further conveying from those to whom you convey the Program, the only way you
could satisfy both those terms and this License would be to refrain entirely
from conveying the Program.


### 13. Use with the GNU Affero General Public License.

Notwithstanding any other provision of this License, you have permission to link
or combine any covered work with a work licensed under version 3 of the GNU
Affero General Public License into a single combined work, and to convey the
resulting work. The terms of this License will continue to apply to the part
which is the covered work, but the special requirements of the GNU Affero
General Public License, section 13, concerning interaction through a network
will apply to the combination as such.


### 14. Revised Versions of this License.

The Free Software Foundation may publish revised and/or new versions of the GNU
General Public License from time to time. Such new versions will be similar in
spirit to the present version, but may differ in detail to address new problems
or concerns.

Each version is given a distinguishing version number. If the Program specifies
that a certain numbered version of the GNU General Public License "or any later
version" applies to it, you have the option of following the terms and
conditions either of that numbered version or of any later version published by
the Free Software Foundation. If the Program does not specify a version number
of the GNU General Public License, you may choose any version ever published by
the Free Software Foundation.

If the Program specifies that a proxy can decide which future versions of the
GNU General Public License can be used, that proxy's public statement of
acceptance of a version permanently authorizes you to choose that version for
the Program.

Later license versions may give you additional or different permissions.
However, no additional obligations are imposed on any author or copyright holder
as a result of your choosing to follow a later version.


### 15. Disclaimer of Warranty.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE
QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.


### 16. Limitation of Liability.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS
PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

### 17. Interpretation of Sections 15 and 16.

If the disclaimer of warranty and limitation of liability provided above cannot
be given local legal effect according to their terms, reviewing courts shall
apply local law that most closely approximates an absolute waiver of all civil
liability in connection with the Program, unless a warranty or assumption of
liability accompanies a copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS


How to Apply These Terms to Your New Programs
---------------------------------------------

If you develop a new program, and you want it to be of the greatest possible use
to the public, the best way to achieve this is to make it free software which
everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach
them to the start of each source file to most effectively state the exclusion of
warranty; and each file should have at least the "copyright" line and a pointer
to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the Free
    Software Foundation, either version 3 of the License, or (at your option)
    any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
    more details.

    You should have received a copy of the GNU General Public License along with
    this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short notice like
this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    This is free software, and you are welcome to redistribute it under certain
    conditions; type 'show c' for details.

The hypothetical commands 'show w' and 'show c' should show the appropriate
parts of the General Public License. Of course, your program's commands might be
different; for a GUI interface, you would use an "about box".

You should also get your employer (if you work as a programmer) or school, if
any, to sign a "copyright disclaimer" for the program, if necessary. For more
information on this, and how to apply and follow the GNU GPL, see
<<http://www.gnu.org/licenses/>>.

The GNU General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may consider
it more useful to permit linking proprietary applications with the library. If
this is what you want to do, use the GNU Lesser General Public License instead
of this License. But first, please read
<<http://www.gnu.org/philosophy/why-not-lgpl.html>>.
tools\tools\share\icons\Adwaita\16x16\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\application-exit.png
 
tools\tools\share\icons\Adwaita\16x16\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\bookmark-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\call-start.png
 
tools\tools\share\icons\Adwaita\16x16\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\call-stop.png
 
tools\tools\share\glib-2.0\codegen\codegen.py
# -*- Mode: Python -*-
# coding=utf-8

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2018 Red Hat, Inc.
# Copyright (C) 2018 Iñigo Martínez <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import sys

from . import config
from . import utils
from . import dbustypes
from .utils import print_error

LICENSE_STR = '''/*
 * Generated by gdbus-codegen {!s} from {!s}. DO NOT EDIT.
 *
 * The license of this code is the same as for the D-Bus interface description
 * it was derived from.
 */\n'''

def generate_namespace(namespace):
    ns = namespace
    if len(namespace) > 0:
        if utils.is_ugly_case(namespace):
            ns = namespace.replace('_', '')
            ns_upper = namespace.upper() + '_'
            ns_lower = namespace.lower() + '_'
        else:
            ns_upper = utils.camel_case_to_uscore(namespace).upper() + '_'
            ns_lower = utils.camel_case_to_uscore(namespace).lower() + '_'
    else:
        ns_upper = ''
        ns_lower = ''

    return (ns, ns_upper, ns_lower)

class HeaderCodeGenerator:
    def __init__(self, ifaces, namespace, generate_objmanager,
                 generate_autocleanup, header_name, input_files_basenames,
                 use_pragma, outfile):
        self.ifaces = ifaces
        self.namespace, self.ns_upper, self.ns_lower = generate_namespace(namespace)
        self.generate_objmanager = generate_objmanager
        self.generate_autocleanup = generate_autocleanup
        self.header_guard = header_name.upper().replace('.', '_').replace('-', '_').replace('/', '_').replace(':', '_')
        self.input_files_basenames = input_files_basenames
        self.use_pragma = use_pragma
        self.outfile = outfile

    # ----------------------------------------------------------------------------------------------------

    def generate_header_preamble(self):
        basenames = ', '.join(self.input_files_basenames)
        self.outfile.write(LICENSE_STR.format(config.VERSION, basenames))
        self.outfile.write('\n')

        if self.use_pragma:
            self.outfile.write('#pragma once\n')
        else:
            self.outfile.write('#ifndef __{!s}__\n'.format(self.header_guard))
            self.outfile.write('#define __{!s}__\n'.format(self.header_guard))

        self.outfile.write('\n')
        self.outfile.write('#include <gio/gio.h>\n')
        self.outfile.write('\n')
        self.outfile.write('G_BEGIN_DECLS\n')
        self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def declare_types(self):
        for i in self.ifaces:
            self.outfile.write('\n')
            self.outfile.write('/* ------------------------------------------------------------------------ */\n')
            self.outfile.write('/* Declarations for %s */\n'%i.name)
            self.outfile.write('\n')

            # First the GInterface
            self.outfile.write('#define %sTYPE_%s (%s_get_type ())\n'%(i.ns_upper, i.name_upper, i.name_lower))
            self.outfile.write('#define %s%s(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_%s, %s))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %sIS_%s(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_%s))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))
            self.outfile.write('#define %s%s_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), %sTYPE_%s, %sIface))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('\n')
            self.outfile.write('struct _%s;\n'%(i.camel_name))
            self.outfile.write('typedef struct _%s %s;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('typedef struct _%sIface %sIface;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('\n')
            self.outfile.write('struct _%sIface\n'%(i.camel_name))
            self.outfile.write('{\n')
            self.outfile.write('  GTypeInterface parent_iface;\n')

            function_pointers = {}

            # vfuncs for methods
            if len(i.methods) > 0:
                self.outfile.write('\n')
                for m in i.methods:
                    unix_fd = False
                    if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                        unix_fd = True
                    key = (m.since, '_method_%s'%m.name_lower)
                    value  = '  gboolean (*handle_%s) (\n'%(m.name_lower)
                    value += '    %s *object,\n'%(i.camel_name)
                    value += '    GDBusMethodInvocation *invocation'%()
                    if unix_fd:
                        value += ',\n    GUnixFDList *fd_list'
                    for a in m.in_args:
                        value += ',\n    %sarg_%s'%(a.ctype_in, a.name)
                    value += ');\n\n'
                    function_pointers[key] = value

            # vfuncs for signals
            if len(i.signals) > 0:
                self.outfile.write('\n')
                for s in i.signals:
                    key = (s.since, '_signal_%s'%s.name_lower)
                    value  = '  void (*%s) (\n'%(s.name_lower)
                    value += '    %s *object'%(i.camel_name)
                    for a in s.args:
                        value += ',\n    %sarg_%s'%(a.ctype_in, a.name)
                    value += ');\n\n'
                    function_pointers[key] = value

            # vfuncs for properties
            if len(i.properties) > 0:
                self.outfile.write('\n')
                for p in i.properties:
                    key = (p.since, '_prop_get_%s'%p.name_lower)
                    value = '  %s (*get_%s) (%s *object);\n\n'%(p.arg.ctype_in, p.name_lower, i.camel_name)
                    function_pointers[key] = value

            # Sort according to @since tag, then name.. this ensures
            # that the function pointers don't change order assuming
            # judicious use of @since
            #
            # Also use a proper version comparison function so e.g.
            # 10.0 comes after 2.0.
            #
            # See https://bugzilla.gnome.org/show_bug.cgi?id=647577#c5
            # for discussion
            for key in sorted(function_pointers.keys(), key=utils.version_cmp_key):
                self.outfile.write('%s'%function_pointers[key])

            self.outfile.write('};\n')
            self.outfile.write('\n')
            if self.generate_autocleanup == 'all':
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%s, g_object_unref)\n' % (i.camel_name))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            self.outfile.write('GType %s_get_type (void) G_GNUC_CONST;\n'%(i.name_lower))
            self.outfile.write('\n')
            self.outfile.write('GDBusInterfaceInfo *%s_interface_info (void);\n'%(i.name_lower))
            self.outfile.write('guint %s_override_properties (GObjectClass *klass, guint property_id_begin);\n'%(i.name_lower))
            self.outfile.write('\n')

            # Then method call completion functions
            if len(i.methods) > 0:
                self.outfile.write('\n')
                self.outfile.write('/* D-Bus method call completion functions: */\n')
                for m in i.methods:
                    unix_fd = False
                    if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                        unix_fd = True
                    if m.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('void %s_complete_%s (\n'
                                       '    %s *object,\n'
                                       '    GDBusMethodInvocation *invocation'%(i.name_lower, m.name_lower, i.camel_name))
                    if unix_fd:
                        self.outfile.write(',\n    GUnixFDList *fd_list')
                    for a in m.out_args:
                        self.outfile.write(',\n    %s%s'%(a.ctype_in, a.name))
                    self.outfile.write(');\n')
                    self.outfile.write('\n')
                self.outfile.write('\n')

            # Then signal emission functions
            if len(i.signals) > 0:
                self.outfile.write('\n')
                self.outfile.write('/* D-Bus signal emissions functions: */\n')
                for s in i.signals:
                    if s.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('void %s_emit_%s (\n'
                                       '    %s *object'%(i.name_lower, s.name_lower, i.camel_name))
                    for a in s.args:
                        self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
                    self.outfile.write(');\n')
                    self.outfile.write('\n')
                self.outfile.write('\n')

            # Then method call declarations
            if len(i.methods) > 0:
                self.outfile.write('\n')
                self.outfile.write('/* D-Bus method calls: */\n')
                for m in i.methods:
                    unix_fd = False
                    if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                        unix_fd = True
                    # async begin
                    if m.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('void %s_call_%s (\n'
                                       '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
                    for a in m.in_args:
                        self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
                    if unix_fd:
                        self.outfile.write(',\n    GUnixFDList *fd_list')
                    self.outfile.write(',\n'
                                       '    GCancellable *cancellable,\n'
                                       '    GAsyncReadyCallback callback,\n'
                                       '    gpointer user_data);\n')
                    self.outfile.write('\n')
                    # async finish
                    if m.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('gboolean %s_call_%s_finish (\n'
                                       '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
                    for a in m.out_args:
                        self.outfile.write(',\n    %sout_%s'%(a.ctype_out, a.name))
                    if unix_fd:
                        self.outfile.write(',\n    GUnixFDList **out_fd_list')
                    self.outfile.write(',\n'
                                       '    GAsyncResult *res,\n'
                                       '    GError **error);\n')
                    self.outfile.write('\n')
                    # sync
                    if m.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('gboolean %s_call_%s_sync (\n'
                                       '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
                    for a in m.in_args:
                        self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
                    if unix_fd:
                        self.outfile.write(',\n    GUnixFDList  *fd_list')
                    for a in m.out_args:
                        self.outfile.write(',\n    %sout_%s'%(a.ctype_out, a.name))
                    if unix_fd:
                        self.outfile.write(',\n    GUnixFDList **out_fd_list')
                    self.outfile.write(',\n'
                                       '    GCancellable *cancellable,\n'
                                       '    GError **error);\n')
                    self.outfile.write('\n')
                self.outfile.write('\n')

            # Then the property accessor declarations
            if len(i.properties) > 0:
                self.outfile.write('\n')
                self.outfile.write('/* D-Bus property accessors: */\n')
                for p in i.properties:
                    # getter
                    if p.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('%s%s_get_%s (%s *object);\n'%(p.arg.ctype_in, i.name_lower, p.name_lower, i.camel_name))
                    if p.arg.free_func != None:
                        if p.deprecated:
                            self.outfile.write('G_GNUC_DEPRECATED ')
                        self.outfile.write('%s%s_dup_%s (%s *object);\n'%(p.arg.ctype_in_dup, i.name_lower, p.name_lower, i.camel_name))
                    # setter
                    if p.deprecated:
                        self.outfile.write('G_GNUC_DEPRECATED ')
                    self.outfile.write('void %s_set_%s (%s *object, %svalue);\n'%(i.name_lower, p.name_lower, i.camel_name, p.arg.ctype_in, ))
                    self.outfile.write('\n')

            # Then the proxy
            self.outfile.write('\n')
            self.outfile.write('/* ---- */\n')
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_%s_PROXY (%s_proxy_get_type ())\n'%(i.ns_upper, i.name_upper, i.name_lower))
            self.outfile.write('#define %s%s_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_%s_PROXY, %sProxy))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %s%s_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), %sTYPE_%s_PROXY, %sProxyClass))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %s%s_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), %sTYPE_%s_PROXY, %sProxyClass))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %sIS_%s_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_%s_PROXY))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))
            self.outfile.write('#define %sIS_%s_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), %sTYPE_%s_PROXY))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))
            self.outfile.write('\n')
            self.outfile.write('typedef struct _%sProxy %sProxy;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('typedef struct _%sProxyClass %sProxyClass;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('typedef struct _%sProxyPrivate %sProxyPrivate;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('\n')
            self.outfile.write('struct _%sProxy\n'%(i.camel_name))
            self.outfile.write('{\n')
            self.outfile.write('  /*< private >*/\n')
            self.outfile.write('  GDBusProxy parent_instance;\n')
            self.outfile.write('  %sProxyPrivate *priv;\n'%(i.camel_name))
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('struct _%sProxyClass\n'%(i.camel_name))
            self.outfile.write('{\n')
            self.outfile.write('  GDBusProxyClass parent_class;\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('GType %s_proxy_get_type (void) G_GNUC_CONST;\n'%(i.name_lower))
            self.outfile.write('\n')
            if self.generate_autocleanup in ('objects', 'all'):
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sProxy, g_object_unref)\n' % (i.camel_name))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('void %s_proxy_new (\n'
                               '    GDBusConnection     *connection,\n'
                               '    GDBusProxyFlags      flags,\n'
                               '    const gchar         *name,\n'
                               '    const gchar         *object_path,\n'
                               '    GCancellable        *cancellable,\n'
                               '    GAsyncReadyCallback  callback,\n'
                               '    gpointer             user_data);\n'
                               %(i.name_lower))
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('%s *%s_proxy_new_finish (\n'
                               '    GAsyncResult        *res,\n'
                               '    GError             **error);\n'
                               %(i.camel_name, i.name_lower))
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('%s *%s_proxy_new_sync (\n'
                               '    GDBusConnection     *connection,\n'
                               '    GDBusProxyFlags      flags,\n'
                               '    const gchar         *name,\n'
                               '    const gchar         *object_path,\n'
                               '    GCancellable        *cancellable,\n'
                               '    GError             **error);\n'
                               %(i.camel_name, i.name_lower))
            self.outfile.write('\n')
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('void %s_proxy_new_for_bus (\n'
                               '    GBusType             bus_type,\n'
                               '    GDBusProxyFlags      flags,\n'
                               '    const gchar         *name,\n'
                               '    const gchar         *object_path,\n'
                               '    GCancellable        *cancellable,\n'
                               '    GAsyncReadyCallback  callback,\n'
                               '    gpointer             user_data);\n'
                               %(i.name_lower))
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('%s *%s_proxy_new_for_bus_finish (\n'
                               '    GAsyncResult        *res,\n'
                               '    GError             **error);\n'
                               %(i.camel_name, i.name_lower))
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('%s *%s_proxy_new_for_bus_sync (\n'
                               '    GBusType             bus_type,\n'
                               '    GDBusProxyFlags      flags,\n'
                               '    const gchar         *name,\n'
                               '    const gchar         *object_path,\n'
                               '    GCancellable        *cancellable,\n'
                               '    GError             **error);\n'
                               %(i.camel_name, i.name_lower))
            self.outfile.write('\n')

            # Then the skeleton
            self.outfile.write('\n')
            self.outfile.write('/* ---- */\n')
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_%s_SKELETON (%s_skeleton_get_type ())\n'%(i.ns_upper, i.name_upper, i.name_lower))
            self.outfile.write('#define %s%s_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_%s_SKELETON, %sSkeleton))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %s%s_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), %sTYPE_%s_SKELETON, %sSkeletonClass))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %s%s_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), %sTYPE_%s_SKELETON, %sSkeletonClass))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper, i.camel_name))
            self.outfile.write('#define %sIS_%s_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_%s_SKELETON))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))
            self.outfile.write('#define %sIS_%s_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), %sTYPE_%s_SKELETON))\n'%(i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))
            self.outfile.write('\n')
            self.outfile.write('typedef struct _%sSkeleton %sSkeleton;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('typedef struct _%sSkeletonClass %sSkeletonClass;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('typedef struct _%sSkeletonPrivate %sSkeletonPrivate;\n'%(i.camel_name, i.camel_name))
            self.outfile.write('\n')
            self.outfile.write('struct _%sSkeleton\n'%(i.camel_name))
            self.outfile.write('{\n')
            self.outfile.write('  /*< private >*/\n')
            self.outfile.write('  GDBusInterfaceSkeleton parent_instance;\n')
            self.outfile.write('  %sSkeletonPrivate *priv;\n'%(i.camel_name))
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('struct _%sSkeletonClass\n'%(i.camel_name))
            self.outfile.write('{\n')
            self.outfile.write('  GDBusInterfaceSkeletonClass parent_class;\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('GType %s_skeleton_get_type (void) G_GNUC_CONST;\n'%(i.name_lower))
            self.outfile.write('\n')
            if self.generate_autocleanup in ('objects', 'all'):
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sSkeleton, g_object_unref)\n' % (i.camel_name))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            if i.deprecated:
                self.outfile.write('G_GNUC_DEPRECATED ')
            self.outfile.write('%s *%s_skeleton_new (void);\n'%(i.camel_name, i.name_lower))

            self.outfile.write('\n')

        # Finally, the Object, ObjectProxy, ObjectSkeleton and ObjectManagerClient
        if self.generate_objmanager:
            self.outfile.write('\n')
            self.outfile.write('/* ---- */\n')
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_OBJECT (%sobject_get_type ())\n'%(self.ns_upper, self.ns_lower))
            self.outfile.write('#define %sOBJECT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_OBJECT, %sObject))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sIS_OBJECT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_OBJECT))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('#define %sOBJECT_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), %sTYPE_OBJECT, %sObject))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('\n')
            self.outfile.write('struct _%sObject;\n'%(self.namespace))
            self.outfile.write('typedef struct _%sObject %sObject;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectIface %sObjectIface;\n'%(self.namespace, self.namespace))
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectIface\n'%(self.namespace))
            self.outfile.write('{\n'
                               '  GTypeInterface parent_iface;\n'
                               '};\n'
                               '\n')
            self.outfile.write('GType %sobject_get_type (void) G_GNUC_CONST;\n'
                               '\n'
                               %(self.ns_lower))
            if self.generate_autocleanup == 'all':
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sObject, g_object_unref)\n' % (self.namespace))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            for i in self.ifaces:
                if i.deprecated:
                    self.outfile.write('G_GNUC_DEPRECATED ')
                self.outfile.write('%s *%sobject_get_%s (%sObject *object);\n'
                                   %(i.camel_name, self.ns_lower, i.name_upper.lower(), self.namespace))
            for i in self.ifaces:
                if i.deprecated:
                    self.outfile.write('G_GNUC_DEPRECATED ')
                self.outfile.write('%s *%sobject_peek_%s (%sObject *object);\n'
                                   %(i.camel_name, self.ns_lower, i.name_upper.lower(), self.namespace))
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_OBJECT_PROXY (%sobject_proxy_get_type ())\n'%(self.ns_upper, self.ns_lower))
            self.outfile.write('#define %sOBJECT_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_OBJECT_PROXY, %sObjectProxy))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), %sTYPE_OBJECT_PROXY, %sObjectProxyClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), %sTYPE_OBJECT_PROXY, %sObjectProxyClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sIS_OBJECT_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_OBJECT_PROXY))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('#define %sIS_OBJECT_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), %sTYPE_OBJECT_PROXY))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('\n')
            self.outfile.write('typedef struct _%sObjectProxy %sObjectProxy;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectProxyClass %sObjectProxyClass;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectProxyPrivate %sObjectProxyPrivate;\n'%(self.namespace, self.namespace))
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectProxy\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  /*< private >*/\n')
            self.outfile.write('  GDBusObjectProxy parent_instance;\n')
            self.outfile.write('  %sObjectProxyPrivate *priv;\n'%(self.namespace))
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectProxyClass\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  GDBusObjectProxyClass parent_class;\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('GType %sobject_proxy_get_type (void) G_GNUC_CONST;\n'%(self.ns_lower))
            self.outfile.write('\n')
            if self.generate_autocleanup in ('objects', 'all'):
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sObjectProxy, g_object_unref)\n' % (self.namespace))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            self.outfile.write('%sObjectProxy *%sobject_proxy_new (GDBusConnection *connection, const gchar *object_path);\n'%(self.namespace, self.ns_lower))
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_OBJECT_SKELETON (%sobject_skeleton_get_type ())\n'%(self.ns_upper, self.ns_lower))
            self.outfile.write('#define %sOBJECT_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_OBJECT_SKELETON, %sObjectSkeleton))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), %sTYPE_OBJECT_SKELETON, %sObjectSkeletonClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), %sTYPE_OBJECT_SKELETON, %sObjectSkeletonClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sIS_OBJECT_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_OBJECT_SKELETON))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('#define %sIS_OBJECT_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), %sTYPE_OBJECT_SKELETON))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('\n')
            self.outfile.write('typedef struct _%sObjectSkeleton %sObjectSkeleton;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectSkeletonClass %sObjectSkeletonClass;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectSkeletonPrivate %sObjectSkeletonPrivate;\n'%(self.namespace, self.namespace))
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectSkeleton\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  /*< private >*/\n')
            self.outfile.write('  GDBusObjectSkeleton parent_instance;\n')
            self.outfile.write('  %sObjectSkeletonPrivate *priv;\n'%(self.namespace))
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectSkeletonClass\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  GDBusObjectSkeletonClass parent_class;\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('GType %sobject_skeleton_get_type (void) G_GNUC_CONST;\n'%(self.ns_lower))
            self.outfile.write('\n')
            if self.generate_autocleanup in ('objects', 'all'):
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sObjectSkeleton, g_object_unref)\n' % (self.namespace))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            self.outfile.write('%sObjectSkeleton *%sobject_skeleton_new (const gchar *object_path);\n'
                               %(self.namespace, self.ns_lower))
            for i in self.ifaces:
                if i.deprecated:
                    self.outfile.write('G_GNUC_DEPRECATED ')
                self.outfile.write('void %sobject_skeleton_set_%s (%sObjectSkeleton *object, %s *interface_);\n'
                                   %(self.ns_lower, i.name_upper.lower(), self.namespace, i.camel_name))
            self.outfile.write('\n')

            self.outfile.write('/* ---- */\n')
            self.outfile.write('\n')
            self.outfile.write('#define %sTYPE_OBJECT_MANAGER_CLIENT (%sobject_manager_client_get_type ())\n'%(self.ns_upper, self.ns_lower))
            self.outfile.write('#define %sOBJECT_MANAGER_CLIENT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), %sTYPE_OBJECT_MANAGER_CLIENT, %sObjectManagerClient))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_MANAGER_CLIENT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), %sTYPE_OBJECT_MANAGER_CLIENT, %sObjectManagerClientClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sOBJECT_MANAGER_CLIENT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), %sTYPE_OBJECT_MANAGER_CLIENT, %sObjectManagerClientClass))\n'%(self.ns_upper, self.ns_upper, self.namespace))
            self.outfile.write('#define %sIS_OBJECT_MANAGER_CLIENT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), %sTYPE_OBJECT_MANAGER_CLIENT))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('#define %sIS_OBJECT_MANAGER_CLIENT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), %sTYPE_OBJECT_MANAGER_CLIENT))\n'%(self.ns_upper, self.ns_upper))
            self.outfile.write('\n')
            self.outfile.write('typedef struct _%sObjectManagerClient %sObjectManagerClient;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectManagerClientClass %sObjectManagerClientClass;\n'%(self.namespace, self.namespace))
            self.outfile.write('typedef struct _%sObjectManagerClientPrivate %sObjectManagerClientPrivate;\n'%(self.namespace, self.namespace))
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectManagerClient\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  /*< private >*/\n')
            self.outfile.write('  GDBusObjectManagerClient parent_instance;\n')
            self.outfile.write('  %sObjectManagerClientPrivate *priv;\n'%(self.namespace))
            self.outfile.write('};\n')
            self.outfile.write('\n')
            self.outfile.write('struct _%sObjectManagerClientClass\n'%(self.namespace))
            self.outfile.write('{\n')
            self.outfile.write('  GDBusObjectManagerClientClass parent_class;\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')
            if self.generate_autocleanup in ('objects', 'all'):
                self.outfile.write('#if GLIB_CHECK_VERSION(2, 44, 0)\n')
                self.outfile.write('G_DEFINE_AUTOPTR_CLEANUP_FUNC (%sObjectManagerClient, g_object_unref)\n' % (self.namespace))
                self.outfile.write('#endif\n')
                self.outfile.write('\n')
            self.outfile.write('GType %sobject_manager_client_get_type (void) G_GNUC_CONST;\n'%(self.ns_lower))
            self.outfile.write('\n')
            self.outfile.write('GType %sobject_manager_client_get_proxy_type (GDBusObjectManagerClient *manager, const gchar *object_path, const gchar *interface_name, gpointer user_data);\n'%(self.ns_lower))
            self.outfile.write('\n')
            self.outfile.write('void %sobject_manager_client_new (\n'
                               '    GDBusConnection        *connection,\n'
                               '    GDBusObjectManagerClientFlags  flags,\n'
                               '    const gchar            *name,\n'
                               '    const gchar            *object_path,\n'
                               '    GCancellable           *cancellable,\n'
                               '    GAsyncReadyCallback     callback,\n'
                               '    gpointer                user_data);\n'
                               %(self.ns_lower))
            self.outfile.write('GDBusObjectManager *%sobject_manager_client_new_finish (\n'
                               '    GAsyncResult        *res,\n'
                               '    GError             **error);\n'
                               %(self.ns_lower))
            self.outfile.write('GDBusObjectManager *%sobject_manager_client_new_sync (\n'
                               '    GDBusConnection        *connection,\n'
                               '    GDBusObjectManagerClientFlags  flags,\n'
                               '    const gchar            *name,\n'
                               '    const gchar            *object_path,\n'
                               '    GCancellable           *cancellable,\n'
                               '    GError                **error);\n'
                               %(self.ns_lower))
            self.outfile.write('\n')
            self.outfile.write('void %sobject_manager_client_new_for_bus (\n'
                               '    GBusType                bus_type,\n'
                               '    GDBusObjectManagerClientFlags  flags,\n'
                               '    const gchar            *name,\n'
                               '    const gchar            *object_path,\n'
                               '    GCancellable           *cancellable,\n'
                               '    GAsyncReadyCallback     callback,\n'
                               '    gpointer                user_data);\n'
                               %(self.ns_lower))
            self.outfile.write('GDBusObjectManager *%sobject_manager_client_new_for_bus_finish (\n'
                               '    GAsyncResult        *res,\n'
                               '    GError             **error);\n'
                               %(self.ns_lower))
            self.outfile.write('GDBusObjectManager *%sobject_manager_client_new_for_bus_sync (\n'
                               '    GBusType                bus_type,\n'
                               '    GDBusObjectManagerClientFlags  flags,\n'
                               '    const gchar            *name,\n'
                               '    const gchar            *object_path,\n'
                               '    GCancellable           *cancellable,\n'
                               '    GError                **error);\n'
                               %(self.ns_lower))
            self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def generate_header_postamble(self):
        self.outfile.write('\n')
        self.outfile.write('G_END_DECLS\n')

        if not self.use_pragma:
            self.outfile.write('\n')
            self.outfile.write('#endif /* __{!s}__ */\n'.format(self.header_guard))

    # ----------------------------------------------------------------------------------------------------

    def generate(self):
        self.generate_header_preamble()
        self.declare_types()
        self.generate_header_postamble()

# ----------------------------------------------------------------------------------------------------

class InterfaceInfoHeaderCodeGenerator:
    def __init__(self, ifaces, namespace, header_name, input_files_basenames, use_pragma, outfile):
        self.ifaces = ifaces
        self.namespace, self.ns_upper, self.ns_lower = generate_namespace(namespace)
        self.header_guard = header_name.upper().replace('.', '_').replace('-', '_').replace('/', '_').replace(':', '_')
        self.input_files_basenames = input_files_basenames
        self.use_pragma = use_pragma
        self.outfile = outfile

    # ----------------------------------------------------------------------------------------------------

    def generate_header_preamble(self):
        basenames = ', '.join(self.input_files_basenames)
        self.outfile.write(LICENSE_STR.format(config.VERSION, basenames))
        self.outfile.write('\n')

        if self.use_pragma:
            self.outfile.write('#pragma once\n')
        else:
            self.outfile.write('#ifndef __{!s}__\n'.format(self.header_guard))
            self.outfile.write('#define __{!s}__\n'.format(self.header_guard))

        self.outfile.write('\n')
        self.outfile.write('#include <gio/gio.h>\n')
        self.outfile.write('\n')
        self.outfile.write('G_BEGIN_DECLS\n')
        self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def declare_infos(self):
        for i in self.ifaces:
            self.outfile.write('extern const GDBusInterfaceInfo %s_interface;\n' % i.name_lower)

    # ----------------------------------------------------------------------------------------------------

    def generate_header_postamble(self):
        self.outfile.write('\n')
        self.outfile.write('G_END_DECLS\n')

        if not self.use_pragma:
            self.outfile.write('\n')
            self.outfile.write('#endif /* __{!s}__ */\n'.format(self.header_guard))

    # ----------------------------------------------------------------------------------------------------

    def generate(self):
        self.generate_header_preamble()
        self.declare_infos()
        self.generate_header_postamble()

# ----------------------------------------------------------------------------------------------------

class InterfaceInfoBodyCodeGenerator:
    def __init__(self, ifaces, namespace, header_name, input_files_basenames, outfile):
        self.ifaces = ifaces
        self.namespace, self.ns_upper, self.ns_lower = generate_namespace(namespace)
        self.header_name = header_name
        self.input_files_basenames = input_files_basenames
        self.outfile = outfile

    # ----------------------------------------------------------------------------------------------------

    def generate_body_preamble(self):
        basenames = ', '.join(self.input_files_basenames)
        self.outfile.write(LICENSE_STR.format(config.VERSION, basenames))
        self.outfile.write('\n')
        self.outfile.write('#ifdef HAVE_CONFIG_H\n'
                           '#  include "config.h"\n'
                           '#endif\n'
                           '\n'
                           '#include "%s"\n'
                           '\n'
                           '#include <string.h>\n'
                           % (self.header_name))
        self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def generate_array(self, array_name_lower, element_type, elements):
        self.outfile.write('const %s * const %s[] =\n' % (element_type, array_name_lower))
        self.outfile.write('{\n')
        for (_, name) in elements:
            self.outfile.write('  &%s,\n' % name)
        self.outfile.write('  NULL,\n')
        self.outfile.write('};\n')
        self.outfile.write('\n')

    def define_annotations(self, array_name_lower, annotations):
        if len(annotations) == 0:
            return

        annotation_pointers = []

        for a in annotations:
            # Skip internal annotations.
            if a.key.startswith('org.gtk.GDBus'):
                continue

            self.define_annotations('%s__%s_annotations' % (array_name_lower, a.key_lower), a.annotations)

            self.outfile.write('const GDBusAnnotationInfo %s__%s_annotation =\n' % (array_name_lower, a.key_lower))
            self.outfile.write('{\n')
            self.outfile.write('  -1,  /* ref count */\n')
            self.outfile.write('  (gchar *) "%s",\n' % a.key)
            self.outfile.write('  (gchar *) "%s",\n' % a.value)
            if len(a.annotations) > 0:
                self.outfile.write('  (GDBusAnnotationInfo **) %s__%s_annotations,\n' % (array_name_lower, a.key_lower))
            else:
                self.outfile.write('  NULL,  /* no annotations */\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')

            key = (a.since, '%s__%s_annotation' % (array_name_lower, a.key_lower))
            annotation_pointers.append(key)

        self.generate_array(array_name_lower, 'GDBusAnnotationInfo',
                            annotation_pointers)

    def define_args(self, array_name_lower, args):
        if len(args) == 0:
            return

        arg_pointers = []

        for a in args:
            self.define_annotations('%s__%s_arg_annotations' % (array_name_lower, a.name), a.annotations)

            self.outfile.write('const GDBusArgInfo %s__%s_arg =\n' % (array_name_lower, a.name))
            self.outfile.write('{\n')
            self.outfile.write('  -1,  /* ref count */\n')
            self.outfile.write('  (gchar *) "%s",\n' % a.name)
            self.outfile.write('  (gchar *) "%s",\n' % a.signature)
            if len(a.annotations) > 0:
                self.outfile.write('  (GDBusAnnotationInfo **) %s__%s_arg_annotations,\n' % (array_name_lower, a.name))
            else:
                self.outfile.write('  NULL,  /* no annotations */\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')

            key = (a.since, '%s__%s_arg' % (array_name_lower, a.name))
            arg_pointers.append(key)

        self.generate_array(array_name_lower, 'GDBusArgInfo', arg_pointers)

    def define_infos(self):
        for i in self.ifaces:
            self.outfile.write('/* ------------------------------------------------------------------------ */\n')
            self.outfile.write('/* Definitions for %s */\n' % i.name)
            self.outfile.write('\n')

            # GDBusMethodInfos.
            if len(i.methods) > 0:
                method_pointers = []

                for m in i.methods:
                    self.define_args('%s_interface__%s_method_in_args' % (i.name_lower, m.name_lower), m.in_args)
                    self.define_args('%s_interface__%s_method_out_args' % (i.name_lower, m.name_lower), m.out_args)
                    self.define_annotations('%s_interface__%s_method_annotations' % (i.name_lower, m.name_lower), m.annotations)

                    self.outfile.write('const GDBusMethodInfo %s_interface__%s_method =\n' % (i.name_lower, m.name_lower))
                    self.outfile.write('{\n')
                    self.outfile.write('  -1,  /* ref count */\n')
                    self.outfile.write('  (gchar *) "%s",\n' % m.name)
                    if len(m.in_args) > 0:
                        self.outfile.write('  (GDBusArgInfo **) %s_interface__%s_method_in_args,\n' % (i.name_lower, m.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no in args */\n')
                    if len(m.out_args) > 0:
                        self.outfile.write('  (GDBusArgInfo **) %s_interface__%s_method_out_args,\n' % (i.name_lower, m.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no out args */\n')
                    if len(m.annotations) > 0:
                        self.outfile.write('  (GDBusAnnotationInfo **) %s_interface__%s_method_annotations,\n' % (i.name_lower, m.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no annotations */\n')
                    self.outfile.write('};\n')
                    self.outfile.write('\n')

                    key = (m.since, '%s_interface__%s_method' % (i.name_lower, m.name_lower))
                    method_pointers.append(key)

                self.generate_array('%s_interface_methods' % i.name_lower,
                                    'GDBusMethodInfo', method_pointers)

            # GDBusSignalInfos.
            if len(i.signals) > 0:
                signal_pointers = []

                for s in i.signals:
                    self.define_args('%s_interface__%s_signal_args' % (i.name_lower, s.name_lower), s.args)
                    self.define_annotations('%s_interface__%s_signal_annotations' % (i.name_lower, s.name_lower), s.annotations)

                    self.outfile.write('const GDBusSignalInfo %s_interface__%s_signal =\n' % (i.name_lower, s.name_lower))
                    self.outfile.write('{\n')
                    self.outfile.write('  -1,  /* ref count */\n')
                    self.outfile.write('  (gchar *) "%s",\n' % s.name)
                    if len(s.args) > 0:
                        self.outfile.write('  (GDBusArgInfo **) %s_interface__%s_signal_args,\n' % (i.name_lower, s.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no args */\n')
                    if len(s.annotations) > 0:
                        self.outfile.write('  (GDBusAnnotationInfo **) %s_interface__%s_signal_annotations,\n' % (i.name_lower, s.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no annotations */\n')
                    self.outfile.write('};\n')
                    self.outfile.write('\n')

                    key = (s.since, '%s_interface__%s_signal' % (i.name_lower, s.name_lower))
                    signal_pointers.append(key)

                self.generate_array('%s_interface_signals' % i.name_lower,
                                    'GDBusSignalInfo', signal_pointers)

            # GDBusPropertyInfos.
            if len(i.properties) > 0:
                property_pointers = []

                for p in i.properties:
                    if p.readable and p.writable:
                        flags = 'G_DBUS_PROPERTY_INFO_FLAGS_READABLE | G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE'
                    elif p.readable:
                        flags = 'G_DBUS_PROPERTY_INFO_FLAGS_READABLE'
                    elif p.writable:
                        flags = 'G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE'
                    else:
                        flags = 'G_DBUS_PROPERTY_INFO_FLAGS_NONE'

                    self.define_annotations('%s_interface__%s_property_annotations' % (i.name_lower, p.name_lower), p.annotations)

                    self.outfile.write('const GDBusPropertyInfo %s_interface__%s_property =\n' % (i.name_lower, p.name_lower))
                    self.outfile.write('{\n')
                    self.outfile.write('  -1,  /* ref count */\n')
                    self.outfile.write('  (gchar *) "%s",\n' % p.name)
                    self.outfile.write('  (gchar *) "%s",\n' % p.signature)
                    self.outfile.write('  %s,\n' % flags)
                    if len(p.annotations) > 0:
                        self.outfile.write('  (GDBusAnnotationInfo **) %s_interface__%s_property_annotations,\n' % (i.name_lower, p.name_lower))
                    else:
                        self.outfile.write('  NULL,  /* no annotations */\n')
                    self.outfile.write('};\n')
                    self.outfile.write('\n')

                    key = (p.since, '%s_interface__%s_property' % (i.name_lower, p.name_lower))
                    property_pointers.append(key)

                self.generate_array('%s_interface_properties' % i.name_lower,
                                    'GDBusPropertyInfo', property_pointers)

            # Finally the GDBusInterfaceInfo.
            self.define_annotations('%s_interface_annotations' % i.name_lower,
                                    i.annotations)

            self.outfile.write('const GDBusInterfaceInfo %s_interface =\n' % i.name_lower)
            self.outfile.write('{\n')
            self.outfile.write('  -1,  /* ref count */\n')
            self.outfile.write('  (gchar *) "%s",\n' % i.name)
            if len(i.methods) > 0:
                self.outfile.write('  (GDBusMethodInfo **) %s_interface_methods,\n' % i.name_lower)
            else:
                self.outfile.write('  NULL,  /* no methods */\n')
            if len(i.signals) > 0:
                self.outfile.write('  (GDBusSignalInfo **) %s_interface_signals,\n' % i.name_lower)
            else:
                self.outfile.write('  NULL,  /* no signals */\n')
            if len(i.properties) > 0:
                self.outfile.write('  (GDBusPropertyInfo **) %s_interface_properties,\n' % i.name_lower)
            else:
                self.outfile.write(  'NULL,  /* no properties */\n')
            if len(i.annotations) > 0:
                self.outfile.write('  (GDBusAnnotationInfo **) %s_interface_annotations,\n' % i.name_lower)
            else:
                self.outfile.write('  NULL,  /* no annotations */\n')
            self.outfile.write('};\n')
            self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def generate(self):
        self.generate_body_preamble()
        self.define_infos()

# ----------------------------------------------------------------------------------------------------

class CodeGenerator:
    def __init__(self, ifaces, namespace, generate_objmanager, header_name,
                 input_files_basenames, docbook_gen, outfile):
        self.ifaces = ifaces
        self.namespace, self.ns_upper, self.ns_lower = generate_namespace(namespace)
        self.generate_objmanager = generate_objmanager
        self.header_name = header_name
        self.input_files_basenames = input_files_basenames
        self.docbook_gen = docbook_gen
        self.outfile = outfile

    # ----------------------------------------------------------------------------------------------------

    def generate_body_preamble(self):
        basenames = ', '.join(self.input_files_basenames)
        self.outfile.write(LICENSE_STR.format(config.VERSION, basenames))
        self.outfile.write('\n')
        self.outfile.write('#ifdef HAVE_CONFIG_H\n'
                           '#  include "config.h"\n'
                           '#endif\n'
                           '\n'
                           '#include "%s"\n'
                           '\n'
                           '#include <string.h>\n'
                           %(self.header_name))

        self.outfile.write('#ifdef G_OS_UNIX\n'
                           '#  include <gio/gunixfdlist.h>\n'
                           '#endif\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  GDBusArgInfo parent_struct;\n'
                           '  gboolean use_gvariant;\n'
                           '} _ExtendedGDBusArgInfo;\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  GDBusMethodInfo parent_struct;\n'
                           '  const gchar *signal_name;\n'
                           '  gboolean pass_fdlist;\n'
                           '} _ExtendedGDBusMethodInfo;\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  GDBusSignalInfo parent_struct;\n'
                           '  const gchar *signal_name;\n'
                           '} _ExtendedGDBusSignalInfo;\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  GDBusPropertyInfo parent_struct;\n'
                           '  const gchar *hyphen_name;\n'
                           '  guint use_gvariant : 1;\n'
                           '  guint emits_changed_signal : 1;\n'
                           '} _ExtendedGDBusPropertyInfo;\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  GDBusInterfaceInfo parent_struct;\n'
                           '  const gchar *hyphen_name;\n'
                           '} _ExtendedGDBusInterfaceInfo;\n'
                           '\n')

        self.outfile.write('typedef struct\n'
                           '{\n'
                           '  const _ExtendedGDBusPropertyInfo *info;\n'
                           '  guint prop_id;\n'
                           '  GValue orig_value; /* the value before the change */\n'
                           '} ChangedProperty;\n'
                           '\n'
                           'static void\n'
                           '_changed_property_free (ChangedProperty *data)\n'
                           '{\n'
                           '  g_value_unset (&data->orig_value);\n'
                           '  g_free (data);\n'
                           '}\n'
                           '\n')

        self.outfile.write('static gboolean\n'
                           '_g_strv_equal0 (gchar **a, gchar **b)\n'
                           '{\n'
                           '  gboolean ret = FALSE;\n'
                           '  guint n;\n'
                           '  if (a == NULL && b == NULL)\n'
                           '    {\n'
                           '      ret = TRUE;\n'
                           '      goto out;\n'
                           '    }\n'
                           '  if (a == NULL || b == NULL)\n'
                           '    goto out;\n'
                           '  if (g_strv_length (a) != g_strv_length (b))\n'
                           '    goto out;\n'
                           '  for (n = 0; a[n] != NULL; n++)\n'
                           '    if (g_strcmp0 (a[n], b[n]) != 0)\n'
                           '      goto out;\n'
                           '  ret = TRUE;\n'
                           'out:\n'
                           '  return ret;\n'
                           '}\n'
                           '\n')

        self.outfile.write('static gboolean\n'
                           '_g_variant_equal0 (GVariant *a, GVariant *b)\n'
                           '{\n'
                           '  gboolean ret = FALSE;\n'
                           '  if (a == NULL && b == NULL)\n'
                           '    {\n'
                           '      ret = TRUE;\n'
                           '      goto out;\n'
                           '    }\n'
                           '  if (a == NULL || b == NULL)\n'
                           '    goto out;\n'
                           '  ret = g_variant_equal (a, b);\n'
                           'out:\n'
                           '  return ret;\n'
                           '}\n'
                           '\n')

        # simplified - only supports the types we use
        self.outfile.write('G_GNUC_UNUSED static gboolean\n'
                           '_g_value_equal (const GValue *a, const GValue *b)\n'
                           '{\n'
                           '  gboolean ret = FALSE;\n'
                           '  g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n'
                           '  switch (G_VALUE_TYPE (a))\n'
                           '    {\n'
                           '      case G_TYPE_BOOLEAN:\n'
                           '        ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n'
                           '        break;\n'
                           '      case G_TYPE_UCHAR:\n'
                           '        ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n'
                           '        break;\n'
                           '      case G_TYPE_INT:\n'
                           '        ret = (g_value_get_int (a) == g_value_get_int (b));\n'
                           '        break;\n'
                           '      case G_TYPE_UINT:\n'
                           '        ret = (g_value_get_uint (a) == g_value_get_uint (b));\n'
                           '        break;\n'
                           '      case G_TYPE_INT64:\n'
                           '        ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n'
                           '        break;\n'
                           '      case G_TYPE_UINT64:\n'
                           '        ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n'
                           '        break;\n'
                           '      case G_TYPE_DOUBLE:\n'
                           '        {\n'
                           '          /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n'
                           '          gdouble da = g_value_get_double (a);\n'
                           '          gdouble db = g_value_get_double (b);\n'
                           '          ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n'
                           '        }\n'
                           '        break;\n'
                           '      case G_TYPE_STRING:\n'
                           '        ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n'
                           '        break;\n'
                           '      case G_TYPE_VARIANT:\n'
                           '        ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n'
                           '        break;\n'
                           '      default:\n'
                           '        if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n'
                           '          ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n'
                           '        else\n'
                           '          g_critical ("_g_value_equal() does not handle type %s", g_type_name (G_VALUE_TYPE (a)));\n'
                           '        break;\n'
                           '    }\n'
                           '  return ret;\n'
                           '}\n'
                           '\n')

    def generate_annotations(self, prefix, annotations):
        if annotations is None:
            return

        n = 0
        for a in annotations:
            #self.generate_annotations('%s_%d'%(prefix, n), a.get_annotations())

            # skip internal annotations
            if a.key.startswith('org.gtk.GDBus'):
                continue

            self.outfile.write('static const GDBusAnnotationInfo %s_%d =\n'
                               '{\n'
                               '  -1,\n'
                               '  (gchar *) "%s",\n'
                               '  (gchar *) "%s",\n'%(prefix, n, a.key, a.value))
            if len(a.annotations) == 0:
                self.outfile.write('  NULL\n')
            else:
                self.outfile.write('  (GDBusAnnotationInfo **) &%s_%d_pointers\n'%(prefix, n))
            self.outfile.write('};\n'
                               '\n')
            n += 1

        if n > 0:
            self.outfile.write('static const GDBusAnnotationInfo * const %s_pointers[] =\n'
                               '{\n'%(prefix))
            m = 0;
            for a in annotations:
                if a.key.startswith('org.gtk.GDBus'):
                    continue
                self.outfile.write('  &%s_%d,\n'%(prefix, m))
                m += 1
            self.outfile.write('  NULL\n'
                               '};\n'
                               '\n')
        return n

    def generate_args(self, prefix, args):
        for a in args:
            num_anno = self.generate_annotations('%s_arg_%s_annotation_info'%(prefix, a.name), a.annotations)

            self.outfile.write('static const _ExtendedGDBusArgInfo %s_%s =\n'
                               '{\n'
                               '  {\n'
                               '    -1,\n'
                               '    (gchar *) "%s",\n'
                               '    (gchar *) "%s",\n'%(prefix, a.name, a.name, a.signature))
            if num_anno == 0:
                self.outfile.write('    NULL\n')
            else:
                self.outfile.write('    (GDBusAnnotationInfo **) &%s_arg_%s_annotation_info_pointers\n'%(prefix, a.name))
            self.outfile.write('  },\n')
            if not utils.lookup_annotation(a.annotations, 'org.gtk.GDBus.C.ForceGVariant'):
                self.outfile.write('  FALSE\n')
            else:
                self.outfile.write('  TRUE\n')
            self.outfile.write('};\n'
                               '\n')

        if len(args) > 0:
            self.outfile.write('static const GDBusArgInfo * const %s_pointers[] =\n'
                             '{\n'%(prefix))
            for a in args:
                self.outfile.write('  &%s_%s.parent_struct,\n'%(prefix, a.name))
            self.outfile.write('  NULL\n'
                               '};\n'
                               '\n')

    def generate_introspection_for_interface(self, i):
            self.outfile.write('/* ---- Introspection data for %s ---- */\n'
                               '\n'%(i.name))

            if len(i.methods) > 0:
                for m in i.methods:
                    unix_fd = False
                    if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                        unix_fd = True
                    self.generate_args('_%s_method_info_%s_IN_ARG'%(i.name_lower, m.name_lower), m.in_args)
                    self.generate_args('_%s_method_info_%s_OUT_ARG'%(i.name_lower, m.name_lower), m.out_args)

                    num_anno = self.generate_annotations('_%s_method_%s_annotation_info'%(i.name_lower, m.name_lower), m.annotations)

                    self.outfile.write('static const _ExtendedGDBusMethodInfo _%s_method_info_%s =\n'
                                       '{\n'
                                       '  {\n'
                                       '    -1,\n'
                                       '    (gchar *) "%s",\n'%(i.name_lower, m.name_lower, m.name))
                    if len(m.in_args) == 0:
                        self.outfile.write('    NULL,\n')
                    else:
                        self.outfile.write('    (GDBusArgInfo **) &_%s_method_info_%s_IN_ARG_pointers,\n'%(i.name_lower, m.name_lower))
                    if len(m.out_args) == 0:
                        self.outfile.write('    NULL,\n')
                    else:
                        self.outfile.write('    (GDBusArgInfo **) &_%s_method_info_%s_OUT_ARG_pointers,\n'%(i.name_lower, m.name_lower))
                    if num_anno == 0:
                        self.outfile.write('    NULL\n')
                    else:
                        self.outfile.write('    (GDBusAnnotationInfo **) &_%s_method_%s_annotation_info_pointers\n'%(i.name_lower, m.name_lower))
                    self.outfile.write('  },\n'
                                       '  "handle-%s",\n'
                                       '  %s\n'
                                       %(m.name_hyphen, 'TRUE' if unix_fd else 'FALSE'))
                    self.outfile.write('};\n'
                                       '\n')

                self.outfile.write('static const GDBusMethodInfo * const _%s_method_info_pointers[] =\n'
                                   '{\n'%(i.name_lower))
                for m in i.methods:
                    self.outfile.write('  &_%s_method_info_%s.parent_struct,\n'%(i.name_lower, m.name_lower))
                self.outfile.write('  NULL\n'
                                   '};\n'
                                   '\n')

            # ---

            if len(i.signals) > 0:
                for s in i.signals:
                    self.generate_args('_%s_signal_info_%s_ARG'%(i.name_lower, s.name_lower), s.args)

                    num_anno = self.generate_annotations('_%s_signal_%s_annotation_info'%(i.name_lower, s.name_lower), s.annotations)
                    self.outfile.write('static const _ExtendedGDBusSignalInfo _%s_signal_info_%s =\n'
                                       '{\n'
                                       '  {\n'
                                       '    -1,\n'
                                       '    (gchar *) "%s",\n'%(i.name_lower, s.name_lower, s.name))
                    if len(s.args) == 0:
                        self.outfile.write('    NULL,\n')
                    else:
                        self.outfile.write('    (GDBusArgInfo **) &_%s_signal_info_%s_ARG_pointers,\n'%(i.name_lower, s.name_lower))
                    if num_anno == 0:
                        self.outfile.write('    NULL\n')
                    else:
                        self.outfile.write('    (GDBusAnnotationInfo **) &_%s_signal_%s_annotation_info_pointers\n'%(i.name_lower, s.name_lower))
                    self.outfile.write('  },\n'
                                       '  "%s"\n'
                                       %(s.name_hyphen))
                    self.outfile.write('};\n'
                                       '\n')

                self.outfile.write('static const GDBusSignalInfo * const _%s_signal_info_pointers[] =\n'
                                   '{\n'%(i.name_lower))
                for s in i.signals:
                    self.outfile.write('  &_%s_signal_info_%s.parent_struct,\n'%(i.name_lower, s.name_lower))
                self.outfile.write('  NULL\n'
                                   '};\n'
                                   '\n')

            # ---

            if len(i.properties) > 0:
                for p in i.properties:
                    if p.readable and p.writable:
                        access = 'G_DBUS_PROPERTY_INFO_FLAGS_READABLE | G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE'
                    elif p.readable:
                        access = 'G_DBUS_PROPERTY_INFO_FLAGS_READABLE'
                    elif p.writable:
                        access = 'G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE'
                    else:
                        access = 'G_DBUS_PROPERTY_INFO_FLAGS_NONE'
                    num_anno = self.generate_annotations('_%s_property_%s_annotation_info'%(i.name_lower, p.name_lower), p.annotations)
                    self.outfile.write('static const _ExtendedGDBusPropertyInfo _%s_property_info_%s =\n'
                                       '{\n'
                                       '  {\n'
                                       '    -1,\n'
                                       '    (gchar *) "%s",\n'
                                       '    (gchar *) "%s",\n'
                                       '    %s,\n'%(i.name_lower, p.name_lower, p.name, p.arg.signature, access))
                    if num_anno == 0:
                        self.outfile.write('    NULL\n')
                    else:
                        self.outfile.write('    (GDBusAnnotationInfo **) &_%s_property_%s_annotation_info_pointers\n'%(i.name_lower, p.name_lower))
                    self.outfile.write('  },\n'
                                       '  "%s",\n'
                                       %(p.name_hyphen))
                    if not utils.lookup_annotation(p.annotations, 'org.gtk.GDBus.C.ForceGVariant'):
                        self.outfile.write('  FALSE,\n')
                    else:
                        self.outfile.write('  TRUE,\n')
                    if p.emits_changed_signal:
                        self.outfile.write('  TRUE\n')
                    else:
                        self.outfile.write('  FALSE\n')
                    self.outfile.write('};\n'
                                       '\n')

                self.outfile.write('static const GDBusPropertyInfo * const _%s_property_info_pointers[] =\n'
                                   '{\n'%(i.name_lower))
                for p in i.properties:
                    self.outfile.write('  &_%s_property_info_%s.parent_struct,\n'%(i.name_lower, p.name_lower))
                self.outfile.write('  NULL\n'
                                   '};\n'
                                   '\n')

            num_anno = self.generate_annotations('_%s_annotation_info'%(i.name_lower), i.annotations)
            self.outfile.write('static const _ExtendedGDBusInterfaceInfo _%s_interface_info =\n'
                               '{\n'
                               '  {\n'
                               '    -1,\n'
                               '    (gchar *) "%s",\n'%(i.name_lower, i.name))
            if len(i.methods) == 0:
                self.outfile.write('    NULL,\n')
            else:
                self.outfile.write('    (GDBusMethodInfo **) &_%s_method_info_pointers,\n'%(i.name_lower))
            if len(i.signals) == 0:
                self.outfile.write('    NULL,\n')
            else:
                self.outfile.write('    (GDBusSignalInfo **) &_%s_signal_info_pointers,\n'%(i.name_lower))
            if len(i.properties) == 0:
                self.outfile.write('    NULL,\n')
            else:
                self.outfile.write('    (GDBusPropertyInfo **) &_%s_property_info_pointers,\n'%(i.name_lower))
            if num_anno == 0:
                self.outfile.write('    NULL\n')
            else:
                self.outfile.write('    (GDBusAnnotationInfo **) &_%s_annotation_info_pointers\n'%(i.name_lower))
            self.outfile.write('  },\n'
                               '  "%s",\n'
                               '};\n'
                               '\n'
                               %(i.name_hyphen))
            self.outfile.write('\n')
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %s_interface_info:\n'
                    ' *\n'
                    ' * Gets a machine-readable description of the #%s D-Bus interface.\n'
                    ' *\n'
                    ' * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n'
                    %(i.name_lower, i.name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
            self.outfile.write('GDBusInterfaceInfo *\n'
                               '%s_interface_info (void)\n'
                               '{\n'
                               '  return (GDBusInterfaceInfo *) &_%s_interface_info.parent_struct;\n'
                                '}\n'
                                '\n'%(i.name_lower, i.name_lower))

            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %s_override_properties:\n'
                    ' * @klass: The class structure for a #GObject derived class.\n'
                    ' * @property_id_begin: The property id to assign to the first overridden property.\n'
                    ' *\n'
                    ' * Overrides all #GObject properties in the #%s interface for a concrete class.\n'
                    ' * The properties are overridden in the order they are defined.\n'
                    ' *\n'
                    ' * Returns: The last property id.\n'
                    %(i.name_lower, i.camel_name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
            self.outfile.write('guint\n'
                               '%s_override_properties (GObjectClass *klass, guint property_id_begin)\n'
                               '{\n'%(i.name_lower))
            for p in i.properties:
                self.outfile.write('  g_object_class_override_property (klass, property_id_begin++, "%s");\n'%(p.name_hyphen))
            self.outfile.write('  return property_id_begin - 1;\n'
                               '}\n'
                               '\n')
            self.outfile.write('\n')

    # ----------------------------------------------------------------------------------------------------

    def generate_interface(self, i):
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s:\n'
                ' *\n'
                ' * Abstract interface type for the D-Bus interface #%s.\n'
                %(i.camel_name, i.name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sIface:\n'
                ' * @parent_iface: The parent interface.\n'
                %(i.camel_name), False))

        doc_bits = {}
        if len(i.methods) > 0:
            for m in i.methods:
                key = (m.since, '_method_%s'%m.name_lower)
                value  = '@handle_%s: '%(m.name_lower)
                value += 'Handler for the #%s::handle-%s signal.'%(i.camel_name, m.name_hyphen)
                doc_bits[key] = value
        if len(i.signals) > 0:
            for s in i.signals:
                key = (s.since, '_signal_%s'%s.name_lower)
                value  = '@%s: '%(s.name_lower)
                value += 'Handler for the #%s::%s signal.'%(i.camel_name, s.name_hyphen)
                doc_bits[key] = value
        if len(i.properties) > 0:
            for p in i.properties:
                key = (p.since, '_prop_get_%s'%p.name_lower)
                value  = '@get_%s: '%(p.name_lower)
                value += 'Getter for the #%s:%s property.'%(i.camel_name, p.name_hyphen)
                doc_bits[key] = value
        for key in sorted(doc_bits.keys(), key=utils.version_cmp_key):
            self.outfile.write(' * %s\n'%doc_bits[key])

        self.outfile.write(self.docbook_gen.expand(
                ' *\n'
                ' * Virtual table for the D-Bus interface #%s.\n'
                %(i.name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write('typedef %sIface %sInterface;\n'%(i.camel_name, i.camel_name))
        self.outfile.write('G_DEFINE_INTERFACE (%s, %s, G_TYPE_OBJECT)\n'%(i.camel_name, i.name_lower))
        self.outfile.write('\n')

        self.outfile.write('static void\n'
                           '%s_default_init (%sIface *iface)\n'
                           '{\n'%(i.name_lower, i.camel_name));

        if len(i.methods) > 0:
            self.outfile.write('  /* GObject signals for incoming D-Bus method calls: */\n')
            for m in i.methods:
                unix_fd = False
                if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                    unix_fd = True
                self.outfile.write(self.docbook_gen.expand(
                        '  /**\n'
                        '   * %s::handle-%s:\n'
                        '   * @object: A #%s.\n'
                        '   * @invocation: A #GDBusMethodInvocation.\n'
                        %(i.camel_name, m.name_hyphen, i.camel_name), False))
                if unix_fd:
                    self.outfile.write('   * @fd_list: (nullable): A #GUnixFDList or %NULL.\n')
                for a in m.in_args:
                    self.outfile.write('   * @arg_%s: Argument passed by remote caller.\n'%(a.name))
                self.outfile.write(self.docbook_gen.expand(
                        '   *\n'
                        '   * Signal emitted when a remote caller is invoking the %s.%s() D-Bus method.\n'
                        '   *\n'
                        '   * If a signal handler returns %%TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call %s_complete_%s() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the %%G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n'
                        '   *\n'
                        '   * Returns: %%TRUE if the invocation was handled, %%FALSE to let other signal handlers run.\n'
                        %(i.name, m.name, i.name_lower, m.name_lower), False))
                self.write_gtkdoc_deprecated_and_since_and_close(m, self.outfile, 2)
                if unix_fd:
                    extra_args = 2
                else:
                    extra_args = 1
                self.outfile.write('  g_signal_new ("handle-%s",\n'
                                   '    G_TYPE_FROM_INTERFACE (iface),\n'
                                   '    G_SIGNAL_RUN_LAST,\n'
                                   '    G_STRUCT_OFFSET (%sIface, handle_%s),\n'
                                   '    g_signal_accumulator_true_handled,\n'
                                   '    NULL,\n' # accu_data
                                   '    g_cclosure_marshal_generic,\n'
                                   '    G_TYPE_BOOLEAN,\n'
                                   '    %d,\n'
                                   '    G_TYPE_DBUS_METHOD_INVOCATION'
                                   %(m.name_hyphen, i.camel_name, m.name_lower, len(m.in_args) + extra_args))
                if unix_fd:
                    self.outfile.write(', G_TYPE_UNIX_FD_LIST')
                for a in m.in_args:
                    self.outfile.write(', %s'%(a.gtype))
                self.outfile.write(');\n')
                self.outfile.write('\n')

        if len(i.signals) > 0:
            self.outfile.write('  /* GObject signals for received D-Bus signals: */\n')
            for s in i.signals:
                self.outfile.write(self.docbook_gen.expand(
                        '  /**\n'
                        '   * %s::%s:\n'
                        '   * @object: A #%s.\n'
                        %(i.camel_name, s.name_hyphen, i.camel_name), False))
                for a in s.args:
                    self.outfile.write('   * @arg_%s: Argument.\n'%(a.name))
                self.outfile.write(self.docbook_gen.expand(
                        '   *\n'
                        '   * On the client-side, this signal is emitted whenever the D-Bus signal #%s::%s is received.\n'
                        '   *\n'
                        '   * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n'
                        %(i.name, s.name), False))
                self.write_gtkdoc_deprecated_and_since_and_close(s, self.outfile, 2)
                self.outfile.write('  g_signal_new ("%s",\n'
                                   '    G_TYPE_FROM_INTERFACE (iface),\n'
                                   '    G_SIGNAL_RUN_LAST,\n'
                                   '    G_STRUCT_OFFSET (%sIface, %s),\n'
                                   '    NULL,\n' # accumulator
                                   '    NULL,\n' # accu_data
                                   '    g_cclosure_marshal_generic,\n'
                                   '    G_TYPE_NONE,\n'
                                   '    %d'
                                   %(s.name_hyphen, i.camel_name, s.name_lower, len(s.args)))
                for a in s.args:
                    self.outfile.write(', %s'%(a.gtype))
                self.outfile.write(');\n')
                self.outfile.write('\n')

        if len(i.properties) > 0:
            self.outfile.write('  /* GObject properties for D-Bus properties: */\n')
            for p in i.properties:
                if p.readable and p.writable:
                    hint = 'Since the D-Bus property for this #GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.'
                elif p.readable:
                    hint = 'Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.'
                elif p.writable:
                    hint = 'Since the D-Bus property for this #GObject property is writable but not readable, it is meaningful to write to it on both the client- and service-side. It is only meaningful, however, to read from it on the service-side.'
                else:
                    print_error('Cannot handle property "{}" that neither readable nor writable'.format(p.name))
                self.outfile.write(self.docbook_gen.expand(
                        '  /**\n'
                        '   * %s:%s:\n'
                        '   *\n'
                        '   * Represents the D-Bus property #%s:%s.\n'
                        '   *\n'
                        '   * %s\n'
                        %(i.camel_name, p.name_hyphen, i.name, p.name, hint), False))
                self.write_gtkdoc_deprecated_and_since_and_close(p, self.outfile, 2)
                self.outfile.write('  g_object_interface_install_property (iface,\n')
                if p.arg.gtype == 'G_TYPE_VARIANT':
                    s = 'g_param_spec_variant ("%s", "%s", "%s", G_VARIANT_TYPE ("%s"), NULL'%(p.name_hyphen, p.name, p.name, p.arg.signature)
                elif p.arg.signature == 'b':
                    s = 'g_param_spec_boolean ("%s", "%s", "%s", FALSE'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'y':
                    s = 'g_param_spec_uchar ("%s", "%s", "%s", 0, 255, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'n':
                    s = 'g_param_spec_int ("%s", "%s", "%s", G_MININT16, G_MAXINT16, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'q':
                    s = 'g_param_spec_uint ("%s", "%s", "%s", 0, G_MAXUINT16, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'i':
                    s = 'g_param_spec_int ("%s", "%s", "%s", G_MININT32, G_MAXINT32, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'u':
                    s = 'g_param_spec_uint ("%s", "%s", "%s", 0, G_MAXUINT32, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'x':
                    s = 'g_param_spec_int64 ("%s", "%s", "%s", G_MININT64, G_MAXINT64, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 't':
                    s = 'g_param_spec_uint64 ("%s", "%s", "%s", 0, G_MAXUINT64, 0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'd':
                    s = 'g_param_spec_double ("%s", "%s", "%s", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 's':
                    s = 'g_param_spec_string ("%s", "%s", "%s", NULL'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'o':
                    s = 'g_param_spec_string ("%s", "%s", "%s", NULL'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'g':
                    s = 'g_param_spec_string ("%s", "%s", "%s", NULL'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'ay':
                    s = 'g_param_spec_string ("%s", "%s", "%s", NULL'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'as':
                    s = 'g_param_spec_boxed ("%s", "%s", "%s", G_TYPE_STRV'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'ao':
                    s = 'g_param_spec_boxed ("%s", "%s", "%s", G_TYPE_STRV'%(p.name_hyphen, p.name, p.name)
                elif p.arg.signature == 'aay':
                    s = 'g_param_spec_boxed ("%s", "%s", "%s", G_TYPE_STRV'%(p.name_hyphen, p.name, p.name)
                else:
                    print_error('Unsupported gtype "{}" for GParamSpec'.format(p.arg.gtype))
                flags = 'G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS'
                if p.deprecated:
                    flags = 'G_PARAM_DEPRECATED | ' + flags
                self.outfile.write('    %s, %s));'%(s, flags));
                self.outfile.write('\n')

        self.outfile.write('}\n'
                           '\n')

    # ----------------------------------------------------------------------------------------------------

    def generate_property_accessors(self, i):
        for p in i.properties:
            # getter
            if p.readable and p.writable:
                hint = 'Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.'
            elif p.readable:
                hint = 'Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.'
            elif p.writable:
                hint = 'Since this D-Bus property is not readable, it is only meaningful to use this function on the service-side.'
            else:
                print_error('Cannot handle property "{}" that neither readable nor writable'.format(p.name))
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %s_get_%s: (skip)\n'
                    ' * @object: A #%s.\n'
                    ' *\n'
                    ' * Gets the value of the #%s:%s D-Bus property.\n'
                    ' *\n'
                    ' * %s\n'
                    ' *\n'
                    %(i.name_lower, p.name_lower, i.camel_name, i.name, p.name, hint), False))
            if p.arg.free_func != None:
                self.outfile.write(' * <warning>The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use %s_dup_%s() if on another thread.</warning>\n'
                                   ' *\n'
                                   ' * Returns: (transfer none) (nullable): The property value or %%NULL if the property is not set. Do not free the returned value, it belongs to @object.\n'
                                   %(i.name_lower, p.name_lower))
            else:
                self.outfile.write(' * Returns: The property value.\n')
            self.write_gtkdoc_deprecated_and_since_and_close(p, self.outfile, 0)
            self.outfile.write('%s\n'
                               '%s_get_%s (%s *object)\n'
                               '{\n'%(p.arg.ctype_in, i.name_lower, p.name_lower, i.camel_name))
            self.outfile.write('  return %s%s_GET_IFACE (object)->get_%s (object);\n'%(i.ns_upper, i.name_upper, p.name_lower))
            self.outfile.write('}\n')
            self.outfile.write('\n')
            if p.arg.free_func != None:

                self.outfile.write(self.docbook_gen.expand(
                        '/**\n'
                        ' * %s_dup_%s: (skip)\n'
                        ' * @object: A #%s.\n'
                        ' *\n'
                        ' * Gets a copy of the #%s:%s D-Bus property.\n'
                        ' *\n'
                        ' * %s\n'
                        ' *\n'
                        ' * Returns: (transfer full) (nullable): The property value or %%NULL if the property is not set. The returned value should be freed with %s().\n'
                        %(i.name_lower, p.name_lower, i.camel_name, i.name, p.name, hint, p.arg.free_func), False))
                self.write_gtkdoc_deprecated_and_since_and_close(p, self.outfile, 0)
                self.outfile.write('%s\n'
                                   '%s_dup_%s (%s *object)\n'
                                   '{\n'
                                   '  %svalue;\n'%(p.arg.ctype_in_dup, i.name_lower, p.name_lower, i.camel_name, p.arg.ctype_in_dup))
                self.outfile.write('  g_object_get (G_OBJECT (object), "%s", &value, NULL);\n'%(p.name_hyphen))
                self.outfile.write('  return value;\n')
                self.outfile.write('}\n')
                self.outfile.write('\n')

            # setter
            if p.readable and p.writable:
                hint = 'Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.'
            elif p.readable:
                hint = 'Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.'
            elif p.writable:
                hint = 'Since this D-Bus property is writable, it is meaningful to use this function on both the client- and service-side.'
            else:
                print_error('Cannot handle property "{}" that neither readable nor writable'.format(p.name))
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %s_set_%s: (skip)\n'
                    ' * @object: A #%s.\n'
                    ' * @value: The value to set.\n'
                    ' *\n'
                    ' * Sets the #%s:%s D-Bus property to @value.\n'
                    ' *\n'
                    ' * %s\n'
                    %(i.name_lower, p.name_lower, i.camel_name, i.name, p.name, hint), False))
            self.write_gtkdoc_deprecated_and_since_and_close(p, self.outfile, 0)
            self.outfile.write('void\n'
                               '%s_set_%s (%s *object, %svalue)\n'
                               '{\n'%(i.name_lower, p.name_lower, i.camel_name, p.arg.ctype_in, ))
            self.outfile.write('  g_object_set (G_OBJECT (object), "%s", value, NULL);\n'%(p.name_hyphen))
            self.outfile.write('}\n')
            self.outfile.write('\n')

    # ---------------------------------------------------------------------------------------------------

    def generate_signal_emitters(self, i):
        for s in i.signals:
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %s_emit_%s:\n'
                    ' * @object: A #%s.\n'
                    %(i.name_lower, s.name_lower, i.camel_name), False))
            for a in s.args:
                self.outfile.write(' * @arg_%s: Argument to pass with the signal.\n'%(a.name))
            self.outfile.write(self.docbook_gen.expand(
                    ' *\n'
                    ' * Emits the #%s::%s D-Bus signal.\n'
                    %(i.name, s.name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(s, self.outfile, 0)
            self.outfile.write('void\n'
                               '%s_emit_%s (\n'
                               '    %s *object'%(i.name_lower, s.name_lower, i.camel_name))
            for a in s.args:
                self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
            self.outfile.write(')\n'
                               '{\n'
                               '  g_signal_emit_by_name (object, "%s"'%(s.name_hyphen))
            for a in s.args:
                self.outfile.write(', arg_%s'%a.name)
            self.outfile.write(');\n')
            self.outfile.write('}\n'
                               '\n')

    # ---------------------------------------------------------------------------------------------------

    def generate_method_calls(self, i):
        for m in i.methods:
            unix_fd = False
            if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                unix_fd = True
            # async begin
            self.outfile.write('/**\n'
                               ' * %s_call_%s:\n'
                               ' * @proxy: A #%sProxy.\n'
                               %(i.name_lower, m.name_lower, i.camel_name))
            for a in m.in_args:
                self.outfile.write(' * @arg_%s: Argument to pass with the method invocation.\n'%(a.name))
            if unix_fd:
                self.outfile.write(' * @fd_list: (nullable): A #GUnixFDList or %NULL.\n')
            self.outfile.write(self.docbook_gen.expand(
                    ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                    ' * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %%NULL.\n'
                    ' * @user_data: User data to pass to @callback.\n'
                    ' *\n'
                    ' * Asynchronously invokes the %s.%s() D-Bus method on @proxy.\n'
                    ' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
                    ' * You can then call %s_call_%s_finish() to get the result of the operation.\n'
                    ' *\n'
                    ' * See %s_call_%s_sync() for the synchronous, blocking version of this method.\n'
                    %(i.name, m.name, i.name_lower, m.name_lower, i.name_lower, m.name_lower), False))
            self.write_gtkdoc_deprecated_and_since_and_close(m, self.outfile, 0)
            self.outfile.write('void\n'
                               '%s_call_%s (\n'
                               '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
            for a in m.in_args:
                self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
            if unix_fd:
                self.outfile.write(',\n    GUnixFDList *fd_list')
            self.outfile.write(',\n'
                               '    GCancellable *cancellable,\n'
                               '    GAsyncReadyCallback callback,\n'
                               '    gpointer user_data)\n'
                               '{\n')
            if unix_fd:
                self.outfile.write('  g_dbus_proxy_call_with_unix_fd_list (G_DBUS_PROXY (proxy),\n')
            else:
                self.outfile.write('  g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n')
            self.outfile.write('    "%s",\n'
                               '    g_variant_new ("('%(m.name))
            for a in m.in_args:
                self.outfile.write('%s'%(a.format_in))
            self.outfile.write(')"')
            for a in m.in_args:
                self.outfile.write(',\n                   arg_%s'%(a.name))
            self.outfile.write('),\n'
                               '    G_DBUS_CALL_FLAGS_NONE,\n'
                               '    -1,\n')
            if unix_fd:
                self.outfile.write('    fd_list,\n')
            self.outfile.write('    cancellable,\n'
                               '    callback,\n'
                               '    user_data);\n')
            self.outfile.write('}\n'
                               '\n')
            # async finish
            self.outfile.write('/**\n'
                               ' * %s_call_%s_finish:\n'
                               ' * @proxy: A #%sProxy.\n'
                               %(i.name_lower, m.name_lower, i.camel_name))
            for a in m.out_args:
                self.outfile.write(' * @out_%s: (out) (optional)%s: Return location for return parameter or %%NULL to ignore.\n'%(a.name, ' ' + a.array_annotation if a.array_annotation else ''))
            if unix_fd:
                self.outfile.write(' * @out_fd_list: (out) (optional): Return location for a #GUnixFDList or %NULL to ignore.\n')
            self.outfile.write(self.docbook_gen.expand(
                    ' * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to %s_call_%s().\n'
                    ' * @error: Return location for error or %%NULL.\n'
                    ' *\n'
                    ' * Finishes an operation started with %s_call_%s().\n'
                    ' *\n'
                    ' * Returns: (skip): %%TRUE if the call succeded, %%FALSE if @error is set.\n'
                    %(i.name_lower, m.name_lower, i.name_lower, m.name_lower), False))
            self.write_gtkdoc_deprecated_and_since_and_close(m, self.outfile, 0)
            self.outfile.write('gboolean\n'
                               '%s_call_%s_finish (\n'
                               '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
            for a in m.out_args:
                self.outfile.write(',\n    %sout_%s'%(a.ctype_out, a.name))
            if unix_fd:
                self.outfile.write(',\n    GUnixFDList **out_fd_list')
            self.outfile.write(',\n'
                               '    GAsyncResult *res,\n'
                               '    GError **error)\n'
                               '{\n'
                               '  GVariant *_ret;\n')
            if unix_fd:
                self.outfile.write('  _ret = g_dbus_proxy_call_with_unix_fd_list_finish (G_DBUS_PROXY (proxy), out_fd_list, res, error);\n')
            else:
                self.outfile.write('  _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n')
            self.outfile.write('  if (_ret == NULL)\n'
                               '    goto _out;\n')
            self.outfile.write('  g_variant_get (_ret,\n'
                               '                 \"(')
            for a in m.out_args:
                self.outfile.write('%s'%(a.format_out))
            self.outfile.write(')"')
            for a in m.out_args:
                self.outfile.write(',\n                 out_%s'%(a.name))
            self.outfile.write(');\n'
                               '  g_variant_unref (_ret);\n')
            self.outfile.write('_out:\n'
                               '  return _ret != NULL;\n'
                               '}\n'
                               '\n')


            # sync
            self.outfile.write('/**\n'
                               ' * %s_call_%s_sync:\n'
                               ' * @proxy: A #%sProxy.\n'
                               %(i.name_lower, m.name_lower, i.camel_name))
            for a in m.in_args:
                self.outfile.write(' * @arg_%s: Argument to pass with the method invocation.\n'%(a.name))
            if unix_fd:
                self.outfile.write(' * @fd_list: (nullable): A #GUnixFDList or %NULL.\n')
            for a in m.out_args:
                self.outfile.write(' * @out_%s: (out) (optional)%s: Return location for return parameter or %%NULL to ignore.\n'%(a.name, ' ' + a.array_annotation if a.array_annotation else ''))
            if unix_fd:
                self.outfile.write(' * @out_fd_list: (out): Return location for a #GUnixFDList or %NULL.\n')
            self.outfile.write(self.docbook_gen.expand(
                    ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                    ' * @error: Return location for error or %%NULL.\n'
                    ' *\n'
                    ' * Synchronously invokes the %s.%s() D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n'
                    ' *\n'
                    ' * See %s_call_%s() for the asynchronous version of this method.\n'
                    ' *\n'
                    ' * Returns: (skip): %%TRUE if the call succeded, %%FALSE if @error is set.\n'
                    %(i.name, m.name, i.name_lower, m.name_lower), False))
            self.write_gtkdoc_deprecated_and_since_and_close(m, self.outfile, 0)
            self.outfile.write('gboolean\n'
                               '%s_call_%s_sync (\n'
                               '    %s *proxy'%(i.name_lower, m.name_lower, i.camel_name))
            for a in m.in_args:
                self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
            if unix_fd:
                self.outfile.write(',\n    GUnixFDList  *fd_list')
            for a in m.out_args:
                self.outfile.write(',\n    %sout_%s'%(a.ctype_out, a.name))
            if unix_fd:
                self.outfile.write(',\n    GUnixFDList **out_fd_list')
            self.outfile.write(',\n'
                               '    GCancellable *cancellable,\n'
                               '    GError **error)\n'
                               '{\n'
                               '  GVariant *_ret;\n')
            if unix_fd:
                self.outfile.write('  _ret = g_dbus_proxy_call_with_unix_fd_list_sync (G_DBUS_PROXY (proxy),\n')
            else:
                self.outfile.write('  _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n')
            self.outfile.write('    "%s",\n'
                               '    g_variant_new ("('%(m.name))
            for a in m.in_args:
                self.outfile.write('%s'%(a.format_in))
            self.outfile.write(')"')
            for a in m.in_args:
                self.outfile.write(',\n                   arg_%s'%(a.name))
            self.outfile.write('),\n'
                               '    G_DBUS_CALL_FLAGS_NONE,\n'
                               '    -1,\n')
            if unix_fd:
                self.outfile.write('    fd_list,\n'
                                   '    out_fd_list,\n')
            self.outfile.write('    cancellable,\n'
                               '    error);\n'
                               '  if (_ret == NULL)\n'
                               '    goto _out;\n')
            self.outfile.write('  g_variant_get (_ret,\n'
                               '                 \"(')
            for a in m.out_args:
                self.outfile.write('%s'%(a.format_out))
            self.outfile.write(')"')
            for a in m.out_args:
                self.outfile.write(',\n                 out_%s'%(a.name))
            self.outfile.write(');\n'
                               '  g_variant_unref (_ret);\n')
            self.outfile.write('_out:\n'
                               '  return _ret != NULL;\n'
                               '}\n'
                               '\n')

    # ---------------------------------------------------------------------------------------------------

    def generate_method_completers(self, i):
        for m in i.methods:
            unix_fd = False
            if utils.lookup_annotation(m.annotations, 'org.gtk.GDBus.C.UnixFD'):
                unix_fd = True
            self.outfile.write('/**\n'
                               ' * %s_complete_%s:\n'
                               ' * @object: A #%s.\n'
                               ' * @invocation: (transfer full): A #GDBusMethodInvocation.\n'
                               %(i.name_lower, m.name_lower, i.camel_name))
            if unix_fd:
                self.outfile.write(' * @fd_list: (nullable): A #GUnixFDList or %NULL.\n')
            for a in m.out_args:
                self.outfile.write(' * @%s: Parameter to return.\n'%(a.name))
            self.outfile.write(self.docbook_gen.expand(
                    ' *\n'
                    ' * Helper function used in service implementations to finish handling invocations of the %s.%s() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n'
                    ' *\n'
                    ' * This method will free @invocation, you cannot use it afterwards.\n'
                    %(i.name, m.name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(m, self.outfile, 0)
            self.outfile.write('void\n'
                               '%s_complete_%s (\n'
                               '    %s *object,\n'
                               '    GDBusMethodInvocation *invocation'%(i.name_lower, m.name_lower, i.camel_name))
            if unix_fd:
                self.outfile.write(',\n    GUnixFDList *fd_list')
            for a in m.out_args:
                self.outfile.write(',\n    %s%s'%(a.ctype_in, a.name))
            self.outfile.write(')\n'
                               '{\n')

            if unix_fd:
                self.outfile.write('  g_dbus_method_invocation_return_value_with_unix_fd_list (invocation,\n'
                                   '    g_variant_new ("(')
            else:
                self.outfile.write('  g_dbus_method_invocation_return_value (invocation,\n'
                                   '    g_variant_new ("(')
            for a in m.out_args:
                self.outfile.write('%s'%(a.format_in))
            self.outfile.write(')"')
            for a in m.out_args:
                self.outfile.write(',\n                   %s'%(a.name))
            if unix_fd:
                self.outfile.write('),\n    fd_list);\n')
            else:
                self.outfile.write('));\n')
            self.outfile.write('}\n'
                               '\n')

    # ---------------------------------------------------------------------------------------------------

    def generate_proxy(self, i):
        # class boilerplate
        self.outfile.write('/* ------------------------------------------------------------------------ */\n'
                           '\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sProxy:\n'
                ' *\n'
                ' * The #%sProxy structure contains only private data and should only be accessed using the provided API.\n'
                %(i.camel_name, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sProxyClass:\n'
                ' * @parent_class: The parent class.\n'
                ' *\n'
                ' * Class structure for #%sProxy.\n'
                %(i.camel_name, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write('struct _%sProxyPrivate\n'
                           '{\n'
                           '  GData *qdata;\n'
                           '};\n'
                           '\n'%i.camel_name)

        self.outfile.write('static void %s_proxy_iface_init (%sIface *iface);\n'
                           '\n'%(i.name_lower, i.camel_name))
        self.outfile.write('#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n')
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sProxy, %s_proxy, G_TYPE_DBUS_PROXY,\n'%(i.camel_name, i.name_lower))
        self.outfile.write('                         G_ADD_PRIVATE (%sProxy)\n'%(i.camel_name))
        self.outfile.write('                         G_IMPLEMENT_INTERFACE (%sTYPE_%s, %s_proxy_iface_init))\n\n'%(i.ns_upper, i.name_upper, i.name_lower))
        self.outfile.write('#else\n')
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sProxy, %s_proxy, G_TYPE_DBUS_PROXY,\n'%(i.camel_name, i.name_lower))
        self.outfile.write('                         G_IMPLEMENT_INTERFACE (%sTYPE_%s, %s_proxy_iface_init))\n\n'%(i.ns_upper, i.name_upper, i.name_lower))
        self.outfile.write('#endif\n')

        # finalize
        self.outfile.write('static void\n'
                           '%s_proxy_finalize (GObject *object)\n'
                           '{\n'%(i.name_lower))
        self.outfile.write('  %sProxy *proxy = %s%s_PROXY (object);\n'%(i.camel_name, i.ns_upper, i.name_upper))
        self.outfile.write('  g_datalist_clear (&proxy->priv->qdata);\n')
        self.outfile.write('  G_OBJECT_CLASS (%s_proxy_parent_class)->finalize (object);\n'
                           '}\n'
                           '\n'%(i.name_lower))

        # property accessors
        #
        # Note that we are guaranteed that prop_id starts at 1 and is
        # laid out in the same order as introspection data pointers
        #
        self.outfile.write('static void\n'
                           '%s_proxy_get_property (GObject      *object,\n'
                           '  guint         prop_id,\n'
                           '  GValue       *value,\n'
                           '  GParamSpec   *pspec G_GNUC_UNUSED)\n'
                           '{\n'%(i.name_lower))
        if len(i.properties) > 0:
            self.outfile.write('  const _ExtendedGDBusPropertyInfo *info;\n'
                               '  GVariant *variant;\n'
                               '  g_assert (prop_id != 0 && prop_id - 1 < %d);\n'
                               '  info = (const _ExtendedGDBusPropertyInfo *) _%s_property_info_pointers[prop_id - 1];\n'
                               '  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n'
                               '  if (info->use_gvariant)\n'
                               '    {\n'
                               '      g_value_set_variant (value, variant);\n'
                               '    }\n'
                               '  else\n'
                               '    {\n'
                               # could be that we don't have the value in cache - in that case, we do
                               # nothing and the user gets the default value for the GType
                               '      if (variant != NULL)\n'
                               '        g_dbus_gvariant_to_gvalue (variant, value);\n'
                               '    }\n'
                               '  if (variant != NULL)\n'
                               '    g_variant_unref (variant);\n'
                               %(len(i.properties), i.name_lower))
        self.outfile.write('}\n'
                           '\n')
        if len(i.properties) > 0:
            self.outfile.write('static void\n'
                               '%s_proxy_set_property_cb (GDBusProxy *proxy,\n'
                               '  GAsyncResult *res,\n'
                               '  gpointer      user_data)\n'
                               '{\n'%(i.name_lower))
            self.outfile.write('  const _ExtendedGDBusPropertyInfo *info = user_data;\n'
                               '  GError *error;\n'
                               '  GVariant *_ret;\n'
                               '  error = NULL;\n'
                               '  _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n'
                               '  if (!_ret)\n'
                               '    {\n'
                               '      g_warning ("Error setting property \'%%s\' on interface %s: %%s (%%s, %%d)",\n'
                               '                 info->parent_struct.name, \n'
                               '                 error->message, g_quark_to_string (error->domain), error->code);\n'
                               '      g_error_free (error);\n'
                               '    }\n'
                               '  else\n'
                               '    {\n'
                               '      g_variant_unref (_ret);\n'
                               '    }\n'
                               %(i.name))
            self.outfile.write('}\n'
                               '\n')
        self.outfile.write('static void\n'
                           '%s_proxy_set_property (GObject      *object,\n'
                           '  guint         prop_id,\n'
                           '  const GValue *value,\n'
                           '  GParamSpec   *pspec G_GNUC_UNUSED)\n'
                           '{\n'%(i.name_lower))
        if len(i.properties) > 0:
            self.outfile.write('  const _ExtendedGDBusPropertyInfo *info;\n'
                               '  GVariant *variant;\n'
                               '  g_assert (prop_id != 0 && prop_id - 1 < %d);\n'
                               '  info = (const _ExtendedGDBusPropertyInfo *) _%s_property_info_pointers[prop_id - 1];\n'
                               '  variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n'
                               '  g_dbus_proxy_call (G_DBUS_PROXY (object),\n'
                               '    "org.freedesktop.DBus.Properties.Set",\n'
                               '    g_variant_new ("(ssv)", "%s", info->parent_struct.name, variant),\n'
                               '    G_DBUS_CALL_FLAGS_NONE,\n'
                               '    -1,\n'
                               '    NULL, (GAsyncReadyCallback) %s_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n'
                               '  g_variant_unref (variant);\n'
                               %(len(i.properties), i.name_lower, i.name, i.name_lower))
        self.outfile.write('}\n'
                           '\n')

        # signal received
        self.outfile.write('static void\n'
                           '%s_proxy_g_signal (GDBusProxy *proxy,\n'
                           '  const gchar *sender_name G_GNUC_UNUSED,\n'
                           '  const gchar *signal_name,\n'
                           '  GVariant *parameters)\n'
                           '{\n'%(i.name_lower))
        self.outfile.write('  _ExtendedGDBusSignalInfo *info;\n'
                           '  GVariantIter iter;\n'
                           '  GVariant *child;\n'
                           '  GValue *paramv;\n'
                           '  gsize num_params;\n'
                           '  gsize n;\n'
                           '  guint signal_id;\n');
        # Note: info could be NULL if we are talking to a newer version of the interface
        self.outfile.write('  info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, signal_name);\n'
                           '  if (info == NULL)\n'
                           '    return;\n'
                           %(i.name_lower))
        self.outfile.write('  num_params = g_variant_n_children (parameters);\n'
                           '  paramv = g_new0 (GValue, num_params + 1);\n'
                           '  g_value_init (&paramv[0], %sTYPE_%s);\n'
                           '  g_value_set_object (&paramv[0], proxy);\n'
                           %(i.ns_upper, i.name_upper))
        self.outfile.write('  g_variant_iter_init (&iter, parameters);\n'
                           '  n = 1;\n'
                           '  while ((child = g_variant_iter_next_value (&iter)) != NULL)\n'
                           '    {\n'
                           '      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n'
                           '      if (arg_info->use_gvariant)\n'
                           '        {\n'
                           '          g_value_init (&paramv[n], G_TYPE_VARIANT);\n'
                           '          g_value_set_variant (&paramv[n], child);\n'
                           '          n++;\n'
                           '        }\n'
                           '      else\n'
                           '        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n'
                           '      g_variant_unref (child);\n'
                           '    }\n'
                           )
        self.outfile.write('  signal_id = g_signal_lookup (info->signal_name, %sTYPE_%s);\n'
                           %(i.ns_upper, i.name_upper))
        self.outfile.write('  g_signal_emitv (paramv, signal_id, 0, NULL);\n')
        self.outfile.write('  for (n = 0; n < num_params + 1; n++)\n'
                           '    g_value_unset (&paramv[n]);\n'
                           '  g_free (paramv);\n')
        self.outfile.write('}\n'
                           '\n')

        # property changed
        self.outfile.write('static void\n'
                           '%s_proxy_g_properties_changed (GDBusProxy *_proxy,\n'
                           '  GVariant *changed_properties,\n'
                           '  const gchar *const *invalidated_properties)\n'
                           '{\n'%(i.name_lower))
        # Note: info could be NULL if we are talking to a newer version of the interface
        self.outfile.write('  %sProxy *proxy = %s%s_PROXY (_proxy);\n'
                           '  guint n;\n'
                           '  const gchar *key;\n'
                           '  GVariantIter *iter;\n'
                           '  _ExtendedGDBusPropertyInfo *info;\n'
                           '  g_variant_get (changed_properties, "a{sv}", &iter);\n'
                           '  while (g_variant_iter_next (iter, "{&sv}", &key, NULL))\n'
                           '    {\n'
                           '      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, key);\n'
                           '      g_datalist_remove_data (&proxy->priv->qdata, key);\n'
                           '      if (info != NULL)\n'
                           '        g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n'
                           '    }\n'
                           '  g_variant_iter_free (iter);\n'
                           '  for (n = 0; invalidated_properties[n] != NULL; n++)\n'
                           '    {\n'
                           '      info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, invalidated_properties[n]);\n'
                           '      g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n'
                           '      if (info != NULL)\n'
                           '        g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n'
                           '    }\n'
                           '}\n'
                           '\n'
                           %(i.camel_name, i.ns_upper, i.name_upper,
                             i.name_lower, i.name_lower))

        # property vfuncs
        for p in i.properties:
            nul_value = '0'
            if p.arg.free_func != None:
                nul_value = 'NULL'
            self.outfile.write('static %s\n'
                               '%s_proxy_get_%s (%s *object)\n'
                               '{\n'
                               '  %sProxy *proxy = %s%s_PROXY (object);\n'
                               '  GVariant *variant;\n'
                               '  %svalue = %s;\n'%(p.arg.ctype_in, i.name_lower, p.name_lower, i.camel_name,
                                                    i.camel_name, i.ns_upper, i.name_upper,
                                                    p.arg.ctype_in, nul_value))
            # For some property types, we have to free the returned
            # value (or part of it, e.g. the container) because of how
            # GVariant works.. see https://bugzilla.gnome.org/show_bug.cgi?id=657100
            # for details
            #
            free_container = False;
            if p.arg.gvariant_get == 'g_variant_get_strv' or p.arg.gvariant_get == 'g_variant_get_objv' or p.arg.gvariant_get == 'g_variant_get_bytestring_array':
                free_container = True;
            # If already using an old value for strv, objv, bytestring_array (see below),
            # then just return that... that way the result from multiple consecutive calls
            # to the getter are valid as long as they're freed
            #
            if free_container:
                self.outfile.write('  value = g_datalist_get_data (&proxy->priv->qdata, \"%s\");\n'
                                   '  if (value != NULL)\n'
                                   '    return value;\n'
                                   %(p.name))
            self.outfile.write('  variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"%s\");\n'%(p.name))
            if p.arg.gtype == 'G_TYPE_VARIANT':
                self.outfile.write('  value = variant;\n')
                self.outfile.write('  if (variant != NULL)\n')
                self.outfile.write('    g_variant_unref (variant);\n')
            else:
                self.outfile.write('  if (variant != NULL)\n'
                                   '    {\n')
                extra_len = ''
                if p.arg.gvariant_get == 'g_variant_get_string' or p.arg.gvariant_get == 'g_variant_get_strv' or p.arg.gvariant_get == 'g_variant_get_objv' or p.arg.gvariant_get == 'g_variant_get_bytestring_array':
                    extra_len = ', NULL'
                self.outfile.write('      value = %s (variant%s);\n'%(p.arg.gvariant_get, extra_len))
                if free_container:
                    self.outfile.write('      g_datalist_set_data_full (&proxy->priv->qdata, \"%s\", (gpointer) value, g_free);\n'
                                       %(p.name))
                self.outfile.write('      g_variant_unref (variant);\n')
                self.outfile.write('    }\n')
            self.outfile.write('  return value;\n')
            self.outfile.write('}\n')
            self.outfile.write('\n')

        # class boilerplate
        self.outfile.write('static void\n'
                           '%s_proxy_init (%sProxy *proxy)\n'
                           '{\n'
                           '#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n'
                           '  proxy->priv = %s_proxy_get_instance_private (proxy);\n'
                           '#else\n'
                           '  proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, %sTYPE_%s_PROXY, %sProxyPrivate);\n'
                           '#endif\n\n'
                           '  g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), %s_interface_info ());\n'
                           '}\n'
                           '\n'
                           %(i.name_lower, i.camel_name,
                             i.name_lower,
                             i.ns_upper, i.name_upper, i.camel_name,
                             i.name_lower))
        self.outfile.write('static void\n'
                           '%s_proxy_class_init (%sProxyClass *klass)\n'
                           '{\n'
                           '  GObjectClass *gobject_class;\n'
                           '  GDBusProxyClass *proxy_class;\n'
                           '\n'
                           '  gobject_class = G_OBJECT_CLASS (klass);\n'
                           '  gobject_class->finalize     = %s_proxy_finalize;\n'
                           '  gobject_class->get_property = %s_proxy_get_property;\n'
                           '  gobject_class->set_property = %s_proxy_set_property;\n'
                           '\n'
                           '  proxy_class = G_DBUS_PROXY_CLASS (klass);\n'
                           '  proxy_class->g_signal = %s_proxy_g_signal;\n'
                           '  proxy_class->g_properties_changed = %s_proxy_g_properties_changed;\n'
                           '\n'%(i.name_lower, i.camel_name,
                                 i.name_lower, i.name_lower, i.name_lower, i.name_lower, i.name_lower))
        if len(i.properties) > 0:
            self.outfile.write('  %s_override_properties (gobject_class, 1);\n\n'%(i.name_lower))
        self.outfile.write('#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n'
                           '  g_type_class_add_private (klass, sizeof (%sProxyPrivate));\n'
                           '#endif\n'%(i.camel_name))
        self.outfile.write('}\n'
                           '\n')

        self.outfile.write('static void\n'
                           '%s_proxy_iface_init (%sIface *iface)\n'
                           '{\n'%(i.name_lower, i.camel_name))
        for p in i.properties:
            self.outfile.write('  iface->get_%s = %s_proxy_get_%s;\n'%(p.name_lower, i.name_lower, p.name_lower))
        self.outfile.write('}\n'
                           '\n')

        # constructors
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s_proxy_new:\n'
                ' * @connection: A #GDBusConnection.\n'
                ' * @flags: Flags from the #GDBusProxyFlags enumeration.\n'
                ' * @name: (nullable): A bus name (well-known or unique) or %%NULL if @connection is not a message bus connection.\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n'
                ' * @user_data: User data to pass to @callback.\n'
                ' *\n'
                ' * Asynchronously creates a proxy for the D-Bus interface #%s. See g_dbus_proxy_new() for more details.\n'
                ' *\n'
                ' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
                ' * You can then call %s_proxy_new_finish() to get the result of the operation.\n'
                ' *\n'
                ' * See %s_proxy_new_sync() for the synchronous, blocking version of this constructor.\n'
                %(i.name_lower, i.name, i.name_lower, i.name_lower), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('void\n'
                           '%s_proxy_new (\n'
                           '    GDBusConnection     *connection,\n'
                           '    GDBusProxyFlags      flags,\n'
                           '    const gchar         *name,\n'
                           '    const gchar         *object_path,\n'
                           '    GCancellable        *cancellable,\n'
                           '    GAsyncReadyCallback  callback,\n'
                           '    gpointer             user_data)\n'
                           '{\n'
                           '  g_async_initable_new_async (%sTYPE_%s_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "%s", NULL);\n'
                           '}\n'
                           '\n'
                           %(i.name_lower, i.ns_upper, i.name_upper, i.name))
        self.outfile.write('/**\n'
                           ' * %s_proxy_new_finish:\n'
                           ' * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to %s_proxy_new().\n'
                           ' * @error: Return location for error or %%NULL\n'
                           ' *\n'
                           ' * Finishes an operation started with %s_proxy_new().\n'
                           ' *\n'
                           ' * Returns: (transfer full) (type %sProxy): The constructed proxy object or %%NULL if @error is set.\n'
                           %(i.name_lower, i.name_lower, i.name_lower, i.camel_name))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('%s *\n'
                           '%s_proxy_new_finish (\n'
                           '    GAsyncResult        *res,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GObject *ret;\n'
                           '  GObject *source_object;\n'
                           '  source_object = g_async_result_get_source_object (res);\n'
                           '  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n'
                           '  g_object_unref (source_object);\n'
                           '  if (ret != NULL)\n'
                           '    return %s%s (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(i.camel_name, i.name_lower, i.ns_upper, i.name_upper))
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s_proxy_new_sync:\n'
                ' * @connection: A #GDBusConnection.\n'
                ' * @flags: Flags from the #GDBusProxyFlags enumeration.\n'
                ' * @name: (nullable): A bus name (well-known or unique) or %%NULL if @connection is not a message bus connection.\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @error: Return location for error or %%NULL\n'
                ' *\n'
                ' * Synchronously creates a proxy for the D-Bus interface #%s. See g_dbus_proxy_new_sync() for more details.\n'
                ' *\n'
                ' * The calling thread is blocked until a reply is received.\n'
                ' *\n'
                ' * See %s_proxy_new() for the asynchronous version of this constructor.\n'
                ' *\n'
                ' * Returns: (transfer full) (type %sProxy): The constructed proxy object or %%NULL if @error is set.\n'
                %(i.name_lower, i.name, i.name_lower, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('%s *\n'
                           '%s_proxy_new_sync (\n'
                           '    GDBusConnection     *connection,\n'
                           '    GDBusProxyFlags      flags,\n'
                           '    const gchar         *name,\n'
                           '    const gchar         *object_path,\n'
                           '    GCancellable        *cancellable,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GInitable *ret;\n'
                           '  ret = g_initable_new (%sTYPE_%s_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-connection", connection, "g-object-path", object_path, "g-interface-name", "%s", NULL);\n'
                           '  if (ret != NULL)\n'
                           '    return %s%s (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(i.camel_name, i.name_lower, i.ns_upper, i.name_upper, i.name, i.ns_upper, i.name_upper))
        self.outfile.write('\n')
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s_proxy_new_for_bus:\n'
                ' * @bus_type: A #GBusType.\n'
                ' * @flags: Flags from the #GDBusProxyFlags enumeration.\n'
                ' * @name: A bus name (well-known or unique).\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n'
                ' * @user_data: User data to pass to @callback.\n'
                ' *\n'
                ' * Like %s_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n'
                ' *\n'
                ' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
                ' * You can then call %s_proxy_new_for_bus_finish() to get the result of the operation.\n'
                ' *\n'
                ' * See %s_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n'
                %(i.name_lower, i.name_lower, i.name_lower, i.name_lower), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('void\n'
                           '%s_proxy_new_for_bus (\n'
                           '    GBusType             bus_type,\n'
                           '    GDBusProxyFlags      flags,\n'
                           '    const gchar         *name,\n'
                           '    const gchar         *object_path,\n'
                           '    GCancellable        *cancellable,\n'
                           '    GAsyncReadyCallback  callback,\n'
                           '    gpointer             user_data)\n'
                           '{\n'
                           '  g_async_initable_new_async (%sTYPE_%s_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "%s", NULL);\n'
                           '}\n'
                           '\n'
                           %(i.name_lower, i.ns_upper, i.name_upper, i.name))
        self.outfile.write('/**\n'
                           ' * %s_proxy_new_for_bus_finish:\n'
                           ' * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to %s_proxy_new_for_bus().\n'
                           ' * @error: Return location for error or %%NULL\n'
                           ' *\n'
                           ' * Finishes an operation started with %s_proxy_new_for_bus().\n'
                           ' *\n'
                           ' * Returns: (transfer full) (type %sProxy): The constructed proxy object or %%NULL if @error is set.\n'
                           %(i.name_lower, i.name_lower, i.name_lower, i.camel_name))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('%s *\n'
                           '%s_proxy_new_for_bus_finish (\n'
                           '    GAsyncResult        *res,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GObject *ret;\n'
                           '  GObject *source_object;\n'
                           '  source_object = g_async_result_get_source_object (res);\n'
                           '  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n'
                           '  g_object_unref (source_object);\n'
                           '  if (ret != NULL)\n'
                           '    return %s%s (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(i.camel_name, i.name_lower, i.ns_upper, i.name_upper))
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s_proxy_new_for_bus_sync:\n'
                ' * @bus_type: A #GBusType.\n'
                ' * @flags: Flags from the #GDBusProxyFlags enumeration.\n'
                ' * @name: A bus name (well-known or unique).\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @error: Return location for error or %%NULL\n'
                ' *\n'
                ' * Like %s_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n'
                ' *\n'
                ' * The calling thread is blocked until a reply is received.\n'
                ' *\n'
                ' * See %s_proxy_new_for_bus() for the asynchronous version of this constructor.\n'
                ' *\n'
                ' * Returns: (transfer full) (type %sProxy): The constructed proxy object or %%NULL if @error is set.\n'
                %(i.name_lower, i.name_lower, i.name_lower, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('%s *\n'
                           '%s_proxy_new_for_bus_sync (\n'
                           '    GBusType             bus_type,\n'
                           '    GDBusProxyFlags      flags,\n'
                           '    const gchar         *name,\n'
                           '    const gchar         *object_path,\n'
                           '    GCancellable        *cancellable,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GInitable *ret;\n'
                           '  ret = g_initable_new (%sTYPE_%s_PROXY, cancellable, error, "g-flags", flags, "g-name", name, "g-bus-type", bus_type, "g-object-path", object_path, "g-interface-name", "%s", NULL);\n'
                           '  if (ret != NULL)\n'
                           '    return %s%s (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(i.camel_name, i.name_lower, i.ns_upper, i.name_upper, i.name, i.ns_upper, i.name_upper))
        self.outfile.write('\n')

    # ---------------------------------------------------------------------------------------------------

    def generate_skeleton(self, i):
        # class boilerplate
        self.outfile.write('/* ------------------------------------------------------------------------ */\n'
                           '\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sSkeleton:\n'
                ' *\n'
                ' * The #%sSkeleton structure contains only private data and should only be accessed using the provided API.\n'
                %(i.camel_name, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sSkeletonClass:\n'
                ' * @parent_class: The parent class.\n'
                ' *\n'
                ' * Class structure for #%sSkeleton.\n'
                %(i.camel_name, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('\n')

        self.outfile.write('struct _%sSkeletonPrivate\n'
                           '{\n'
                           '  GValue *properties;\n'
                           '  GList *changed_properties;\n'
                           '  GSource *changed_properties_idle_source;\n'
                           '  GMainContext *context;\n'
                           '  GMutex lock;\n'
                           '};\n'
                           '\n'%i.camel_name)

        self.outfile.write('static void\n'
                           '_%s_skeleton_handle_method_call (\n'
                           '  GDBusConnection *connection G_GNUC_UNUSED,\n'
                           '  const gchar *sender G_GNUC_UNUSED,\n'
                           '  const gchar *object_path G_GNUC_UNUSED,\n'
                           '  const gchar *interface_name,\n'
                           '  const gchar *method_name,\n'
                           '  GVariant *parameters,\n'
                           '  GDBusMethodInvocation *invocation,\n'
                           '  gpointer user_data)\n'
                           '{\n'
                           '  %sSkeleton *skeleton = %s%s_SKELETON (user_data);\n'
                           '  _ExtendedGDBusMethodInfo *info;\n'
                           '  GVariantIter iter;\n'
                           '  GVariant *child;\n'
                           '  GValue *paramv;\n'
                           '  gsize num_params;\n'
                           '  guint num_extra;\n'
                           '  gsize n;\n'
                           '  guint signal_id;\n'
                           '  GValue return_value = G_VALUE_INIT;\n'
                           %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
        self.outfile.write('  info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n'
                           '  g_assert (info != NULL);\n'
                           %())
        self.outfile.write('  num_params = g_variant_n_children (parameters);\n'
                           '  num_extra = info->pass_fdlist ? 3 : 2;'
                           '  paramv = g_new0 (GValue, num_params + num_extra);\n'
                           '  n = 0;\n'
                           '  g_value_init (&paramv[n], %sTYPE_%s);\n'
                           '  g_value_set_object (&paramv[n++], skeleton);\n'
                           '  g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n'
                           '  g_value_set_object (&paramv[n++], invocation);\n'
                           '  if (info->pass_fdlist)\n'
                           '    {\n'
                           '#ifdef G_OS_UNIX\n'
                           '      g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n'
                           '      g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n'
                           '#else\n'
                           '      g_assert_not_reached ();\n'
                           '#endif\n'
                           '    }\n'
                           %(i.ns_upper, i.name_upper))
        self.outfile.write('  g_variant_iter_init (&iter, parameters);\n'
                           '  while ((child = g_variant_iter_next_value (&iter)) != NULL)\n'
                           '    {\n'
                           '      _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n'
                           '      if (arg_info->use_gvariant)\n'
                           '        {\n'
                           '          g_value_init (&paramv[n], G_TYPE_VARIANT);\n'
                           '          g_value_set_variant (&paramv[n], child);\n'
                           '          n++;\n'
                           '        }\n'
                           '      else\n'
                           '        g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n'
                           '      g_variant_unref (child);\n'
                           '    }\n')
        self.outfile.write('  signal_id = g_signal_lookup (info->signal_name, %sTYPE_%s);\n'
                           %(i.ns_upper, i.name_upper))
        self.outfile.write('  g_value_init (&return_value, G_TYPE_BOOLEAN);\n'
                           '  g_signal_emitv (paramv, signal_id, 0, &return_value);\n'
                           '  if (!g_value_get_boolean (&return_value))\n'
                           '    g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Method %s is not implemented on interface %s", method_name, interface_name);\n'
                           '  g_value_unset (&return_value);\n')
        self.outfile.write('  for (n = 0; n < num_params + num_extra; n++)\n'
                           '    g_value_unset (&paramv[n]);\n'
                           '  g_free (paramv);\n')
        self.outfile.write('}\n'
                           '\n')

        self.outfile.write('static GVariant *\n'
                           '_%s_skeleton_handle_get_property (\n'
                           '  GDBusConnection *connection G_GNUC_UNUSED,\n'
                           '  const gchar *sender G_GNUC_UNUSED,\n'
                           '  const gchar *object_path G_GNUC_UNUSED,\n'
                           '  const gchar *interface_name G_GNUC_UNUSED,\n'
                           '  const gchar *property_name,\n'
                           '  GError **error,\n'
                           '  gpointer user_data)\n'
                           '{\n'
                           '  %sSkeleton *skeleton = %s%s_SKELETON (user_data);\n'
                           '  GValue value = G_VALUE_INIT;\n'
                           '  GParamSpec *pspec;\n'
                           '  _ExtendedGDBusPropertyInfo *info;\n'
                           '  GVariant *ret;\n'
                           %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
        self.outfile.write('  ret = NULL;\n'
                           '  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, property_name);\n'
                           '  g_assert (info != NULL);\n'
                           '  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n'
                           '  if (pspec == NULL)\n'
                           '    {\n'
                           '      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %%s", property_name);\n'
                           '    }\n'
                           '  else\n'
                           '    {\n'
                           '      g_value_init (&value, pspec->value_type);\n'
                           '      g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n'
                           '      ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n'
                           '      g_value_unset (&value);\n'
                           '    }\n'
                           '  return ret;\n'
                           '}\n'
                           '\n'
                           %(i.name_lower))

        self.outfile.write('static gboolean\n'
                           '_%s_skeleton_handle_set_property (\n'
                           '  GDBusConnection *connection G_GNUC_UNUSED,\n'
                           '  const gchar *sender G_GNUC_UNUSED,\n'
                           '  const gchar *object_path G_GNUC_UNUSED,\n'
                           '  const gchar *interface_name G_GNUC_UNUSED,\n'
                           '  const gchar *property_name,\n'
                           '  GVariant *variant,\n'
                           '  GError **error,\n'
                           '  gpointer user_data)\n'
                           '{\n'
                           '  %sSkeleton *skeleton = %s%s_SKELETON (user_data);\n'
                           '  GValue value = G_VALUE_INIT;\n'
                           '  GParamSpec *pspec;\n'
                           '  _ExtendedGDBusPropertyInfo *info;\n'
                           '  gboolean ret;\n'
                           %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
        self.outfile.write('  ret = FALSE;\n'
                           '  info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_%s_interface_info.parent_struct, property_name);\n'
                           '  g_assert (info != NULL);\n'
                           '  pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n'
                           '  if (pspec == NULL)\n'
                           '    {\n'
                           '      g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, "No property with name %%s", property_name);\n'
                           '    }\n'
                           '  else\n'
                           '    {\n'
                           '      if (info->use_gvariant)\n'
                           '        g_value_set_variant (&value, variant);\n'
                           '      else\n'
                           '        g_dbus_gvariant_to_gvalue (variant, &value);\n'
                           '      g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n'
                           '      g_value_unset (&value);\n'
                           '      ret = TRUE;\n'
                           '    }\n'
                           '  return ret;\n'
                           '}\n'
                           '\n'
                           %(i.name_lower))


        self.outfile.write('static const GDBusInterfaceVTable _%s_skeleton_vtable =\n'
                           '{\n'
                           '  _%s_skeleton_handle_method_call,\n'
                           '  _%s_skeleton_handle_get_property,\n'
                           '  _%s_skeleton_handle_set_property,\n'
                           '  {NULL}\n'
                           '};\n'
                           '\n'%(i.name_lower, i.name_lower, i.name_lower, i.name_lower))

        self.outfile.write('static GDBusInterfaceInfo *\n'
                           '%s_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n'
                           '{\n'
                           '  return %s_interface_info ();\n'
                           %(i.name_lower, i.name_lower))
        self.outfile.write('}\n'
                           '\n')

        self.outfile.write('static GDBusInterfaceVTable *\n'
                           '%s_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n'
                           '{\n'
                           '  return (GDBusInterfaceVTable *) &_%s_skeleton_vtable;\n'
                           %(i.name_lower, i.name_lower))
        self.outfile.write('}\n'
                           '\n')

        self.outfile.write('static GVariant *\n'
                           '%s_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n'
                           '{\n'
                           '  %sSkeleton *skeleton = %s%s_SKELETON (_skeleton);\n'
                           %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
        self.outfile.write('\n'
                           '  GVariantBuilder builder;\n'
                           '  guint n;\n'
                           '  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));\n'
                           '  if (_%s_interface_info.parent_struct.properties == NULL)\n'
                           '    goto out;\n'
                           '  for (n = 0; _%s_interface_info.parent_struct.properties[n] != NULL; n++)\n'
                           '    {\n'
                           '      GDBusPropertyInfo *info = _%s_interface_info.parent_struct.properties[n];\n'
                           '      if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n'
                           '        {\n'
                           '          GVariant *value;\n'
                           '          value = _%s_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "%s", info->name, NULL, skeleton);\n'
                           '          if (value != NULL)\n'
                           '            {\n'
                           '              g_variant_take_ref (value);\n'
                           '              g_variant_builder_add (&builder, "{sv}", info->name, value);\n'
                           '              g_variant_unref (value);\n'
                           '            }\n'
                           '        }\n'
                           '    }\n'
                           'out:\n'
                           '  return g_variant_builder_end (&builder);\n'
                           '}\n'
                           '\n'
                           %(i.name_lower, i.name_lower, i.name_lower, i.name_lower, i.name))

        if len(i.properties) > 0:
            self.outfile.write('static gboolean _%s_emit_changed (gpointer user_data);\n'
                               '\n'
                               %(i.name_lower))

        self.outfile.write('static void\n'
                           '%s_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n'
                           '{\n'
                           %(i.name_lower))
        if len(i.properties) > 0:
            self.outfile.write('  %sSkeleton *skeleton = %s%s_SKELETON (_skeleton);\n'
                               '  gboolean emit_changed = FALSE;\n'
                               '\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  if (skeleton->priv->changed_properties_idle_source != NULL)\n'
                               '    {\n'
                               '      g_source_destroy (skeleton->priv->changed_properties_idle_source);\n'
                               '      skeleton->priv->changed_properties_idle_source = NULL;\n'
                               '      emit_changed = TRUE;\n'
                               '    }\n'
                               '  g_mutex_unlock (&skeleton->priv->lock);\n'
                               '\n'
                               '  if (emit_changed)\n'
                               '    _%s_emit_changed (skeleton);\n'
                               %(i.camel_name, i.ns_upper, i.name_upper, i.name_lower))
        self.outfile.write('}\n'
                           '\n')

        for s in i.signals:
            self.outfile.write('static void\n'
                               '_%s_on_signal_%s (\n'
                               '    %s *object'%(i.name_lower, s.name_lower, i.camel_name))
            for a in s.args:
                self.outfile.write(',\n    %sarg_%s'%(a.ctype_in, a.name))
            self.outfile.write(')\n'
                               '{\n'
                               '  %sSkeleton *skeleton = %s%s_SKELETON (object);\n\n'
                               '  GList      *connections, *l;\n'
                               '  GVariant   *signal_variant;\n'
                               '  connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n'
                               %(i.camel_name, i.ns_upper, i.name_upper))
            self.outfile.write('\n'
                               '  signal_variant = g_variant_ref_sink (g_variant_new ("(')
            for a in s.args:
                self.outfile.write('%s'%(a.format_in))
            self.outfile.write(')"')
            for a in s.args:
                self.outfile.write(',\n                   arg_%s'%(a.name))
            self.outfile.write('));\n')

            self.outfile.write('  for (l = connections; l != NULL; l = l->next)\n'
                               '    {\n'
                               '      GDBusConnection *connection = l->data;\n'
                               '      g_dbus_connection_emit_signal (connection,\n'
                               '        NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), "%s", "%s",\n'
                               '        signal_variant, NULL);\n'
                               '    }\n'
                               %(i.name, s.name))
            self.outfile.write('  g_variant_unref (signal_variant);\n')
            self.outfile.write('  g_list_free_full (connections, g_object_unref);\n')
            self.outfile.write('}\n'
                               '\n')

        self.outfile.write('static void %s_skeleton_iface_init (%sIface *iface);\n'
                           %(i.name_lower, i.camel_name))

        self.outfile.write('#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n')
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sSkeleton, %s_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n'%(i.camel_name, i.name_lower))
        self.outfile.write('                         G_ADD_PRIVATE (%sSkeleton)\n'%(i.camel_name))
        self.outfile.write('                         G_IMPLEMENT_INTERFACE (%sTYPE_%s, %s_skeleton_iface_init))\n\n'%(i.ns_upper, i.name_upper, i.name_lower))
        self.outfile.write('#else\n')
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sSkeleton, %s_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n'%(i.camel_name, i.name_lower))
        self.outfile.write('                         G_IMPLEMENT_INTERFACE (%sTYPE_%s, %s_skeleton_iface_init))\n\n'%(i.ns_upper, i.name_upper, i.name_lower))
        self.outfile.write('#endif\n')

        # finalize
        self.outfile.write('static void\n'
                           '%s_skeleton_finalize (GObject *object)\n'
                           '{\n'%(i.name_lower))
        self.outfile.write('  %sSkeleton *skeleton = %s%s_SKELETON (object);\n'%(i.camel_name, i.ns_upper, i.name_upper))
        if len(i.properties) > 0:
            self.outfile.write('  guint n;\n'
                               '  for (n = 0; n < %d; n++)\n'
                               '    g_value_unset (&skeleton->priv->properties[n]);\n'%(len(i.properties)))
            self.outfile.write('  g_free (skeleton->priv->properties);\n')
        self.outfile.write('  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n')
        self.outfile.write('  if (skeleton->priv->changed_properties_idle_source != NULL)\n')
        self.outfile.write('    g_source_destroy (skeleton->priv->changed_properties_idle_source);\n')
        self.outfile.write('  g_main_context_unref (skeleton->priv->context);\n')
        self.outfile.write('  g_mutex_clear (&skeleton->priv->lock);\n')
        self.outfile.write('  G_OBJECT_CLASS (%s_skeleton_parent_class)->finalize (object);\n'
                           '}\n'
                           '\n'%(i.name_lower))

        # property accessors (TODO: generate PropertiesChanged signals in setter)
        if len(i.properties) > 0:
            self.outfile.write('static void\n'
                               '%s_skeleton_get_property (GObject      *object,\n'
                               '  guint         prop_id,\n'
                            '  GValue       *value,\n'
                            '  GParamSpec   *pspec G_GNUC_UNUSED)\n'
                            '{\n'%(i.name_lower))
            self.outfile.write('  %sSkeleton *skeleton = %s%s_SKELETON (object);\n'
                               '  g_assert (prop_id != 0 && prop_id - 1 < %d);\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n'
                               '  g_mutex_unlock (&skeleton->priv->lock);\n'
                               %(i.camel_name, i.ns_upper, i.name_upper, len(i.properties)))
            self.outfile.write('}\n'
                               '\n')

            # if property is already scheduled then re-use entry.. though it could be
            # that the user did
            #
            #  foo_set_prop_bar (object, "");
            #  foo_set_prop_bar (object, "blah");
            #
            # say, every update... In this case, where nothing happens, we obviously
            # don't want a PropertiesChanged() event. We can easily check for this
            # by comparing against the _original value_ recorded before the first
            # change event. If the latest value is not different from the original
            # one, we can simply ignore the ChangedProperty
            #
            self.outfile.write('static gboolean\n'
                               '_%s_emit_changed (gpointer user_data)\n'
                               '{\n'
                               '  %sSkeleton *skeleton = %s%s_SKELETON (user_data);\n'
                               %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper))
            self.outfile.write('  GList *l;\n'
                               '  GVariantBuilder builder;\n'
                               '  GVariantBuilder invalidated_builder;\n'
                               '  guint num_changes;\n'
                               '\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  g_variant_builder_init (&builder, G_VARIANT_TYPE ("a{sv}"));\n'
                               '  g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE ("as"));\n'
                               '  for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n'
                               '    {\n'
                               '      ChangedProperty *cp = l->data;\n'
                               '      GVariant *variant;\n'
                               '      const GValue *cur_value;\n'
                               '\n'
                               '      cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n'
                               '      if (!_g_value_equal (cur_value, &cp->orig_value))\n'
                               '        {\n'
                               '          variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n'
                               '          g_variant_builder_add (&builder, "{sv}", cp->info->parent_struct.name, variant);\n'
                               '          g_variant_unref (variant);\n'
                               '          num_changes++;\n'
                               '        }\n'
                               '    }\n'
                               '  if (num_changes > 0)\n'
                               '    {\n'
                               '      GList *connections, *ll;\n'
                               '      GVariant *signal_variant;'
                               '\n'
                               '      signal_variant = g_variant_ref_sink (g_variant_new ("(sa{sv}as)", "%s",\n'
                               '                                           &builder, &invalidated_builder));\n'
                               '      connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n'
                               '      for (ll = connections; ll != NULL; ll = ll->next)\n'
                               '        {\n'
                               '          GDBusConnection *connection = ll->data;\n'
                               '\n'
                               '          g_dbus_connection_emit_signal (connection,\n'
                               '                                         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n'
                               '                                         "org.freedesktop.DBus.Properties",\n'
                               '                                         "PropertiesChanged",\n'
                               '                                         signal_variant,\n'
                               '                                         NULL);\n'
                               '        }\n'
                               '      g_variant_unref (signal_variant);\n'
                               '      g_list_free_full (connections, g_object_unref);\n'
                               '    }\n'
                               '  else\n'
                               '    {\n'
                               '      g_variant_builder_clear (&builder);\n'
                               '      g_variant_builder_clear (&invalidated_builder);\n'
                               '    }\n'
                               %(i.name))
            self.outfile.write('  g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n')
            self.outfile.write('  skeleton->priv->changed_properties = NULL;\n')
            self.outfile.write('  skeleton->priv->changed_properties_idle_source = NULL;\n')
            self.outfile.write('  g_mutex_unlock (&skeleton->priv->lock);\n')
            self.outfile.write('  return FALSE;\n'
                               '}\n'
                               '\n')
            # holding lock while being called
            self.outfile.write('static void\n'
                               '_%s_schedule_emit_changed (%sSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n'
                               '{\n'
                               '  ChangedProperty *cp;\n'
                               '  GList *l;\n'
                               '  cp = NULL;\n'
                               '  for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n'
                               '    {\n'
                               '      ChangedProperty *i_cp = l->data;\n'
                               '      if (i_cp->info == info)\n'
                               '        {\n'
                               '          cp = i_cp;\n'
                               '          break;\n'
                               '        }\n'
                               '    }\n'
                               %(i.name_lower, i.camel_name))
            self.outfile.write('  if (cp == NULL)\n'
                               '    {\n'
                               '      cp = g_new0 (ChangedProperty, 1);\n'
                               '      cp->prop_id = prop_id;\n'
                               '      cp->info = info;\n'
                               '      skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n'
                               '      g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n'
                               '      g_value_copy (orig_value, &cp->orig_value);\n'
                               '    }\n'
                               '}\n'
                               '\n'
                               %())

            # Postpone setting up the refresh source until the ::notify signal is emitted as
            # this allows use of g_object_freeze_notify()/g_object_thaw_notify() ...
            # This is useful when updating several properties from another thread than
            # where the idle will be emitted from
            self.outfile.write('static void\n'
                               '%s_skeleton_notify (GObject      *object,\n'
                               '  GParamSpec *pspec G_GNUC_UNUSED)\n'
                               '{\n'
                               '  %sSkeleton *skeleton = %s%s_SKELETON (object);\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  if (skeleton->priv->changed_properties != NULL &&\n'
                               '      skeleton->priv->changed_properties_idle_source == NULL)\n'
                               '    {\n'
                               '      skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n'
                               '      g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n'
                               '      g_source_set_callback (skeleton->priv->changed_properties_idle_source, _%s_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n'
                               '      g_source_set_name (skeleton->priv->changed_properties_idle_source, "[generated] _%s_emit_changed");\n'
                               '      g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n'
                               '      g_source_unref (skeleton->priv->changed_properties_idle_source);\n'
                               '    }\n'
                               '  g_mutex_unlock (&skeleton->priv->lock);\n'
                               '}\n'
                               '\n'
                               %(i.name_lower, i.camel_name, i.ns_upper, i.name_upper, i.name_lower, i.name_lower))

            self.outfile.write('static void\n'
                               '%s_skeleton_set_property (GObject      *object,\n'
                               '  guint         prop_id,\n'
                               '  const GValue *value,\n'
                               '  GParamSpec   *pspec)\n'
                               '{\n'%(i.name_lower))
            self.outfile.write('  const _ExtendedGDBusPropertyInfo *info;\n'
                               '  %sSkeleton *skeleton = %s%s_SKELETON (object);\n'
                               '  g_assert (prop_id != 0 && prop_id - 1 < %d);\n'
                               '  info = (const _ExtendedGDBusPropertyInfo *) _%s_property_info_pointers[prop_id - 1];\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  g_object_freeze_notify (object);\n'
                               '  if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n'
                               '    {\n'
                               '      if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n'
                               '          info->emits_changed_signal)\n'
                               '        _%s_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n'
                               '      g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n'
                               '      g_object_notify_by_pspec (object, pspec);\n'
                               '    }\n'
                               '  g_mutex_unlock (&skeleton->priv->lock);\n'
                               '  g_object_thaw_notify (object);\n'
                               %(i.camel_name, i.ns_upper, i.name_upper, len(i.properties), i.name_lower, i.name_lower))
            self.outfile.write('}\n'
                               '\n')

        self.outfile.write('static void\n'
                           '%s_skeleton_init (%sSkeleton *skeleton)\n'
                           '{\n'
                           '#if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n'
                           '  skeleton->priv = %s_skeleton_get_instance_private (skeleton);\n'
                           '#else\n'
                           '  skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, %sTYPE_%s_SKELETON, %sSkeletonPrivate);\n'
                           '#endif\n\n'
                           %(i.name_lower, i.camel_name,
                             i.name_lower,
                             i.ns_upper, i.name_upper, i.camel_name))
        self.outfile.write('  g_mutex_init (&skeleton->priv->lock);\n')
        self.outfile.write('  skeleton->priv->context = g_main_context_ref_thread_default ();\n')
        if len(i.properties) > 0:
            self.outfile.write('  skeleton->priv->properties = g_new0 (GValue, %d);\n'%(len(i.properties)))
            n = 0
            for p in i.properties:
                self.outfile.write('  g_value_init (&skeleton->priv->properties[%d], %s);\n'%(n, p.arg.gtype))
                n += 1
        self.outfile.write('}\n'
                           '\n')

        # property vfuncs
        n = 0
        for p in i.properties:
            self.outfile.write('static %s\n'
                               '%s_skeleton_get_%s (%s *object)\n'
                               '{\n'
                               %(p.arg.ctype_in, i.name_lower, p.name_lower, i.camel_name))
            self.outfile.write('  %sSkeleton *skeleton = %s%s_SKELETON (object);\n'%(i.camel_name, i.ns_upper, i.name_upper))
            self.outfile.write('  %svalue;\n'
                               '  g_mutex_lock (&skeleton->priv->lock);\n'
                               '  value = %s (&(skeleton->priv->properties[%d]));\n'
                               '  g_mutex_unlock (&skeleton->priv->lock);\n'
                               %(p.arg.ctype_in_g, p.arg.gvalue_get, n))
            self.outfile.write('  return value;\n')
            self.outfile.write('}\n')
            self.outfile.write('\n')
            n += 1

        self.outfile.write('static void\n'
                           '%s_skeleton_class_init (%sSkeletonClass *klass)\n'
                           '{\n'
                           '  GObjectClass *gobject_class;\n'
                           '  GDBusInterfaceSkeletonClass *skeleton_class;\n'
                           '\n'
                           '  gobject_class = G_OBJECT_CLASS (klass);\n'
                           '  gobject_class->finalize = %s_skeleton_finalize;\n'
                           %(i.name_lower, i.camel_name, i.name_lower))
        if len(i.properties) > 0:
            self.outfile.write('  gobject_class->get_property = %s_skeleton_get_property;\n'
                               '  gobject_class->set_property = %s_skeleton_set_property;\n'
                               '  gobject_class->notify       = %s_skeleton_notify;\n'
                               '\n'%(i.name_lower, i.name_lower, i.name_lower))
            self.outfile.write('\n'
                               '  %s_override_properties (gobject_class, 1);\n'%(i.name_lower))
        self.outfile.write('\n'
                           '  skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n');
        self.outfile.write('  skeleton_class->get_info = %s_skeleton_dbus_interface_get_info;\n'%(i.name_lower))
        self.outfile.write('  skeleton_class->get_properties = %s_skeleton_dbus_interface_get_properties;\n'%(i.name_lower))
        self.outfile.write('  skeleton_class->flush = %s_skeleton_dbus_interface_flush;\n'%(i.name_lower))
        self.outfile.write('  skeleton_class->get_vtable = %s_skeleton_dbus_interface_get_vtable;\n'%(i.name_lower))

        self.outfile.write('\n'
                           '#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n'
                           '  g_type_class_add_private (klass, sizeof (%sSkeletonPrivate));\n'
                           '#endif\n'%(i.camel_name))

        self.outfile.write('}\n'
                           '\n')

        self.outfile.write('static void\n'
                           '%s_skeleton_iface_init (%sIface *iface)\n'
                           '{\n'
                           %(i.name_lower, i.camel_name))
        for s in i.signals:
            self.outfile.write('  iface->%s = _%s_on_signal_%s;\n'
                               %(s.name_lower, i.name_lower, s.name_lower))
        for p in i.properties:
            self.outfile.write('  iface->get_%s = %s_skeleton_get_%s;\n'%(p.name_lower, i.name_lower, p.name_lower))
        self.outfile.write('}\n'
                           '\n')

        # constructors
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %s_skeleton_new:\n'
                ' *\n'
                ' * Creates a skeleton object for the D-Bus interface #%s.\n'
                ' *\n'
                ' * Returns: (transfer full) (type %sSkeleton): The skeleton object.\n'
                %(i.name_lower, i.name, i.camel_name), False))
        self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
        self.outfile.write('%s *\n'
                           '%s_skeleton_new (void)\n'
                           '{\n'
                           '  return %s%s (g_object_new (%sTYPE_%s_SKELETON, NULL));\n'
                           '}\n'
                           '\n'%(i.camel_name, i.name_lower, i.ns_upper, i.name_upper, i.ns_upper, i.name_upper))

    # ---------------------------------------------------------------------------------------------------

    def generate_object(self):
        self.outfile.write('/* ------------------------------------------------------------------------\n'
                           ' * Code for Object, ObjectProxy and ObjectSkeleton\n'
                           ' * ------------------------------------------------------------------------\n'
                           ' */\n'
                           '\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * SECTION:%sObject\n'
                ' * @title: %sObject\n'
                ' * @short_description: Specialized GDBusObject types\n'
                ' *\n'
                ' * This section contains the #%sObject, #%sObjectProxy, and #%sObjectSkeleton types which make it easier to work with objects implementing generated types for D-Bus interfaces.\n'
                ' */\n'
                %(self.namespace, self.namespace, self.namespace, self.namespace, self.namespace), False))
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObject:\n'
                ' *\n'
                ' * The #%sObject type is a specialized container of interfaces.\n'
                ' */\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectIface:\n'
                ' * @parent_iface: The parent interface.\n'
                ' *\n'
                ' * Virtual table for the #%sObject interface.\n'
                ' */\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write('\n')

        self.outfile.write('typedef %sObjectIface %sObjectInterface;\n'%(self.namespace, self.namespace))
        self.outfile.write('G_DEFINE_INTERFACE_WITH_CODE (%sObject, %sobject, G_TYPE_OBJECT, g_type_interface_add_prerequisite (g_define_type_id, G_TYPE_DBUS_OBJECT);)\n'%(self.namespace, self.ns_lower))
        self.outfile.write('\n')
        self.outfile.write('static void\n'
                           '%sobject_default_init (%sObjectIface *iface)\n'
                           '{\n'
                           %(self.ns_lower, self.namespace));
        for i in self.ifaces:
            self.outfile.write(self.docbook_gen.expand(
                    '  /**\n'
                    '   * %sObject:%s:\n'
                    '   *\n'
                    '   * The #%s instance corresponding to the D-Bus interface #%s, if any.\n'
                    '   *\n'
                    '   * Connect to the #GObject::notify signal to get informed of property changes.\n'
                    %(self.namespace, i.name_hyphen, i.camel_name, i.name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 2)
            flags = 'G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS'
            if i.deprecated:
                flags = 'G_PARAM_DEPRECATED | ' + flags
            self.outfile.write('  g_object_interface_install_property (iface, g_param_spec_object ("%s", "%s", "%s", %sTYPE_%s, %s));\n'
                               '\n'
                               %(i.name_hyphen, i.name_hyphen, i.name_hyphen, self.ns_upper, i.name_upper, flags))
        self.outfile.write('}\n'
                           '\n')

        for i in self.ifaces:
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %sobject_get_%s:\n'
                    ' * @object: A #%sObject.\n'
                    ' *\n'
                    ' * Gets the #%s instance for the D-Bus interface #%s on @object, if any.\n'
                    ' *\n'
                    ' * Returns: (transfer full) (nullable): A #%s that must be freed with g_object_unref() or %%NULL if @object does not implement the interface.\n'
                    %(self.ns_lower, i.name_upper.lower(), self.namespace, i.camel_name, i.name, i.camel_name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
            self.outfile.write('%s *%sobject_get_%s (%sObject *object)\n'
                               %(i.camel_name, self.ns_lower, i.name_upper.lower(), self.namespace))
            self.outfile.write('{\n'
                               '  GDBusInterface *ret;\n'
                               '  ret = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "%s");\n'
                               '  if (ret == NULL)\n'
                               '    return NULL;\n'
                               '  return %s%s (ret);\n'
                               '}\n'
                               '\n'
                               %(i.name, self.ns_upper, i.name_upper))
        self.outfile.write('\n')
        for i in self.ifaces:
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %sobject_peek_%s: (skip)\n'
                    ' * @object: A #%sObject.\n'
                    ' *\n'
                    ' * Like %sobject_get_%s() but doesn\'t increase the reference count on the returned object.\n'
                    ' *\n'
                    ' * <warning>It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for @object is running.</warning>\n'
                    ' *\n'
                    ' * Returns: (transfer none) (nullable): A #%s or %%NULL if @object does not implement the interface. Do not free the returned object, it is owned by @object.\n'
                    %(self.ns_lower, i.name_upper.lower(), self.namespace, self.ns_lower, i.name_upper.lower(), i.camel_name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
            self.outfile.write('%s *%sobject_peek_%s (%sObject *object)\n'
                               %(i.camel_name, self.ns_lower, i.name_upper.lower(), self.namespace))
            self.outfile.write('{\n'
                               '  GDBusInterface *ret;\n'
                               '  ret = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "%s");\n'
                               '  if (ret == NULL)\n'
                               '    return NULL;\n'
                               '  g_object_unref (ret);\n'
                               '  return %s%s (ret);\n'
                               '}\n'
                               '\n'
                               %(i.name, self.ns_upper, i.name_upper))
        self.outfile.write('\n')
        # shared by ObjectProxy and ObjectSkeleton classes
        self.outfile.write('static void\n'
                           '%sobject_notify (GDBusObject *object, GDBusInterface *interface)\n'
                           '{\n'
                           '  _ExtendedGDBusInterfaceInfo *info = (_ExtendedGDBusInterfaceInfo *) g_dbus_interface_get_info (interface);\n'
                           '  /* info can be NULL if the other end is using a D-Bus interface we don\'t know\n'
                           '   * anything about, for example old generated code in this process talking to\n'
                           '   * newer generated code in the other process. */\n'
                           '  if (info != NULL)\n'
                           '    g_object_notify (G_OBJECT (object), info->hyphen_name);\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower))

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectProxy:\n'
                ' *\n'
                ' * The #%sObjectProxy structure contains only private data and should only be accessed using the provided API.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectProxyClass:\n'
                ' * @parent_class: The parent class.\n'
                ' *\n'
                ' * Class structure for #%sObjectProxy.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')
        # class boilerplate
        self.outfile.write('static void\n'
                           '%sobject_proxy__%sobject_iface_init (%sObjectIface *iface G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_lower, self.namespace))
        self.outfile.write('static void\n'
                           '%sobject_proxy__g_dbus_object_iface_init (GDBusObjectIface *iface)\n'
                           '{\n'
                           '  iface->interface_added = %sobject_notify;\n'
                           '  iface->interface_removed = %sobject_notify;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_lower, self.ns_lower))
        self.outfile.write('\n')
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sObjectProxy, %sobject_proxy, G_TYPE_DBUS_OBJECT_PROXY,\n'
                           '                         G_IMPLEMENT_INTERFACE (%sTYPE_OBJECT, %sobject_proxy__%sobject_iface_init)\n'
                           '                         G_IMPLEMENT_INTERFACE (G_TYPE_DBUS_OBJECT, %sobject_proxy__g_dbus_object_iface_init))\n'
                           '\n'
                           %(self.namespace, self.ns_lower, self.ns_upper, self.ns_lower, self.ns_lower, self.ns_lower))
        # class boilerplate
        self.outfile.write('static void\n'
                           '%sobject_proxy_init (%sObjectProxy *object G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'%(self.ns_lower, self.namespace))
        self.outfile.write('static void\n'
                           '%sobject_proxy_set_property (GObject      *gobject,\n'
                           '  guint         prop_id,\n'
                           '  const GValue *value G_GNUC_UNUSED,\n'
                           '  GParamSpec   *pspec)\n'
                           '{\n'
                           '  G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);\n'
                           %(self.ns_lower))
        self.outfile.write('}\n'
                           '\n'%())
        self.outfile.write('static void\n'
                           '%sobject_proxy_get_property (GObject      *gobject,\n'
                           '  guint         prop_id,\n'
                           '  GValue       *value,\n'
                           '  GParamSpec   *pspec)\n'
                           '{\n'
                           '  %sObjectProxy *object = %sOBJECT_PROXY (gobject);\n'
                           '  GDBusInterface *interface;\n'
                           '\n'
                           '  switch (prop_id)\n'
                           '    {\n'
                           %(self.ns_lower, self.namespace, self.ns_upper))
        n = 1
        for i in self.ifaces:
            self.outfile.write('    case %d:\n'
                               '      interface = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "%s");\n'
                               '      g_value_take_object (value, interface);\n'
                               '      break;\n'
                               '\n'
                               %(n, i.name))
            n += 1
        self.outfile.write('    default:\n'
                           '      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);\n'
                           '      break;\n'
                           '  }\n'
                           '}\n'
                           '\n'%())
        self.outfile.write('static void\n'
                           '%sobject_proxy_class_init (%sObjectProxyClass *klass)\n'
                           '{\n'
                           '  GObjectClass *gobject_class = G_OBJECT_CLASS (klass);\n'
                           '\n'
                           '  gobject_class->set_property = %sobject_proxy_set_property;\n'
                           '  gobject_class->get_property = %sobject_proxy_get_property;\n'
                           '\n'
                           %(self.ns_lower, self.namespace, self.ns_lower, self.ns_lower))
        n = 1
        for i in self.ifaces:
            self.outfile.write('  g_object_class_override_property (gobject_class, %d, "%s");'
                               '\n'
                               %(n, i.name_hyphen))
            n += 1
        self.outfile.write('}\n'
                           '\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_proxy_new:\n'
                ' * @connection: A #GDBusConnection.\n'
                ' * @object_path: An object path.\n'
                ' *\n'
                ' * Creates a new proxy object.\n'
                ' *\n'
                ' * Returns: (transfer full): The proxy object.\n'
                ' */\n'
                %(self.ns_lower), False))
        self.outfile.write('%sObjectProxy *\n'
                     '%sobject_proxy_new (GDBusConnection *connection,\n'
                     '  const gchar *object_path)\n'
                     '{\n'
                     '  g_return_val_if_fail (G_IS_DBUS_CONNECTION (connection), NULL);\n'
                     '  g_return_val_if_fail (g_variant_is_object_path (object_path), NULL);\n'
                     '  return %sOBJECT_PROXY (g_object_new (%sTYPE_OBJECT_PROXY, "g-connection", connection, "g-object-path", object_path, NULL));\n'
                     '}\n'
                     '\n'%(self.namespace, self.ns_lower, self.ns_upper, self.ns_upper))

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectSkeleton:\n'
                ' *\n'
                ' * The #%sObjectSkeleton structure contains only private data and should only be accessed using the provided API.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectSkeletonClass:\n'
                ' * @parent_class: The parent class.\n'
                ' *\n'
                ' * Class structure for #%sObjectSkeleton.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')
        # class boilerplate
        self.outfile.write('static void\n'
                           '%sobject_skeleton__%sobject_iface_init (%sObjectIface *iface G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_lower, self.namespace))
        self.outfile.write('\n')
        self.outfile.write('static void\n'
                           '%sobject_skeleton__g_dbus_object_iface_init (GDBusObjectIface *iface)\n'
                           '{\n'
                           '  iface->interface_added = %sobject_notify;\n'
                           '  iface->interface_removed = %sobject_notify;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_lower, self.ns_lower))
        self.outfile.write('G_DEFINE_TYPE_WITH_CODE (%sObjectSkeleton, %sobject_skeleton, G_TYPE_DBUS_OBJECT_SKELETON,\n'
                           '                         G_IMPLEMENT_INTERFACE (%sTYPE_OBJECT, %sobject_skeleton__%sobject_iface_init)\n'
                           '                         G_IMPLEMENT_INTERFACE (G_TYPE_DBUS_OBJECT, %sobject_skeleton__g_dbus_object_iface_init))\n'
                           '\n'
                           %(self.namespace, self.ns_lower, self.ns_upper, self.ns_lower, self.ns_lower, self.ns_lower))
        # class boilerplate
        self.outfile.write('static void\n'
                           '%sobject_skeleton_init (%sObjectSkeleton *object G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'%(self.ns_lower, self.namespace))
        self.outfile.write('static void\n'
                           '%sobject_skeleton_set_property (GObject      *gobject,\n'
                           '  guint         prop_id,\n'
                           '  const GValue *value,\n'
                           '  GParamSpec   *pspec)\n'
                           '{\n'
                           '  %sObjectSkeleton *object = %sOBJECT_SKELETON (gobject);\n'
                           '  GDBusInterfaceSkeleton *interface;\n'
                           '\n'
                           '  switch (prop_id)\n'
                           '    {\n'
                           %(self.ns_lower, self.namespace, self.ns_upper))
        n = 1
        for i in self.ifaces:
            self.outfile.write('    case %d:\n'
                               '      interface = g_value_get_object (value);\n'
                               '      if (interface != NULL)\n'
                               '        {\n'
                               '          g_warn_if_fail (%sIS_%s (interface));\n'
                               '          g_dbus_object_skeleton_add_interface (G_DBUS_OBJECT_SKELETON (object), interface);\n'
                               '        }\n'
                               '      else\n'
                               '        {\n'
                               '          g_dbus_object_skeleton_remove_interface_by_name (G_DBUS_OBJECT_SKELETON (object), "%s");\n'
                               '        }\n'
                               '      break;\n'
                               '\n'
                               %(n, self.ns_upper, i.name_upper, i.name))
            n += 1
        self.outfile.write('    default:\n'
                     '      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);\n'
                     '      break;\n'
                     '  }\n'
                     '}\n'
                     '\n'%())
        self.outfile.write('static void\n'
                           '%sobject_skeleton_get_property (GObject      *gobject,\n'
                           '  guint         prop_id,\n'
                           '  GValue       *value,\n'
                           '  GParamSpec   *pspec)\n'
                           '{\n'
                           '  %sObjectSkeleton *object = %sOBJECT_SKELETON (gobject);\n'
                           '  GDBusInterface *interface;\n'
                           '\n'
                           '  switch (prop_id)\n'
                           '    {\n'
                           %(self.ns_lower, self.namespace, self.ns_upper))
        n = 1
        for i in self.ifaces:
            self.outfile.write('    case %d:\n'
                               '      interface = g_dbus_object_get_interface (G_DBUS_OBJECT (object), "%s");\n'
                               '      g_value_take_object (value, interface);\n'
                               '      break;\n'
                               '\n'
                               %(n, i.name))
            n += 1
        self.outfile.write('    default:\n'
                           '      G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);\n'
                           '      break;\n'
                           '  }\n'
                           '}\n'
                           '\n'%())
        self.outfile.write('static void\n'
                           '%sobject_skeleton_class_init (%sObjectSkeletonClass *klass)\n'
                           '{\n'
                           '  GObjectClass *gobject_class = G_OBJECT_CLASS (klass);\n'
                           '\n'
                           '  gobject_class->set_property = %sobject_skeleton_set_property;\n'
                           '  gobject_class->get_property = %sobject_skeleton_get_property;\n'
                           '\n'
                           %(self.ns_lower, self.namespace, self.ns_lower, self.ns_lower))
        n = 1
        for i in self.ifaces:
            self.outfile.write('  g_object_class_override_property (gobject_class, %d, "%s");'
                               '\n'
                               %(n, i.name_hyphen))
            n += 1
        self.outfile.write('}\n'
                           '\n')
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_skeleton_new:\n'
                ' * @object_path: An object path.\n'
                ' *\n'
                ' * Creates a new skeleton object.\n'
                ' *\n'
                ' * Returns: (transfer full): The skeleton object.\n'
                ' */\n'
                %(self.ns_lower), False))
        self.outfile.write('%sObjectSkeleton *\n'
                           '%sobject_skeleton_new (const gchar *object_path)\n'
                           '{\n'
                           '  g_return_val_if_fail (g_variant_is_object_path (object_path), NULL);\n'
                           '  return %sOBJECT_SKELETON (g_object_new (%sTYPE_OBJECT_SKELETON, "g-object-path", object_path, NULL));\n'
                           '}\n'
                           '\n'%(self.namespace, self.ns_lower, self.ns_upper, self.ns_upper))
        for i in self.ifaces:
            self.outfile.write(self.docbook_gen.expand(
                    '/**\n'
                    ' * %sobject_skeleton_set_%s:\n'
                    ' * @object: A #%sObjectSkeleton.\n'
                    ' * @interface_: (nullable): A #%s or %%NULL to clear the interface.\n'
                    ' *\n'
                    ' * Sets the #%s instance for the D-Bus interface #%s on @object.\n'
                    %(self.ns_lower, i.name_upper.lower(), self.namespace, i.camel_name, i.camel_name, i.name), False))
            self.write_gtkdoc_deprecated_and_since_and_close(i, self.outfile, 0)
            self.outfile.write('void %sobject_skeleton_set_%s (%sObjectSkeleton *object, %s *interface_)\n'
                               %(self.ns_lower, i.name_upper.lower(), self.namespace, i.camel_name))
            self.outfile.write('{\n'
                               '  g_object_set (G_OBJECT (object), "%s", interface_, NULL);\n'
                               '}\n'
                               '\n'
                               %(i.name_hyphen))
        self.outfile.write('\n')


    def generate_object_manager_client(self):
        self.outfile.write('/* ------------------------------------------------------------------------\n'
                           ' * Code for ObjectManager client\n'
                           ' * ------------------------------------------------------------------------\n'
                           ' */\n'
                           '\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * SECTION:%sObjectManagerClient\n'
                ' * @title: %sObjectManagerClient\n'
                ' * @short_description: Generated GDBusObjectManagerClient type\n'
                ' *\n'
                ' * This section contains a #GDBusObjectManagerClient that uses %sobject_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc.\n'
                ' */\n'
                %(self.namespace, self.namespace, self.ns_lower), False))
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectManagerClient:\n'
                ' *\n'
                ' * The #%sObjectManagerClient structure contains only private data and should only be accessed using the provided API.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sObjectManagerClientClass:\n'
                ' * @parent_class: The parent class.\n'
                ' *\n'
                ' * Class structure for #%sObjectManagerClient.\n'
                %(self.namespace, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('\n')

        # class boilerplate
        self.outfile.write('G_DEFINE_TYPE (%sObjectManagerClient, %sobject_manager_client, G_TYPE_DBUS_OBJECT_MANAGER_CLIENT)\n'
                           '\n'
                           %(self.namespace, self.ns_lower))

        # class boilerplate
        self.outfile.write('static void\n'
                           '%sobject_manager_client_init (%sObjectManagerClient *manager G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'%(self.ns_lower, self.namespace))
        self.outfile.write('static void\n'
                           '%sobject_manager_client_class_init (%sObjectManagerClientClass *klass G_GNUC_UNUSED)\n'
                           '{\n'
                           '}\n'
                           '\n'%(self.ns_lower, self.namespace))

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_manager_client_get_proxy_type:\n'
                ' * @manager: A #GDBusObjectManagerClient.\n'
                ' * @object_path: The object path of the remote object (unused).\n'
                ' * @interface_name: (nullable): Interface name of the remote object or %%NULL to get the object proxy #GType.\n'
                ' * @user_data: User data (unused).\n'
                ' *\n'
                ' * A #GDBusProxyTypeFunc that maps @interface_name to the generated #GDBusObjectProxy derived and #GDBusProxy derived types.\n'
                ' *\n'
                ' * Returns: A #GDBusProxy derived #GType if @interface_name is not %%NULL, otherwise the #GType for #%sObjectProxy.\n'
                %(self.ns_lower, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('GType\n'
                           '%sobject_manager_client_get_proxy_type (GDBusObjectManagerClient *manager G_GNUC_UNUSED, const gchar *object_path G_GNUC_UNUSED, const gchar *interface_name, gpointer user_data G_GNUC_UNUSED)\n'
                           '{\n'
                           %(self.ns_lower))
        self.outfile.write('  static gsize once_init_value = 0;\n'
                           '  static GHashTable *lookup_hash;\n'
                           '  GType ret;\n'
                           '\n'
                           '  if (interface_name == NULL)\n'
                           '    return %sTYPE_OBJECT_PROXY;\n'
                           '  if (g_once_init_enter (&once_init_value))\n'
                           '    {\n'
                           '      lookup_hash = g_hash_table_new (g_str_hash, g_str_equal);\n'
                           %(self.ns_upper))
        for i in self.ifaces:
            self.outfile.write('      g_hash_table_insert (lookup_hash, (gpointer) "%s", GSIZE_TO_POINTER (%sTYPE_%s_PROXY));\n'
                               %(i.name, i.ns_upper, i.name_upper))
        self.outfile.write('      g_once_init_leave (&once_init_value, 1);\n'
                           '    }\n')
        self.outfile.write('  ret = (GType) GPOINTER_TO_SIZE (g_hash_table_lookup (lookup_hash, interface_name));\n'
                           '  if (ret == (GType) 0)\n'
                           '    ret = G_TYPE_DBUS_PROXY;\n')
        self.outfile.write('  return ret;\n'
                           '}\n'
                           '\n')

        # constructors
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_manager_client_new:\n'
                ' * @connection: A #GDBusConnection.\n'
                ' * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.\n'
                ' * @name: (nullable): A bus name (well-known or unique) or %%NULL if @connection is not a message bus connection.\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n'
                ' * @user_data: User data to pass to @callback.\n'
                ' *\n'
                ' * Asynchronously creates #GDBusObjectManagerClient using %sobject_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new() for more details.\n'
                ' *\n'
                ' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
                ' * You can then call %sobject_manager_client_new_finish() to get the result of the operation.\n'
                ' *\n'
                ' * See %sobject_manager_client_new_sync() for the synchronous, blocking version of this constructor.\n'
                %(self.ns_lower, self.ns_lower, self.ns_lower, self.ns_lower), False))
        self.outfile.write(' */\n')
        self.outfile.write('void\n'
                           '%sobject_manager_client_new (\n'
                           '    GDBusConnection        *connection,\n'
                           '    GDBusObjectManagerClientFlags  flags,\n'
                           '    const gchar            *name,\n'
                           '    const gchar            *object_path,\n'
                           '    GCancellable           *cancellable,\n'
                           '    GAsyncReadyCallback     callback,\n'
                           '    gpointer                user_data)\n'
                           '{\n'
                           '  g_async_initable_new_async (%sTYPE_OBJECT_MANAGER_CLIENT, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "flags", flags, "name", name, "connection", connection, "object-path", object_path, "get-proxy-type-func", %sobject_manager_client_get_proxy_type, NULL);\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_upper, self.ns_lower))
        self.outfile.write('/**\n'
                           ' * %sobject_manager_client_new_finish:\n'
                           ' * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to %sobject_manager_client_new().\n'
                           ' * @error: Return location for error or %%NULL\n'
                           ' *\n'
                           ' * Finishes an operation started with %sobject_manager_client_new().\n'
                           ' *\n'
                           ' * Returns: (transfer full) (type %sObjectManagerClient): The constructed object manager client or %%NULL if @error is set.\n'
                           %(self.ns_lower, self.ns_lower, self.ns_lower, self.namespace))
        self.outfile.write(' */\n')
        self.outfile.write('GDBusObjectManager *\n'
                           '%sobject_manager_client_new_finish (\n'
                           '    GAsyncResult        *res,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GObject *ret;\n'
                           '  GObject *source_object;\n'
                           '  source_object = g_async_result_get_source_object (res);\n'
                           '  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n'
                           '  g_object_unref (source_object);\n'
                           '  if (ret != NULL)\n'
                           '    return G_DBUS_OBJECT_MANAGER (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower))
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_manager_client_new_sync:\n'
                ' * @connection: A #GDBusConnection.\n'
                ' * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.\n'
                ' * @name: (nullable): A bus name (well-known or unique) or %%NULL if @connection is not a message bus connection.\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @error: Return location for error or %%NULL\n'
                ' *\n'
                ' * Synchronously creates #GDBusObjectManagerClient using %sobject_manager_client_get_proxy_type() as the #GDBusProxyTypeFunc. See g_dbus_object_manager_client_new_sync() for more details.\n'
                ' *\n'
                ' * The calling thread is blocked until a reply is received.\n'
                ' *\n'
                ' * See %sobject_manager_client_new() for the asynchronous version of this constructor.\n'
                ' *\n'
                ' * Returns: (transfer full) (type %sObjectManagerClient): The constructed object manager client or %%NULL if @error is set.\n'
                %(self.ns_lower, self.ns_lower, self.ns_lower, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('GDBusObjectManager *\n'
                           '%sobject_manager_client_new_sync (\n'
                           '    GDBusConnection        *connection,\n'
                           '    GDBusObjectManagerClientFlags  flags,\n'
                           '    const gchar            *name,\n'
                           '    const gchar            *object_path,\n'
                           '    GCancellable           *cancellable,\n'
                           '    GError                **error)\n'
                           '{\n'
                           '  GInitable *ret;\n'
                           '  ret = g_initable_new (%sTYPE_OBJECT_MANAGER_CLIENT, cancellable, error, "flags", flags, "name", name, "connection", connection, "object-path", object_path, "get-proxy-type-func", %sobject_manager_client_get_proxy_type, NULL);\n'
                           '  if (ret != NULL)\n'
                           '    return G_DBUS_OBJECT_MANAGER (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_upper, self.ns_lower))
        self.outfile.write('\n')
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_manager_client_new_for_bus:\n'
                ' * @bus_type: A #GBusType.\n'
                ' * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.\n'
                ' * @name: A bus name (well-known or unique).\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n'
                ' * @user_data: User data to pass to @callback.\n'
                ' *\n'
                ' * Like %sobject_manager_client_new() but takes a #GBusType instead of a #GDBusConnection.\n'
                ' *\n'
                ' * When the operation is finished, @callback will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from.\n'
                ' * You can then call %sobject_manager_client_new_for_bus_finish() to get the result of the operation.\n'
                ' *\n'
                ' * See %sobject_manager_client_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n'
                %(self.ns_lower, self.ns_lower, self.ns_lower, self.ns_lower), False))
        self.outfile.write(' */\n')
        self.outfile.write('void\n'
                           '%sobject_manager_client_new_for_bus (\n'
                           '    GBusType                bus_type,\n'
                           '    GDBusObjectManagerClientFlags  flags,\n'
                           '    const gchar            *name,\n'
                           '    const gchar            *object_path,\n'
                           '    GCancellable           *cancellable,\n'
                           '    GAsyncReadyCallback     callback,\n'
                           '    gpointer                user_data)\n'
                           '{\n'
                           '  g_async_initable_new_async (%sTYPE_OBJECT_MANAGER_CLIENT, G_PRIORITY_DEFAULT, cancellable, callback, user_data, "flags", flags, "name", name, "bus-type", bus_type, "object-path", object_path, "get-proxy-type-func", %sobject_manager_client_get_proxy_type, NULL);\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_upper, self.ns_lower))
        self.outfile.write('/**\n'
                           ' * %sobject_manager_client_new_for_bus_finish:\n'
                           ' * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to %sobject_manager_client_new_for_bus().\n'
                           ' * @error: Return location for error or %%NULL\n'
                           ' *\n'
                           ' * Finishes an operation started with %sobject_manager_client_new_for_bus().\n'
                           ' *\n'
                           ' * Returns: (transfer full) (type %sObjectManagerClient): The constructed object manager client or %%NULL if @error is set.\n'
                           %(self.ns_lower, self.ns_lower, self.ns_lower, self.namespace))
        self.outfile.write(' */\n')
        self.outfile.write('GDBusObjectManager *\n'
                           '%sobject_manager_client_new_for_bus_finish (\n'
                           '    GAsyncResult        *res,\n'
                           '    GError             **error)\n'
                           '{\n'
                           '  GObject *ret;\n'
                           '  GObject *source_object;\n'
                           '  source_object = g_async_result_get_source_object (res);\n'
                           '  ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n'
                           '  g_object_unref (source_object);\n'
                           '  if (ret != NULL)\n'
                           '    return G_DBUS_OBJECT_MANAGER (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower))
        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * %sobject_manager_client_new_for_bus_sync:\n'
                ' * @bus_type: A #GBusType.\n'
                ' * @flags: Flags from the #GDBusObjectManagerClientFlags enumeration.\n'
                ' * @name: A bus name (well-known or unique).\n'
                ' * @object_path: An object path.\n'
                ' * @cancellable: (nullable): A #GCancellable or %%NULL.\n'
                ' * @error: Return location for error or %%NULL\n'
                ' *\n'
                ' * Like %sobject_manager_client_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n'
                ' *\n'
                ' * The calling thread is blocked until a reply is received.\n'
                ' *\n'
                ' * See %sobject_manager_client_new_for_bus() for the asynchronous version of this constructor.\n'
                ' *\n'
                ' * Returns: (transfer full) (type %sObjectManagerClient): The constructed object manager client or %%NULL if @error is set.\n'
                %(self.ns_lower, self.ns_lower, self.ns_lower, self.namespace), False))
        self.outfile.write(' */\n')
        self.outfile.write('GDBusObjectManager *\n'
                           '%sobject_manager_client_new_for_bus_sync (\n'
                           '    GBusType                bus_type,\n'
                           '    GDBusObjectManagerClientFlags  flags,\n'
                           '    const gchar            *name,\n'
                           '    const gchar            *object_path,\n'
                           '    GCancellable           *cancellable,\n'
                           '    GError                **error)\n'
                           '{\n'
                           '  GInitable *ret;\n'
                           '  ret = g_initable_new (%sTYPE_OBJECT_MANAGER_CLIENT, cancellable, error, "flags", flags, "name", name, "bus-type", bus_type, "object-path", object_path, "get-proxy-type-func", %sobject_manager_client_get_proxy_type, NULL);\n'
                           '  if (ret != NULL)\n'
                           '    return G_DBUS_OBJECT_MANAGER (ret);\n'
                           '  else\n'
                           '    return NULL;\n'
                           '}\n'
                           '\n'
                           %(self.ns_lower, self.ns_upper, self.ns_lower))
        self.outfile.write('\n')

    # ---------------------------------------------------------------------------------------------------

    def write_gtkdoc_deprecated_and_since_and_close(self, obj, f, indent):
        if len(obj.since) > 0:
            f.write('%*s *\n'
                    '%*s * Since: %s\n'
                    %(indent, '', indent, '', obj.since))
        if obj.deprecated:
            if isinstance(obj, dbustypes.Interface):
                thing = 'The D-Bus interface'
            elif isinstance(obj, dbustypes.Method):
                thing = 'The D-Bus method'
            elif isinstance(obj, dbustypes.Signal):
                thing = 'The D-Bus signal'
            elif isinstance(obj, dbustypes.Property):
                thing = 'The D-Bus property'
            else:
                print_error('Cannot handle object "{}"'.format(obj))
            f.write(self.docbook_gen.expand(
                    '%*s *\n'
                    '%*s * Deprecated: %s has been deprecated.\n'
                    %(indent, '', indent, '', thing), False))
        f.write('%*s */\n'%(indent, ''))

    # ---------------------------------------------------------------------------------------------------

    def generate_interface_intro(self, i):
        self.outfile.write('/* ------------------------------------------------------------------------\n'
                           ' * Code for interface %s\n'
                           ' * ------------------------------------------------------------------------\n'
                           ' */\n'
                           '\n'%(i.name))

        self.outfile.write(self.docbook_gen.expand(
                '/**\n'
                ' * SECTION:%s\n'
                ' * @title: %s\n'
                ' * @short_description: Generated C code for the %s D-Bus interface\n'
                ' *\n'
                ' * This section contains code for working with the #%s D-Bus interface in C.\n'
                ' */\n'
                %(i.camel_name, i.camel_name, i.name, i.name), False))
        self.outfile.write('\n')

    def generate(self):
        self.generate_body_preamble()
        for i in self.ifaces:
            self.generate_interface_intro(i)
            self.generate_introspection_for_interface(i)
            self.generate_interface(i)
            self.generate_property_accessors(i)
            self.generate_signal_emitters(i)
            self.generate_method_calls(i)
            self.generate_method_completers(i)
            self.generate_proxy(i)
            self.generate_skeleton(i)
        if self.generate_objmanager:
            self.generate_object()
            self.generate_object_manager_client()
tools\tools\share\icons\Adwaita\16x16\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\contact-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-open.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-print.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-save.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\document-send.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\glib-2.0\codegen\codegen_docbook.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import sys
import re
from os import path

from . import config
from . import utils
from . import dbustypes
from . import parser

# ----------------------------------------------------------------------------------------------------

class DocbookCodeGenerator:
    def __init__(self, ifaces):
        self.ifaces = ifaces
        self.generate_expand_dicts()

    def print_method_prototype(self, i, m, in_synopsis):
        max_method_len = 0
        if in_synopsis:
            for _m in i.methods:
                max_method_len = max(len(_m.name), max_method_len)
        else:
            max_method_len = max(len(m.name), max_method_len)

        max_signature_len = 0
        if in_synopsis:
            for _m in i.methods:
                for a in _m.in_args:
                    max_signature_len = max(len(a.signature), max_signature_len)
                for a in _m.out_args:
                    max_signature_len = max(len(a.signature), max_signature_len)
        else:
            for a in m.in_args:
                max_signature_len = max(len(a.signature), max_signature_len)
            for a in m.out_args:
                max_signature_len = max(len(a.signature), max_signature_len)

        if in_synopsis:
            self.out.write('<link linkend="gdbus-method-%s.%s">%s</link>%*s ('
                           %(utils.dots_to_hyphens(i.name), m.name, m.name, max_method_len - len(m.name), ''))
        else:
            self.out.write('%s%*s ('
                           %(m.name, max_method_len - len(m.name), ''))
        count = 0
        for a in m.in_args:
            if (count > 0):
                self.out.write(',\n%*s'%(max_method_len + 2, ''))
            self.out.write('IN  %s%*s %s'%(a.signature, max_signature_len - len(a.signature), '', a.name))
            count = count + 1
        for a in m.out_args:
            if (count > 0):
                self.out.write(',\n%*s'%(max_method_len + 2, ''))
            self.out.write('OUT %s%*s %s'%(a.signature, max_signature_len - len(a.signature), '', a.name))
            count = count + 1
        self.out.write(');\n')

    def print_signal_prototype(self, i, s, in_synopsis):
        max_signal_len = 0
        if in_synopsis:
            for _s in i.signals:
                max_signal_len = max(len(_s.name), max_signal_len)
        else:
            max_signal_len = max(len(s.name), max_signal_len)

        max_signature_len = 0
        if in_synopsis:
            for _s in i.signals:
                for a in _s.args:
                    max_signature_len = max(len(a.signature), max_signature_len)
        else:
            for a in s.args:
                max_signature_len = max(len(a.signature), max_signature_len)

        if in_synopsis:
            self.out.write('<link linkend="gdbus-signal-%s.%s">%s</link>%*s ('
                           %(utils.dots_to_hyphens(i.name), s.name, s.name, max_signal_len - len(s.name), ''))
        else:
            self.out.write('%s%*s ('
                           %(s.name, max_signal_len - len(s.name), ''))
        count = 0
        for a in s.args:
            if (count > 0):
                self.out.write(',\n%*s'%(max_signal_len + 2, ''))
            self.out.write('%s%*s %s'%(a.signature, max_signature_len - len(a.signature), '', a.name))
            count = count + 1
        self.out.write(');\n')

    def print_property_prototype(self, i, p, in_synopsis):
        max_property_len = 0
        if in_synopsis:
            for _p in i.properties:
                max_property_len = max(len(_p.name), max_property_len)
        else:
            max_property_len = max(len(p.name), max_property_len)

        max_signature_len = 0
        if in_synopsis:
            for _p in i.properties:
                max_signature_len = max(len(_p.signature), max_signature_len)
        else:
            max_signature_len = max(len(p.signature), max_signature_len)

        if in_synopsis:
            self.out.write('<link linkend="gdbus-property-%s.%s">%s</link>%*s'
                           %(utils.dots_to_hyphens(i.name), p.name, p.name, max_property_len - len(p.name), ''))
        else:
            self.out.write('%s%*s'
                           %(p.name, max_property_len - len(p.name), ''))
        if p.readable and p.writable:
            access = 'readwrite'
        elif p.readable:
            access = 'readable '
        else:
            access = 'writable '
        self.out.write('  %s  %s\n'%(access, p.signature))


    def print_synopsis_methods(self, i):
        self.out.write('  <refsynopsisdiv role="synopsis">\n'%())
        self.out.write('    <title role="synopsis.title">Methods</title>\n'%())
        self.out.write('    <synopsis>\n'%())
        for m in i.methods:
            self.print_method_prototype(i, m, in_synopsis=True)
        self.out.write('</synopsis>\n'%())
        self.out.write('  </refsynopsisdiv>\n'%())

    def print_synopsis_signals(self, i):
        self.out.write('  <refsect1 role="signal_proto">\n'%())
        self.out.write('    <title role="signal_proto.title">Signals</title>\n'%())
        self.out.write('    <synopsis>\n'%())
        for s in i.signals:
            self.print_signal_prototype(i, s, in_synopsis=True)
        self.out.write('</synopsis>\n'%())
        self.out.write('  </refsect1>\n'%())

    def print_synopsis_properties(self, i):
        self.out.write('  <refsect1 role="properties">\n'%())
        self.out.write('    <title role="properties.title">Properties</title>\n'%())
        self.out.write('    <synopsis>\n'%())
        for p in i.properties:
            self.print_property_prototype(i, p, in_synopsis=True)
        self.out.write('</synopsis>\n'%())
        self.out.write('  </refsect1>\n'%())

    def print_method(self, i, m):
        self.out.write('<refsect2 role="method" id="gdbus-method-%s.%s">\n'%(utils.dots_to_hyphens(i.name), m.name))
        self.out.write('  <title>The %s() method</title>\n'%(m.name))
        self.out.write('  <indexterm zone="gdbus-method-%s.%s"><primary sortas="%s.%s">%s.%s()</primary></indexterm>\n'%(utils.dots_to_hyphens(i.name), m.name, i.name_without_prefix, m.name, i.name, m.name))
        self.out.write('<programlisting>\n')
        self.print_method_prototype(i, m, in_synopsis=False)
        self.out.write('</programlisting>\n')
        self.out.write('%s\n'%(self.expand_paras(m.doc_string, True)))
        if m.in_args or m.out_args:
            self.out.write('<variablelist role="params">\n')
            for a in m.in_args:
                self.out.write('<varlistentry>\n'%())
                self.out.write('  <term><literal>IN %s <parameter>%s</parameter></literal>:</term>\n'%(a.signature, a.name))
                self.out.write('  <listitem>%s</listitem>\n'%(self.expand_paras(a.doc_string, True)))
                self.out.write('</varlistentry>\n'%())
            for a in m.out_args:
                self.out.write('<varlistentry>\n'%())
                self.out.write('  <term><literal>OUT %s <parameter>%s</parameter></literal>:</term>\n'%(a.signature, a.name))
                self.out.write('  <listitem>%s</listitem>\n'%(self.expand_paras(a.doc_string, True)))
                self.out.write('</varlistentry>\n'%())
            self.out.write('</variablelist>\n')
        if len(m.since) > 0:
            self.out.write('<para role="since">Since %s</para>\n'%(m.since))
        if m.deprecated:
            self.out.write('<warning><para>The %s() method is deprecated.</para></warning>'%(m.name))
        self.out.write('</refsect2>\n')

    def print_signal(self, i, s):
        self.out.write('<refsect2 role="signal" id="gdbus-signal-%s.%s">\n'%(utils.dots_to_hyphens(i.name), s.name))
        self.out.write('  <title>The "%s" signal</title>\n'%(s.name))
        self.out.write('  <indexterm zone="gdbus-signal-%s.%s"><primary sortas="%s::%s">%s::%s</primary></indexterm>\n'%(utils.dots_to_hyphens(i.name), s.name, i.name_without_prefix, s.name, i.name, s.name))
        self.out.write('<programlisting>\n')
        self.print_signal_prototype(i, s, in_synopsis=False)
        self.out.write('</programlisting>\n')
        self.out.write('%s\n'%(self.expand_paras(s.doc_string, True)))
        if s.args:
            self.out.write('<variablelist role="params">\n')
            for a in s.args:
                self.out.write('<varlistentry>\n'%())
                self.out.write('  <term><literal>%s <parameter>%s</parameter></literal>:</term>\n'%(a.signature, a.name))
                self.out.write('  <listitem>%s</listitem>\n'%(self.expand_paras(a.doc_string, True)))
                self.out.write('</varlistentry>\n'%())
            self.out.write('</variablelist>\n')
        if len(s.since) > 0:
            self.out.write('<para role="since">Since %s</para>\n'%(s.since))
        if s.deprecated:
            self.out.write('<warning><para>The "%s" signal is deprecated.</para></warning>'%(s.name))
        self.out.write('</refsect2>\n')

    def print_property(self, i, p):
        self.out.write('<refsect2 role="property" id="gdbus-property-%s.%s">\n'%(utils.dots_to_hyphens(i.name), p.name))
        self.out.write('  <title>The "%s" property</title>\n'%(p.name))
        self.out.write('  <indexterm zone="gdbus-property-%s.%s"><primary sortas="%s:%s">%s:%s</primary></indexterm>\n'%(utils.dots_to_hyphens(i.name), p.name, i.name_without_prefix, p.name, i.name, p.name))
        self.out.write('<programlisting>\n')
        self.print_property_prototype(i, p, in_synopsis=False)
        self.out.write('</programlisting>\n')
        self.out.write('%s\n'%(self.expand_paras(p.doc_string, True)))
        if len(p.since) > 0:
            self.out.write('<para role="since">Since %s</para>\n'%(p.since))
        if p.deprecated:
            self.out.write('<warning><para>The "%s" property is deprecated.</para></warning>'%(p.name))
        self.out.write('</refsect2>\n')

    def expand(self, s, expandParamsAndConstants):
        for key in self.expand_member_dict_keys:
            s = s.replace(key, self.expand_member_dict[key])
        for key in self.expand_iface_dict_keys:
            s = s.replace(key, self.expand_iface_dict[key])
        if expandParamsAndConstants:
            # replace @foo with <parameter>foo</parameter>
            s = re.sub('@[a-zA-Z0-9_]*', lambda m: '<parameter>' + m.group(0)[1:] + '</parameter>', s)
            # replace e.g. %TRUE with <constant>TRUE</constant>
            s = re.sub('%[a-zA-Z0-9_]*', lambda m: '<constant>' + m.group(0)[1:] + '</constant>', s)
        return s

    def expand_paras(self, s, expandParamsAndConstants):
        s = self.expand(s, expandParamsAndConstants).strip()
        if not s.startswith("<para"):
            s = "<para>%s</para>" % s
        return s

    def generate_expand_dicts(self):
        self.expand_member_dict = {}
        self.expand_iface_dict = {}
        for i in self.ifaces:
            key = '#%s'%(i.name)
            value = '<link linkend="gdbus-interface-%s.top_of_page">%s</link>'%(utils.dots_to_hyphens(i.name), i.name)
            self.expand_iface_dict[key] = value
            for m in i.methods:
                key = '%s.%s()'%(i.name, m.name)
                value = '<link linkend="gdbus-method-%s.%s">%s()</link>'%(utils.dots_to_hyphens(i.name), m.name, m.name)
                self.expand_member_dict[key] = value
            for s in i.signals:
                key = '#%s::%s'%(i.name, s.name)
                value = '<link linkend="gdbus-signal-%s.%s">"%s"</link>'%(utils.dots_to_hyphens(i.name), s.name, s.name)
                self.expand_member_dict[key] = value
            for p in i.properties:
                key = '#%s:%s'%(i.name, p.name)
                value = '<link linkend="gdbus-property-%s.%s">"%s"</link>'%(utils.dots_to_hyphens(i.name), p.name, p.name)
                self.expand_member_dict[key] = value
        # Make sure to expand the keys in reverse order so e.g. #org.foo.Iface:MediaCompat
        # is evaluated before #org.foo.Iface:Media ...
        self.expand_member_dict_keys = sorted(self.expand_member_dict.keys(), reverse=True)
        self.expand_iface_dict_keys = sorted(self.expand_iface_dict.keys(), reverse=True)

    def generate(self, docbook, outdir):
        for i in self.ifaces:
            self.out = open(path.join(outdir, '%s-%s.xml'%(docbook, i.name)), 'w')
            self.out.write(''%())
            self.out.write('<?xml version="1.0" encoding="utf-8"?>\n'%())
            self.out.write('<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"\n'%())
            self.out.write('               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [\n'%())
            self.out.write(']>\n'%())
            self.out.write('<refentry id="gdbus-%s">\n'%(i.name))
            self.out.write('  <refmeta>'%())
            self.out.write('    <refentrytitle role="top_of_page" id="gdbus-interface-%s.top_of_page">%s</refentrytitle>\n'%(utils.dots_to_hyphens(i.name), i.name))
            self.out.write('  <indexterm zone="gdbus-interface-%s.top_of_page"><primary sortas="%s">%s</primary></indexterm>\n'%(utils.dots_to_hyphens(i.name), i.name_without_prefix, i.name))
            self.out.write('  </refmeta>'%())

            self.out.write('  <refnamediv>'%())
            self.out.write('    <refname>%s</refname>'%(i.name))
            self.out.write('    <refpurpose>%s</refpurpose>'%(i.doc_string_brief))
            self.out.write('  </refnamediv>'%())

            if len(i.methods) > 0:
                self.print_synopsis_methods(i)
            if len(i.signals) > 0:
                self.print_synopsis_signals(i)
            if len(i.properties) > 0:
                self.print_synopsis_properties(i)

            self.out.write('<refsect1 role="desc" id="gdbus-interface-%s">\n'%(utils.dots_to_hyphens(i.name)))
            self.out.write('  <title role="desc.title">Description</title>\n'%())
            self.out.write('  %s\n'%(self.expand_paras(i.doc_string, True)))
            if len(i.since) > 0:
                self.out.write('  <para role="since">Since %s</para>\n'%(i.since))
            if i.deprecated:
                self.out.write('<warning><para>The %s interface is deprecated.</para></warning>'%(i.name))
            self.out.write('</refsect1>\n'%())

            if len(i.methods) > 0:
                self.out.write('<refsect1 role="details" id="gdbus-methods-%s">\n'%(i.name))
                self.out.write('  <title role="details.title">Method Details</title>\n'%())
                for m in i.methods:
                    self.print_method(i, m)
                self.out.write('</refsect1>\n'%())

            if len(i.signals) > 0:
                self.out.write('<refsect1 role="details" id="gdbus-signals-%s">\n'%(i.name))
                self.out.write('  <title role="details.title">Signal Details</title>\n'%())
                for s in i.signals:
                    self.print_signal(i, s)
                self.out.write('</refsect1>\n'%())

            if len(i.properties) > 0:
                self.out.write('<refsect1 role="details" id="gdbus-properties-%s">\n'%(i.name))
                self.out.write('  <title role="details.title">Property Details</title>\n'%())
                for s in i.properties:
                    self.print_property(i, s)
                self.out.write('</refsect1>\n'%())

            self.out.write('</refentry>\n')
            self.out.write('\n')

tools\tools\share\glib-2.0\codegen\codegen_main.py
# -*- Mode: Python -*-
# coding=utf-8

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
# Copyright (C) 2018 Iñigo Martínez <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import argparse
import os
import sys

from . import config
from . import dbustypes
from . import parser
from . import codegen
from . import codegen_docbook
from .utils import print_error, print_warning

def find_arg(arg_list, arg_name):
    for a in arg_list:
        if a.name == arg_name:
            return a
    return None

def find_method(iface, method):
    for m in iface.methods:
        if m.name == method:
            return m
    return None

def find_signal(iface, signal):
    for m in iface.signals:
        if m.name == signal:
            return m
    return None

def find_prop(iface, prop):
    for m in iface.properties:
        if m.name == prop:
            return m
    return None

def apply_annotation(iface_list, iface, method, signal, prop, arg, key, value):
    iface_obj = None
    for i in iface_list:
        if i.name == iface:
            iface_obj = i
            break

    if iface_obj is None:
        print_error('No interface "{}"'.format(iface))

    target_obj = None

    if method:
        method_obj = find_method(iface_obj, method)
        if method_obj is None:
            print_error('No method "{}" on interface "{}"'.format(method, iface))
        if arg:
            arg_obj = find_arg(method_obj.in_args, arg)
            if (arg_obj is None):
                arg_obj = find_arg(method_obj.out_args, arg)
                if (arg_obj is None):
                    print_error('No arg "{}" on method "{}" on interface "{}"'.format(arg, method, iface))
            target_obj = arg_obj
        else:
            target_obj = method_obj
    elif signal:
        signal_obj = find_signal(iface_obj, signal)
        if signal_obj is None:
            print_error('No signal "{}" on interface "{}"'.format(signal, iface))
        if arg:
            arg_obj = find_arg(signal_obj.args, arg)
            if (arg_obj is None):
                print_error('No arg "{}" on signal "{}" on interface "{}"'.format(arg, signal, iface))
            target_obj = arg_obj
        else:
            target_obj = signal_obj
    elif prop:
        prop_obj = find_prop(iface_obj, prop)
        if prop_obj is None:
            print_error('No property "{}" on interface "{}"'.format(prop, iface))
        target_obj = prop_obj
    else:
        target_obj = iface_obj
    target_obj.annotations.insert(0, dbustypes.Annotation(key, value))


def apply_annotations(iface_list, annotation_list):
    # apply annotations given on the command line
    for (what, key, value) in annotation_list:
        pos = what.find('::')
        if pos != -1:
            # signal
            iface = what[0:pos];
            signal = what[pos + 2:]
            pos = signal.find('[')
            if pos != -1:
                arg = signal[pos + 1:]
                signal = signal[0:pos]
                pos = arg.find(']')
                arg = arg[0:pos]
                apply_annotation(iface_list, iface, None, signal, None, arg, key, value)
            else:
                apply_annotation(iface_list, iface, None, signal, None, None, key, value)
        else:
            pos = what.find(':')
            if pos != -1:
                # property
                iface = what[0:pos];
                prop = what[pos + 1:]
                apply_annotation(iface_list, iface, None, None, prop, None, key, value)
            else:
                pos = what.find('()')
                if pos != -1:
                    # method
                    combined = what[0:pos]
                    pos = combined.rfind('.')
                    iface = combined[0:pos]
                    method = combined[pos + 1:]
                    pos = what.find('[')
                    if pos != -1:
                        arg = what[pos + 1:]
                        pos = arg.find(']')
                        arg = arg[0:pos]
                        apply_annotation(iface_list, iface, method, None, None, arg, key, value)
                    else:
                        apply_annotation(iface_list, iface, method, None, None, None, key, value)
                else:
                    # must be an interface
                    iface = what
                    apply_annotation(iface_list, iface, None, None, None, None, key, value)

def codegen_main():
    arg_parser = argparse.ArgumentParser(description='D-Bus code and documentation generator')
    arg_parser.add_argument('files', metavar='FILE', nargs='*',
                            help='D-Bus introspection XML file')
    arg_parser.add_argument('--xml-files', metavar='FILE', action='append', default=[],
                            help=argparse.SUPPRESS)
    arg_parser.add_argument('--interface-prefix', metavar='PREFIX', default='',
                            help='String to strip from D-Bus interface names for code and docs')
    arg_parser.add_argument('--c-namespace', metavar='NAMESPACE', default='',
                            help='The namespace to use for generated C code')
    arg_parser.add_argument('--c-generate-object-manager', action='store_true',
                            help='Generate a GDBusObjectManagerClient subclass when generating C code')
    arg_parser.add_argument('--c-generate-autocleanup', choices=['none', 'objects', 'all'], default='objects',
                            help='Generate autocleanup support')
    arg_parser.add_argument('--generate-docbook', metavar='OUTFILES',
                            help='Generate Docbook in OUTFILES-org.Project.IFace.xml')
    arg_parser.add_argument('--pragma-once', action='store_true',
                            help='Use "pragma once" as the inclusion guard')
    arg_parser.add_argument('--annotate', nargs=3, action='append', metavar='WHAT KEY VALUE',
                            help='Add annotation (may be used several times)')

    group = arg_parser.add_mutually_exclusive_group()
    group.add_argument('--generate-c-code', metavar='OUTFILES',
                       help='Generate C code in OUTFILES.[ch]')
    group.add_argument('--header', action='store_true',
                       help='Generate C headers')
    group.add_argument('--body', action='store_true',
                       help='Generate C code')
    group.add_argument('--interface-info-header', action='store_true',
                       help='Generate GDBusInterfaceInfo C header')
    group.add_argument('--interface-info-body', action='store_true',
                       help='Generate GDBusInterfaceInfo C code')

    group = arg_parser.add_mutually_exclusive_group()
    group.add_argument('--output', metavar='FILE',
                       help='Write output into the specified file')
    group.add_argument('--output-directory', metavar='OUTDIR', default='',
                       help='Location to output generated files')

    args = arg_parser.parse_args();

    if len(args.xml_files) > 0:
        print_warning('The "--xml-files" option is deprecated; use positional arguments instead')

    if ((args.generate_c_code is not None or args.generate_docbook is not None) and
            args.output is not None):
        print_error('Using --generate-c-code or --generate-docbook and '
                    '--output at the same time is not allowed')

    if args.generate_c_code:
        header_name = args.generate_c_code + '.h'
        h_file = os.path.join(args.output_directory, header_name)
        args.header = True
        c_file = os.path.join(args.output_directory, args.generate_c_code + '.c')
        args.body = True
    elif args.header:
        if args.output is None:
            print_error('Using --header requires --output')

        h_file = args.output
        header_name = os.path.basename(h_file)
    elif args.body:
        if args.output is None:
            print_error('Using --body requires --output')

        c_file = args.output
        header_name = os.path.splitext(os.path.basename(c_file))[0] + '.h'
    elif args.interface_info_header:
        if args.output is None:
            print_error('Using --interface-info-header requires --output')
        if args.c_generate_object_manager:
            print_error('--c-generate-object-manager is incompatible with '
                        '--interface-info-header')

        h_file = args.output
        header_name = os.path.basename(h_file)
    elif args.interface_info_body:
        if args.output is None:
            print_error('Using --interface-info-body requires --output')
        if args.c_generate_object_manager:
            print_error('--c-generate-object-manager is incompatible with '
                        '--interface-info-body')

        c_file = args.output
        header_name = os.path.splitext(os.path.basename(c_file))[0] + '.h'

    all_ifaces = []
    input_files_basenames = []
    for fname in sorted(args.files + args.xml_files):
        with open(fname, 'rb') as f:
            xml_data = f.read()
        parsed_ifaces = parser.parse_dbus_xml(xml_data)
        all_ifaces.extend(parsed_ifaces)
        input_files_basenames.append(os.path.basename(fname))

    if args.annotate is not None:
        apply_annotations(all_ifaces, args.annotate)

    for i in all_ifaces:
        i.post_process(args.interface_prefix, args.c_namespace)

    docbook = args.generate_docbook
    docbook_gen = codegen_docbook.DocbookCodeGenerator(all_ifaces);
    if docbook:
        ret = docbook_gen.generate(docbook, args.output_directory)

    if args.header:
        with open(h_file, 'w') as outfile:
            gen = codegen.HeaderCodeGenerator(all_ifaces,
                                              args.c_namespace,
                                              args.c_generate_object_manager,
                                              args.c_generate_autocleanup,
                                              header_name,
                                              input_files_basenames,
                                              args.pragma_once,
                                              outfile)
            gen.generate()

    if args.body:
        with open(c_file, 'w') as outfile:
            gen = codegen.CodeGenerator(all_ifaces,
                                        args.c_namespace,
                                        args.c_generate_object_manager,
                                        header_name,
                                        input_files_basenames,
                                        docbook_gen,
                                        outfile)
            gen.generate()

    if args.interface_info_header:
        with open(h_file, 'w') as outfile:
            gen = codegen.InterfaceInfoHeaderCodeGenerator(all_ifaces,
                                                           args.c_namespace,
                                                           header_name,
                                                           input_files_basenames,
                                                           args.pragma_once,
                                                           outfile)
            gen.generate()

    if args.interface_info_body:
        with open(c_file, 'w') as outfile:
            gen = codegen.InterfaceInfoBodyCodeGenerator(all_ifaces,
                                                         args.c_namespace,
                                                         header_name,
                                                         input_files_basenames,
                                                         outfile)
            gen.generate()

    sys.exit(0)

if __name__ == "__main__":
    codegen_main()
tools\tools\share\glib-2.0\codegen\config.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

VERSION = "2.60.3"
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll
md5: 58C936549C7BECC08445EB1868D36D03 | sha1: C427F5CFBA0A021341BF1364D72A8D0E8D96594C | sha256: CEF35D3ACC1DDB888491A358408021367B62FB24B256E730F6727F0DB349DFBC | sha512: 73910C74E2B455110C2AB3913AFBB71C6C9CB9D216B8F3953D00FF60ED9A0BBB2005B78AE243C9147DD7D6848BA4C13DA526C65EC8DF01B48C094AFD32CFED42
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tga.a
 
tools\tools\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-tga.dll
md5: F3DADDEEE9CE0D53D6653BC408076582 | sha1: A2B1AFB70E4790192AD79A21C1973C4223EB2FF8 | sha256: 5CEE349637FF7A6EFF8902676DEA2D86A434A3606E6456B83A3BDCBF57764583 | sha512: E3B9E9394012C239514751FD72A18C219E1CDD77A7F377612D83126019AB259D1007992FD8AE61B6A154C687B0443C7C72C9454FCE17386D8753624B7D5A4D92
tools\tools\share\glib-2.0\gdb\glib_gdb.py
import gdb
import sys

if sys.version_info[0] >= 3:
    long = int

# This is not quite right, as local vars may override symname
def read_global_var (symname):
    return gdb.selected_frame().read_var(symname)

def g_quark_to_string (quark):
    if quark is None:
        return None
    quark = long(quark)
    if quark == 0:
        return None
    try:
        val = read_global_var ("quarks")
        max_q = long(read_global_var ("quark_seq_id"))
    except:
        try:
            val = read_global_var ("g_quarks")
            max_q = long(read_global_var ("g_quark_seq_id"))
        except:
            return None;
    if quark < max_q:
        return val[quark].string()
    return None

# We override the node printers too, so that node->next is not expanded
class GListNodePrinter:
    "Prints a GList node"

    def __init__ (self, val):
        self.val = val

    def to_string (self):
        return "{data=%s, next=0x%x, prev=0x%x}" % (str(self.val["data"]), long(self.val["next"]), long(self.val["prev"]))

class GSListNodePrinter:
    "Prints a GSList node"

    def __init__ (self, val):
        self.val = val

    def to_string (self):
        return "{data=%s, next=0x%x}" % (str(self.val["data"]), long(self.val["next"]))

class GListPrinter:
    "Prints a GList"

    class _iterator:
        def __init__(self, head, listtype):
            self.link = head
            self.listtype = listtype
            self.count = 0

        def __iter__(self):
            return self

        def next(self):
            if self.link == 0:
                raise StopIteration
            data = self.link['data']
            self.link = self.link['next']
            count = self.count
            self.count = self.count + 1
            return ('[%d]' % count, data)

        __next__ = next

    def __init__ (self, val, listtype):
        self.val = val
        self.listtype = listtype

    def children(self):
        return self._iterator(self.val, self.listtype)

    def to_string (self):
        return  "0x%x" % (long(self.val))

    def display_hint (self):
        return "array"

class GHashPrinter:
    "Prints a GHashTable"

    class _iterator:
        class _pointer_array:
            def __init__(self, ptr, big_items):
                self._big_items = big_items
                self._gpointer_type = gdb.lookup_type("gpointer")
                item_type = self._gpointer_type if self._big_items else gdb.lookup_type("guint")

                self._items = ptr.cast(item_type.pointer())

            def __getitem__(self, item):
                item = self._items[item]

                if not self._big_items:
                    item = item.cast(self._gpointer_type)

                return item

        def __init__(self, ht, keys_are_strings):
            self.ht = ht
            if ht != 0:
                self.keys = self._pointer_array(ht["keys"], ht["have_big_keys"])
                self.values = self._pointer_array(ht["values"], ht["have_big_values"])
                self.hashes = ht["hashes"]
                self.size = ht["size"]
            self.pos = 0
            self.keys_are_strings = keys_are_strings
            self.value = None

        def __iter__(self):
            return self

        def next(self):
            if self.ht == 0:
                raise StopIteration
            if self.value != None:
                v = self.value
                self.value = None
                return v
            while long(self.pos) < long(self.size):
                self.pos = self.pos + 1
                if long (self.hashes[self.pos]) >= 2:
                    key = self.keys[self.pos]
                    val = self.values[self.pos]

                    if self.keys_are_strings:
                        key = key.cast (gdb.lookup_type("char").pointer())

                    # Queue value for next result
                    self.value = ('[%dv]'% (self.pos), val)

                    # Return key
                    return ('[%dk]'% (self.pos), key)
            raise StopIteration

        __next__ = next

    def __init__ (self, val):
        self.val = val
        self.keys_are_strings = False
        try:
            string_hash = read_global_var ("g_str_hash")
        except:
            string_hash = None
        if self.val != 0 and string_hash != None and self.val["hash_func"] == string_hash:
            self.keys_are_strings = True

    def children(self):
        return self._iterator(self.val, self.keys_are_strings)

    def to_string (self):
        return  "0x%x" % (long(self.val))

    def display_hint (self):
        return "map"

def pretty_printer_lookup (val):
    # None yet, want things like hash table and list

    type = val.type.unqualified()

    # If it points to a reference, get the reference.
    if type.code == gdb.TYPE_CODE_REF:
        type = type.target ()

    if type.code == gdb.TYPE_CODE_PTR:
        type = type.target().unqualified()
        t = str(type)
        if t == "GList":
            return GListPrinter(val, "GList")
        if t == "GSList":
            return GListPrinter(val, "GSList")
        if t == "GHashTable":
            return GHashPrinter(val)
    else:
        t = str(type)
        if t == "GList":
            return GListNodePrinter(val)
        if t == "GSList *":
            return GListPrinter(val, "GSList")
    return None

def register (obj):
    if obj is None:
        obj = gdb

    obj.pretty_printers.append(pretty_printer_lookup)

class ForeachCommand (gdb.Command):
    """Foreach on list"""

    def __init__ (self):
        super (ForeachCommand, self).__init__ ("gforeach",
                                               gdb.COMMAND_DATA,
                                               gdb.COMPLETE_SYMBOL)

    def valid_name (self, name):
        if not name[0].isalpha():
            return False
        return True

    def parse_args (self, arg):
        i = arg.find(" ")
        if i <= 0:
            raise Exception ("No var specified")
        var = arg[:i]
        if not self.valid_name(var):
            raise Exception ("Invalid variable name")

        while i < len (arg) and arg[i].isspace():
            i = i + 1

        if arg[i:i+2] != "in":
            raise Exception ("Invalid syntax, missing in")

        i = i + 2

        while i < len (arg) and arg[i].isspace():
            i = i + 1

        colon = arg.find (":", i)
        if colon == -1:
            raise Exception ("Invalid syntax, missing colon")

        val = arg[i:colon]

        colon = colon + 1
        while colon < len (arg) and arg[colon].isspace():
            colon = colon + 1

        command = arg[colon:]

        return (var, val, command)

    def do_iter(self, arg, item, command):
        item = item.cast (gdb.lookup_type("void").pointer())
        item = long(item)
        to_eval = "set $%s = (void *)0x%x\n"%(arg, item)
        gdb.execute(to_eval)
        gdb.execute(command)

    def slist_iterator (self, arg, container, command):
        l = container.cast (gdb.lookup_type("GSList").pointer())
        while long(l) != 0:
            self.do_iter (arg, l["data"], command)
            l = l["next"]

    def list_iterator (self, arg, container, command):
        l = container.cast (gdb.lookup_type("GList").pointer())
        while long(l) != 0:
            self.do_iter (arg, l["data"], command)
            l = l["next"]

    def pick_iterator (self, container):
        t = container.type.unqualified()
        if t.code == gdb.TYPE_CODE_PTR:
            t = t.target().unqualified()
            t = str(t)
            if t == "GSList":
                return self.slist_iterator
            if t == "GList":
                return self.list_iterator
        raise Exception("Invalid container type %s"%(str(container.type)))

    def invoke (self, arg, from_tty):
        (var, container, command) = self.parse_args(arg)
        container = gdb.parse_and_eval (container)
        func = self.pick_iterator(container)
        func(var, container, command)

ForeachCommand ()
tools\tools\share\glib-2.0\gdb\gobject_gdb.py
import os.path
import gdb
import glib_gdb
import sys

if sys.version_info[0] >= 3:
    long = int
else:
    import itertools
    map = itertools.imap

# FrameDecorator is new in gdb 7.7, so we adapt to its absence.
try:
    import gdb.FrameDecorator
    HAVE_GDB_FRAMEDECORATOR = True
    FrameDecorator = gdb.FrameDecorator.FrameDecorator
except ImportError:
    HAVE_GDB_FRAMEDECORATOR = False

# This is not quite right, as local vars may override symname
def read_global_var (symname):
    return gdb.selected_frame().read_var(symname)

def g_type_to_typenode (gtype):
    def lookup_fundamental_type (typenode):
        if typenode == 0:
            return None
        val = read_global_var ("static_fundamental_type_nodes")
        if val is None:
            return None
        return val[typenode >> 2].address

    gtype = long(gtype)
    typenode = gtype - gtype % 4
    if typenode > (255 << 2):
        typenode = gdb.Value(typenode).cast (gdb.lookup_type("TypeNode").pointer())
    else:
        typenode = lookup_fundamental_type (typenode)
    return typenode

def g_type_to_name (gtype):
    typenode = g_type_to_typenode(gtype)
    if typenode != None:
        return glib_gdb.g_quark_to_string (typenode["qname"])
    return None

def is_g_type_instance (val):
    def is_g_type_instance_helper (type):
        if str(type) == "GTypeInstance":
            return True

        while type.code == gdb.TYPE_CODE_TYPEDEF:
            type = type.target()

        if type.code != gdb.TYPE_CODE_STRUCT:
            return False

        fields = type.fields()
        if len (fields) < 1:
            return False

        first_field = fields[0]
        return is_g_type_instance_helper(first_field.type)

    type = val.type
    if type.code != gdb.TYPE_CODE_PTR:
        return False
    type = type.target()
    return is_g_type_instance_helper (type)

def g_type_name_from_instance (instance):
    if long(instance) != 0:
        try:
            inst = instance.cast (gdb.lookup_type("GTypeInstance").pointer())
            klass = inst["g_class"]
            gtype = klass["g_type"]
            name = g_type_to_name (gtype)
            return name
        except RuntimeError:
            pass
    return None

class GTypePrettyPrinter:
    "Prints a GType instance pointer"

    def __init__ (self, val):
        self.val = val

    def to_string (self):
        name = g_type_name_from_instance (self.val)
        if name:
            return ("0x%x [%s]")% (long(self.val), name)
        return  ("0x%x") % (long(self.val))

def is_g_type_class_instance (val):
    type = val.type
    if type.code != gdb.TYPE_CODE_PTR:
        return False
    return str(type.target()) == "GTypeClass"

class GTypeHandlePrettyPrinter:
    "Prints a GType instance"

    def __init__ (self, val, hint = ""):
        self.val = val
        self.hint = hint

    def to_string (self):
        typenode = g_type_to_typenode(self.val)
        if typenode != None:
            name = glib_gdb.g_quark_to_string (typenode["qname"])
            s = ("0x%x [%s%s")% (long(self.val), self.hint, name)
            for i in range (1, int(typenode["n_supers"])):
                node = g_type_to_typenode(typenode["supers"][i])
                if node:
                    name = glib_gdb.g_quark_to_string(node["qname"])
                else:
                    name = "???"
                s += "/" + name
            return s + "]"
        else:
            return  ("0x%x") % (long(self.val))

def pretty_printer_lookup (val):
    if is_g_type_instance (val):
        return GTypePrettyPrinter (val)
    if str(val.type) == "GType":
        return GTypeHandlePrettyPrinter (val)
    if is_g_type_class_instance (val):
        return GTypeHandlePrettyPrinter (val["g_type"], "g_type: ")

    return None

def get_signal_name (id):
    if id is None:
        return None
    id = long(id)
    if id == 0:
        return None
    val = read_global_var ("g_signal_nodes")
    max_s = read_global_var ("g_n_signal_nodes")
    max_s = long(max_s)
    if id < max_s:
        return val[id]["name"].string()
    return None

def frame_name(frame):
    return str(frame.function())

def frame_var(frame, var):
    return frame.inferior_frame().read_var(var)


class SignalFrame(FrameDecorator):
    def __init__ (self, frames):
        FrameDecorator.__init__(self, frames[-1])
        self.frame = frames[-1]
        self.frames = frames

    def name (self):
        return "signal-emission"

    def read_var (self, frame, name, array = None):
        try:
            v = frame_var (frame, name)
            if v is None or v.is_optimized_out:
                return None
            if array != None:
                array.append (v)
            return v
        except ValueError:
            return None

    def read_object (self, frame, name, array = None):
        try:
            v = frame_var (frame, name)
            if v is None or v.is_optimized_out:
                return None
            v = v.cast (gdb.lookup_type("GObject").pointer())
            # Ensure this is a somewhat correct object pointer
            if v != None and g_type_name_from_instance (v):
                if array != None:
                    array.append (v)
                return v
            return None
        except ValueError:
            return None

    def append (self, array, obj):
        if obj != None:
            array.append (obj)

    def or_join_array (self, array):
        if len(array) == 0:
            return "???"
        else:
            return ' or '.join(set(map(str, array)))

    def get_detailed_signal_from_frame(self, frame, signal):
        detail = self.read_var (frame, "detail")
        detail = glib_gdb.g_quark_to_string (detail)
        if detail is not None:
            return signal + ":" + detail
        else:
            return detail

    def function (self):
        instances = []
        signals = []

        for frame in self.frames:
            name = frame_name(frame)
            if name == "signal_emit_unlocked_R":
                self.read_object (frame, "instance", instances)
                node = self.read_var (frame, "node")
                if node:
                    signal = node["name"].string()
                    signal = self.get_detailed_signal_from_frame(frame, signal)
                    self.append(signals, signal)

            if name == "g_signal_emitv":
                instance_and_params = self.read_var (frame, "instance_and_params")
                if instance_and_params:
                    instance = instance_and_params[0]["v_pointer"].cast (gdb.Type("GObject").pointer())
                    self.append (instances, instance)
                id = self.read_var (frame, "signal_id")
                signal = get_signal_name (id)
                if signal:
                    signal = self.get_detailed_signal_from_frame(frame, signal)
                    self.append (signals, signal)

            if name == "g_signal_emit_valist" or name == "g_signal_emit":
                self.read_object (frame, "instance", instances)
                id = self.read_var (frame, "signal_id")
                signal = get_signal_name (id)
                if signal:
                    signal = self.get_detailed_signal_from_frame(frame, signal)
                    self.append (signals, signal)

            if name == "g_signal_emit_by_name":
                self.read_object (frame, "instance", instances)
                self.read_var (frame, "detailed_signal", signals)
                break

        instance = self.or_join_array (instances)
        signal = self.or_join_array (signals)

        return "<emit signal %s on instance %s>" %  (signal, instance)

    def elided (self):
        return self.frames[0:-1]

    def describe (self, stream, full):
        stream.write (" " + self.function () + "\n")

class GFrameDecorator:
    def __init__ (self, iter):
        self.queue = []
        self.iter = iter

    def __iter__ (self):
        return self

    def fill (self):
        while len(self.queue) <= 8:
            try:
                f = next(self.iter)
                self.queue.append (f)
            except StopIteration:
                return

    def find_signal_emission (self):
        for i in range (min (len(self.queue), 3)):
            if frame_name(self.queue[i]) == "signal_emit_unlocked_R":
                return i
        return -1

    def next (self):
        # Ensure we have enough frames for a full signal emission
        self.fill()

        # Are we at the end?
        if len(self.queue) == 0:
            raise StopIteration

        emission = self.find_signal_emission ()
        if emission > 0:
            start = emission
            while True:
                if start == 0:
                    break
                prev_name = frame_name(self.queue[start-1])
                if prev_name.find("_marshal_") >= 0 or prev_name == "g_closure_invoke":
                    start = start - 1
                else:
                    break
            end = emission + 1
            while end < len(self.queue):
                if frame_name(self.queue[end]) in ["g_signal_emitv",
                                                   "g_signal_emit_valist",
                                                   "g_signal_emit",
                                                   "g_signal_emit_by_name",
                                                   "_g_closure_invoke_va"]:
                    end = end + 1
                else:
                    break

            signal_frames = self.queue[start:end]
            new_frames = [SignalFrame(signal_frames)]
            self.queue[start:end] = new_frames

        return self.queue.pop(0)

    def __next__ (self):
        return self.next()

class GFrameFilter(object):
    name = 'glib'
    enabled = True
    priority = 100

    def filter(self, iterator):
        return GFrameDecorator(iterator)

def register (obj):
    if obj is None:
        obj = gdb

    if HAVE_GDB_FRAMEDECORATOR:
        filter = GFrameFilter()
        obj.frame_filters[filter.name] = filter
    obj.pretty_printers.append(pretty_printer_lookup)
tools\tools\share\glib-2.0\gettext\po\Makefile.in.in
 
tools\tools\share\glib-2.0\schemas\gschema.dtd
 
tools\tools\share\glib-2.0\schemas\gschemas.compiled
 
tools\tools\share\glib-2.0\schemas\org.gtk.Demo.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>

<schemalist>

  <enum id='org.gtk.Demo.Color'>
    <value nick='red'   value='0'/>
    <value nick='green' value='1'/>
    <value nick='blue'  value='2'/>
  </enum>

  <schema id='org.gtk.Demo' path='/org/gtk/Demo/'>
    <key name='color' enum='org.gtk.Demo.Color'>
      <default>'red'</default>
    </key>
    <key name='window-size' type='(ii)'>
      <default>(-1, -1)</default>
    </key>
    <key name='maximized' type='b'>
      <default>false</default>
    </key>
    <key name='fullscreen' type='b'>
      <default>false</default>
    </key>
  </schema>

</schemalist>
tools\tools\share\glib-2.0\schemas\org.gtk.exampleapp.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gtk/exampleapp/" id="org.gtk.exampleapp">
    <key name="font" type="s">
      <default>'Monospace 12'</default>
      <summary>Font</summary>
      <description>The font to be used for content.</description>
    </key>
    <key name="transition" type="s">
      <choices>
        <choice value='none'/>
        <choice value='crossfade'/>
        <choice value='slide-left-right'/>
      </choices>
      <default>'none'</default>
      <summary>Transition</summary>
      <description>The transition to use when switching tabs.</description>
    </key>
    <key name="show-words" type="b">
      <default>false</default>
      <summary>Show words</summary>
      <description>Whether to show a word list in the sidebar</description>
    </key>
  </schema>
</schemalist>
tools\tools\share\glib-2.0\schemas\org.gtk.Settings.ColorChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.Settings.ColorChooser' path='/org/gtk/settings/color-chooser/'>
    <key name='custom-colors' type='a(dddd)'>
      <default>[]</default>
      <summary>Custom colors</summary>
      <description>
        An array of custom colors to show in the color chooser. Each color is
        specified as a tuple of four doubles, specifying RGBA values between
        0 and 1.
      </description>
    </key>
    <key name='selected-color' type='(bdddd)'>
      <default>(false,1.0,1.0,1.0,1.0)</default>
      <summary>The selected color</summary>
      <description>
         The selected color, described as a tuple whose first member is a
         boolean that is true if a color was selected, and the remaining
         four members are four doubles, specifying RGBA values between
         0 and 1.
      </description>
    </key>
  </schema>

</schemalist>
tools\tools\share\glib-2.0\schemas\org.gtk.Settings.Debug.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.Settings.Debug' path='/org/gtk/settings/debug/'>
    <key name='enable-inspector-keybinding' type='b'>
      <default>false</default>
      <summary>Enable inspector keybinding</summary>
      <description>
        If this setting is true, GTK+ lets the user open an interactive
        debugging window with a keybinding. The default shortcuts for
        the keybinding are Control-Shift-I and Control-Shift-D.
      </description>
    </key>
    <key name='inspector-warning' type='b'>
      <default>true</default>
      <summary>Inspector warning</summary>
      <description>
        If this setting is true, GTK+ shows a warning before letting
        the user use the interactive debugger.
      </description>
    </key>
  </schema>

</schemalist>

tools\tools\share\glib-2.0\schemas\org.gtk.Settings.EmojiChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema id='org.gtk.Settings.EmojiChooser' path='/org/gtk/settings/emoji-chooser/'>
    <key name='recent-emoji' type='a((auss)u)'>
      <default>[]</default>
      <summary>Recently used Emoji</summary>
      <description>
        An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
        specified as an array of codepoints, name and shortname. The extra integer after this
        pair is the code of the Fitzpatrick modifier to use in place of a 0 in the
        codepoint array.
      </description>
    </key>
  </schema>

</schemalist>
tools\tools\share\glib-2.0\schemas\org.gtk.Settings.FileChooser.gschema.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright © 2010 Christian Persch

  This library is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation; either version 2.1, or (at your option)
  any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public License
  along with this library. If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>

  <enum id='org.gtk.Settings.FileChooser.LocationMode'>
    <value nick='path-bar' value='0'/>
    <value nick='filename-entry' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.SortColumn'>
    <value nick='name' value='0'/>
    <value nick='size' value='1'/>
    <value nick='modified' value='2'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.SortOrder'>
    <value nick='ascending' value='0'/>
    <value nick='descending' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.StartupMode'>
    <value nick='recent' value='0'/>
    <value nick='cwd' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.ClockFormat'>
    <value nick='24h' value='0'/>
    <value nick='12h' value='1'/>
  </enum>

  <enum id='org.gtk.Settings.FileChooser.DateFormat'>
    <value nick='regular' value='0'/>
    <value nick='with-time' value='1'/>
  </enum>

  <schema id='org.gtk.Settings.FileChooser' path='/org/gtk/settings/file-chooser/'>
    <key name='last-folder-uri' type='s'>
      <default>""</default>
    </key>
    <key name='location-mode' enum='org.gtk.Settings.FileChooser.LocationMode'>
      <default>'path-bar'</default>
      <summary>Location mode</summary>
      <description>
	Controls whether the file chooser shows just a path bar, or a visible entry
        for the filename as well, for the benefit of typing-oriented users. The
        possible values for these modes are "path-bar" and "filename-entry".
      </description>
    </key>
    <key name='show-hidden' type='b'>
      <default>false</default>
      <summary>Show hidden files</summary>
      <description>
	Controls whether the file chooser shows hidden files or not.
      </description>
    </key>
    <key type="b" name="sort-directories-first">
      <default>false</default>
      <summary>Show folders first</summary>
      <description>
        If set to true, then folders are shown before files in the list.
      </description>
    </key>
    <key name='expand-folders' type='b'>
      <default>false</default>
      <summary>Expand folders</summary>
      <description>This key is deprecated; do not use it.</description>
    </key>
    <key name='show-size-column' type='b'>
      <default>true</default>
      <summary>Show file sizes</summary>
      <description>
	Controls whether the file chooser shows a column with file sizes.
      </description>
    </key>
    <key name='sort-column' enum='org.gtk.Settings.FileChooser.SortColumn'>
      <default>'name'</default>
      <summary>Sort column</summary>
      <description>
	Can be one of "name", "modified", or "size".  It controls
	which of the columns in the file chooser is used for sorting
	the list of files.
      </description>
    </key>
    <key name='sort-order' enum='org.gtk.Settings.FileChooser.SortOrder'>
      <default>'ascending'</default>
      <summary>Sort order</summary>
      <description>
	Can be one of the strings "ascending" or "descending".
      </description>
    </key>
    <key name='window-position' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window position</summary>
      <description>
	The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's
        window.
      </description>
    </key>
    <key name='window-size' type='(ii)'>
      <default>(-1, -1)</default>
      <summary>Window size</summary>
      <description>
	The size (width, height) of the GtkFileChooserDialog's window, in pixels.
      </description>
    </key>
    <key name='startup-mode' enum='org.gtk.Settings.FileChooser.StartupMode'>
      <default>'recent'</default>
      <summary>Startup mode</summary>
      <description>
	Either "recent" or "cwd"; controls whether the file chooser
	starts up showing the list of recently-used files, or the
	contents of the current working directory.
      </description>
    </key>
    <key name='sidebar-width' type='i'>
      <default>148</default>
      <summary>Sidebar width</summary>
      <description>
	Width in pixels of the file chooser's places sidebar.
      </description>
    </key>
    <key name="clock-format" enum="org.gtk.Settings.FileChooser.ClockFormat">
      <default>'24h'</default>
      <summary>Time format</summary>
      <description>
        Whether the time is shown in 24h or 12h format.
      </description>
    </key>
    <key name="date-format" enum="org.gtk.Settings.FileChooser.DateFormat">
      <default>'regular'</default>
      <summary>Date format</summary>
      <description>
        The amount of detail to show in the Modified column.
      </description>
    </key>
  </schema>

</schemalist>
tools\tools\share\icons\Adwaita\16x16\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\glib-2.0\codegen\dbustypes.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

from . import utils
from .utils import print_error

class Annotation:
    def __init__(self, key, value):
        self.key = key
        self.value = value
        self.annotations = []
        self.since = ''

    def post_process(self, interface_prefix, cns, cns_upper, cns_lower, container):
        key = self.key
        overridden_key = utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.Name')
        if utils.is_ugly_case(overridden_key):
            self.key_lower = overridden_key.lower()
        else:
            if overridden_key:
                key = overridden_key
            self.key_lower = utils.camel_case_to_uscore(key).lower().replace('-', '_').replace('.', '_')

        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)
            if len(self.since) == 0:
                self.since = container.since

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

class Arg:
    def __init__(self, name, signature):
        self.name = name
        self.signature = signature
        self.annotations = []
        self.doc_string = ''
        self.since = ''

    def post_process(self, interface_prefix, cns, cns_upper, cns_lower, arg_number):
        if len(self.doc_string) == 0:
            self.doc_string = utils.lookup_docs(self.annotations)
        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)

        if self.name is None:
            self.name = 'unnamed_arg%d'%arg_number
        # default to GVariant
        self.ctype_in_g  = 'GVariant *'
        self.ctype_in  = 'GVariant *'
        self.ctype_in_dup  = 'GVariant *'
        self.ctype_out = 'GVariant **'
        self.gtype = 'G_TYPE_VARIANT'
        self.free_func = 'g_variant_unref'
        self.format_in = '@' + self.signature
        self.format_out = '@' + self.signature
        self.gvariant_get = 'XXX'
        self.gvalue_get = 'g_value_get_variant'
        self.array_annotation = ''

        if not utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.ForceGVariant'):
            if self.signature == 'b':
                self.ctype_in_g  = 'gboolean '
                self.ctype_in  = 'gboolean '
                self.ctype_out = 'gboolean *'
                self.gtype = 'G_TYPE_BOOLEAN'
                self.free_func = None
                self.format_in = 'b'
                self.format_out = 'b'
                self.gvariant_get = 'g_variant_get_boolean'
                self.gvalue_get = 'g_value_get_boolean'
            elif self.signature == 'y':
                self.ctype_in_g  = 'guchar '
                self.ctype_in  = 'guchar '
                self.ctype_out = 'guchar *'
                self.gtype = 'G_TYPE_UCHAR'
                self.free_func = None
                self.format_in = 'y'
                self.format_out = 'y'
                self.gvariant_get = 'g_variant_get_byte'
                self.gvalue_get = 'g_value_get_uchar'
            elif self.signature == 'n':
                self.ctype_in_g  = 'gint '
                self.ctype_in  = 'gint16 '
                self.ctype_out = 'gint16 *'
                self.gtype = 'G_TYPE_INT'
                self.free_func = None
                self.format_in = 'n'
                self.format_out = 'n'
                self.gvariant_get = 'g_variant_get_int16'
                self.gvalue_get = 'g_value_get_int'
            elif self.signature == 'q':
                self.ctype_in_g  = 'guint '
                self.ctype_in  = 'guint16 '
                self.ctype_out = 'guint16 *'
                self.gtype = 'G_TYPE_UINT'
                self.free_func = None
                self.format_in = 'q'
                self.format_out = 'q'
                self.gvariant_get = 'g_variant_get_uint16'
                self.gvalue_get = 'g_value_get_uint'
            elif self.signature == 'i':
                self.ctype_in_g  = 'gint '
                self.ctype_in  = 'gint '
                self.ctype_out = 'gint *'
                self.gtype = 'G_TYPE_INT'
                self.free_func = None
                self.format_in = 'i'
                self.format_out = 'i'
                self.gvariant_get = 'g_variant_get_int32'
                self.gvalue_get = 'g_value_get_int'
            elif self.signature == 'u':
                self.ctype_in_g  = 'guint '
                self.ctype_in  = 'guint '
                self.ctype_out = 'guint *'
                self.gtype = 'G_TYPE_UINT'
                self.free_func = None
                self.format_in = 'u'
                self.format_out = 'u'
                self.gvariant_get = 'g_variant_get_uint32'
                self.gvalue_get = 'g_value_get_uint'
            elif self.signature == 'x':
                self.ctype_in_g  = 'gint64 '
                self.ctype_in  = 'gint64 '
                self.ctype_out = 'gint64 *'
                self.gtype = 'G_TYPE_INT64'
                self.free_func = None
                self.format_in = 'x'
                self.format_out = 'x'
                self.gvariant_get = 'g_variant_get_int64'
                self.gvalue_get = 'g_value_get_int64'
            elif self.signature == 't':
                self.ctype_in_g  = 'guint64 '
                self.ctype_in  = 'guint64 '
                self.ctype_out = 'guint64 *'
                self.gtype = 'G_TYPE_UINT64'
                self.free_func = None
                self.format_in = 't'
                self.format_out = 't'
                self.gvariant_get = 'g_variant_get_uint64'
                self.gvalue_get = 'g_value_get_uint64'
            elif self.signature == 'd':
                self.ctype_in_g  = 'gdouble '
                self.ctype_in  = 'gdouble '
                self.ctype_out = 'gdouble *'
                self.gtype = 'G_TYPE_DOUBLE'
                self.free_func = None
                self.format_in = 'd'
                self.format_out = 'd'
                self.gvariant_get = 'g_variant_get_double'
                self.gvalue_get = 'g_value_get_double'
            elif self.signature == 's':
                self.ctype_in_g  = 'const gchar *'
                self.ctype_in  = 'const gchar *'
                self.ctype_in_dup  = 'gchar *'
                self.ctype_out = 'gchar **'
                self.gtype = 'G_TYPE_STRING'
                self.free_func = 'g_free'
                self.format_in = 's'
                self.format_out = 's'
                self.gvariant_get = 'g_variant_get_string'
                self.gvalue_get = 'g_value_get_string'
            elif self.signature == 'o':
                self.ctype_in_g  = 'const gchar *'
                self.ctype_in  = 'const gchar *'
                self.ctype_in_dup  = 'gchar *'
                self.ctype_out = 'gchar **'
                self.gtype = 'G_TYPE_STRING'
                self.free_func = 'g_free'
                self.format_in = 'o'
                self.format_out = 'o'
                self.gvariant_get = 'g_variant_get_string'
                self.gvalue_get = 'g_value_get_string'
            elif self.signature == 'g':
                self.ctype_in_g  = 'const gchar *'
                self.ctype_in  = 'const gchar *'
                self.ctype_in_dup  = 'gchar *'
                self.ctype_out = 'gchar **'
                self.gtype = 'G_TYPE_STRING'
                self.free_func = 'g_free'
                self.format_in = 'g'
                self.format_out = 'g'
                self.gvariant_get = 'g_variant_get_string'
                self.gvalue_get = 'g_value_get_string'
            elif self.signature == 'ay':
                self.ctype_in_g  = 'const gchar *'
                self.ctype_in  = 'const gchar *'
                self.ctype_in_dup  = 'gchar *'
                self.ctype_out = 'gchar **'
                self.gtype = 'G_TYPE_STRING'
                self.free_func = 'g_free'
                self.format_in = '^ay'
                self.format_out = '^ay'
                self.gvariant_get = 'g_variant_get_bytestring'
                self.gvalue_get = 'g_value_get_string'
            elif self.signature == 'as':
                self.ctype_in_g  = 'const gchar *const *'
                self.ctype_in  = 'const gchar *const *'
                self.ctype_in_dup  = 'gchar **'
                self.ctype_out = 'gchar ***'
                self.gtype = 'G_TYPE_STRV'
                self.free_func = 'g_strfreev'
                self.format_in = '^as'
                self.format_out = '^as'
                self.gvariant_get = 'g_variant_get_strv'
                self.gvalue_get = 'g_value_get_boxed'
                self.array_annotation = '(array zero-terminated=1)'
            elif self.signature == 'ao':
                self.ctype_in_g  = 'const gchar *const *'
                self.ctype_in  = 'const gchar *const *'
                self.ctype_in_dup  = 'gchar **'
                self.ctype_out = 'gchar ***'
                self.gtype = 'G_TYPE_STRV'
                self.free_func = 'g_strfreev'
                self.format_in = '^ao'
                self.format_out = '^ao'
                self.gvariant_get = 'g_variant_get_objv'
                self.gvalue_get = 'g_value_get_boxed'
                self.array_annotation = '(array zero-terminated=1)'
            elif self.signature == 'aay':
                self.ctype_in_g  = 'const gchar *const *'
                self.ctype_in  = 'const gchar *const *'
                self.ctype_in_dup  = 'gchar **'
                self.ctype_out = 'gchar ***'
                self.gtype = 'G_TYPE_STRV'
                self.free_func = 'g_strfreev'
                self.format_in = '^aay'
                self.format_out = '^aay'
                self.gvariant_get = 'g_variant_get_bytestring_array'
                self.gvalue_get = 'g_value_get_boxed'
                self.array_annotation = '(array zero-terminated=1)'

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

class Method:
    def __init__(self, name):
        self.name = name
        self.in_args = []
        self.out_args = []
        self.annotations = []
        self.doc_string = ''
        self.since = ''
        self.deprecated = False

    def post_process(self, interface_prefix, cns, cns_upper, cns_lower, containing_iface):
        if len(self.doc_string) == 0:
            self.doc_string = utils.lookup_docs(self.annotations)
        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)
            if len(self.since) == 0:
                self.since = containing_iface.since

        name = self.name
        overridden_name = utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.Name')
        if utils.is_ugly_case(overridden_name):
            self.name_lower = overridden_name.lower()
        else:
            if overridden_name:
                name = overridden_name
            self.name_lower = utils.camel_case_to_uscore(name).lower().replace('-', '_')
        self.name_hyphen = self.name_lower.replace('_', '-')

        arg_count = 0
        for a in self.in_args:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, arg_count)
            arg_count += 1

        for a in self.out_args:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, arg_count)
            arg_count += 1

        if utils.lookup_annotation(self.annotations, 'org.freedesktop.DBus.Deprecated') == 'true':
            self.deprecated = True

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

class Signal:
    def __init__(self, name):
        self.name = name
        self.args = []
        self.annotations = []
        self.doc_string = ''
        self.since = ''
        self.deprecated = False

    def post_process(self, interface_prefix, cns, cns_upper, cns_lower, containing_iface):
        if len(self.doc_string) == 0:
            self.doc_string = utils.lookup_docs(self.annotations)
        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)
            if len(self.since) == 0:
                self.since = containing_iface.since

        name = self.name
        overridden_name = utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.Name')
        if utils.is_ugly_case(overridden_name):
            self.name_lower = overridden_name.lower()
        else:
            if overridden_name:
                name = overridden_name
            self.name_lower = utils.camel_case_to_uscore(name).lower().replace('-', '_')
        self.name_hyphen = self.name_lower.replace('_', '-')

        arg_count = 0
        for a in self.args:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, arg_count)
            arg_count += 1

        if utils.lookup_annotation(self.annotations, 'org.freedesktop.DBus.Deprecated') == 'true':
            self.deprecated = True

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

class Property:
    def __init__(self, name, signature, access):
        self.name = name
        self.signature = signature
        self.access = access
        self.annotations = []
        self.arg = Arg('value', self.signature)
        self.arg.annotations = self.annotations
        self.readable = False
        self.writable = False
        if self.access == 'readwrite':
            self.readable = True
            self.writable = True
        elif self.access == 'read':
            self.readable = True
        elif self.access == 'write':
            self.writable = True
        else:
            print_error('Invalid access type "{}"'.format(self.access))
        self.doc_string = ''
        self.since = ''
        self.deprecated = False
        self.emits_changed_signal = True

    def post_process(self, interface_prefix, cns, cns_upper, cns_lower, containing_iface):
        if len(self.doc_string) == 0:
            self.doc_string = utils.lookup_docs(self.annotations)
        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)
            if len(self.since) == 0:
                self.since = containing_iface.since

        name = self.name
        overridden_name = utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.Name')
        if utils.is_ugly_case(overridden_name):
            self.name_lower = overridden_name.lower()
        else:
            if overridden_name:
                name = overridden_name
            self.name_lower = utils.camel_case_to_uscore(name).lower().replace('-', '_')
        self.name_hyphen = self.name_lower.replace('_', '-')
        # don't clash with the GType getter, e.g.: GType foo_bar_get_type (void); G_GNUC_CONST
        if self.name_lower == 'type':
            self.name_lower = 'type_'

        # recalculate arg
        self.arg.annotations = self.annotations
        self.arg.post_process(interface_prefix, cns, cns_upper, cns_lower, 0)

        if utils.lookup_annotation(self.annotations, 'org.freedesktop.DBus.Deprecated') == 'true':
            self.deprecated = True

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

        # FIXME: for now we only support 'false' and 'const' on the signal itself, see #674913 and
        # http://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format
        # for details
        if utils.lookup_annotation(self.annotations, 'org.freedesktop.DBus.Property.EmitsChangedSignal') in ('false', 'const'):
            self.emits_changed_signal = False

class Interface:
    def __init__(self, name):
        self.name = name
        self.methods = []
        self.signals = []
        self.properties = []
        self.annotations = []
        self.doc_string = ''
        self.doc_string_brief = ''
        self.since = ''
        self.deprecated = False

    def post_process(self, interface_prefix, c_namespace):
        if len(self.doc_string) == 0:
            self.doc_string = utils.lookup_docs(self.annotations)
        if len(self.doc_string_brief) == 0:
            self.doc_string_brief = utils.lookup_brief_docs(self.annotations)
        if len(self.since) == 0:
            self.since = utils.lookup_since(self.annotations)

        if len(c_namespace) > 0:
            if utils.is_ugly_case(c_namespace):
                cns = c_namespace.replace('_', '')
                cns_upper = c_namespace.upper() + '_'
                cns_lower = c_namespace.lower() + '_'
            else:
                cns = c_namespace
                cns_upper = utils.camel_case_to_uscore(c_namespace).upper() + '_'
                cns_lower = utils.camel_case_to_uscore(c_namespace).lower() + '_'
        else:
            cns = ''
            cns_upper = ''
            cns_lower = ''

        overridden_name = utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.Name')
        if utils.is_ugly_case(overridden_name):
            name = overridden_name.replace('_', '')
            name_with_ns = cns + name
            self.name_without_prefix = name
            self.camel_name = name_with_ns
            self.ns_upper = cns_upper
            self.name_lower = cns_lower + overridden_name.lower()
            self.name_upper = overridden_name.upper()

            #print_error('handle Ugly_Case "{}"'.format(overridden_name))
        else:
            if overridden_name:
                name = overridden_name
            else:
                name = self.name
                if name.startswith(interface_prefix):
                    name = name[len(interface_prefix):]
            self.name_without_prefix = name
            name = utils.strip_dots(name)
            name_with_ns = utils.strip_dots(cns + '.' + name)
            self.camel_name = name_with_ns
            self.ns_upper = cns_upper
            self.name_lower = cns_lower + utils.camel_case_to_uscore(name)
            self.name_upper = utils.camel_case_to_uscore(name).upper()

        self.name_hyphen = self.name_upper.lower().replace('_', '-')

        if utils.lookup_annotation(self.annotations, 'org.freedesktop.DBus.Deprecated') == 'true':
            self.deprecated = True

        for m in self.methods:
            m.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

        for s in self.signals:
            s.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

        for p in self.properties:
            p.post_process(interface_prefix, cns, cns_upper, cns_lower, self)

        for a in self.annotations:
            a.post_process(interface_prefix, cns, cns_upper, cns_lower, self)
tools\tools\share\glib-2.0\codegen\parser.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import sys
import xml.parsers.expat

from . import dbustypes
from .utils import print_error

class DBusXMLParser:
    STATE_TOP = 'top'
    STATE_NODE = 'node'
    STATE_INTERFACE = 'interface'
    STATE_METHOD = 'method'
    STATE_SIGNAL = 'signal'
    STATE_PROPERTY = 'property'
    STATE_ARG = 'arg'
    STATE_ANNOTATION = 'annotation'
    STATE_IGNORED = 'ignored'

    def __init__(self, xml_data):
        self._parser = xml.parsers.expat.ParserCreate()
        self._parser.CommentHandler = self.handle_comment
        self._parser.CharacterDataHandler = self.handle_char_data
        self._parser.StartElementHandler = self.handle_start_element
        self._parser.EndElementHandler = self.handle_end_element

        self.parsed_interfaces = []
        self._cur_object = None

        self.state = DBusXMLParser.STATE_TOP
        self.state_stack = []
        self._cur_object = None
        self._cur_object_stack = []

        self.doc_comment_last_symbol = ''

        self._parser.Parse(xml_data)

    COMMENT_STATE_BEGIN = 'begin'
    COMMENT_STATE_PARAMS = 'params'
    COMMENT_STATE_BODY = 'body'
    COMMENT_STATE_SKIP = 'skip'
    def handle_comment(self, data):
        comment_state = DBusXMLParser.COMMENT_STATE_BEGIN;
        lines = data.split('\n')
        symbol = ''
        body = ''
        in_para = False
        params = {}
        for line in lines:
            orig_line = line
            line = line.lstrip()
            if comment_state == DBusXMLParser.COMMENT_STATE_BEGIN:
                if len(line) > 0:
                    colon_index = line.find(': ')
                    if colon_index == -1:
                        if line.endswith(':'):
                            symbol = line[0:len(line)-1]
                            comment_state = DBusXMLParser.COMMENT_STATE_PARAMS
                        else:
                            comment_state = DBusXMLParser.COMMENT_STATE_SKIP
                    else:
                        symbol = line[0:colon_index]
                        rest_of_line = line[colon_index+2:].strip()
                        if len(rest_of_line) > 0:
                            body += '<para>' + rest_of_line + '</para>'
                        comment_state = DBusXMLParser.COMMENT_STATE_PARAMS
            elif comment_state == DBusXMLParser.COMMENT_STATE_PARAMS:
                if line.startswith('@'):
                    colon_index = line.find(': ')
                    if colon_index == -1:
                        comment_state = DBusXMLParser.COMMENT_STATE_BODY
                        if not in_para:
                            body += '<para>'
                            in_para = True
                        body += orig_line + '\n'
                    else:
                        param = line[1:colon_index]
                        docs = line[colon_index + 2:]
                        params[param] = docs
                else:
                    comment_state = DBusXMLParser.COMMENT_STATE_BODY
                    if len(line) > 0:
                        if not in_para:
                            body += '<para>'
                            in_para = True
                        body += orig_line + '\n'
            elif comment_state == DBusXMLParser.COMMENT_STATE_BODY:
                if len(line) > 0:
                    if not in_para:
                        body += '<para>'
                        in_para = True
                    body += orig_line + '\n'
                else:
                    if in_para:
                        body += '</para>'
                        in_para = False
        if in_para:
            body += '</para>'

        if symbol != '':
            self.doc_comment_last_symbol = symbol
            self.doc_comment_params = params
            self.doc_comment_body = body

    def handle_char_data(self, data):
        #print 'char_data=%s'%data
        pass

    def handle_start_element(self, name, attrs):
        old_state = self.state
        old_cur_object = self._cur_object
        if self.state == DBusXMLParser.STATE_IGNORED:
            self.state = DBusXMLParser.STATE_IGNORED
        elif self.state == DBusXMLParser.STATE_TOP:
            if name == DBusXMLParser.STATE_NODE:
                self.state = DBusXMLParser.STATE_NODE
            else:
                self.state = DBusXMLParser.STATE_IGNORED
        elif self.state == DBusXMLParser.STATE_NODE:
            if name == DBusXMLParser.STATE_INTERFACE:
                self.state = DBusXMLParser.STATE_INTERFACE
                iface = dbustypes.Interface(attrs['name'])
                self._cur_object = iface
                self.parsed_interfaces.append(iface)
            elif name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

            # assign docs, if any
            if 'name' in attrs and self.doc_comment_last_symbol == attrs['name']:
                self._cur_object.doc_string = self.doc_comment_body
                if 'short_description' in self.doc_comment_params:
                    short_description = self.doc_comment_params['short_description']
                    self._cur_object.doc_string_brief = short_description
                if 'since' in self.doc_comment_params:
                    self._cur_object.since = \
                        self.doc_comment_params['since'].strip()

        elif self.state == DBusXMLParser.STATE_INTERFACE:
            if name == DBusXMLParser.STATE_METHOD:
                self.state = DBusXMLParser.STATE_METHOD
                method = dbustypes.Method(attrs['name'])
                self._cur_object.methods.append(method)
                self._cur_object = method
            elif name == DBusXMLParser.STATE_SIGNAL:
                self.state = DBusXMLParser.STATE_SIGNAL
                signal = dbustypes.Signal(attrs['name'])
                self._cur_object.signals.append(signal)
                self._cur_object = signal
            elif name == DBusXMLParser.STATE_PROPERTY:
                self.state = DBusXMLParser.STATE_PROPERTY
                prop = dbustypes.Property(attrs['name'], attrs['type'], attrs['access'])
                self._cur_object.properties.append(prop)
                self._cur_object = prop
            elif name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

            # assign docs, if any
            if 'name' in attrs and self.doc_comment_last_symbol == attrs['name']:
                self._cur_object.doc_string = self.doc_comment_body
                if 'since' in self.doc_comment_params:
                    self._cur_object.since = \
                        self.doc_comment_params['since'].strip()

        elif self.state == DBusXMLParser.STATE_METHOD:
            if name == DBusXMLParser.STATE_ARG:
                self.state = DBusXMLParser.STATE_ARG
                arg_name = None
                if 'name' in attrs:
                    arg_name = attrs['name']
                arg = dbustypes.Arg(arg_name, attrs['type'])
                direction = attrs.get('direction', 'in')
                if direction == 'in':
                    self._cur_object.in_args.append(arg)
                elif direction == 'out':
                    self._cur_object.out_args.append(arg)
                else:
                    print_error('Invalid direction "{}"'.format(direction))
                self._cur_object = arg
            elif name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

            # assign docs, if any
            if self.doc_comment_last_symbol == old_cur_object.name:
                if 'name' in attrs and attrs['name'] in self.doc_comment_params:
                    doc_string = self.doc_comment_params[attrs['name']]
                    if doc_string != None:
                        self._cur_object.doc_string = doc_string
                    if 'since' in self.doc_comment_params:
                        self._cur_object.since = \
                            self.doc_comment_params['since'].strip()

        elif self.state == DBusXMLParser.STATE_SIGNAL:
            if name == DBusXMLParser.STATE_ARG:
                self.state = DBusXMLParser.STATE_ARG
                arg_name = None
                if 'name' in attrs:
                    arg_name = attrs['name']
                arg = dbustypes.Arg(arg_name, attrs['type'])
                self._cur_object.args.append(arg)
                self._cur_object = arg
            elif name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

            # assign docs, if any
            if self.doc_comment_last_symbol == old_cur_object.name:
                if 'name' in attrs and attrs['name'] in self.doc_comment_params:
                    doc_string = self.doc_comment_params[attrs['name']]
                    if doc_string != None:
                        self._cur_object.doc_string = doc_string
                    if 'since' in self.doc_comment_params:
                        self._cur_object.since = \
                            self.doc_comment_params['since'].strip()

        elif self.state == DBusXMLParser.STATE_PROPERTY:
            if name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

        elif self.state == DBusXMLParser.STATE_ARG:
            if name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

        elif self.state == DBusXMLParser.STATE_ANNOTATION:
            if name == DBusXMLParser.STATE_ANNOTATION:
                self.state = DBusXMLParser.STATE_ANNOTATION
                anno = dbustypes.Annotation(attrs['name'], attrs['value'])
                self._cur_object.annotations.append(anno)
                self._cur_object = anno
            else:
                self.state = DBusXMLParser.STATE_IGNORED

        else:
            print_error('Unhandled state "{}" while entering element with name "{}"'.format(self.state, name))

        self.state_stack.append(old_state)
        self._cur_object_stack.append(old_cur_object)

    def handle_end_element(self, name):
        self.state = self.state_stack.pop()
        self._cur_object = self._cur_object_stack.pop()

def parse_dbus_xml(xml_data):
    parser = DBusXMLParser(xml_data)
    return parser.parsed_interfaces
tools\tools\share\glib-2.0\codegen\utils.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import distutils.version
import os
import sys

# pylint: disable=too-few-public-methods
class Color:
    '''ANSI Terminal colors'''
    GREEN = '\033[1;32m'
    BLUE = '\033[1;34m'
    YELLOW = '\033[1;33m'
    RED = '\033[1;31m'
    END = '\033[0m'

def print_color(msg, color=Color.END, prefix='MESSAGE'):
    '''Print a string with a color prefix'''
    if os.isatty(sys.stderr.fileno()):
        real_prefix = '{start}{prefix}{end}'.format(start=color, prefix=prefix, end=Color.END)
    else:
        real_prefix = prefix
    sys.stderr.write('{prefix}: {msg}\n'.format(prefix=real_prefix, msg=msg))

def print_error(msg):
    '''Print an error, and terminate'''
    print_color(msg, color=Color.RED, prefix='ERROR')
    sys.exit(1)

def print_warning(msg, fatal=False):
    '''Print a warning, and optionally terminate'''
    if fatal:
        color = Color.RED
        prefix = 'ERROR'
    else:
        color = Color.YELLOW
        prefix = 'WARNING'
    print_color(msg, color, prefix)
    if fatal:
        sys.exit(1)

def print_info(msg):
    '''Print a message'''
    print_color(msg, color=Color.GREEN, prefix='INFO')

def strip_dots(s):
    ret = ''
    force_upper = False
    for c in s:
        if c == '.':
            force_upper = True
        else:
            if force_upper:
                ret += c.upper()
                force_upper = False
            else:
                ret += c
    return ret

def dots_to_hyphens(s):
    return s.replace('.', '-')

def camel_case_to_uscore(s):
    ret = ''
    insert_uscore = False
    prev_was_lower = False
    initial = True;
    for c in s:
        # Keep initial underscores in camel case
        if initial and c == '_':
            ret += '_'
            continue;
        initial = False

        if c.isupper():
            if prev_was_lower:
                insert_uscore = True
            prev_was_lower = False
        else:
            prev_was_lower = True
        if insert_uscore:
            ret += '_'
        ret += c.lower()
        insert_uscore = False
    return ret

def is_ugly_case(s):
    if s and s.find('_') > 0:
        return True
    return False

def lookup_annotation(annotations, key):
    if annotations:
        for a in annotations:
            if a.key == key:
                return a.value
    return None

def lookup_docs(annotations):
    s = lookup_annotation(annotations, 'org.gtk.GDBus.DocString')
    if s is None:
        return ''
    else:
        return s

def lookup_since(annotations):
    s = lookup_annotation(annotations, 'org.gtk.GDBus.Since')
    if s is None:
        return ''
    else:
        return s

def lookup_brief_docs(annotations):
    s = lookup_annotation(annotations, 'org.gtk.GDBus.DocString.Short')
    if s is None:
        return ''
    else:
        return s

def version_cmp_key(key):
    # If the 'since' version is 'UNRELEASED', compare higher than anything else
    # If it is empty put a 0 in its place as this will
    # allow LooseVersion to work and will always compare lower.
    if key[0] == 'UNRELEASED':
        v = '9999'
    elif key[0]:
        v = str(key[0])
    else:
        v = '0'
    return (distutils.version.LooseVersion(v), key[1])
tools\tools\share\glib-2.0\codegen\__init__.py
# -*- Mode: Python -*-

# GDBus - GLib D-Bus Library
#
# Copyright (C) 2008-2011 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
#
# Author: David Zeuthen <[email protected]>

import os

builddir = os.environ.get('UNINSTALLED_GLIB_BUILDDIR')

if builddir is not None:
    __path__.append(os.path.abspath(os.path.join(builddir, 'gio', 'gdbus-2.0', 'codegen')))
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-clear.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-copy.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-cut.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-paste.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-redo.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\edit-undo.png
 
tools\tools\share\icons\Adwaita\16x16\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-less.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-indent-more.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-center.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-left.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-justify-right.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-bold.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-italic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\format-text-underline.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-bottom.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-down.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-first.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-home.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-last.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-next.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-top.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\go-up.png
 
tools\tools\share\icons\Adwaita\16x16\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\help-about.png
 
tools\tools\share\icons\Adwaita\16x16\actions\help-contents.png
 
tools\tools\share\icons\Adwaita\16x16\actions\help-faq.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-image.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\16x16\actions\insert-link.png
tools\tools\share\icons\Adwaita\16x16\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-object.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\insert-text.png
 
tools\tools\share\icons\Adwaita\16x16\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\list-add.png
 
tools\tools\share\icons\Adwaita\16x16\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\list-remove.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-forward.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mail-send.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\mark-location.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-eject.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-start.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-record.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\16x16\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\16x16\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\16x16\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-run.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-search.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-restore.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-close.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-in.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-original.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\zoom-out.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\16x16\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\tab-new.png
 
tools\tools\share\icons\Adwaita\16x16\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\16x16\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\16x16\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\16x16\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\16x16\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-accessories.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-engineering.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-games.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-multimedia.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-other.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-science.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\system-users.png
 
tools\tools\share\icons\Adwaita\16x16\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\16x16\apps\user-info.png
tools\tools\share\icons\Adwaita\16x16\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\16x16\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-card.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\applications-utilities.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-other.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\16x16\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\categories\system-help.png
 
tools\tools\share\icons\Adwaita\16x16\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\16x16\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\input-touchpad.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\16x16\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\battery.png
 
tools\tools\share\icons\Adwaita\16x16\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-video.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\16x16\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\computer.png
 
tools\tools\share\icons\Adwaita\16x16\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\16x16\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\phone.png
 
tools\tools\share\icons\Adwaita\16x16\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\16x16\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\printer.png
 
tools\tools\share\icons\Adwaita\16x16\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\scanner.png
 
tools\tools\share\icons\Adwaita\16x16\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\16x16\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\video-display.png
 
tools\tools\share\icons\Adwaita\16x16\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-documents.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-tape.png
 
tools\tools\share\icons\Adwaita\16x16\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\modem.png
 
tools\tools\share\icons\Adwaita\16x16\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\16x16\devices\network-vpn.png
 
tools\tools\share\icons\Adwaita\16x16\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\network-wired.png
 
tools\tools\share\icons\Adwaita\16x16\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\network-wireless.png
 
tools\tools\share\icons\Adwaita\16x16\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\pda.png
 
tools\tools\share\icons\Adwaita\16x16\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\emote-love.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-kiss.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-monkey.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-generic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-important.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-photos.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-system.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emblems\emblem-web.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\application-exit.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-accessories.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-development.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-engineering.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-games.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-other.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-science.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\applications-utilities.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-raspberry.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\emotes\face-worried.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\changes-allow.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\changes-prevent.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\computer.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\contact-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\document-send.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-card.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\battery.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\bookmark-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\call-start.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\call-stop.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\camera-video.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-web.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emote-love.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-kiss.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-monkey.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-raspberry.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\face-worried.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-indent-less.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-clear.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-copy.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-cut.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-paste.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-redo.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\edit-undo.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-documents.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-generic.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-important.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-photos.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-system.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-up.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\help-about.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\help-contents.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\help-faq.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\input-touchpad.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\insert-image.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\insert-link.png
tools\tools\share\icons\Adwaita\16x16\legacy\insert-object.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\insert-text.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\list-add.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\list-remove.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-attachment.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-forward.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-indent-more.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-justify-center.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-justify-left.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-send.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-signed.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-unread.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mark-location.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-eject.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playback-start.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-record.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\media-tape.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\modem.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-justify-right.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-bold.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-italic.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\format-text-underline.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-bottom.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-down.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-home.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\go-top.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-replied.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-vpn.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-wired.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\network-wireless.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\pda.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\phone.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-other.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\printer.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\starred.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-help.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\tab-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\task-due.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\task-past-due.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-info.png
tools\tools\share\icons\Adwaita\16x16\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\view-restore.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-clear.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-fog.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-overcast.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-showers.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-snow.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\weather-storm.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\window-close.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\window-new.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\zoom-in.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\zoom-original.png
 
tools\tools\share\icons\Adwaita\16x16\legacy\zoom-out.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-certificate.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-calendar.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-download.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-home.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-trash.png
 
tools\tools\share\icons\Adwaita\16x16\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\16x16\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-music.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-open.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\16x16\places\folder.png
 
tools\tools\share\icons\Adwaita\16x16\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\network-server.png
 
tools\tools\share\icons\Adwaita\16x16\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\16x16\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\places\start-here.png
 
tools\tools\share\icons\Adwaita\16x16\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-low.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\16x16\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\changes-allow.png
 
tools\tools\share\icons\Adwaita\16x16\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\changes-prevent.png
 
tools\tools\share\icons\Adwaita\16x16\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-full.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-good.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\16x16\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-attachment.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-read.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-replied.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-signed.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\mail-unread.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\16x16\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\16x16\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-open.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\16x16\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\image-loading.png
 
tools\tools\share\icons\Adwaita\16x16\status\image-missing.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-error.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-idle.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-offline.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-receive.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\16x16\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\printer-error.png
 
tools\tools\share\icons\Adwaita\16x16\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\16x16\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\non-starred.png
 
tools\tools\share\icons\Adwaita\16x16\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-available.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-away.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-busy.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-idle.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-offline.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\16x16\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-high.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-low.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\security-medium.png
 
tools\tools\share\icons\Adwaita\16x16\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\16x16\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\16x16\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\16x16\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\16x16\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\starred.png
 
tools\tools\share\icons\Adwaita\16x16\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\task-due.png
 
tools\tools\share\icons\Adwaita\16x16\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\task-past-due.png
 
tools\tools\share\icons\Adwaita\16x16\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\16x16\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-clear.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-fog.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-overcast.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-showers.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-snow.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-storm.png
 
tools\tools\share\icons\Adwaita\16x16\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\16x16\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-cut.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-paste.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-redo.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-undo.png
 
tools\tools\share\icons\Adwaita\22x22\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-indent-less.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-indent-more.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-justify-center.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-justify-left.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-justify-right.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-bold.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-italic.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\22x22\actions\format-text-underline.png
 
tools\tools\share\icons\Adwaita\16x16\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\22x22\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\application-exit.png
 
tools\tools\share\icons\Adwaita\22x22\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\bookmark-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\call-start.png
 
tools\tools\share\icons\Adwaita\22x22\actions\call-stop.png
 
tools\tools\share\icons\Adwaita\22x22\actions\contact-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-open.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-print.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-save.png
 
tools\tools\share\icons\Adwaita\22x22\actions\document-send.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-clear.png
 
tools\tools\share\icons\Adwaita\22x22\actions\edit-copy.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-bottom.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-send.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mark-location.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-eject.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-playback-start.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-record.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\22x22\actions\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\22x22\actions\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-down.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-first.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-home.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-last.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-next.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-top.png
 
tools\tools\share\icons\Adwaita\22x22\actions\go-up.png
 
tools\tools\share\icons\Adwaita\22x22\actions\help-about.png
 
tools\tools\share\icons\Adwaita\22x22\actions\help-contents.png
 
tools\tools\share\icons\Adwaita\22x22\actions\help-faq.png
 
tools\tools\share\icons\Adwaita\22x22\actions\insert-image.png
 
tools\tools\share\icons\Adwaita\22x22\actions\insert-link.png
tools\tools\share\icons\Adwaita\22x22\actions\insert-object.png
 
tools\tools\share\icons\Adwaita\22x22\actions\insert-text.png
 
tools\tools\share\icons\Adwaita\22x22\actions\list-add.png
 
tools\tools\share\icons\Adwaita\22x22\actions\list-remove.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-forward.png
 
tools\tools\share\icons\Adwaita\22x22\actions\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\22x22\actions\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\22x22\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\22x22\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\22x22\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\22x22\apps\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\22x22\apps\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\22x22\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\22x22\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\22x22\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\22x22\apps\system-users.png
 
tools\tools\share\icons\Adwaita\22x22\apps\user-info.png
tools\tools\share\icons\Adwaita\22x22\actions\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\22x22\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\22x22\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\22x22\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\22x22\actions\system-run.png
 
tools\tools\share\icons\Adwaita\22x22\actions\system-search.png
 
tools\tools\share\icons\Adwaita\22x22\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\22x22\actions\tab-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\22x22\actions\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\22x22\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\22x22\actions\view-restore.png
 
tools\tools\share\icons\Adwaita\22x22\actions\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\22x22\actions\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\22x22\actions\window-close.png
 
tools\tools\share\icons\Adwaita\22x22\actions\window-new.png
 
tools\tools\share\icons\Adwaita\22x22\actions\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\22x22\actions\zoom-in.png
 
tools\tools\share\icons\Adwaita\22x22\actions\zoom-original.png
 
tools\tools\share\icons\Adwaita\22x22\actions\zoom-out.png
 
tools\tools\share\icons\Adwaita\22x22\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\22x22\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\22x22\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\22x22\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\22x22\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\22x22\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\22x22\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\22x22\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\22x22\devices\battery.png
 
tools\tools\share\icons\Adwaita\22x22\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\22x22\devices\camera-video.png
 
tools\tools\share\icons\Adwaita\22x22\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\22x22\devices\computer.png
 
tools\tools\share\icons\Adwaita\22x22\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\22x22\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\22x22\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\22x22\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\22x22\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\22x22\devices\input-touchpad.png
 
tools\tools\share\icons\Adwaita\22x22\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\22x22\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\22x22\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\22x22\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\22x22\devices\media-tape.png
 
tools\tools\share\icons\Adwaita\22x22\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\22x22\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-accessories.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-engineering.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-games.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-multimedia.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-other.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-science.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\22x22\categories\applications-utilities.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-other.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\22x22\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\22x22\categories\system-help.png
 
tools\tools\share\icons\Adwaita\22x22\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\22x22\devices\audio-card.png
 
tools\tools\share\icons\Adwaita\22x22\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\22x22\devices\modem.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-system.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-web.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\emote-love.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-kiss.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-monkey.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-raspberry.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\22x22\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\22x22\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\22x22\devices\network-vpn.png
 
tools\tools\share\icons\Adwaita\22x22\devices\network-wired.png
 
tools\tools\share\icons\Adwaita\22x22\devices\network-wireless.png
 
tools\tools\share\icons\Adwaita\22x22\devices\pda.png
 
tools\tools\share\icons\Adwaita\22x22\devices\phone.png
 
tools\tools\share\icons\Adwaita\22x22\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\22x22\devices\printer.png
 
tools\tools\share\icons\Adwaita\22x22\devices\scanner.png
 
tools\tools\share\icons\Adwaita\22x22\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\22x22\devices\video-display.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-documents.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-generic.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-important.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-photos.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\22x22\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\22x22\emotes\face-worried.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\battery.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\bookmark-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\call-start.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\call-stop.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\camera-video.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\changes-allow.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\changes-prevent.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\application-exit.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-accessories.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-development.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-engineering.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-games.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-other.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-science.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\applications-utilities.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-card.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\computer.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-copy.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-cut.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-paste.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-redo.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-undo.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-documents.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-generic.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-important.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-photos.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-system.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emblem-web.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\emote-love.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\contact-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\document-send.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\edit-clear.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-indent-more.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-justify-center.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-justify-left.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-justify-right.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-bold.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-italic.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-text-underline.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-bottom.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-down.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-home.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-top.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\go-up.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\help-about.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-kiss.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-monkey.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-raspberry.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\face-worried.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-indent-less.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\help-contents.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-send.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-signed.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-unread.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mark-location.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-eject.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playback-start.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-record.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\help-faq.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\input-touchpad.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\insert-image.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\insert-link.png
tools\tools\share\icons\Adwaita\22x22\legacy\insert-object.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\insert-text.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\list-add.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\list-remove.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-attachment.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-forward.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\mail-replied.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\pda.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\phone.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-other.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\media-tape.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\modem.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-vpn.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-wired.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\network-wireless.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\22x22\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\tab-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\task-due.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\task-past-due.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-info.png
tools\tools\share\icons\Adwaita\22x22\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\view-restore.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\printer.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\starred.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-help.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-clear.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-calendar.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-download.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-music.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-open.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-fog.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-overcast.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-showers.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-snow.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\weather-storm.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\window-close.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\window-new.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\zoom-in.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\zoom-original.png
 
tools\tools\share\icons\Adwaita\22x22\legacy\zoom-out.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\application-certificate.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-good.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-low.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\22x22\status\changes-allow.png
 
tools\tools\share\icons\Adwaita\22x22\status\changes-prevent.png
 
tools\tools\share\icons\Adwaita\22x22\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\22x22\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\22x22\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\22x22\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\22x22\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\22x22\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\22x22\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\22x22\status\folder-open.png
 
tools\tools\share\icons\Adwaita\22x22\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\22x22\status\image-loading.png
 
tools\tools\share\icons\Adwaita\22x22\status\image-missing.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-attachment.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-read.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-replied.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-signed.png
 
tools\tools\share\icons\Adwaita\22x22\status\mail-unread.png
 
tools\tools\share\icons\Adwaita\22x22\status\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\22x22\status\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\22x22\places\folder.png
 
tools\tools\share\icons\Adwaita\22x22\places\network-server.png
 
tools\tools\share\icons\Adwaita\22x22\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\22x22\places\start-here.png
 
tools\tools\share\icons\Adwaita\22x22\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\22x22\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\22x22\places\user-home.png
 
tools\tools\share\icons\Adwaita\22x22\places\user-trash.png
 
tools\tools\share\icons\Adwaita\22x22\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\22x22\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\22x22\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\22x22\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\22x22\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\22x22\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\22x22\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\22x22\status\battery-full.png
 
tools\tools\share\icons\Adwaita\22x22\status\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\22x22\status\task-past-due.png
 
tools\tools\share\icons\Adwaita\22x22\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\22x22\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\22x22\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-available.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-away.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-busy.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-idle.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-offline.png
 
tools\tools\share\icons\Adwaita\22x22\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-clear.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-fog.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-overcast.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-showers.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-snow.png
 
tools\tools\share\icons\Adwaita\22x22\status\weather-storm.png
 
tools\tools\share\icons\Adwaita\24x24\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\22x22\status\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\22x22\status\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\22x22\status\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-error.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-idle.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-offline.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-receive.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\22x22\status\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\22x22\status\non-starred.png
 
tools\tools\share\icons\Adwaita\22x22\status\printer-error.png
 
tools\tools\share\icons\Adwaita\22x22\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\22x22\status\security-high.png
 
tools\tools\share\icons\Adwaita\22x22\status\security-low.png
 
tools\tools\share\icons\Adwaita\22x22\status\security-medium.png
 
tools\tools\share\icons\Adwaita\22x22\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\22x22\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\22x22\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\22x22\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\22x22\status\starred.png
 
tools\tools\share\icons\Adwaita\22x22\status\task-due.png
 
tools\tools\share\icons\Adwaita\24x24\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-print.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-save.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-send.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-copy.png
 
tools\tools\share\icons\Adwaita\24x24\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\application-exit.png
 
tools\tools\share\icons\Adwaita\24x24\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\bookmark-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\call-start.png
 
tools\tools\share\icons\Adwaita\24x24\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\call-stop.png
 
tools\tools\share\icons\Adwaita\24x24\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\contact-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-open.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\24x24\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-less.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-indent-more.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-center.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-left.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-cut.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-paste.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-redo.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\edit-undo.png
 
tools\tools\share\icons\Adwaita\24x24\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-justify-right.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-last.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-next.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-top.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-up.png
 
tools\tools\share\icons\Adwaita\24x24\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\help-about.png
 
tools\tools\share\icons\Adwaita\24x24\actions\help-contents.png
 
tools\tools\share\icons\Adwaita\24x24\actions\help-faq.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-image.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\24x24\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-bold.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-italic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\format-text-underline.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-bottom.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-down.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-first.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-home.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\24x24\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-link.png
tools\tools\share\icons\Adwaita\24x24\actions\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-send.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-eject.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-start.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-record.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-object.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\insert-text.png
 
tools\tools\share\icons\Adwaita\24x24\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\list-add.png
 
tools\tools\share\icons\Adwaita\24x24\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\list-remove.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-forward.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\24x24\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\24x24\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\24x24\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\24x24\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-restore.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-close.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-run.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-search.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\24x24\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\tab-new.png
 
tools\tools\share\icons\Adwaita\24x24\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\24x24\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-in.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-original.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\actions\zoom-out.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\24x24\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\24x24\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\24x24\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\24x24\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-accessories.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-engineering.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-games.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-multimedia.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-other.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\system-users.png
 
tools\tools\share\icons\Adwaita\24x24\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\24x24\apps\user-info.png
tools\tools\share\icons\Adwaita\24x24\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\system-help.png
 
tools\tools\share\icons\Adwaita\24x24\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-card.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-science.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\applications-utilities.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-other.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\24x24\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\24x24\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\input-touchpad.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\battery.png
 
tools\tools\share\icons\Adwaita\24x24\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-video.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\24x24\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\computer.png
 
tools\tools\share\icons\Adwaita\24x24\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\24x24\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\24x24\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\phone.png
 
tools\tools\share\icons\Adwaita\24x24\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\24x24\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\printer.png
 
tools\tools\share\icons\Adwaita\24x24\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\scanner.png
 
tools\tools\share\icons\Adwaita\24x24\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\24x24\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\video-display.png
 
tools\tools\share\icons\Adwaita\24x24\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-tape.png
 
tools\tools\share\icons\Adwaita\24x24\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\modem.png
 
tools\tools\share\icons\Adwaita\24x24\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\24x24\devices\network-vpn.png
 
tools\tools\share\icons\Adwaita\24x24\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\network-wired.png
 
tools\tools\share\icons\Adwaita\24x24\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\network-wireless.png
 
tools\tools\share\icons\Adwaita\24x24\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\devices\pda.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-web.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-kiss.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-documents.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-generic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-important.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-photos.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-system.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\24x24\emblems\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-worried.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\application-exit.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-accessories.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-science.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\applications-utilities.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-card.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-monkey.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-raspberry.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\battery.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\bookmark-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\call-start.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\call-stop.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\camera-video.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\changes-allow.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\changes-prevent.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\computer.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\contact-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\document-send.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-copy.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-cut.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-paste.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-redo.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\edit-undo.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-documents.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-generic.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-important.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-photos.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-system.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\emblem-web.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-kiss.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-monkey.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-raspberry.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\face-worried.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-indent-less.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-indent-more.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-justify-center.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-justify-left.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-justify-right.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-text-bold.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-text-italic.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\format-text-underline.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-bottom.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-down.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-home.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-top.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\go-up.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\help-about.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\help-contents.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\help-faq.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\input-touchpad.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\insert-image.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\insert-link.png
tools\tools\share\icons\Adwaita\24x24\legacy\insert-object.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\insert-text.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\list-add.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\list-remove.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-attachment.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-forward.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-replied.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-send.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-signed.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\mail-unread.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-eject.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playback-start.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-record.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\media-tape.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\modem.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-vpn.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-wired.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\network-wireless.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\pda.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\phone.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-other.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\printer.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\starred.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-help.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\tab-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\task-due.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\task-past-due.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-info.png
tools\tools\share\icons\Adwaita\24x24\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\view-restore.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-clear.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-fog.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-overcast.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-showers.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-snow.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\weather-storm.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\window-close.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\window-new.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\zoom-in.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\zoom-original.png
 
tools\tools\share\icons\Adwaita\24x24\legacy\zoom-out.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-certificate.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-calendar.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\24x24\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-download.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-music.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-open.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\24x24\places\folder.png
 
tools\tools\share\icons\Adwaita\24x24\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\network-server.png
 
tools\tools\share\icons\Adwaita\24x24\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\24x24\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\start-here.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-home.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\places\user-trash.png
 
tools\tools\share\icons\Adwaita\24x24\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\24x24\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\24x24\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-full.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-good.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-low.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\24x24\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\changes-allow.png
 
tools\tools\share\icons\Adwaita\24x24\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\changes-prevent.png
 
tools\tools\share\icons\Adwaita\24x24\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\24x24\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\24x24\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-open.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\24x24\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\image-loading.png
 
tools\tools\share\icons\Adwaita\24x24\status\image-missing.png
 
tools\tools\share\icons\Adwaita\24x24\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-attachment.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-read.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-replied.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-signed-verified.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-signed.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\mail-unread.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-error.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-idle.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-offline.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-receive.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-encrypted.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\non-starred.png
 
tools\tools\share\icons\Adwaita\24x24\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\printer-error.png
 
tools\tools\share\icons\Adwaita\24x24\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\24x24\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-high.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-low.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\security-medium.png
 
tools\tools\share\icons\Adwaita\24x24\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\24x24\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\24x24\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\24x24\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\24x24\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\starred.png
 
tools\tools\share\icons\Adwaita\24x24\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\task-due.png
 
tools\tools\share\icons\Adwaita\24x24\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\task-past-due.png
 
tools\tools\share\icons\Adwaita\24x24\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\24x24\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\24x24\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-available.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-away.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-busy.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-idle.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-offline.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\24x24\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-clear.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-fog.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-overcast.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-showers.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-snow.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-storm.png
 
tools\tools\share\icons\Adwaita\24x24\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\24x24\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\256x256\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\256x256\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\256x256\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\256x256\actions\document-print.png
 
tools\tools\share\icons\Adwaita\256x256\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\256x256\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\256x256\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-first.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-last.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-next.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\256x256\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\256x256\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\256x256\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\256x256\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\256x256\actions\system-run.png
 
tools\tools\share\icons\Adwaita\256x256\actions\system-search.png
 
tools\tools\share\icons\Adwaita\256x256\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\256x256\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\256x256\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\256x256\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\256x256\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\256x256\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\256x256\apps\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\256x256\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\256x256\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\256x256\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\256x256\apps\system-users.png
 
tools\tools\share\icons\Adwaita\256x256\apps\user-info.png
tools\tools\share\icons\Adwaita\256x256\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\256x256\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\256x256\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\256x256\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\256x256\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\256x256\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\256x256\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\256x256\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\256x256\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\256x256\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\256x256\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\256x256\devices\battery.png
 
tools\tools\share\icons\Adwaita\256x256\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\256x256\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\256x256\devices\computer.png
 
tools\tools\share\icons\Adwaita\256x256\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\256x256\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\256x256\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\256x256\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\256x256\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\256x256\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\256x256\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\256x256\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\256x256\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\256x256\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\256x256\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\256x256\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\256x256\devices\phone.png
 
tools\tools\share\icons\Adwaita\256x256\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\256x256\devices\printer.png
 
tools\tools\share\icons\Adwaita\256x256\devices\scanner.png
 
tools\tools\share\icons\Adwaita\256x256\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\256x256\devices\video-display.png
 
tools\tools\share\icons\Adwaita\256x256\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\256x256\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\emote-love.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\256x256\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\applications-development.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\battery.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\computer.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\emote-love.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\phone.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\256x256\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\printer.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\starred.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-info.png
tools\tools\share\icons\Adwaita\256x256\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\256x256\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\256x256\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\256x256\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\256x256\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\256x256\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\256x256\places\network-server.png
 
tools\tools\share\icons\Adwaita\256x256\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\256x256\places\user-trash.png
 
tools\tools\share\icons\Adwaita\256x256\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\256x256\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\256x256\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\256x256\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\256x256\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\256x256\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\256x256\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-full.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-good.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-low.png
 
tools\tools\share\icons\Adwaita\256x256\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\256x256\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\256x256\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\256x256\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\256x256\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\256x256\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\256x256\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\256x256\status\mail-read.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-error.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-idle.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-offline.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-receive.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\256x256\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\256x256\status\non-starred.png
 
tools\tools\share\icons\Adwaita\256x256\status\printer-error.png
 
tools\tools\share\icons\Adwaita\256x256\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\256x256\status\security-high.png
 
tools\tools\share\icons\Adwaita\256x256\status\security-low.png
 
tools\tools\share\icons\Adwaita\256x256\status\security-medium.png
 
tools\tools\share\icons\Adwaita\256x256\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\256x256\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\256x256\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\256x256\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\256x256\status\starred.png
 
tools\tools\share\icons\Adwaita\256x256\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\256x256\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\256x256\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-available.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-away.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-busy.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-idle.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-offline.png
 
tools\tools\share\icons\Adwaita\256x256\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\32x32\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\application-exit.png
 
tools\tools\share\icons\Adwaita\32x32\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\bookmark-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\call-start.png
 
tools\tools\share\icons\Adwaita\32x32\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\call-stop.png
 
tools\tools\share\icons\Adwaita\32x32\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\contact-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-open.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-print.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-save.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\document-send.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-clear.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-copy.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-cut.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-paste.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-redo.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\edit-undo.png
 
tools\tools\share\icons\Adwaita\32x32\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-less.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-indent-more.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-center.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-left.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-justify-right.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-bold.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-italic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\format-text-underline.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-bottom.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-down.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-first.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-home.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-last.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-next.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-forward.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-send.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mark-location.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-eject.png
 
tools\tools\share\icons\Adwaita\32x32\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\list-remove.png
 
tools\tools\share\icons\Adwaita\32x32\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\list-add.png
 
tools\tools\share\icons\Adwaita\32x32\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-text.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-object.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-link.png
tools\tools\share\icons\Adwaita\32x32\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\32x32\actions\insert-image.png
 
tools\tools\share\icons\Adwaita\32x32\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\help-faq.png
 
tools\tools\share\icons\Adwaita\32x32\actions\help-contents.png
 
tools\tools\share\icons\Adwaita\32x32\actions\help-about.png
 
tools\tools\share\icons\Adwaita\32x32\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-up.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-top.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\32x32\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\32x32\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-start.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-record.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-restore.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\32x32\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-run.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-search.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\32x32\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\32x32\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\32x32\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\32x32\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\32x32\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-close.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-new.png
 
tools\tools\share\icons\Adwaita\32x32\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-in.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-original.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\actions\zoom-out.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\system-users.png
 
tools\tools\share\icons\Adwaita\32x32\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\32x32\apps\user-info.png
tools\tools\share\icons\Adwaita\32x32\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\32x32\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\32x32\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\32x32\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-accessories.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-other.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\32x32\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\system-help.png
 
tools\tools\share\icons\Adwaita\32x32\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-engineering.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-games.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-multimedia.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-other.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-science.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\applications-utilities.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-card.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\32x32\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\computer.png
 
tools\tools\share\icons\Adwaita\32x32\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\battery.png
 
tools\tools\share\icons\Adwaita\32x32\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-video.png
 
tools\tools\share\icons\Adwaita\32x32\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-tape.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\modem.png
 
tools\tools\share\icons\Adwaita\32x32\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\32x32\devices\network-vpn.png
 
tools\tools\share\icons\Adwaita\32x32\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\network-wired.png
 
tools\tools\share\icons\Adwaita\32x32\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\network-wireless.png
 
tools\tools\share\icons\Adwaita\32x32\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\pda.png
 
tools\tools\share\icons\Adwaita\32x32\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\phone.png
 
tools\tools\share\icons\Adwaita\32x32\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\32x32\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\input-touchpad.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\32x32\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\printer.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-photos.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-system.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-web.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\emote-love.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\32x32\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\scanner.png
 
tools\tools\share\icons\Adwaita\32x32\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\32x32\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\video-display.png
 
tools\tools\share\icons\Adwaita\32x32\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-documents.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-generic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-important.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\32x32\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-worried.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-kiss.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-monkey.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-raspberry.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\bookmark-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\call-start.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\call-stop.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\camera-video.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\changes-allow.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\changes-prevent.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\computer.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\contact-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\application-exit.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-accessories.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-development.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-engineering.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-games.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-other.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-science.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\applications-utilities.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-card.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-paste.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-redo.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-undo.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-documents.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-generic.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-important.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-photos.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-system.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emblem-web.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\emote-love.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\document-send.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-clear.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-copy.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-cut.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-kiss.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-bold.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-italic.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-text-underline.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-bottom.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-down.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-home.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-top.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\go-up.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\help-about.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\help-contents.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\help-faq.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-monkey.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-raspberry.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\face-worried.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-indent-less.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-indent-more.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-justify-center.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-justify-left.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\format-justify-right.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mark-location.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-eject.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playback-start.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-record.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\media-tape.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\input-touchpad.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\insert-image.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\insert-link.png
tools\tools\share\icons\Adwaita\32x32\legacy\insert-object.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\insert-text.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\list-add.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\list-remove.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-attachment.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-forward.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-replied.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-send.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\mail-unread.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-other.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\printer.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\modem.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-vpn.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-wired.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\network-wireless.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\pda.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\phone.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-info.png
tools\tools\share\icons\Adwaita\32x32\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\view-restore.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-clear.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-fog.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-overcast.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-showers.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\starred.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-help.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\task-due.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\task-past-due.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-snow.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-calendar.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\weather-storm.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\window-close.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\window-new.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\zoom-in.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\zoom-original.png
 
tools\tools\share\icons\Adwaita\32x32\legacy\zoom-out.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-certificate.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder.png
 
tools\tools\share\icons\Adwaita\32x32\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\network-server.png
 
tools\tools\share\icons\Adwaita\32x32\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\32x32\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\start-here.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-home.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\user-trash.png
 
tools\tools\share\icons\Adwaita\32x32\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\32x32\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-download.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-music.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-open.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\32x32\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-good.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-low.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\32x32\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\32x32\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\32x32\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\32x32\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\32x32\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-open.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\32x32\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\image-loading.png
 
tools\tools\share\icons\Adwaita\32x32\status\image-missing.png
 
tools\tools\share\icons\Adwaita\32x32\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-attachment.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-read.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\changes-allow.png
 
tools\tools\share\icons\Adwaita\32x32\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\changes-prevent.png
 
tools\tools\share\icons\Adwaita\32x32\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\32x32\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\32x32\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-replied.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-error.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\mail-unread.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-idle.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\non-starred.png
 
tools\tools\share\icons\Adwaita\32x32\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\printer-error.png
 
tools\tools\share\icons\Adwaita\32x32\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-offline.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-receive.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\32x32\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\task-due.png
 
tools\tools\share\icons\Adwaita\32x32\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\task-past-due.png
 
tools\tools\share\icons\Adwaita\32x32\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\32x32\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\32x32\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-available.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-away.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-busy.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-idle.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-high.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-low.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\security-medium.png
 
tools\tools\share\icons\Adwaita\32x32\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\32x32\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\32x32\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\32x32\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\32x32\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\starred.png
 
tools\tools\share\icons\Adwaita\32x32\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-offline.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-snow.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-storm.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\32x32\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-clear.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-fog.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-overcast.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-showers.png
 
tools\tools\share\icons\Adwaita\32x32\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\contact-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-open-recent.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-open.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-print-preview.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-print.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\32x32\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\application-exit.png
 
tools\tools\share\icons\Adwaita\48x48\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\appointment-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\bookmark-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\call-start.png
 
tools\tools\share\icons\Adwaita\48x48\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\call-stop.png
 
tools\tools\share\icons\Adwaita\48x48\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-paste.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-redo.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-undo.png
 
tools\tools\share\icons\Adwaita\48x48\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-save.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\document-send.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-clear.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-copy.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-cut.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-delete.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-find.png
 
tools\tools\share\icons\Adwaita\48x48\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-underline.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-bottom.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-down.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-first.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-home.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-jump.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-last.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-less.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-indent-more.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-center.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-left.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-justify-right.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-bold.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-italic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\list-add.png
 
tools\tools\share\icons\Adwaita\48x48\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\list-remove.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-forward.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-message-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-next.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-previous.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-top.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\go-up.png
 
tools\tools\share\icons\Adwaita\48x48\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\help-about.png
 
tools\tools\share\icons\Adwaita\48x48\actions\help-contents.png
 
tools\tools\share\icons\Adwaita\48x48\actions\help-faq.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-image.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\48x48\actions\insert-link.png
tools\tools\share\icons\Adwaita\48x48\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-object.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\insert-text.png
 
tools\tools\share\icons\Adwaita\48x48\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\48x48\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mail-send.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\mark-location.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-eject.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-start.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-record.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\48x48\actions\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\48x48\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\process-stop.png
 
tools\tools\share\icons\Adwaita\48x48\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-log-out.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-run.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-search.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-shutdown.png
 
tools\tools\share\icons\Adwaita\48x48\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\48x48\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\48x48\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\help-browser.png
 
tools\tools\share\icons\Adwaita\48x48\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-refresh.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-restore.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-close.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-new.png
 
tools\tools\share\icons\Adwaita\48x48\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-in.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-original.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\actions\zoom-out.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-file-manager.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-software-install.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-software-update.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\system-users.png
 
tools\tools\share\icons\Adwaita\48x48\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\48x48\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\user-info.png
tools\tools\share\icons\Adwaita\48x48\categories\applications-utilities.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-other.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\48x48\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\48x48\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\48x48\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\apps\web-browser.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-accessories.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-development.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-engineering.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-games.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-graphics.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-multimedia.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-office.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-other.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-science.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\48x48\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\battery.png
 
tools\tools\share\icons\Adwaita\48x48\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-photo.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-video.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\camera-web.png
 
tools\tools\share\icons\Adwaita\48x48\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\computer.png
 
tools\tools\share\icons\Adwaita\48x48\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\preferences-system.png
 
tools\tools\share\icons\Adwaita\48x48\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\categories\system-help.png
 
tools\tools\share\icons\Adwaita\48x48\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\ac-adapter.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-card.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-input-microphone.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-speakers.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-optical.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-removable.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-tape.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\modem.png
 
tools\tools\share\icons\Adwaita\48x48\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\48x48\devices\network-vpn.png
 
tools\tools\share\icons\Adwaita\48x48\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\network-wired.png
 
tools\tools\share\icons\Adwaita\48x48\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\network-wireless.png
 
tools\tools\share\icons\Adwaita\48x48\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-optical.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\48x48\devices\ebook-reader.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-gaming.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-keyboard.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-mouse.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-tablet.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\input-touchpad.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-flash.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-floppy.png
 
tools\tools\share\icons\Adwaita\48x48\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\pda.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-generic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-important.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-mail.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-photos.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-system.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\48x48\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\phone.png
 
tools\tools\share\icons\Adwaita\48x48\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\printer-network.png
 
tools\tools\share\icons\Adwaita\48x48\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\printer.png
 
tools\tools\share\icons\Adwaita\48x48\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\scanner.png
 
tools\tools\share\icons\Adwaita\48x48\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\48x48\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\video-display.png
 
tools\tools\share\icons\Adwaita\48x48\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-documents.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-monkey.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-plain.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-raspberry.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-sad.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-sick.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smile-big.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smile.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-smirk.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-surprise.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-tired.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-uncertain.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emblems\emblem-web.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\emote-love.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-angel.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-angry.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-cool.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-crying.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-devilish.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-glasses.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-kiss.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-laugh.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\appointment-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\appointment-soon.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-card.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-speakers.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-caution.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-empty.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-full.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-good.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-low.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery-missing.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\battery.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\bookmark-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\call-start.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\call-stop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\camera-photo.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-wink.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-worried.png
 
tools\tools\share\icons\Adwaita\48x48\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\ac-adapter.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applets-screenshooter.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\application-exit.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-accessories.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-development.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-engineering.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-games.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-graphics.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-office.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-other.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-science.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\applications-utilities.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\appointment-missed.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\camera-video.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\drive-optical.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\ebook-reader.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-clear-all.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-clear-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-clear.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-copy.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-cut.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-delete.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-find-replace.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-find.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-paste.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-redo-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-redo.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-undo-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\edit-undo.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-documents.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-downloads.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-favorite.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-generic.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-important.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-mail.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-photos.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\camera-web.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\changes-allow.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\changes-prevent.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\computer-fail.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\computer.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\contact-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\dialog-error.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\dialog-information.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\dialog-password.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\dialog-question.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\dialog-warning.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-open-recent.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-print-preview.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-print.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\document-send.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\drive-multidisk.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-system.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-worried.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-indent-less-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-indent-less.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-indent-more-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-indent-more.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-justify-center.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-justify-fill.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-justify-left.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-justify-right.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-bold.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-direction-ltr.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-direction-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-italic.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-strikethrough.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\format-text-underline.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-bottom.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-down.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-first-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-first.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-home.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-jump.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-last-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-last.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-next-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-next.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-urgent.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emblem-web.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\emote-love.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-angel.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-angry.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-cool.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-crying.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-devilish.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-embarrassed.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-glasses.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-kiss.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-laugh.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-monkey.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-plain.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-raspberry.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-sad.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-sick.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-smile-big.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-smile.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-smirk.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-surprise.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-tired.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-uncertain.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\face-wink.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-previous-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-mark-notjunk.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-mark-read.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-mark-unread.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-message-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-read.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-replied.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-reply-all.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-reply-sender.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-send-receive.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-send.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-unread.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mark-location.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-eject.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-flash.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-floppy.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-optical.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playback-pause.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playback-start-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playback-start.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playback-stop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-record.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-removable.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-seek-backward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-seek-backward.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-seek-forward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-previous.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-top.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\go-up.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\help-about.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\help-browser.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\help-contents.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\help-faq.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-gaming.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-keyboard.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-mouse.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-tablet.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\input-touchpad.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\insert-image.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\insert-link.png
tools\tools\share\icons\Adwaita\48x48\legacy\insert-object.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\insert-text.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\list-add.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\list-remove.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-attachment.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-forward.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-mark-important.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\mail-mark-junk.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-seek-forward.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\object-flip-horizontal.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\object-flip-vertical.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\object-rotate-left.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\object-rotate-right.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\pda.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\phone.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-accessibility.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-display.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-font.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-keyboard-shortcuts.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-keyboard.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-locale.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-peripherals.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-personal.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-remote-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-screensaver.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-theme.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop-wallpaper.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-other.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-network.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-notifications.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-skip-backward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-skip-backward.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-skip-forward-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-skip-forward.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\media-tape.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\modem.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\multimedia-volume-control.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-error.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-idle.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-offline.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-receive.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-transmit.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-vpn.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-wired.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\network-wireless.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\non-starred.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-privacy.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-shutdown.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-software-install.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-software-update.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-users.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\task-due.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\task-past-due.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\tools-check-spelling.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\trophy-gold.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\trophy-silver.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\uninterruptible-power-supply.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-available.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-away.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-busy.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-idle.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-info.png
tools\tools\share\icons\Adwaita\48x48\legacy\user-invisible.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-offline.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\user-trash-full.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\video-display.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\view-fullscreen.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\view-refresh.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\view-restore.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\view-sort-ascending.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\view-sort-descending.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-search.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-sharing.png
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system-windows.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\preferences-system.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\printer-error.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\printer-network.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\printer-printing.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\printer.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\process-stop.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\scanner.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\security-high.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\security-low.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\security-medium.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\semi-starred.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\software-update-available.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\starred.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-file-manager.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-help.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-lock-screen.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-log-out.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-run.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\system-search.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-firmware.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-clear.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-fog.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-overcast.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-showers.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-snow.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\weather-storm.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\web-browser.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\window-close.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\window-new.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\zoom-fit-best.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\zoom-in.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\zoom-original.png
 
tools\tools\share\icons\Adwaita\48x48\legacy\zoom-out.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-certificate.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-addon.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder.png
 
tools\tools\share\icons\Adwaita\48x48\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\network-server.png
 
tools\tools\share\icons\Adwaita\48x48\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\48x48\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\start-here.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-calendar.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\48x48\mimetypes\x-package-repository.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-download.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-music.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-open.png
 
tools\tools\share\icons\Adwaita\48x48\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\48x48\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-caution-charging.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-caution.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-empty.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full-charged.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full-charging.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-full.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-good-charging.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-good.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-home.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\places\user-trash.png
 
tools\tools\share\icons\Adwaita\48x48\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\appointment-missed.png
 
tools\tools\share\icons\Adwaita\48x48\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\appointment-soon.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-high.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-low.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-medium.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-muted.png
 
tools\tools\share\icons\Adwaita\48x48\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-low-charging.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-error.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-information.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-password.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-question.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\dialog-warning.png
 
tools\tools\share\icons\Adwaita\48x48\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-open.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\48x48\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\image-loading.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-low.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\battery-missing.png
 
tools\tools\share\icons\Adwaita\48x48\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\changes-allow.png
 
tools\tools\share\icons\Adwaita\48x48\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\changes-prevent.png
 
tools\tools\share\icons\Adwaita\48x48\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\computer-fail.png
 
tools\tools\share\icons\Adwaita\48x48\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\image-missing.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-low.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-medium.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-muted.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-connected.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-attachment.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-read.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-replied.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\mail-unread.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-repeat.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\media-playlist-shuffle.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\microphone-sensitivity-high.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\non-starred.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-error.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-idle.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-offline.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-receive.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-transmit-receive.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-transmit.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wired-disconnected.png
 
tools\tools\share\icons\Adwaita\48x48\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\semi-starred.png
 
tools\tools\share\icons\Adwaita\48x48\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\software-update-available.png
 
tools\tools\share\icons\Adwaita\48x48\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\software-update-urgent.png
 
tools\tools\share\icons\Adwaita\48x48\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\starred.png
 
tools\tools\share\icons\Adwaita\48x48\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\task-due.png
 
tools\tools\share\icons\Adwaita\48x48\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\task-past-due.png
 
tools\tools\share\icons\Adwaita\48x48\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\trophy-bronze.png
 
tools\tools\share\icons\Adwaita\48x48\status\trophy-gold.png
 
tools\tools\share\icons\Adwaita\48x48\status\trophy-silver.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-available.png
 
tools\tools\share\icons\Adwaita\48x48\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\printer-error.png
 
tools\tools\share\icons\Adwaita\48x48\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\printer-printing.png
 
tools\tools\share\icons\Adwaita\48x48\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-high.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-low.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\security-medium.png
 
tools\tools\share\icons\Adwaita\48x48\status\semi-starred-rtl.png
 
tools\tools\share\icons\Adwaita\48x48\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-fog.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-overcast.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-severe-alert.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-showers-scattered.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-showers.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-snow.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-storm.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-away.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-busy.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-idle.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-invisible.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-offline.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\user-trash-full.png
 
tools\tools\share\icons\Adwaita\48x48\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-clear-night.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-clear.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-few-clouds-night.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-few-clouds.png
 
tools\tools\share\icons\Adwaita\48x48\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\48x48\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\512x512\actions\address-book-new.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-new.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-open.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-page-setup.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-properties.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-revert.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-save-as.png
 
tools\tools\share\icons\Adwaita\512x512\actions\document-save.png
 
tools\tools\share\icons\Adwaita\512x512\actions\edit-select-all.png
 
tools\tools\share\icons\Adwaita\512x512\actions\folder-new.png
 
tools\tools\share\icons\Adwaita\512x512\actions\mark-location.png
 
tools\tools\share\icons\Adwaita\512x512\apps\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\512x512\apps\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\512x512\apps\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\512x512\apps\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\512x512\apps\utilities-system-monitor.png
 
tools\tools\share\icons\Adwaita\512x512\apps\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\512x512\categories\applications-internet.png
 
tools\tools\share\icons\Adwaita\512x512\categories\applications-system.png
 
tools\tools\share\icons\Adwaita\512x512\devices\audio-headphones.png
 
tools\tools\share\icons\Adwaita\512x512\devices\audio-headset.png
 
tools\tools\share\icons\Adwaita\512x512\devices\audio-microphone.png
 
tools\tools\share\icons\Adwaita\512x512\devices\computer.png
 
tools\tools\share\icons\Adwaita\512x512\devices\drive-harddisk.png
 
tools\tools\share\icons\Adwaita\512x512\devices\drive-removable-media.png
 
tools\tools\share\icons\Adwaita\512x512\devices\input-dialpad.png
 
tools\tools\share\icons\Adwaita\512x512\devices\multimedia-player.png
 
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-package.png
 
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\512x512\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\accessories-calculator.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\accessories-character-map.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\accessories-dictionary.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\accessories-text-editor.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\address-book-new.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\applications-internet.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\applications-system.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-new.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-open.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-page-setup.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-properties.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-revert-rtl.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-revert.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-save-as.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\document-save.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\edit-select-all.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\emblem-package.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\folder-new.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\folder-visiting.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\image-missing.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\input-dialpad.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\mark-location.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\multimedia-player.png
 
tools\tools\share\icons\Adwaita\512x512\legacy\utilities-terminal.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\application-x-executable.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\audio-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\font-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\image-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\package-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\text-html.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\text-x-generic-template.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\text-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\text-x-preview.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\text-x-script.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\video-x-generic.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-address-book.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-document-template.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-document.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-drawing-template.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-drawing.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-presentation-template.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-presentation.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-spreadsheet-template.png
 
tools\tools\share\icons\Adwaita\512x512\mimetypes\x-office-spreadsheet.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-documents.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-download.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-music.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-open.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-pictures.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-publicshare.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-remote.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-saved-search.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-templates.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder-videos.png
 
tools\tools\share\icons\Adwaita\512x512\places\folder.png
 
tools\tools\share\icons\Adwaita\512x512\places\network-workgroup.png
 
tools\tools\share\icons\Adwaita\512x512\places\user-bookmarks.png
 
tools\tools\share\icons\Adwaita\512x512\places\user-desktop.png
 
tools\tools\share\icons\Adwaita\512x512\places\user-home.png
 
tools\tools\share\icons\Adwaita\512x512\status\avatar-default.png
 
tools\tools\share\icons\Adwaita\512x512\status\folder-drag-accept.png
 
tools\tools\share\icons\Adwaita\512x512\status\folder-open.png
 
tools\tools\share\icons\Adwaita\512x512\status\folder-visiting.png
 
tools\tools\share\icons\Adwaita\512x512\status\image-loading.png
 
tools\tools\share\icons\Adwaita\512x512\status\image-missing.png
 
tools\tools\share\icons\Adwaita\64x64\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\64x64\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\64x64\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\64x64\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\64x64\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-default.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-new.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-readonly.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-shared.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-symbolic-link.png
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\8x8\emblems\emblem-unreadable.png
 
tools\tools\share\icons\Adwaita\8x8\legacy\emblem-default.png
 
tools\tools\share\icons\Adwaita\8x8\legacy\emblem-new.png
 
tools\tools\share\icons\Adwaita\8x8\legacy\emblem-synchronizing.png
 
tools\tools\share\icons\Adwaita\96x96\actions\action-unavailable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\address-book-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\application-exit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\appointment-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\bookmark-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\call-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\call-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\camera-switch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\color-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\contact-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-edit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-open-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-page-setup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-print-preview-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-print-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-properties-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-revert-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-revert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-save-as-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-save-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\document-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-clear-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-clear-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-copy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-cut-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-delete-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-find-replace-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-find-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-paste-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-redo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-redo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-select-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-undo-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\edit-undo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\error-correct-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\find-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\folder-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\font-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-indent-less-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-indent-less-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-indent-more-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-indent-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-justify-center-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-justify-fill-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-justify-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-justify-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-bold-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-direction-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-direction-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-italic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-strikethrough-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\format-text-underline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-bottom-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-first-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-first-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-jump-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-jump-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-last-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-last-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-next-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-next-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-previous-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-previous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-top-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\go-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\help-about-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\insert-image-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\insert-link-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\96x96\actions\insert-object-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\insert-text-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-skip-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-skip-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-skip-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-view-subtitles-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\object-flip-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\object-flip-vertical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\object-rotate-left-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\object-rotate-right-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\object-select-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\open-menu-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-skip-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-seek-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-seek-forward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-seek-backward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-seek-backward-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-record-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-playback-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-playback-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-playback-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-playback-pause-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\media-eject-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mark-location-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-send-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-send-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-reply-sender-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-reply-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-message-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-mark-notjunk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-mark-junk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-mark-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\mail-forward-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\list-remove-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\list-remove-all-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\list-add-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\process-stop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-mirror-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-more-horizontal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-more-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-paged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-pin-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-refresh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-sort-ascending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-sort-descending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\zoom-fit-best-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\zoom-in-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\zoom-original-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\zoom-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\send-to-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\star-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-log-out-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-reboot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-run-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-shutdown-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\system-switch-user-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\tab-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\tools-check-spelling-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\value-decrease-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\value-increase-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-app-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-continuous-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-dual-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-fullscreen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-grid-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-list-bullet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-list-ordered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\actions\view-list-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\accessories-calculator-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-notifications-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-privacy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-sharing-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-time-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\system-file-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\system-software-install-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\system-users-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\user-info-symbolic.symbolic.png
tools\tools\share\icons\Adwaita\96x96\apps\utilities-system-monitor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\utilities-terminal-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\web-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\accessories-character-map-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\accessories-dictionary-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\accessories-text-editor-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\applets-screenshooter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\gnome-power-manager-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\goa-panel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\help-browser-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\help-contents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\help-faq-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\multimedia-volume-control-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-color-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-accessibility-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-font-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-locale-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-remote-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-screensaver-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-desktop-wallpaper-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-details-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-devices-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\apps\preferences-system-network-proxy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-engineering-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-speakers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\auth-fingerprint-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\auth-sim-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\auth-smartcard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\battery-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\bluetooth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\camera-photo-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\camera-video-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\camera-web-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\colorimeter-colorhug-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-games-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-graphics-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-multimedia-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-science-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\applications-utilities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-activities-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-body-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-flags-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-food-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-nature-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-objects-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-people-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-recent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-symbols-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\emoji-travel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\preferences-other-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\preferences-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\categories\system-help-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\ac-adapter-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-card-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-headphones-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-headset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\audio-input-microphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\computer-apple-ipad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-zip-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\modem-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\multimedia-player-apple-ipod-touch-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\multimedia-player-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\network-wired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\network-wireless-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\pda-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\phone-apple-iphone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\phone-old-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\phone-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\printer-network-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\printer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\scanner-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\thunderbolt-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\tv-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\uninterruptible-power-supply-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\computer-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\display-projector-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-harddisk-ieee1394-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-harddisk-solidstate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-harddisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-harddisk-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-harddisk-usb-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-multidisk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\drive-removable-media-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-dialpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-gaming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-keyboard-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-mouse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-tablet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\input-touchpad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-flash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-floppy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-optical-bd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-optical-cd-audio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-optical-dvd-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-optical-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-removable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\media-tape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\video-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-monkey-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-plain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-raspberry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-sad-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-shutmouth-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-sick-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-smile-big-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-smile-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-smirk-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-surprise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-tired-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-uncertain-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-wink-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-worried-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-yawn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-certificate-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-rss+xml-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\video-joined-displays-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\devices\video-single-display-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-favorite-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-important-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-photos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-synchronizing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-system-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emblems\emblem-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\emote-love-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-angel-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-angry-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-confused-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-cool-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-crying-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-devilish-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-embarrassed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-glasses-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-kiss-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\emotes\face-laugh-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-x-addon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-templates-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-videos-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\network-server-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\network-workgroup-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\start-here-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\user-bookmarks-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\user-desktop-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\user-home-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\user-trash-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\airplane-mode-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\alarm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\appointment-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\appointment-soon-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\audio-volume-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\audio-volume-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-x-appliance-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-x-executable-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\application-x-firmware-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\audio-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\font-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\image-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\inode-directory-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\package-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\text-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\video-x-generic-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-address-book-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-calendar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-document-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-drawing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-presentation-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\mimetypes\x-office-spreadsheet-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-documents-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-download-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-music-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-pictures-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-publicshare-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-remote-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-saved-search-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\places\folder-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\audio-volume-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\changes-prevent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\channel-insecure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\channel-secure-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\computer-fail-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\content-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\daytime-sunrise-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\daytime-sunset-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\dialog-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\dialog-information-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\dialog-password-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\dialog-question-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\dialog-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\display-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\audio-volume-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\audio-volume-overamplified-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\auth-sim-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\auth-sim-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\avatar-default-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-caution-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-caution-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-empty-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-empty-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-full-charged-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-full-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-good-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-low-charging-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\battery-missing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\bluetooth-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\bluetooth-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\call-incoming-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\call-missed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\call-outgoing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\camera-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\changes-allow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\folder-drag-accept-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-4g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-edge-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-gprs-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-hspa-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\folder-open-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\folder-visiting-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\image-loading-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\keyboard-brightness-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\location-services-active-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\location-services-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\mail-attachment-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\mail-read-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\mail-replied-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\mail-unread-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-consecutive-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-consecutive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-repeat-song-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-repeat-song-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-repeat-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-repeat-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-shuffle-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\media-playlist-shuffle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\microphone-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\microphone-sensitivity-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\microphone-sensitivity-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\microphone-sensitivity-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\microphone-sensitivity-muted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-cellular-3g-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\night-light-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\non-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\notifications-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\orientation-landscape-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\orientation-landscape-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\orientation-portrait-inverse-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\orientation-portrait-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\printer-error-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\printer-printing-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\printer-warning-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\rotation-allowed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-transmit-receive-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-transmit-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-vpn-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-vpn-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-vpn-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wired-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wired-disconnected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wired-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wired-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-connected-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-encrypted-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-hotspot-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-no-route-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-signal-excellent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-signal-good-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-signal-none-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-signal-ok-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\network-wireless-signal-weak-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\rotation-locked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\view-wrapped-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-clear-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-clear-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-few-clouds-night-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-few-clouds-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-fog-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-overcast-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-severe-alert-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-showers-scattered-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-showers-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-snow-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-storm-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\weather-windy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\checkbox-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\checkbox-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\checkbox-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\screen-shared-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\security-high-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\security-low-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\security-medium-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\semi-starred-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\semi-starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\software-update-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\software-update-urgent-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\starred-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\system-lock-screen-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\task-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\task-past-due-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\thunderbolt-acquiring-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\touchpad-disabled-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-available-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-away-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-busy-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-idle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-invisible-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-not-tracked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-offline-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-status-pending-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\user-trash-full-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\status\view-wrapped-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\focus-legacy-systray-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\cursors\08e8e1c95fe2fc01f976f1e063a24ccd.ani
 
tools\tools\share\icons\Adwaita\cursors\1081e37283d90000800003c07f3ef6bf.cur
 
tools\tools\share\icons\Adwaita\cursors\14fef782d02440884392942c11205230.cur
 
tools\tools\share\icons\Adwaita\cursors\2870a09082c103050810ffdffffe0204.cur
 
tools\tools\share\icons\Adwaita\cursors\3085a0e285430894940527032f8b26df.cur
 
tools\tools\share\icons\Adwaita\cursors\3ecb610c1bf2410f44200f48c40d3599.ani
 
tools\tools\share\icons\Adwaita\cursors\4498f0e0c1937ffe01fd06f973665830.cur
 
tools\tools\share\icons\Adwaita\cursors\5c6cd98b3f3ebcb1f9c7f1c204630408.cur
 
tools\tools\share\icons\Adwaita\cursors\6407b0e94181790501fd1e167b474872.cur
 
tools\tools\share\icons\Adwaita\cursors\640fb0e74195791501fd1ed57b41487f.cur
 
tools\tools\share\icons\Adwaita\cursors\9081237383d90e509aa00f00170e968f.cur
 
tools\tools\share\icons\Adwaita\cursors\9d800788f1b08800ae810202380a0822.cur
 
tools\tools\share\icons\Adwaita\cursors\alias.cur
 
tools\tools\share\icons\Adwaita\cursors\all-scroll.cur
 
tools\tools\share\icons\Adwaita\cursors\arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\bd_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\bottom_left_corner.cur
 
tools\tools\share\icons\Adwaita\cursors\bottom_right_corner.cur
 
tools\tools\share\icons\Adwaita\cursors\bottom_side.cur
 
tools\tools\share\icons\Adwaita\cursors\bottom_tee.cur
 
tools\tools\share\icons\Adwaita\cursors\c7088f0f3e6c8088236ef8e1e3e70000.cur
 
tools\tools\share\icons\Adwaita\96x96\ui\focus-top-bar-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\focus-windows-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\list-drag-handle-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-down-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\pan-up-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\radio-checked-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\radio-mixed-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\radio-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\selection-end-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\selection-end-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\selection-start-symbolic-rtl.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\selection-start-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\window-close-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\window-maximize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\window-minimize-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\window-new-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\96x96\ui\window-restore-symbolic.symbolic.png
 
tools\tools\share\icons\Adwaita\cursors\00008160000006810000408080010102.cur
 
tools\tools\share\icons\Adwaita\cursors\028006030e0e7ebffc7f7070c0600140.cur
 
tools\tools\share\icons\Adwaita\cursors\03b6e0fcb3499374a867c041f52298f0.cur
 
tools\tools\share\icons\Adwaita\cursors\cell.cur
 
tools\tools\share\icons\Adwaita\cursors\e29285e634086352946a0e7090d73106.cur
 
tools\tools\share\icons\Adwaita\cursors\ew-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\fcf1c3c7cd4491d801f1e1c78f100000.cur
 
tools\tools\share\icons\Adwaita\cursors\fd_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\fleur.cur
 
tools\tools\share\icons\Adwaita\cursors\grab.cur
 
tools\tools\share\icons\Adwaita\cursors\grabbing.cur
 
tools\tools\share\icons\Adwaita\cursors\hand.cur
 
tools\tools\share\icons\Adwaita\cursors\hand1.cur
 
tools\tools\share\icons\Adwaita\cursors\hand2.cur
 
tools\tools\share\icons\Adwaita\cursors\help.cur
 
tools\tools\share\icons\Adwaita\cursors\h_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\icon.cur
 
tools\tools\share\icons\Adwaita\cursors\left_ptr.cur
 
tools\tools\share\icons\Adwaita\cursors\left_ptr_help.cur
 
tools\tools\share\icons\Adwaita\cursors\left_ptr_watch.ani
 
tools\tools\share\icons\Adwaita\cursors\left_side.cur
 
tools\tools\share\icons\Adwaita\cursors\left_tee.cur
 
tools\tools\share\icons\Adwaita\cursors\link.cur
tools\tools\share\icons\Adwaita\cursors\ll_angle.cur
 
tools\tools\share\icons\Adwaita\cursors\lr_angle.cur
 
tools\tools\share\icons\Adwaita\cursors\move.cur
 
tools\tools\share\icons\Adwaita\cursors\n-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\ne-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\nesw-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\no-drop.cur
 
tools\tools\share\icons\Adwaita\cursors\not-allowed.cur
 
tools\tools\share\icons\Adwaita\cursors\ns-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\nw-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\nwse-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\pencil.cur
 
tools\tools\share\icons\Adwaita\cursors\pirate.cur
 
tools\tools\share\icons\Adwaita\cursors\circle.cur
 
tools\tools\share\icons\Adwaita\cursors\col-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\context-menu.cur
 
tools\tools\share\icons\Adwaita\cursors\copy.cur
 
tools\tools\share\icons\Adwaita\cursors\cross.cur
 
tools\tools\share\icons\Adwaita\cursors\crossed_circle.cur
 
tools\tools\share\icons\Adwaita\cursors\crosshair.cur
 
tools\tools\share\icons\Adwaita\cursors\cross_reverse.cur
 
tools\tools\share\icons\Adwaita\cursors\d9ce0ab605698f320427677b458ad60b.cur
 
tools\tools\share\icons\Adwaita\cursors\default.cur
 
tools\tools\share\icons\Adwaita\cursors\diamond_cross.cur
 
tools\tools\share\icons\Adwaita\cursors\dnd-ask.cur
 
tools\tools\share\icons\Adwaita\cursors\dnd-copy.cur
 
tools\tools\share\icons\Adwaita\cursors\dnd-link.cur
tools\tools\share\icons\Adwaita\cursors\dnd-move.cur
 
tools\tools\share\icons\Adwaita\cursors\dnd-no-drop.cur
 
tools\tools\share\icons\Adwaita\cursors\dnd-none.cur
 
tools\tools\share\icons\Adwaita\cursors\dotbox.cur
 
tools\tools\share\icons\Adwaita\cursors\dot_box_mask.cur
 
tools\tools\share\icons\Adwaita\cursors\double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\draft_large.cur
 
tools\tools\share\icons\Adwaita\cursors\draft_small.cur
 
tools\tools\share\icons\Adwaita\cursors\draped_box.cur
 
tools\tools\share\icons\Adwaita\cursors\e-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\plus.cur
 
tools\tools\share\icons\Adwaita\cursors\pointer-move.cur
 
tools\tools\share\icons\Adwaita\cursors\pointer.cur
 
tools\tools\share\icons\Adwaita\cursors\progress.ani
 
tools\tools\share\icons\Adwaita\cursors\question_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\right_ptr.cur
 
tools\tools\share\icons\Adwaita\cursors\right_side.cur
 
tools\tools\share\icons\Adwaita\cursors\right_tee.cur
 
tools\tools\share\icons\Adwaita\cursors\row-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\s-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_down_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_h_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_left_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_right_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_up_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\sb_v_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\se-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\size_all.cur
 
tools\tools\share\icons\Adwaita\cursors\size_bdiag.cur
 
tools\tools\share\icons\Adwaita\cursors\size_fdiag.cur
 
tools\tools\share\icons\Adwaita\cursors\size_hor.cur
 
tools\tools\share\icons\Adwaita\cursors\size_ver.cur
 
tools\tools\share\icons\Adwaita\cursors\sw-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\target.cur
 
tools\tools\share\icons\Adwaita\cursors\tcross.cur
 
tools\tools\share\icons\Adwaita\cursors\text.cur
 
tools\tools\share\icons\Adwaita\cursors\top_left_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\top_left_corner.cur
 
tools\tools\share\icons\Adwaita\cursors\top_right_corner.cur
 
tools\tools\share\icons\Adwaita\cursors\top_side.cur
 
tools\tools\share\icons\Adwaita\cursors\top_tee.cur
 
tools\tools\share\icons\Adwaita\cursors\ul_angle.cur
 
tools\tools\share\icons\Adwaita\cursors\ur_angle.cur
 
tools\tools\share\icons\Adwaita\cursors\vertical-text.cur
 
tools\tools\share\icons\Adwaita\cursors\v_double_arrow.cur
 
tools\tools\share\icons\Adwaita\cursors\w-resize.cur
 
tools\tools\share\icons\Adwaita\cursors\wait.ani
 
tools\tools\share\icons\Adwaita\cursors\watch.ani
 
tools\tools\share\icons\Adwaita\cursors\xterm.cur
 
tools\tools\share\icons\Adwaita\cursors\X_cursor.cur
 
tools\tools\share\icons\Adwaita\cursors\zoom-in.cur
 
tools\tools\share\icons\Adwaita\cursors\zoom-out.cur
 
tools\tools\share\icons\Adwaita\icon-theme.cache
 
tools\tools\share\icons\Adwaita\index.theme
 
tools\tools\share\icons\Adwaita\scalable-up-to-32\status\process-working-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\action-unavailable-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\address-book-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\application-exit-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\appointment-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\bookmark-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\call-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\call-stop-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\camera-switch-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\color-select-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\contact-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-edit-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-open-recent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-open-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-page-setup-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-print-preview-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-print-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-properties-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-revert-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-revert-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-save-as-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-save-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\document-send-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-clear-all-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-clear-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-clear-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-copy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-cut-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-delete-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-find-replace-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-find-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-paste-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-redo-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-redo-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-select-all-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-select-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-undo-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\edit-undo-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\error-correct-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\find-location-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\focus-legacy-systray-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\focus-top-bar-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\focus-windows-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\folder-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\font-select-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-indent-less-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-indent-less-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-indent-more-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-indent-more-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-justify-center-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-justify-fill-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-justify-left-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-justify-right-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-bold-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-direction-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-direction-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-italic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-strikethrough-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\format-text-underline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-bottom-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-down-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-first-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-first-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-home-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-jump-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-jump-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-last-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-last-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-next-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-next-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-previous-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-previous-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-top-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\go-up-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\help-about-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\insert-image-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\insert-link-symbolic.svg
tools\tools\share\icons\Adwaita\scalable\actions\insert-object-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\insert-text-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\list-add-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\list-remove-all-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\list-remove-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-forward-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-mark-important-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-mark-junk-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-mark-notjunk-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-message-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-reply-all-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-reply-sender-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-send-receive-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mail-send-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\mark-location-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-eject-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-playback-pause-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-playback-start-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-playback-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-playback-stop-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-record-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-seek-backward-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-seek-backward-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-seek-forward-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-seek-forward-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-skip-backward-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-skip-backward-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-skip-forward-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-skip-forward-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\media-view-subtitles-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\object-flip-horizontal-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\object-flip-vertical-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\object-rotate-left-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\object-rotate-right-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\object-select-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\open-menu-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-down-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-end-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-end-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-start-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\pan-up-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\process-stop-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\selection-end-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\selection-end-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\selection-start-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\selection-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\send-to-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\star-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-log-out-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-reboot-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-run-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-search-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-shutdown-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\system-switch-user-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\tab-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\tools-check-spelling-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\value-decrease-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\value-increase-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-app-grid-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-continuous-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-dual-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-fullscreen-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-grid-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-list-bullet-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-list-ordered-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-list-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-mirror-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-more-horizontal-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-more-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-paged-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-pin-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-refresh-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-restore-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-sort-ascending-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\view-sort-descending-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\window-close-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\window-maximize-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\window-minimize-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\window-restore-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\zoom-fit-best-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\zoom-in-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\zoom-original-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\actions\zoom-out-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\accessories-calculator-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\accessories-character-map-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\accessories-dictionary-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\accessories-text-editor-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\applets-screenshooter-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\bluetooth-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\gnome-power-manager-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\goa-panel-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\help-browser-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\help-contents-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\help-faq-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\multimedia-volume-control-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-color-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-accessibility-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-display-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-font-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-keyboard-shortcuts-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-keyboard-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-locale-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-remote-desktop-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-screensaver-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-desktop-wallpaper-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-details-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-devices-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-network-proxy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-network-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-notifications-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-privacy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-search-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-sharing-symbolic.svg
tools\tools\share\icons\Adwaita\scalable\apps\preferences-system-time-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\system-file-manager-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\system-software-install-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\system-users-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\text-editor-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\user-info-symbolic.svg
tools\tools\share\icons\Adwaita\scalable\apps\utilities-system-monitor-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\utilities-terminal-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\apps\web-browser-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-engineering-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-games-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-graphics-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-multimedia-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-science-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-system-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\applications-utilities-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-activities-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-body-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-flags-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-food-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-nature-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-objects-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-people-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-recent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-symbols-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\emoji-travel-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\preferences-other-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\preferences-system-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\categories\system-help-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\ac-adapter-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-card-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-headphones-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-headset-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-input-microphone-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-speakers-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-volume-high-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-volume-low-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-volume-medium-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-volume-muted-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\audio-volume-overamplified-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\auth-fingerprint-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\auth-sim-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\auth-smartcard-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\battery-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\bluetooth-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\camera-photo-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\camera-video-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\camera-web-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\colorimeter-colorhug-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\computer-apple-ipad-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\computer-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\display-projector-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-harddisk-ieee1394-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-harddisk-solidstate-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-harddisk-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-harddisk-system-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-harddisk-usb-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-multidisk-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-optical-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\drive-removable-media-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-dialpad-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-gaming-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-keyboard-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-mouse-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-tablet-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\input-touchpad-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-flash-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-floppy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-optical-bd-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-optical-cd-audio-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-optical-dvd-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-optical-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-removable-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-tape-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\media-zip-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\modem-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\multimedia-player-apple-ipod-touch-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\multimedia-player-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\network-wired-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\network-wireless-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\pda-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\phone-apple-iphone-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\phone-old-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\phone-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\printer-network-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\printer-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\scanner-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\thunderbolt-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\tv-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\uninterruptible-power-supply-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\video-display-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\video-joined-displays-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\devices\video-single-display-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-default-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-documents-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-favorite-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-important-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-music-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-ok-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-photos-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-shared-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-synchronizing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-system-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emblems\emblem-videos-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\emote-love-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-angel-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-angry-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-confused-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-cool-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-crying-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-devilish-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-embarrassed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-glasses-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-kiss-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-laugh-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-monkey-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-plain-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-raspberry-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-sad-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-shutmouth-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-sick-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-smile-big-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-smile-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-smirk-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-surprise-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-tired-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-uncertain-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-wink-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-worried-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\emotes\face-yawn-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-certificate-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-rss+xml-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-x-addon-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-x-appliance-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-x-executable-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\application-x-firmware-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\audio-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\font-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\image-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\inode-directory-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\package-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\text-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\video-x-generic-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-address-book-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-calendar-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-document-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-drawing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-presentation-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\mimetypes\x-office-spreadsheet-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-documents-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-download-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-music-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-pictures-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-publicshare-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-remote-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-saved-search-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-templates-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\folder-videos-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\network-server-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\network-workgroup-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\start-here-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\user-bookmarks-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\user-desktop-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\user-home-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\places\user-trash-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\airplane-mode-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\alarm-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\appointment-missed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\appointment-soon-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\audio-volume-high-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\audio-volume-low-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\audio-volume-medium-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\audio-volume-muted-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\audio-volume-overamplified-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\auth-sim-locked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\auth-sim-missing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\avatar-default-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-caution-charging-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-caution-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-empty-charging-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-empty-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-full-charged-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-full-charging-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-full-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-good-charging-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-good-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-low-charging-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-low-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\battery-missing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\bluetooth-active-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\bluetooth-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\call-incoming-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\call-missed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\call-outgoing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\camera-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\changes-allow-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\changes-prevent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\channel-insecure-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\channel-secure-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\checkbox-checked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\checkbox-mixed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\checkbox-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\computer-fail-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\content-loading-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\daytime-sunrise-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\daytime-sunset-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\dialog-error-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\dialog-information-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\dialog-password-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\dialog-question-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\dialog-warning-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\display-brightness-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\folder-drag-accept-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\folder-open-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\folder-visiting-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\image-loading-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\keyboard-brightness-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\location-services-active-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\location-services-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\mail-attachment-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\mail-read-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\mail-replied-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\mail-unread-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-consecutive-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-consecutive-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-repeat-song-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-repeat-song-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-repeat-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-repeat-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-shuffle-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\media-playlist-shuffle-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\microphone-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\microphone-sensitivity-high-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\microphone-sensitivity-low-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\microphone-sensitivity-medium-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\microphone-sensitivity-muted-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-3g-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-4g-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-acquiring-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-connected-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-edge-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-gprs-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-hspa-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-no-route-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-offline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-signal-excellent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-signal-good-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-signal-none-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-signal-ok-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-cellular-signal-weak-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-error-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-idle-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-no-route-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-offline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-receive-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-transmit-receive-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-transmit-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-vpn-acquiring-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-vpn-no-route-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-vpn-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wired-acquiring-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wired-disconnected-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wired-no-route-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wired-offline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-acquiring-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-connected-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-encrypted-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-hotspot-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-no-route-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-offline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-signal-excellent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-signal-good-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-signal-none-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-signal-ok-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\network-wireless-signal-weak-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\night-light-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\non-starred-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\notifications-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\orientation-landscape-inverse-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\orientation-landscape-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\orientation-portrait-inverse-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\orientation-portrait-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\printer-error-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\printer-printing-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\printer-warning-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\radio-checked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\radio-mixed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\radio-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\rotation-allowed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\rotation-locked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\screen-shared-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\security-high-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\security-low-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\security-medium-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\semi-starred-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\semi-starred-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\software-update-available-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\software-update-urgent-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\starred-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\system-lock-screen-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\task-due-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\task-past-due-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\thunderbolt-acquiring-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\touchpad-disabled-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-available-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-away-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-busy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-idle-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-invisible-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-not-tracked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-offline-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-status-pending-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\user-trash-full-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\view-wrapped-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\status\view-wrapped-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-clear-night-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-clear-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-few-clouds-night-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-few-clouds-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-fog-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-overcast-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-severe-alert-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-showers-scattered-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-showers-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-snow-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-storm-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\status\weather-windy-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\checkbox-checked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\checkbox-mixed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\checkbox-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\focus-legacy-systray-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\focus-top-bar-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\focus-windows-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\list-drag-handle-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-down-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-end-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-end-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-start-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\pan-up-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\radio-checked-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\radio-mixed-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\radio-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\selection-end-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\selection-end-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\selection-start-symbolic-rtl.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\selection-start-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\window-close-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\window-maximize-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\window-minimize-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\window-new-symbolic.svg
 
tools\tools\share\icons\Adwaita\scalable\ui\window-restore-symbolic.svg
 
tools\tools\share\icons\hicolor\16x16\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\16x16\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\16x16\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\16x16\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\16x16\apps\siril.png
 
tools\tools\share\icons\hicolor\22x22\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\22x22\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\22x22\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\22x22\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\24x24\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\24x24\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\24x24\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\24x24\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\24x24\apps\siril.png
 
tools\tools\share\icons\hicolor\256x256\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\256x256\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\256x256\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\256x256\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\256x256\apps\siril.png
 
tools\tools\share\icons\hicolor\32x32\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\32x32\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\32x32\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\32x32\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\32x32\apps\siril.png
 
tools\tools\share\icons\hicolor\48x48\apps\gtk3-demo-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\48x48\apps\gtk3-demo.png
 
tools\tools\share\icons\hicolor\48x48\apps\gtk3-widget-factory-symbolic.symbolic.png
 
tools\tools\share\icons\hicolor\48x48\apps\gtk3-widget-factory.png
 
tools\tools\share\icons\hicolor\48x48\apps\siril.png
 
tools\tools\share\icons\hicolor\512x512\apps\siril.png
 
tools\tools\share\icons\hicolor\icon-theme.cache
 
tools\tools\share\icons\hicolor\index.theme
 
tools\tools\share\icons\hicolor\scalable\mimetypes\text-x-seq.svg
 
tools\tools\share\locale\af\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\af\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\af\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\af\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\af\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\af\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\am\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\am\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\am\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\am\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\an\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\an\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\an\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\an\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ang\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ang\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ang\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ar\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ar_DZ\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\as\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\as\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\as\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\as\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\as\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\as\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\as\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ast\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\az\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\az\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\az\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\az\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\az\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\az\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\az_IR\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\az_IR\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\be@latin\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\be\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\be\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\be\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\be\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\be\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\be\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\be\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\be\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\bg\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\bn\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\bn\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\bn\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\bn\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\bn\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\bn_IN\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\br\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\br\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\br\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\bs\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ca@valencia\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ca\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\crh\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\crh\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\crh\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\cs\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\csb\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\cy\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\da\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\da\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\da\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\da\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\da\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\da\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\da\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\da\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\de\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\de\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\de\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\de\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\de\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\de\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\de\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\de\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\de\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\dz\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\dz\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\dz\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\dz\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\dz\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\el\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\el\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\el\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\el\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\el\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\el\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\el\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\el\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\el\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\el\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\en@boldquot\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\en@boldquot\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\en@boldquot\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\en@quot\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\en@quot\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\en@quot\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\en@shaw\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\en@shaw\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\en@shaw\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\en@shaw\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\en@shaw\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\en\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\en\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\en_CA\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\en_CA\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\en_CA\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\en_CA\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\en_CA\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\en_GB\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\eo\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\es\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\es\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\es\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\es\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\es\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\es\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\es\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\es\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\es_ES\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\et\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\et\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\et\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\et\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\et\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\et\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\et\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\et\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\et\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\eu\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\fa\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\fi\LC_MESSAGES\tre.mo
 
tools\tools\share\locale\fo\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\fr\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\fur\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\ga\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\gd\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\gd\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\gd\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\gd\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\gl\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\gu\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\he\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\he\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\he\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\he\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\he\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\he\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\he\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\hi\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\hr\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\hu\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\hy\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\hy\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\hy\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\hy\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\hy\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ia\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ia\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ia\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ia\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\id\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\id\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\id\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\id\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\id\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\id\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\id\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\id\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\io\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\io\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\io\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\is\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\is\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\is\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\is\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\is\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\it\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\it\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\it\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\it\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\it\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\it\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\it\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\it\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\it\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\it_IT\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\ja\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ka\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\kg\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\kg\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\kk\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\km\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\km\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\km\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\km\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\kn\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ko\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ku\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ku\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ku\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ku\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ku\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ky\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ky\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ky\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ky\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\lg\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\lg\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\li\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\li\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\li\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\li\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\locale.alias
 
tools\tools\share\locale\lt\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\lt\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\lv\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\mai\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\mai\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\mai\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\mai\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\mai\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\mg\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\mi\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\mi\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\mi\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\mk\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\mk\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\mk\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\mk\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\mk\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ml\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\mn\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\mn\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\mn\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\mn\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\mn\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\mr\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ms\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\my\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\my\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\my\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\nb\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\nds\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\nds\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\nds\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\nds\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ne\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\nl\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\nl_BE\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\nn\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\nso\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\nso\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\nso\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\oc\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\or\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\or\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\or\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\or\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\or\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\or\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\or\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\pa\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\pl\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\pl_PL\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\ps\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ps\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ps\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ps\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ps\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\pt\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\pt_BR\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\pt_PT\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\ro\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\ru\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\rw\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\si\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\si\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\si\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\si\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\si\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\sk\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\sl\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sq\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sr@ije\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sr@ije\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sr@ije\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sr@ije\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sr@ije\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\sr@latin\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\sr\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\sv\LC_MESSAGES\tre.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ta\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\te\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\te\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\te\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\te\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\te\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\te\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\te\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\tg\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\th\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\th\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\th\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\th\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\th\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\th\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\tk\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\tk\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\tk\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\tk\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\tl\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\tl_PH\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\tr\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\tt\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\tt\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\tt\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\tt\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\tt\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\ug\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\uk\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\ur\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\ur\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\uz@cyrillic\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\uz@cyrillic\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\uz@cyrillic\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\uz\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\uz\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\uz\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gprof.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\vi\LC_MESSAGES\xz.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\wa\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\xh\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\xh\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\xh\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\xh\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\xh\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\yi\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\yi\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\yi\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\yi\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\yi\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\fontconfig-conf.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\fontconfig.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gas.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gnutls.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gold.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\libidn2.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\zh_CN\LC_MESSAGES\siril.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\zh_HK\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\atk10.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\binutils.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\gdk-pixbuf.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\gettext-runtime.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\gettext-tools.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\glib20.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\gtk30-properties.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\gtk30.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\json-glib-1.0.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\ld.mo
 
tools\tools\share\locale\zh_TW\LC_MESSAGES\shared-mime-info.mo
 
tools\tools\share\locale\zu\LC_MESSAGES\atk10.mo
 
tools\tools\share\man\man1\addr2line.1.gz
md5: E63C53C36C97F1EB9A002954D8C49626 | sha1: 8190EC1746E71FA4C290F569147E6E500BA80B5E | sha256: C9C26F8834CB4056A530597FD36E49CF8FADADC22733C478A1CECBA23A26C9F2 | sha512: F9F7A7DF44297349408EA40E7A8FD73D5F32F7BDD7E837F9BE3964F7E8E422C0CB975DA1BC27CA74BA85A10BF38E640AF05D9D26C1038B15E81523474609F564
tools\tools\share\man\man1\ar.1.gz
md5: 91CD8DCC185EEFFB954EE08DA1ECD2D8 | sha1: B72D32756556F3FD1BDF646D6D0E04BC74223347 | sha256: 6F66048310390AD5DC9A2BA91EFD07EEB597DD5698355DDBB7D281567C70D9BD | sha512: 0F2D53D2E4EF91BE9142CCDDD2FDAAF4782AF673DA92398AE1FCF8B1316C89F39C64A2DD3006BDF59DCBA14C56D1C087BCE792C5AAEF1C7C97D6FA6E5E131DF0
tools\tools\share\man\man1\as.1.gz
md5: AD8698971A4C7351F48DB5B957BBA105 | sha1: FA3744FC3AE773D6B8E4353B7053CE6F9ECB5C91 | sha256: 6BBCC969EA17B502F0E8EEC82FD8BAF3A127D5E4577EBBB23D0AF20F2D3235FC | sha512: 0E9953586B3A987D7DC75C0AB7431BC27E1C79BB4572592E9583004A161D21E837F0849A041C3DACEEC285510431AEA5E5AC518FD4B6EE8923196536BD3BB4A2
tools\tools\share\man\man1\asn1Coding.1.gz
md5: 181B126577720430ED2B500FBD6121AA | sha1: 777196AF9C603CC74D3BC09B5DCE2A366DD66C74 | sha256: D716BFAD53866266D9C14549CA268F41D388B6609D814CF4FF13647969AD4F77 | sha512: 77AC48A090113A87161A72C21F385AEB873C754A8C561A4755C8E1A06BF51F4FAA5C5947B9A94BA17FDAFF301C55CCE3353DE03DC58A03DBFD90D7DDE3ABAB4C
tools\tools\share\man\man1\asn1Decoding.1.gz
md5: AE05FD76B1E0A3A6B145CBB6A9D11AAF | sha1: 09B850A6247CF951E7CDAD07D4ED319BA59B8B8B | sha256: 745A5F5156BDD3DE311011CE88E6681510FA9C836669221E4D17F1B9535C57F2 | sha512: F8BD11FAFFBF03364EE68CAC88C97593BF5CC07F3F016D923DF22C2ECA1DCF3188661CE3E6F8C9B0F02C0885B01BE6B6DA25021DB7EAF49DEF3ACD2EFE23F1D6
tools\tools\share\man\man1\asn1parse.1ssl.gz
md5: 26D12534E75482EF0B729FA4F99DC0E5 | sha1: 13190D29EB4EF4DC7FC2007ADB263268F3D7255A | sha256: 4A8F40407897AFC5517600DDCAB751EC94B7DDE3FBF6033495358488EFE1F560 | sha512: C6BCFF620094954728A753A4780F10DC4CCFC73E0BCB4BBD754D4F5E374F20E76B1442FA2D4213360B22F2D8CDD75D8F1F4D51A2B51B9A940B0719F50411FD98
tools\tools\share\man\man1\asn1Parser.1.gz
md5: E9B9CAC983C72EB3C42B7F3187D43956 | sha1: 6A726D96C998F942A5F4BADC9CD6B993C15D7E01 | sha256: 0DB414FF3D95B3BB6F594CF02C05BF4A5B6DF020BF1AD3477209D9CD169DB2EB | sha512: 8A57EE8BE206B3BE821D4DCD9F3611F340BF6F3579CE23DE2EA40F9120183D06F67FFC8ED9D1CDA864406B4595C246173AA3D1158561884532F8C9BB92FACF1E
tools\tools\share\man\man1\autopoint.1.gz
md5: 5C4BE54E83B2C64AEF62C44B9D8CB048 | sha1: D75D74F1327F5D49962C623AF9227095EA8E92CD | sha256: FD8B8DEC0474F4954089D4B60D2BCC619A66A058B6F979704D6F240378B045AA | sha512: C64DF6420F4DDB8C991F2DDBB489A4C02BBBC728686EE0A0C0BD53A29FA628C4BA0B0BE6DF0CCC869366E99AF86E5A036180817FC817F7C82C8E0D244B5CA251
tools\tools\share\man\man1\broadwayd.1.gz
md5: F1D24DE88E876BC9F83EDC86870940EC | sha1: 86198B3410DFB7AE5AC0C88B374152AAE04086C6 | sha256: F548A4FB581C44C17C0988212773A4C25B2F7E5BF9F5A7B2D75B125C868C2BCF | sha512: 5FB4863AD2AA9861791F83FA011F93DC6723EAD6D9DD52DCC1C6D9BFCE0B446F7983963CAA22EC4DEE64B91E40189A3D98F8C36B6F2627EDBBE2E0EC3A7D6626
tools\tools\share\man\man1\bzcmp.1.gz
md5: A5F0A2D5CEA09EB801C05E1307D3771D | sha1: ED895CAFDB4E6A5ACC83FD607363B22D50E24BBD | sha256: 615042DB5EA26A899372FB7FC1A8E13DD651E7E14A060BE520C1F859C1BFBECF | sha512: 2D334DE4F18184BC258DF061792D974616B2C52DBCF44A51730367ACAA315561D173AAAF522CCD54834D3958511F6A3A4C3A719A79F91DF7AA2A1D52D34BE054
tools\tools\share\man\man1\bzdiff.1.gz
md5: 791AD9D729D9DB901A68392928BD22EB | sha1: 1CED769714D9C465C4B730C16830251F53CD49DF | sha256: E3E397F993320285AAD5C9594C79236EE06FC16AF7C3063FFD589576504CA759 | sha512: 6F596ABCF8E8A59BFE121BC66D6D031024241535BA5EDF14C71C5C52E051DEF8D7F9CE49A6F37F75531F196CF6FC6BD3DC5378402DCCC219CCD096822EC2D21C
tools\tools\share\man\man1\bzegrep.1.gz
md5: 06007E254AB845311992985A3F4721F1 | sha1: BA980CC3964396D2E1B30051D960BC78964ABDBB | sha256: CC8A207A5D6D3DE33C1095D824801991D310E1F9515B8639DD78731950D8828F | sha512: 6812F3CB1DB768870AAE053B83977D572DA17DCBFCF4EE744BC22D1D6DF9C7795E7BD5C578AA2EEAF90B6A6BAA67B8E8B1AC0D446D6900656C714313A35C5105
tools\tools\share\man\man1\bzfgrep.1.gz
md5: 06007E254AB845311992985A3F4721F1 | sha1: BA980CC3964396D2E1B30051D960BC78964ABDBB | sha256: CC8A207A5D6D3DE33C1095D824801991D310E1F9515B8639DD78731950D8828F | sha512: 6812F3CB1DB768870AAE053B83977D572DA17DCBFCF4EE744BC22D1D6DF9C7795E7BD5C578AA2EEAF90B6A6BAA67B8E8B1AC0D446D6900656C714313A35C5105
tools\tools\share\man\man1\bzgrep.1.gz
md5: B6D41F037A65083A0DADDD839A142DE7 | sha1: A17BC34A6BF1DDD9169F1A22F62FFA827DBAF7F2 | sha256: F961525C2811AEF40437D26CD8E8D510986C4DBF8082E5BD65D485A5F2D9EF47 | sha512: 15329BCD546C581B85EF6F5234417B8113041E8E39D3B9FF6234E9977F20FE0C3647DC3898CCBD16CBE5DC06475DF3905F85997CB3F532DD2045A20A49A7620C
tools\tools\share\man\man1\bzip2.1.gz
md5: 2EBCB731B5A38B119CBFF62B2EDCE125 | sha1: 8052B18D701FEA2FC342EDF6732E49E0367BA470 | sha256: 5151BD4DF8DDABFAC1ECE2D8C82DE7D9672847457D088350235C6540B22A78B5 | sha512: 17EDCD1591F3D46C514CFA322A70121AA959D3BDA02919824E9522A825F8EE3D25CBE97B1C5F9364B52E8A2E30F3EB18B1E6245366656042D9D119DE8872C0AC
tools\tools\share\man\man1\bzless.1.gz
md5: 6807E099A68CC933BF42B2DC2C5A7BC3 | sha1: A107CDF3DA5E6C59340CFEF3C347EAE1167F744A | sha256: 4D90EBEF7EFC197AAFA098F73534F96A13396467833B9BE1DB32DEDBF8D7D0A6 | sha512: 71E7BB229EDE920B525AF82EA37785BE2D56EF8378A188BA7D3F0C539301269658AB55A1B22A4716B774E104D66446AF59F294DA3FA95A0EF77F6B63B7C715EB
tools\tools\share\man\man1\bzmore.1.gz
md5: F03DEBBBD27ED377DCDF2E63436F89BF | sha1: 47D809D0D6C670DAFDD28665ECD99318EB8C7621 | sha256: 902DFB178ACF85C67364897B03E554056BDA0FD2CB40DC56E0FA1DF3BF8354BD | sha512: FBE2129C845536CB23762AD55C421C3C7270616D37F89C9BB2266470C874FF3583ED2F69A7B8BFA152A29409B754FF8793B603E8E31FB217F48CC5067EFA8FC9
tools\tools\share\man\man1\c++filt.1.gz
md5: B15FACDB7394308F71738CD0788F3E7F | sha1: 31B58DB71B7D00CA0C117A1E5C5FAD174DD98963 | sha256: DBCD6CDB34C1E4E8AD502A01EAA27B013D36447CC12C09A8BC8598614D6D412C | sha512: E0A519B692F8F2DD232303614CAE7987BC11709D6DCECBE68D82843731846C770A8EA654B5B852C73DFF24CEB81611D798EB37183D5C882325A0D3064629DE3A
tools\tools\share\man\man1\ca.1ssl.gz
md5: 4D335E3BF822EB69778893EC056527DD | sha1: 61DD6BBA214CC8B0A7B215BDA19C0F9F9FC28D3B | sha256: 91CA94C50EDE7837E109F4CC3C9671F5F78CEACF967E20948628A8F98BFBC5E5 | sha512: 4BDE849685DD8276CFF9E1A45A5B2C02FBAE6B1D0AB78A5BA605CE731AF35CF4D0999BC448EE1E5901F970873D797CA69083AD6D946CB47FFA0407F92754792D
tools\tools\share\man\man1\CA.pl.1ssl.gz
md5: 6CBDC84265104CB10A0E072DA870F927 | sha1: 04373C4D1999081AB9D4A888EB1B1881C3EA1F82 | sha256: 8955498C21E52334F2409C34842021810668A706C42B0A4039815A0A568F4CF5 | sha512: 2D8BCD9827C33DC150942D880A4BA8D262E34269934BCA64E20433D1E0D1B97C0C1399E14E2DFB2591561C89F037FF95958D7D7DB90030BDA575AB33FEFDB12D
tools\tools\share\man\man1\caca-config.1.gz
md5: 7B4C3758E0F664A677CE6F93359D02BA | sha1: E8878EA56F2EEAA23DFBE616181147ABAB52CBBC | sha256: 423C1C3F9C68C11B0169CA3A7DA7CFF5A97B9705488F31EDA601E8AB572903FF | sha512: 7988D732E6BBE52965B8B9A6B053133AE7E2F97EACECAF510EC28193EF3912B4D0E4BB31D61FDBAB39D0DA994B4660A615EFD356A9D0B4097123544BA1E37E68
tools\tools\share\man\man1\cacademo.1.gz
md5: 45D61C6DC9D5C196DC280A3F3F302923 | sha1: A2FF14DA59BA49F2421E640A5F8AF31D43FCD79D | sha256: FF17177B0E270C34FFA01A5DC0B2B8CC1B17C4F3DEA46385DAED2E076BE8F913 | sha512: 9ACBFB598B14380802E97933F452EB5E4500FED1F57E8C639E8C3C4B88E9428606A656584DF0050F8091B89524B18081F52839F3858093ABE45856338EE44414
tools\tools\share\man\man1\cacafire.1.gz
md5: 45D61C6DC9D5C196DC280A3F3F302923 | sha1: A2FF14DA59BA49F2421E640A5F8AF31D43FCD79D | sha256: FF17177B0E270C34FFA01A5DC0B2B8CC1B17C4F3DEA46385DAED2E076BE8F913 | sha512: 9ACBFB598B14380802E97933F452EB5E4500FED1F57E8C639E8C3C4B88E9428606A656584DF0050F8091B89524B18081F52839F3858093ABE45856338EE44414
tools\tools\share\man\man1\cacaplay.1.gz
md5: 28DD104AC46D7A0FE3A7D8BC94E7803F | sha1: 4C90A3B7BAC7C62E422779B386628F0DCA3D85C3 | sha256: 6B58E3A15804A6CE7F66E17F5A199036E94B4FAE6DCFC3F276D169D383340E43 | sha512: 04E95BFD75E02062248D502B275F95B9A15439F368883B30622481F1B07880EBB4274FE1747549BF22ADCEC99CCD7BDEF289B760C18142F97DF65206E1B2256A
tools\tools\share\man\man1\cacaserver.1.gz
md5: 51ED374D564454FBAE869A75A5FD91FE | sha1: 0FF10302EC55662A00DEB358CAB3846023641708 | sha256: D0F72CE09C334B22091B55F77EAC753B13C8C6FE999554924E45B00E67EA7212 | sha512: 5821F71BB6325F6157DA8586FA734962B79B789179F6334877E4D3DE564B5C29DE421BA509A838FA55044A1919524F9D64B8457D2FF8524972989BDE57637620
tools\tools\share\man\man1\cacaview.1.gz
md5: 43DCD43C91B72753A0D9ECBE4C8F4B05 | sha1: 49EFD1C11C04F2DA21B4AB3817A5486078D42734 | sha256: BC23DD920F103AB6972F86232A4B38B7E0B537DE004ED31CF957737214A92B90 | sha512: 67FFD2F81B0FE631843B34674C20D8FF0C00446648A63BD7083CB6637D8DB433BDFE65CD55EBC93FD25D47C2D4E5264863B7DD7C73137DFCC8211A760D0AC883
tools\tools\share\man\man1\certtool.1
 
tools\tools\share\man\man1\ciphers.1ssl.gz
md5: 69E8C8C9873877BE9199EC790340654F | sha1: 7E44AFC532A3EE9779F529C2A8F1C38C6137459B | sha256: 00A679F0E474AE3A17EDBDF02A1FB5C57E1C7A94D993A62B182477E57B346F67 | sha512: 85E694358AE085CE38584692598065C58770EEFB6ABA39D0A5430397023322266705EA6EAA468EB0C5E5F3C62DEB45113C3231F1B8765DB86CFB918DDE0E0808
tools\tools\share\man\man1\cjpeg.1.gz
md5: AB8049F0516E7501538FEF38C9E272E1 | sha1: 0A03DB6AA3AB6DC6C64F02A888F9804E2DF71B12 | sha256: DEE94BECDB227F8BABB0A15DF97D45EAF8968E23F2B3558309F5176C97E81B38 | sha512: 0D864A6879FAE26CDF84C1A3F51C1DBCD9BB1C0F1C617F7FB0E6145F7DEB5C4896D3D43773C04F9796DE407A58F1B82A820EEFDC67DD0A566C2471F98A4A1741
tools\tools\share\man\man1\cms.1ssl.gz
md5: 70C1A3839CCC577B6BD8DF7B13452528 | sha1: 58030DC26F0B57CE1DC8680D56895439E33CA969 | sha256: 2186C65E3E92611D69021FCF7331F5AF84C4116CBD18EE1F808CC2BFAFEF20DF | sha512: 1E58EE9A920E46C0F121DEF2E3B78A19A0771332784CF2431927AEE82E5A4C3C864E736642EA52AFC516DC19FA59762857F07ABF34DF14B9D6BAD4B73313D276
tools\tools\share\man\man1\cpp.1.gz
md5: 05102F15BCB76CD25731CE47B3905ADE | sha1: 8F20A9F1171F04833F04D2C1B0EE469C5B059D4D | sha256: 942E6CE4B622808091DEABA18237BA19173DADC1B075EAAEF6F3884B610F5A30 | sha512: E43F898BE11C74204CADF20948EEED60615133A96FB263CF950F976AD6AF420BF1232122F072283ED162F1C746F0186654E6976CB03D74AF7EF831728DF94724
tools\tools\share\man\man1\crl.1ssl.gz
md5: B84F8AFBDDACE6F580DFC753D66F4E04 | sha1: 809155F8F8CC46ACBCB5BF183352D029229A152B | sha256: 0E2456D6D323F44792C48352EC8BBEE4DD843A388167D0768627297CDB2D7A84 | sha512: D33D2C89C1AE5E6A180F4F6855C33EF2E24CC9611787E17842BA0A65DB7BFCA59AF5A5BAC05967882B1788EEC5CA4816372E5FC486C3A60E192D6F429C6DE617
tools\tools\share\man\man1\crl2pkcs7.1ssl.gz
md5: 9AC8B4BAA31B654CBC9FE2DFE12DE4FF | sha1: E9DE3973BD56F0FE7FF24EB8504905566A652A6A | sha256: 719F61CDC9111896B7075E0FC42E1C19AA6E3E2DF6790EB26E93ECB3F08A7676 | sha512: 1A97CD32A06E84BE56D185354AFB523D79F8B61D447EE4A69B08A564E506824F019784D6DE3036A0989C5BA4CAC88CFF6EC4F6B3AA35F7CDD14CC8E4D1BEEFE0
tools\tools\share\man\man1\curl-config.1.gz
md5: 459762CE83F89A37F91B9D2515996F00 | sha1: 6545A4DA989E266F09765B90501D5686AB9D39DD | sha256: 728475A052FD0A220D403AE8661440ACB105158E29F561C26588B43F6ADC7050 | sha512: 8903649353AE34D53218436F7E42C1CADB2BF658329357C1729D3541EA49439FE932B2349FEDEE6A533B86CD7D83FCAA4A6D046BF156ED4C4B9875DE2323F6AD
tools\tools\share\man\man1\curl.1.gz
md5: 6038768B6AD74662921CF5BD37388121 | sha1: 0A3E07A98CC473B2FE31DAFF2EE5F631F665115C | sha256: 05C134D7BB1D63C78A1A3B6B9B32EA081535DBFC001EB431CE09CED4CAF20FD1 | sha512: CB27A96838F3A8A42A987215C9B2901306DF6B9C84DBCFA721301F492D133AF2770A09EA9C91CA1261CF5CFD8E8C34B0B86EB383E7FAF58D3C212007528B1ACE
tools\tools\share\man\man1\cwebp.1.gz
md5: 5DD4FE32FF92D85F7041749B73D1CE3B | sha1: 54DDF2A641B4C9DB1099402B8AFFEC14ACDD10E6 | sha256: 3D84DC441F2CC11CB65F5B8D9157927ADFD4D310FA8A2DCBDEBD5E756CBC921F | sha512: 078C667247B70E2CABCD36CA64C5668510EF0CD1ADBB7590BFA1E996A78BE26869768E6A69DCEBAAE5973863D044CF655D12AE540A0BF4371C3FB6328815C929
tools\tools\share\man\man1\c_rehash.1ssl.gz
md5: DCC94FE099DE422DB6BA9A427D24380A | sha1: EBD4D934B2969CA31CB1C6699AD846D3D7258FCB | sha256: 4FAB58403B6EE59A8F2EACBB08B1861036581859E7EFCD42844F8EC86983B019 | sha512: EE5117575F12334627BAE5467E39F4FB440661BC2390DDA9BF573079757382C79E114CC20CF265ECFB91F4D31C02156C3A24B19E40C9D0D4CB99D010B9AA3183
tools\tools\share\man\man1\dgst.1ssl.gz
md5: 179C2B3C1394B46D1AA6D821513F6D97 | sha1: B4668A6F998969BCD3F00580660F33CC0A783BB1 | sha256: 6F438E53E8995D01C7A93EF52851AC69C394B8624C4D6835813BD6516B082C16 | sha512: 17677C18FDA3CEA3394A846712EB5D6E863F8166C111D11CEDC58582B32B41B43C04C0211692785E0FC8269AFF3711D36168AC7D8948FAC0FAFF41F1069B1B47
tools\tools\share\man\man1\dhparam.1ssl.gz
md5: 7844A092B4064AAF2EAE9AEA7A26237A | sha1: 6AB0FD383DD66B52E88CD034A9F85CA43707E36E | sha256: 6EE2676F1393AE1068A2EB84E6A5C449A045D75694C89143E2115D21E9063B46 | sha512: F346A7FD37F31D69EE003A155E0A06E58666279B670A9927F68CBB03E2F178004067F76F2DB0B297D0F09392D580861C7D3987FB4B7719470123A67D6D1DFE35
tools\tools\share\man\man1\djpeg.1.gz
md5: 39D7F731036FBC6CE48E77469BD2F2B8 | sha1: 44DC34B6F7BC114FD8CEA33B0E6899FEF650E45D | sha256: B074909C1D797EEAE1C6925AA4D14982D7E4F4FC9DACCCA456367032A1E701D4 | sha512: F5568BF72AC2AA826D0ACD4A71EEE68D463477C28ECF6DE02B17259DF96BF34F81F3203D7EC62C23B011D984639E083E6DDC1A2356E01F5AFAEB60470D4C90E4
tools\tools\share\man\man1\dlltool.1.gz
md5: 977944ABF26CC715667C0BF4AC9FFC25 | sha1: E3811AC3EF401298C1661781DB973265B6A5DA4A | sha256: 7F15A91352CB16AC574DA01767455E7B40A070F34394BE3FA20804E5F16AFC27 | sha512: AAAB553FFBC1E31C40BA7262376A7E3234B37638A798FB7B6F7E426BB74D1160E5DCE6AF6B981CD5CA54F2C5387AFB59BDC8B4ECB6058A745FA5B8680B93C88A
tools\tools\share\man\man1\dsa.1ssl.gz
md5: C897910048FA157B81DE7F44A48F31F5 | sha1: B19354B57B279AC2F39F3483EE2A6A5E30C0D541 | sha256: 39E12B968954416C34D281306B608648BAB264303DF0C40CA71954DE3365CD4A | sha512: F15ED44FE2EDA89E7B808177D5963D841D0A6B4B608A29088F30C9504F03DA8CF8F5A140CB6F4946058157246ADA115364D4497629C6E09BB67B78FEB7E913A3
tools\tools\share\man\man1\dsaparam.1ssl.gz
md5: 6EAFEE43F86721E64C06BDD0807FA799 | sha1: C2AEA314EF864C9F2F0FC0B1947A3CD319C838F1 | sha256: 731D2E4D4864EAEBA39519FFC8F1E53437BFDF6D3BC925766415C37ED8FF52CC | sha512: AAF15C6813BCAEBC9FE7FD9464FB354871674E4CB4EDF29384E4080C4B54E69C2BBB6B33F71D3F5D4FCA52B468CD023800362315FB97701CE80F23EB3A388377
tools\tools\share\man\man1\dwebp.1.gz
md5: 327181220067ACB2170FB624B19787D3 | sha1: CA6D1FCF242E178B6225FF20B872247C13CDA788 | sha256: 5F1AAE6E5C8E73949A3338762AAB54AEE88C33EA029467045CF8A3357E961B6D | sha512: EDAA218E15AEF0379C06F188AA5DFB1F3A61564AFCDFE3D571EFB7CD1043AC0E5CB82CCF1D5B01AE3DE6079690B829E9F37148C65216158E93FBD5DE17A60501
tools\tools\share\man\man1\ec.1ssl.gz
md5: 77908AD61D458265177913C3572D7AC6 | sha1: A134CE172606DFDB297B2F56E284E0EC48B3CDF9 | sha256: 7353EAC393F42F835F4017D1DC450152795B30846D3AE5C092412BC704DE270D | sha512: 7B0F8E923130B727BB1FF7DB847F6B0937672318EFD66BAE7975D767E502E9AF2952140FF37A5C1202960C5F9E58264B5486E011B56453387648645B51F17071
tools\tools\share\man\man1\ecparam.1ssl.gz
md5: 44F88B8B23A9DF3360BE279E04F754B8 | sha1: 5640E698E765C1DBFE3088D435BA937606BAE22F | sha256: 0B2374C1DCAA7EB796A7AC3A899AB2090DF58C9039F7CB4B6A64EED0132F467B | sha512: 65DBE0D42AE6322BCE2C9AEB5047E119815B72A027682618D2314E200278F0BDF04DAAF337C54256950E76657B175CC8A44390A16329B68A4AA739B2BCCC0785
tools\tools\share\man\man1\elfedit.1.gz
md5: E6112FB1CB2769827D7F5BEED721CCF8 | sha1: 27EDF01A7D2E953EAD6655FAB5AC542B91FFD929 | sha256: 77EC1C00893C9DF0D55EC2E27B26D46063C9B6F047D376216C3D3575FD91DD27 | sha512: 1BAE041313DFD25085F413F19CA1EA0D889A2AB900378A0A4BDFDDF0DAA0A7D4CF96213719374E4C0A65FA4EEBA41588311C609C23E090ABC4713DCD0806C4D4
tools\tools\share\man\man1\enc.1ssl.gz
md5: E1F1A1F7DDB9A06F3D929668076E44AB | sha1: D6A3047B432821065E4AA1A3408C6EDBFD02E856 | sha256: 783E19C3A1DE876818B1A072FC62A7FC9AA0D50A4427F912DFBFEDA20EF27276 | sha512: 55908B85B7F9AAE9F782A5551AC7D1D85B54EC07C2CEBB14CC0D80EDE01A2664DE16E401489A05AED26CB7A174A8BEE4940282B4B6F378BCDEFF515B23F47155
tools\tools\share\man\man1\engine.1ssl.gz
md5: 53FF431572D7642C3968C6E6D2D09326 | sha1: D20B77998BF36932C8E982E9443ACEA4E148312B | sha256: C3FEC455371E72E93DF9E3CF340D67D2EAD99EE5B3D2FB83BF0F720DE882888C | sha512: 66929B5F977B5CB3E00CD439D1F4481D5C207577D038C2FEE7AAC1BFB07CD7F05C48ACB82A6418460D26AFC0D4BE1E0F86E97B3084C212A9F3667238AA02A303
tools\tools\share\man\man1\envsubst.1.gz
md5: A891E0F81DB2D4BE21990AD22864D552 | sha1: B57FD4ACA8B7AB410CCEBE8BCFDABCE24E18B43E | sha256: 0C1BB963007DB837F3D909E53A0A867018DCA314843387F4B2CAAF1A4FA06906 | sha512: 26757326E6415241EECC869E579DA34723194F74114A45B93E0CF32C5BBAC0FDA189203AC672CB430631449A85A792496435FE64E6840885C1E1740EB439F533
tools\tools\share\man\man1\errstr.1ssl.gz
md5: E436B0CCB81D841F4280A815F121E639 | sha1: 337379EA7285C21FE9A979750591ECE34470CE69 | sha256: A34D7B53A297BCEF42ACF655DA1D573F393CAB6070D12EA66090DFB9277DE830 | sha512: FF75EC7AC7CBCEC4933496A04A8CEF968F8506623DA6EC652C9106183910D862C1113DF0C38353BF73C003A92ABA673DB52B7343E993CEBC38DB30BA6E003DA7
tools\tools\share\man\man1\fax2ps.1.gz
md5: 9B8A87B3965A928409D66CC810E966BC | sha1: E3C6E77D687E73215E06392E2EDC411BB4C663D3 | sha256: 7B9DB6B0F6932EDF0DA1CF5627613FDB1B94B699C89A424BAF3C69A886C8EC6C | sha512: F8AC4B1BAA9FAD05C24B427CB8692B3D57D3E292F1FF0C28AD33CF14DAA06B52564BEC4F9C36FF473907FB474FA615AE8563173F1AD56C87214792A9CAD8613D
tools\tools\share\man\man1\fax2tiff.1.gz
md5: 0096014E98827D7B60241A22046DA41F | sha1: 15CCDB0B005B8E15691384F9BBC9273A30128868 | sha256: 7E069E1669FC351B7A2F44175CF86C33890575FA7E7AC38EFF1B56972CA26447 | sha512: 1AD1142DCF4D4361F9BC327CBDCE2E3FB2150FCAD9B26C6DCC13B26E904861910E7CA87BC92E12E3CC3277ED7198731E95D6A779E0B613D9733A78102B16103C
tools\tools\share\man\man1\fftw-wisdom-to-conf.1.gz
md5: D76905BE336778AF8937EA4AC417011F | sha1: 4EA1A431DAE56D944C467E722BFA3062DA312997 | sha256: 8D0C0D629FB66CC2A1346D91FA4C161D3385407A68BD2E42E7AC9EF6C995541D | sha512: 1EFD133E2D095015D2C3DD9DEBCA2DF7817D8476B44CFCCF8F5AB97AE92D0BE564489F1702DB905E251DE9D39F6357D03AE8ABDA02682EA895082C86CFF7E2C1
tools\tools\share\man\man1\fftw-wisdom.1.gz
md5: FB3123DE73B8036A52EE80C19A1036F7 | sha1: ADFA5920DC3C599AD479BDAA2E442470DCAD0C33 | sha256: 3FB97607C966E66913299FF532A51894B64B24D8C43F7137F1CF1A2BC7291C65 | sha512: 7A564EE300FAD87544E273FC5C21282710D4FFAD7CFC1DEFEA0BDC08D3DB39FB743FC1C11CA6F53DC0792C8D99DF4782646073866CFD32D28A5261386474E6CD
tools\tools\share\man\man1\fftwf-wisdom.1.gz
md5: BF4F13254DB7DE54B67E093033E3D2A2 | sha1: 1C038E18F94509619A1CE533C2519D33E334D330 | sha256: AD86FDA25EDEB614A96088DFE74916AA98E112217C570C29A9DF41CF16545523 | sha512: 595FD9908D3D4A355C964DD1672FA086A74615B4A3B1165D434C1DB27DE13106B77A2ACDAF78C2F69FE8A1532B4E8147F11D464678A7F4ACAF4D8A5A134B3294
tools\tools\share\man\man1\fftwl-wisdom.1.gz
md5: 6644B2B6518CB0894EEDAE7BF67F509E | sha1: D96B76CB919D70F4AB6A6C68F9EA53ACA0663F31 | sha256: 462F3BE1C039D71578EE391B931006B10C17BF88519FF9837C7CFDC4B183AA51 | sha512: EF4B6CA3176334E583D314B7E87E36F13835F7AD970F3E8D769388239BCA446112F6FEC18BDE627A544FE6A1E08886FB5D19CC49D73B3D4FB4CA08A5BBD71338
tools\tools\share\man\man1\fftwq-wisdom.1.gz
md5: 5B9DDD83267891F50390B558C129208E | sha1: AF3326909E170A842DB7FCDD165A2DB40EA933ED | sha256: 44BDB8F88A415957CF8999331DB75B1D1616CB3F7E99DC953469A898F94C7CCA | sha512: 5E23226972864AABAB22CC83DE9DF338079CE02E7328B1B7D337CFE5A82E1E5BC1661B8D9633B596EE35EF54B14E9ABDCCA21CF693366517DB64239782585E0F
tools\tools\share\man\man1\freetype-config.1.gz
md5: 78340BAE5E77DD5DD4EE62993D400E3F | sha1: 03C9094698AC0C0D35DF1C287ACD6B933CF5224D | sha256: B5D8D569DE4476BEC4360C2125AFFBC5E293E0BCF82E56C19858EE4F704E6F50 | sha512: F4DCAB560380B1B83EE6107B7836EE6BFF03A6AEBD453296FAC79D63A2A6E30E91C439D10A95F1AF14D7D432C80C68B2B9C1406454B724B3C8E83C64EF9F4977
tools\tools\share\man\man1\fsf-funding.7.gz
md5: 69484C0919776E2AA0A663D92BEC5FC9 | sha1: 22963194715D5F24A33880420393E230BD312230 | sha256: 0BD8307055B2157188146818629A880AFED307A20BF3C8E5C8E44DDA698DA8A5 | sha512: 4EB7F3AF9CD22217C16700904B57C413DEF44A8AA0CE63BF30098F39E884991C304DB91488BDD979BB7ED8737E1EFAEDE23C753DC89108888141B350B4BBD031
tools\tools\share\man\man1\g++.1.gz
md5: 26F37E10C918C5C630BF98F78A5005FA | sha1: 83D1CEE0FBBFCEF24920B70CEE316C121009DCEB | sha256: 65FE558CAD5A4DE50898E8CBADF8191C69E5AAD05B9177E6F20140280AF779EF | sha512: DF1E21DC2CCB746AC6E6AD41D06AD38B3313606ECCF8C99469EB73A5E91B477594272BBA7CAAD38DE0D11E2F9DBE1E410780CA9EF5B88A5AFCAE4CEA0832FC3C
tools\tools\share\man\man1\gapplication.1.gz
md5: F4E5F86306C9D41892FA142E051D125F | sha1: 3696F395B4653B56954C220145CE136E1C2D9D88 | sha256: 6F33C6F6146AACF0D9D798FED26150BAAE136EEB60C61EAD3DC4CB34CA9BB259 | sha512: 49D69351CBFF991B606ED75A0B7FBBF8CC709687569C562B1601FB5D802F37053EC06BB77C1EAB894AEACC509D1C2D8844ED2677E4C37A1433B995AED6A27F55
tools\tools\share\man\man1\gcc.1.gz
md5: 26F37E10C918C5C630BF98F78A5005FA | sha1: 83D1CEE0FBBFCEF24920B70CEE316C121009DCEB | sha256: 65FE558CAD5A4DE50898E8CBADF8191C69E5AAD05B9177E6F20140280AF779EF | sha512: DF1E21DC2CCB746AC6E6AD41D06AD38B3313606ECCF8C99469EB73A5E91B477594272BBA7CAAD38DE0D11E2F9DBE1E410780CA9EF5B88A5AFCAE4CEA0832FC3C
tools\tools\share\man\man1\gcov.1.gz
md5: C5603736878D4C404920F48DD0F5D904 | sha1: 0F5E26B44CA46907B50A1304D9DED2EE69B3C533 | sha256: C3E6E903FF8AC4779ADABA71D704016FF8970F955CF02F3B85BC04878248408E | sha512: 455C1C98526D29DE1269579A68F306FD836A499ABC962D7E3F84D726586CEC075B2CE611B7FF2BE6FAB05E4C99217B77ADD3D2A1CB148D9598209D62E8E442CA
tools\tools\share\man\man1\gdbus-codegen.1.gz
md5: 0465395C81C4C3D27DF615A4904FDC6C | sha1: C1752D21EFD461519409E404F80643AFFBC467FA | sha256: 5BA24F5EA22F26F5B724A357FF299FE7D351F3F3B5FC256C346C0B2A0385B4F7 | sha512: 6CB00D54429F68816708BEF03A11401A065550313BA932924B9EE62BF345DF706C5E3C14CB8A7F9F5B2F522ABAD4300BC3E6117A3D6239AB2E05A5DB35D0EEC3
tools\tools\share\man\man1\gdbus.1.gz
md5: 374E8289F1DE0E3934593D090FD9ADFF | sha1: 272F84905D355CCEE1F503D7F3F9FC85A01C59B8 | sha256: 9B0006A58C2B4020CAF88CD6B7EC97969862EAA7F4086F0514E7949880DE852C | sha512: 571C3CD820C977C7557677FA9A83E16FE6E8F21A898F687A369F048C57ABA698E2374433754046DB8BDEE2062DED3C861F61E54C93962C5FFB8D2AA8379C3BF5
tools\tools\share\man\man1\gdk-pixbuf-csource.1.gz
md5: DD0E390263622FA5550AAB3E951174C8 | sha1: EE454536EBA2F8306E8E20AFCA569012FCF8B567 | sha256: 938A4C5A98728A51D585397E5C05F4536F88317F02A452EAD07A0D3971CB0FA9 | sha512: A2C86B4B8CDF45FB6EE5143AEFC51A8AA060E8ECC185417855C823B260E1C476129108DA906DC8D5A6506BD578C34CE7B90662D086F0DC6E4E913C529A5DAD21
tools\tools\share\man\man1\gdk-pixbuf-query-loaders.1.gz
md5: 4F83C28218FC616847927A0B8F82DF1F | sha1: 165F76550B97FB8ED4DBCEA3B9FCF06E974A21D5 | sha256: 762C3DF6FC40F6740555E24A954B9823087DDF19AC68D59DB05337228858953E | sha512: 149870FE8E95F2604DDC79C55E63B402B4386035EE7D3A83D5B0A52B4FF7BEB5F8B10C4605D077644D69EAED1C90F3DA2A9A92E48405DE4C8B5DB576338BFABB
tools\tools\share\man\man1\gendsa.1ssl.gz
md5: 9BF58EE9F8D6A8EFAA8E1088AC4B2170 | sha1: 61DBBA9DDCA60D13E853CD9DDCBBE12E1243B3AD | sha256: 8595A5FA2E4107F1DD92FFECC8FCE0B9347ADE91C5E1234A45E72AFA1FA6D05D | sha512: 8DF880098AFF9E0C6E0E7A4F383057990ADD6E449AB27D608072736AD6B14F2464B760D16EA5F5D1DB3E7232F2CA8DDBE5392D1E780557F79DEE496DE53513ED
tools\tools\share\man\man1\genpkey.1ssl.gz
md5: 524635A5ACB95809A51E5F314E614A7C | sha1: B611D87F0F361522CE83B41C023C9E2489D8980E | sha256: DA964B750422DB653E5A7C3D293B2C8A4899FB0297E26370516BD168BC1E2CB4 | sha512: BD6C8AE7E182756DB6AE1209AF66C4961C787BC0AB027BB4CF8C945BEC20E8AFF748ADD0A0F24D5EBBA49259A93EBA5C5BEEAF5591B6B2394E2AF5EE1B76A060
tools\tools\share\man\man1\genrsa.1ssl.gz
md5: 9499857D125A3E074352959123C59861 | sha1: 0B40975AC48C3E6FFF7D49F4409230EEC7396850 | sha256: 48088E642BE4E4487A304590C9BA7724CBFE5753697A108B8B6036BB29904F3A | sha512: 2908BFE6A2D1F83D632B69DD6745A01C83C338A159D46086C25427084D82E5839249A1DAE54E9D463D627EBECFC8D579C04659208BD6BE4A39F169A51BBBA9F9
tools\tools\share\man\man1\gettext.1.gz
md5: 97BD8481E991305CFEAB7FBD5B1F7A57 | sha1: 3B6DF53AC10694250593B3F8567E4617F6F7EDA8 | sha256: 148A090CEAFABF84987162AA72896531FD591AB101CCF2792ED170D5555DD8A5 | sha512: 5233C51077CD29DF09D9A5352E84C2503BD6FE49607F3C683C80E0AA6202A1933FD526B66DD323662892DDF816EDA30B64CDE755B7FF14B632BBAFCA359287FB
tools\tools\share\man\man1\gettextize.1.gz
md5: 8243F870D6630C557390E66BC1E61366 | sha1: BC1A6A1E2C6ACD93C90EAFEC5A1F300B429F46C0 | sha256: A1A98FC0CCC9CFDE179D7E2943FF7A883008D9319C1E3E70A5287CCFD12104A7 | sha512: 58DDF3CAF9CDFD00507D0D043F000246C9388C1823B1C6EFF93A1C268F8094260F46293C5341EE6C97E7C21EC914AEC3FCF5049DCB1AEE90118D948246B1343E
tools\tools\share\man\man1\gfdl.7.gz
md5: D47CA8957F75C5B8E97ADF94CEBA0E1C | sha1: 933B6CB4FDED642A918837604B3F560B0B8614B3 | sha256: 9784050B54C8280F5345EABA84424451F88C2AC73A909631CBFCCD4F434D0B8E | sha512: 1134835F5C0CC457E5D2549D1E328E9BCCA9F45F4EC3368E50C27318DB64559C6512C2D377ECE9212A5990415B2015721C3741B8EF7C7B60A7641ACEA88B220E
tools\tools\share\man\man1\gif2rgb.1.gz
md5: 1AD139E2C60868C3CA87BF1610B07EC9 | sha1: DFF3DABACFD93A7B1AB68319B68F6BDD1CF9E6D4 | sha256: 9299A037DFFBEA7B8B4F9E8E110C7400D74C09D0EFABE03C77AB528E1390F82B | sha512: BA580578CE2D675FD24B6312ADD7B814991D7068811A42EF99E006C2D481C5C63E2593E571C6C5FDA704645503109CA2AE4E30FDE06806E3DA03F7DBC514592B
tools\tools\share\man\man1\gif2webp.1.gz
md5: CF4146A2C3D35491C0B5FA8B6D18DE10 | sha1: 7550544FEB24C926102E13ADE9075D51D60FCE7A | sha256: DABBBFFCDD38487DDF45027910653FBD861A36875F83B5CEBA7A4A7F13BB8062 | sha512: 91B66E8C55C40C55836EE37CB3352E4866AFB589ADE9CE6A550BD97E705FC27F98D721CF79474A82931499927214FED3317C32B0B8DAD449A2EACE22EB691C2B
tools\tools\share\man\man1\gifbg.1.gz
md5: E025641FE018188375212A251D9B196F | sha1: 6DB8859E1C62E6D45E342E2AF5B612F45569EFE7 | sha256: 7CE53E908DD86D18D2F367C0D8ED89F7F2D1C2DF1A197C48346BA02A794B5DAA | sha512: BF550ABBEAA4B1252AA484AE05969196C74AF2DC62F9AA1DD30FC791E3E39A575A187C86CABA8315C80BE02291BD7C95F90FFEBF350D8AE9C4B77FFEE7434684
tools\tools\share\man\man1\gifbuild.1.gz
md5: ECCF6D047C1B946288272C25CE8CC571 | sha1: D4A236617372F7C6113FB67DE021234F55060980 | sha256: DC7440D1AE9030D2012D94A252B939BCE6190829E68EA17DF6DEB91AC8BF0914 | sha512: 964446B9239E66203442AC8B212BAE7F4A2D0FC55A432BA0ABEBAC6A991437B06296CE258863D1FA2E2B710EDD2A4ECFFB34C4C8FB719CB3B72D1995E934A287
tools\tools\share\man\man1\gifclrmp.1.gz
md5: 0D4DF630CF8BA59933CE724C88C54C82 | sha1: 2BE2BB6792B90F2A0CDD45F8222D180DCA428326 | sha256: A9BA695726BD184672781CCDA86C0FF7AC1B8CF821CABBAF6685C0C6613373BC | sha512: EC99571C7E7207DCAF1F4D9E906AB4F03B8D27FB15F3736F98C885A47A0F80C84F65E2B67F1A41153B40705035C9281CCF276C2B2FFA49E409B0C064A54D9C20
tools\tools\share\man\man1\gifcolor.1.gz
md5: 67F75BE1572DCC53F8214735D96077E5 | sha1: C113D3937D93F6D926DEC7F3799A02605E92A454 | sha256: 7B4CD47E4264764345F35DDEF4F4769F4F59EFBD619756444314A9B6E999E191 | sha512: 7E08ED3E6638F8D51D0AE556AFBC56E0662C8B770B361085946276167A911595513BBC67E64CBD1D46A9DCCE4A8BB5F211000204465EF8181069AB62C554FEF4
tools\tools\share\man\man1\gifecho.1.gz
md5: D79FA04F2500DB324BA4E4F48DCFC97D | sha1: CE935351CA896504D5D232D77A4CE125E512C87F | sha256: D040A10977866C7537B28EE6F25B7A20DE8553DFFA893A1D0590A1FADD0E295B | sha512: 0321CE0B6141B88329212BD0E746025E82D20E92CE65D079720A9AD026BF2CAC9D4CB65526D081B488C97312F7164122AA64B20A5A934C6D3F7C86510698F4C8
tools\tools\share\man\man1\giffix.1.gz
md5: BC8B3EA939E5C4F8EC456CFFFC48F1B6 | sha1: C8B6023D0F3723768FB582359DEC2BA7F13D0C76 | sha256: AB808B6DE334A4DD9FE3E353F5FF025E71030E7129FDD9D12BB720A4E70055B6 | sha512: B479728EDD74D158ABAF2C63A7D35A298CC1C3651A7FB02F6BFBA8493DE3E77A2766FFA078C68FF6F87232A64862A05CDC750955FC7805E1DF30BA4240E08A13
tools\tools\share\man\man1\gifhisto.1.gz
md5: 3AA1CDCC0AADABCFB53F90FC8AD14870 | sha1: 28266F859C37A581AA8ACE59535B36D397199501 | sha256: 61BBEF8737E2351D5607590AF8B69BE0016F64A970AC62191CE7EF7D9A926DB5 | sha512: A0E1F3DD279F1A910E77F4FC4C8370140FCC7A653A9DB16458BA1789CED29DB8918DAEB058169D3E44442B98462F8642A5C7960B26244367C37F126C08C82A71
tools\tools\share\man\man1\gifinto.1.gz
md5: F2D7690C7E3F3EE46494EE19F9E44516 | sha1: CF027AFCC254A56A9E5D7BE1713749D022151D79 | sha256: A36C5E18C7A1B02C862CFE2A45728830D5ED48EE5F7B20052C9142030DD5E92C | sha512: 00C989AF53578366C3E99373E5C9240CE1E2D1CF99C7122ACC8943AB9286A1466F6701EAEB1F7D79DB12D7DA7680234D61452A4E7AD76ED4BE546F6017DF7E0C
tools\tools\share\man\man1\giflib.1.gz
md5: 7081081385C94D9BB2BAC19742FA2E4C | sha1: 57AD8E1C0CCB6BF1AD099529AC0616029CF38B23 | sha256: 549DA6A567B2CCCDB67B3A48E9DB43FA50FD494240027AB12A62CAF88588CB17 | sha512: 599FBBAF3A20F7215A73D9FEA0952FA0282ECCD06C282C901E494F4816403202BDA0DC57396985856C0D7C02535FC998DED55EE8F847F7F58A64EE0BB9935AB5
tools\tools\share\man\man1\giftext.1.gz
md5: 0A0136A5098D6F88A10B305DC5406D75 | sha1: 778DE42C88A8D5841CBCD152E56AE6C6C2C55A85 | sha256: 4028CF32FD8E571A0ABF66004974AEFE772631EA232B9CF566EB7D350E5E4810 | sha512: AD55BCFB4BB305322C4D0573DCAD1DFBBF78F655EA649F1D3F72BBC6CC382B3772BC436DF0AEDF18E605A8D125DE27FE7220C03F6FC815197A74B95CB8ECB928
tools\tools\share\man\man1\giftool.1.gz
md5: 9B815C71C27B2BDDFC94BBA4A7E68BFA | sha1: 07F18FE8083394FE0F30C1CD1918513F86994585 | sha256: DF841B9392586CCE6E4FFF0FC4699493064FBCE66C710E707B66A7ECB1E35C82 | sha512: 5595D1E18BFDED5162B73251B4B489270F51650230DA4F0478C66C7C05CCDE29F4BD186A46A9536E27F5D4382EC82365556A445E98554940D8F6E9C4E71A9D84
tools\tools\share\man\man1\gifwedge.1.gz
md5: 6DA8FD2D309DF1B533B2C1360151DAF5 | sha1: ABD5F688ACF519F0809A17E0C5D2500B04C92FFA | sha256: 921DD634FB5F8D2CACD6B212546DE0EB5CADBB504211361CB0A002FF8EE1AFC3 | sha512: 2678CD3C3F856091D9ABD1E567CD0EE13A7AE29866C521ED6D29B39F5524C89BB5557C6578F05E2E10C28A298CCE72429221850856D90BF0E7F17E5EE8759219
tools\tools\share\man\man1\gio-querymodules.1.gz
md5: 7D492C68AD15F96F15267FF334600670 | sha1: B10D5C842743E920954BE872C4F05D9464AA261D | sha256: 7C1FA87E141AB36F511D0C3E87D0353F9E230FB22ECEE260CFA9F7FFEE46BDCC | sha512: 8AC4D58989B22855261B95D4ABC0DE6D9FB94BF20B3C05C646711607FD9B9187E5BBBC607E6177AEAC384C0668F956927A9641F24A7C87A23AD72855673CC03C
tools\tools\share\man\man1\gio.1.gz
md5: 253F6D64CF460971CBF243C2F5159928 | sha1: 0F67FCA5F0DFE6A8950BEB2312A6F15FE10B9453 | sha256: 75F76DF72D578E99D8F5097F54887E5CAE24C98AD546EE1E9774B0EDEDC5B7B5 | sha512: 64CF6CF12E86EF248A6C688E9932F95FECB815F4E7771B77FA59410BF4CFA7C18F33511BC928CB5743F4CC0982943DC33B6FD5226AAAE98FD71D79AEF4C95C33
tools\tools\share\man\man1\gtk3-demo-application.1.gz
md5: 0E9F5EAEA157A29673A0C52CA776F941 | sha1: C76593D64E720BCDA334175110F3539BF80C520A | sha256: 3464F0E535FA6497EC64FE5C16DEF575995803ABFF004C02FB26FBCE3CF7A00F | sha512: AA8978C4DA31F164CF6A00356F87C134A91B389CEDFEAD4FE0542818E6CB51CBA3FA59BBF3FB22D56BF8E3F271C4B68BDF91C62E5012199F7F48B74892824A11
tools\tools\share\man\man1\gtk3-demo.1.gz
md5: 7126205184F453EA1DE7928994D3F463 | sha1: E01895176A3658210CFCB8533D3CBA8FC2CD6D72 | sha256: 47CDDCCAD51C7BA499821B619399B5BF7E45E25903B2453EB1B93954082FDCC3 | sha512: 507FD72AC6E1765C5A6067F2B93C9E52C546FBC48163ABE01843873955CBE6EB26B3F56123D33426128E435AB476C619A17A9B5556591261BA4E72CADB652763
tools\tools\share\man\man1\gtk3-icon-browser.1.gz
md5: F66CF434C2EDD1B934592FA826005A25 | sha1: 5304F6425BC74EEE667E5DAA66A9CA6D5A150702 | sha256: 6CC7EC63F1BC3D818D73A0AD22B4FD75CF8584359F0CD4D698563FF6A3E78A27 | sha512: BBBC62ED5BE707DA9AB9F01FAEC4E3E04AF1226A8E199D0540FA1DC3C5E113E2B75BADCCBA5896F58F8F27B917B3CE5C7BE197DB6D7A0B9A93F640657D16DD37
tools\tools\share\man\man1\gtk3-widget-factory.1.gz
md5: 387DA8940AFF3316A13A4BF896A7F7C9 | sha1: B388C0CC041A850FD3426B7CC3CB0D6AB84BE409 | sha256: 0E9BE84A7EAD4AADFBF3075E14E9BA3DACAA49510415104E8DD9CBFAFADA7DA8 | sha512: 5DFE8CC07F4CCF8D348F0B1B95A67FCA66326923EBEBA001F28FB9AB496E9A7840662BE955B2502BB08CFDF0D664123D677E6080C8C1A01BDF343808481E5071
tools\tools\share\man\man1\img2txt.1.gz
md5: 051871CF37A27985B067E9B553FDFC1F | sha1: 3A58E33547B076B1146F93B023A09CB5BEF76F1B | sha256: E2A764F3FAB62A851FDADDF65E00BB33BA2EC7CEB7A804686FE5B8C975E5D5EB | sha512: 2E5E128AC2FB26F4132088DA3829C5C840C1B550C89FD04A940B01A00A4AAC98C549C5CB83632724A48043503434DB75E65A3EFB48E03FDE871F31F5375C519B
tools\tools\share\man\man1\img2webp.1.gz
md5: AE3EB64205E888B54C95518C45931E17 | sha1: 58A4E446798486B629C613E54D8120E51672EAC7 | sha256: E2208E57C605DE51197529E8852B1A7EF12B1B14D7B460797B206A6A3413FD1B | sha512: 832E7FE730BE19497F907BFE2061A7102A79B6AC4DFA5E1944165AC8874D27D6941D44BF2DE7D3C48341D2690C7C91F2036FC0C28B7A550690F70B7A52505EF4
tools\tools\share\man\man1\imgcmp.1.gz
md5: 140862A6FCEAFAFAD9E8A01F9F3C1BE3 | sha1: 268CC00122A73E484A5B10D8131540ADFEB4BD2F | sha256: 0A879CB0692B83702C45B704C9DE11BEEFAEF8225768082BF415E3D0F676D8FB | sha512: 107825BDC34F386CFBDDEBDE0BD663E4B8CA1E99A3B8F8D57B6F6F7296CB7CBA64A3A618D7E94130DBC4919B6791152E26B78BCB47CD3018C7CCE7E41A1182CE
tools\tools\share\man\man1\imginfo.1.gz
md5: AF651D09D5B93AB4AF77951854D2BEF7 | sha1: 8C4B5E2109D777E56F29A18E0DD1246039068716 | sha256: 3743EEA43CCDBC42EB039442802BEC687BA45E4C1CC9BE881B066242FD408AD3 | sha512: A2E98DABF8E270DA1E1F642876E470D60A8F33C44970F7058ED4AFCD5D2BFFD486F68742842AEFAC4662290F0FF2573959A4BB6BB9FABDE20D625B74F935D3EE
tools\tools\share\man\man1\jasper.1.gz
md5: F446B90CCB071D50A07DECF74ACE4025 | sha1: E8A35298B9567E086CEFDA1A3EA502D4E6CED5E0 | sha256: 1F3E720AA1AFC4E9F46F6EEBAF1566059217C7CECA72A12EAC2959505DD0E711 | sha512: 748B90227F5659BFAF9DA3B9E923518898C5EA7F5595593076B1253D9FEC8CD068777AF1AF463AF87B27E8C0ADC7B67250233D51921154BFF9D99D15D948C881
tools\tools\share\man\man1\jpegtran.1.gz
md5: 6A3FC6EC10F77882779A419648912B1D | sha1: DA400E6FD6E99AE4B7078A425CC1E30878E1DE9B | sha256: 4F560429BE5452644EBDE3D7F762CC8202D31984BEC656981FBE1FFFEC76C2D9 | sha512: DD38AF1BAE9321F594FA1CE7040FA7EBF815DA1EF10C8FF3F6CBAEFA4CF9188A2D29B692A94E0CD929905F27C6C443ED2070AA51DD99EDC05B82B7794F9596E6
tools\tools\share\man\man1\jpgicc.1.gz
md5: BC36B96107DBFFC9918B52C962274CC5 | sha1: 167DA2EA1D6430259C5B7448D07E2A82C198DD82 | sha256: E00AF8C49732620444EDD7B78A1670C1DE4DC30F544EC9C75325AC1D1CAADFD5 | sha512: 02ADAC8AC2F0FEB77482B4A856E9CEA07CF7973FEA1A964FF923957F0EAC4BB572346D706F8BDC974577A03CC4DCDAE4B165A4160FCE730393D1E1D5981CB465
tools\tools\share\man\man1\gtk-update-icon-cache-3.0.1.gz
md5: F913B094C555F1189DA1CAF6948286ED | sha1: 99921C39111EACB82BAF18AE415240E0EAE3B788 | sha256: F1EE5F5FF7F934DC3583D6BB6BDA242C124FAEB98CAC6B01241A55D3A46E43C4 | sha512: EABACF2CBC522D2336309F89DC7B577E0A4DC14984F8091BDBB30D2C433607FB9B66F3DE84DD7F4589A75B9C397A9F3ADBA9531BA1FD839B75B29FBDCD895C89
tools\tools\share\man\man1\gtk-query-settings.1.gz
md5: 24051A790C4002C99EB203AD06E9F2A3 | sha1: 432FD7C2C233FA1DC4B22E8D953EE277D79BFB06 | sha256: 55EAF122B0059D2FDBD2DB0B2E59AD4162792DC738461A7188B9B632EEEC8A3F | sha512: 28458BE188D9005A27B63BF7FBEC7C0ADF8F981A639B11F5F2DFAE2E0188F741A39A97F83042EC0B920C8EEE37E195925FB551939EDCDDE0236D3AAB050AFDA8
tools\tools\share\man\man1\gtk-query-immodules-3.0.1.gz
md5: D2BDADCDD5181F739907FA3245114344 | sha1: AAD345494037E7249F1A96BDCD5DE98B4AC7D7CE | sha256: DDACF18D64AFCF6E221982FB01F08FA440639BCB2746907AD93FDA02561B6EE7 | sha512: 56C53B95B83215601C2CAB5EE476A86EB9B9A17B5D1AE15EF94183961EB4EDE994AAF2D290D9C141A6C17F7126CBFF98F52B3FE9114056DD095AF56DA4EE1A7E
tools\tools\share\man\man1\gtk-launch.1.gz
md5: EFBEF695F5E6A89A4317640CD92CE9AC | sha1: 0D9CAE11B7FBB3BE1A8DCD1014ACFA9172BA1235 | sha256: F23D9A725799D03043B688E35307158256C9955573602C401FA977134894B0D7 | sha512: C70D3CE012CAF2B934209280C2B4AB0AB3AD7714CFB0547BA517956E0B0A619048E70AEDE62F98CC9EE309FC2FB182D046919DFFE8E6F57192C71FB77CA837EE
tools\tools\share\man\man1\gtk-encode-symbolic-svg.1.gz
md5: 79ED721346C2AF9F4FFD3C4073388429 | sha1: CC0D882D73157348171B43D5E16EBBD3CE90934D | sha256: 4A9C60A3280A4AC31F24FC7BDDB38059BBAE480308050FB68621F33600F679EF | sha512: D038B6D28DC3F351C129D7B577B86BC4E4440AF03B5F24110128B380550760938064F441840AE6027D6B04F1E968C7B208832218E5DD4F8AB4F9EF22ADAE75DA
tools\tools\share\man\man1\gtk-builder-tool.1.gz
md5: 5BAAE762936B6BFF36BD6B8F80C59D84 | sha1: 759B29530AD777536D48A5533E213B1C15647E28 | sha256: 604A2DFE67523DB1730BD9A34A7485CA73D5056FF9CD7F9D8170DD9A90DC2CAE | sha512: 8D5B3A6C317FDE7B49EE2343419D4DEEF995F28402EC897B88FEDB609DD50B6D7B44BDF950D5E083DF4F5A7B32ECC0AFCAE9E858781E012253F2086DEB6DF88D
tools\tools\share\man\man1\gtester.1.gz
md5: B6D16E24826ECD631FB6DC6890354C95 | sha1: 70A445EE2E19AA82806A83A988474CD2B09EBB96 | sha256: 29740D023E67BCFB79270B2B626AE2BBF2213FD181AEA21864D832C99930BBB0 | sha512: BDC4C04DF80D2F878908CA2AFE06B56A289EDFEE254AF23B043BBF15F6EAC33AEE162495C933C06170809266305C4E5A93E4F0B038D3D166905DDD775589327A
tools\tools\share\man\man1\gtester-report.1.gz
md5: A49FD7D89FDEEB598948349CEF5CC29F | sha1: 214B578311DC2E9E6C03BF75D63FE61FBA12F58E | sha256: D1B89485FEC48B743301F32256B0869331B3B9748AC080F1BE32CB534902F7A7 | sha512: 6DC97521474461D798E900A4D3F62FC2F2E50974600F91E2472CCE18A446C6ED63923247D069ED3ED820438D6FB2F9CD917B7C54D3054C46ADAEDF5A76B46C5A
tools\tools\share\man\man1\gsl-randist.1.gz
md5: 13526529F9FD5B36E5CD9C9AC4D1036B | sha1: 3A2F48FD3182A1CBA16F156DEF43B0B740158FA0 | sha256: E8CE37E8A39AE430AEC0011CC49FBD8A396B0256DEB896B6A3D2927AF745A8E1 | sha512: 416BE33CD33CE52ABBE5981AE16739C1AD5A1EA8030465D00CB6AEA5F11FADD9A94F79E48663B85FAFCBDD8B1E18ECE633AEF3CAF6892391AE1BA6400995084C
tools\tools\share\man\man1\gsl-histogram.1.gz
md5: BA73BD52C6B3AF63B8F5C2B39232D37C | sha1: 4CACF3397ACC703D414AE0ABDAF50C33BBF0EBF5 | sha256: C4FF43C896FEE8893AEF16A9DDC82CCCDEA2D9F00A3A7F5126DDAB20673AED5B | sha512: 03AE1052841FE79575E495D3B26F394172FBB4BAFB581690C3769990409EAA3CB24F1C1CBFD538F45CFD4330520D008D8AC7702D6BF6E848B138B38C8908EB81
tools\tools\share\man\man1\gsl-config.1.gz
md5: 528122628FEA9CC0C92082AC845CADA2 | sha1: 464202D8936BBADD1F61AD96BA2F8E5B270F618A | sha256: BF396D02D8983A9DAE65B8E1319B20CE203B5D984B660F9BA99C83C6346C4800 | sha512: 7C5659A20633F4F80147514B69B8C1235DCDD21EB9E44600FA5719AC30D6D4CFB7EA50FE4C97763ED4A4951738E663720BA817B93274D6008E615BA56E488F15
tools\tools\share\man\man1\gsettings.1.gz
md5: 985C91EA28AE49277770C84E8DFAE5DD | sha1: DB53542CBBB512DD94E88CED22076F3139FA7F88 | sha256: DF645354D9501823D7C98294FA197978984E7D45899061181FD4D491F1AB8402 | sha512: 62BCC14F7B5EEF1A7929F6B43264FFC2D7C4E41252DB042D01DF5DB30558228A1D4FF3D4B3D04E26F107CCF4EA2AA58A7B7A4E87A1D752C5F00956D841B0E91B
tools\tools\share\man\man1\gresource.1.gz
md5: 03E0E0FCC52D5F5EB5FBC7FE24E073C4 | sha1: 3F25C59444D7280E3FDBA5530B67FFB2575409C6 | sha256: 6CEC040BAB5DC23D0D9DDA6F9F46133D3178DCE27390EB9AE47AE4A962B8F47F | sha512: 1A053E9F4FDB3F42430BCA7E6527121926E27F35DB189C33A3B26B9684899560A8497E8596082C2FEE1385DA77C366D5CAF82CE39FB42320582D446422AC88D4
tools\tools\share\man\man1\gprof.1.gz
md5: E7F87206001DA504D3E1D24280EE5371 | sha1: 627F4CA769F6893603D1766DEC35CF72D284DADC | sha256: 9739FD107A52728C159898B5D7427077DB7A5FAA55591AD7E4E182ACCB9A414A | sha512: 32D543D33E098FD7A2B25598612BB7A2F74AEBBA9EEEAC46E08C016560F283D7DF1DB92EB52282074876FB90F57CA9E47FAFFCE933D00FB0AAF4D64B5FD1E77F
tools\tools\share\man\man1\gpl.7.gz
md5: 7F26CAFFA363CB3D5FEAFDBF0AB08461 | sha1: 513346DACD625508F75A74839320CC07809DD9D1 | sha256: EAF033403D1D8D2138C45F4A66B45390B8F32AB5C15048ED1100F1900D31CFE6 | sha512: 31F0F8BC79E4F392774193869124E70D19F0914900B58D9B655A27A2BE66016BE902723D15DDFFEBAF9BDD13B3243A66EC77AA02150E402E5517041DC9387D9C
tools\tools\share\man\man1\gobject-query.1.gz
md5: C3934739BBF177E85C825D3F4F2B3B98 | sha1: 8C10E2E4F3CDCBF0194FF5D11D30C16C38494D04 | sha256: 89DB8EAF4867834689DB2A53FDA8E570EAD1144CF15231D9ABD835E17ED6015A | sha512: 01F2D533D3D880CA8B3ADC6BF0F7B49E66C7A78394D26F033453C856ACD3FEB81ECACA2C1588BF320B61C7D2549491C4264083980BBC376E42D973D16434C590
tools\tools\share\man\man1\gnutls-serv.1
 
tools\tools\share\man\man1\gnutls-cli.1
 
tools\tools\share\man\man1\gnutls-cli-debug.1
 
tools\tools\share\man\man1\glib-mkenums.1.gz
md5: 7784D91700DEC8FE82679A39279BA37D | sha1: 4D30F11FC5CCB8AB6CCE5F366A6F9B841CC72FDC | sha256: 95936BE4BE498E2A47AF03E8405DBD46AE9626DD60C5DBAD7443A2D3398989F1 | sha512: C8839DDA3EC39DE4EAD40C2E3B35BA75DFC85A5011D361F000A165C9D56BEE83F7095731B0D385036A82A15A6AA5637F88A0D0C0A124BBA78AB704F2015EB4C1
tools\tools\share\man\man1\glib-gettextize.1.gz
md5: 56948D717E363BF2A5088E02B23D3B34 | sha1: 21DF79B880EDD86B28C59B63A64C3DDAA29C50EC | sha256: 1685A7FC6B5418A4E60ACDC365462F10953BD41D341E83A84307015D1B59C2F0 | sha512: 41061CD8940A5D675216343C8AC5842F0AC017A18A73352A53CB72971C212529D74B93556EB18F9EF4EF7B9588CEBAE31CB9A71084D86CE578936E1C7525DB80
tools\tools\share\man\man1\glib-genmarshal.1.gz
md5: 32CC56552DD6671D0883A1B7A676FC5E | sha1: 3B85D3A92A0AF4AF59FD65BC498ED1CC24749555 | sha256: 0A484BF0452D91EFD6F2E0B972D2ACA02F08BA02D99433C5ED397085937BF413 | sha512: 7CD2FF02CE72954E7F59BCE43608BC77C9728BFDD16F8DB9F67C69872642F6D1436CAFB55906199DE0223EEC83AA6263B1A6B64D45D49AF5E7CEE645AB54EDCC
tools\tools\share\man\man1\glib-compile-schemas.1.gz
md5: BF3FD6E6AE64249996624A0BA119BBA2 | sha1: C8E3E417E1D13CBD487F6CDDD959D9370C1A067C | sha256: 49BAFBE1DB987D9E2BE09F55CD92CDC802CA0DC64D625E75332CB22B22D6082C | sha512: 23B02E4B26A8F5A2BADD4F3CC55845C93C2A90215D1871DC923F824BA1D7AA0A71B0DBA93F5FB15F36DAFC998E9893726C892D84A9BF917B5D617FE22982E57F
tools\tools\share\man\man1\glib-compile-resources.1.gz
md5: 690323C9547D48BCBFC1BCB22E45F9BF | sha1: C01FF74FC02ABD81484E28A34174BEA7E88BF3CA | sha256: 9809314F6DF2E9E2C279AF2EC12CE6518F6C49B32B6E45BC40C098B10E5513D1 | sha512: B84E4C5936334B59E44D20FA3C7F49E2FF4FC7B15AB174EEE3ED3BA681DBCA1DFCAB01F31B908716598C90FB4DB363B57E6D5AC2D0CB1C1767287B4274681E42
tools\tools\share\man\man1\json-glib-format.1.gz
md5: 80622CD26B678B7D6240D2479F4171A2 | sha1: 93A99C2C5987B020EF6A3A2190B9F03E39346E03 | sha256: 35FE1656585EDF5356555F34C5566C361BF1C894C06BDE923D9F962C0C125212 | sha512: AFB69ECA91BE8C7D7D6F8E238D8BDD7DD2D750A730355B6749490B8CC32E6F75ABF4DFABD3AC24FE707605228BD0AFD9BEA72EEDF042E4FF61E08ABFF16D30F4
tools\tools\share\man\man1\nm.1.gz
md5: 4371E35DFF2E3BA3DE70563764253953 | sha1: 865B9A9D34578B8625B92361F278F83111107164 | sha256: 47D48F6B3BE285A7DF60BE21B5F678DF8A7606DA1C8A06FCD71551FCE9920037 | sha512: 51C88D8D70D3774D311F1A11EAA5406C461E42B811B9E0356895BC894D4A1C4D765F8049976105543E9E9A1D484173A497E66338F280DD3D44D33BB9F3680F1A
tools\tools\share\man\man1\nseq.1ssl.gz
md5: 1DFBA0F232D63AC1636A6B2B71A9C57C | sha1: DE52CED07C8888C3B6EC907A2B01B63918353CD3 | sha256: A46619A0C2C8712C5512E45FF4E66FA11C59825A6DB2F4FE97031B5E7E4B562D | sha512: 667A666B6ABBD90EA8805856DE5256A93042DA2E92B1B808FD097EDF7EF51EC686EF5DDDD6C3426A5C2EDDBF2A04DFED0435A120A904AB9CA6CEB361B80463B8
tools\tools\share\man\man1\objcopy.1.gz
md5: C8D35AEC70A8747DB2B9C37575BB61D0 | sha1: D2EF5ABCE8B65008EBCD79A0593FBA5048EF846E | sha256: 6969C330E352A1F4F53C5497C9EF5D1BD6159EB7708C3E9212E6606B1A0F0C54 | sha512: 06BC4B623535275E62659AEFAE3B1DD14DDE9D7AB4435A7903A07A47891E7529EB885F633FE5BB4196202A67E83D50EF15BD5B241E22ED36149F26D1CD7B3D20
tools\tools\share\man\man1\objdump.1.gz
md5: AD41CB48744C8C151E9E816FF3235ADD | sha1: 9D7EBDC658D6D84C8DE69D27594F12B8D32779C8 | sha256: DC6F7A58BE6186A77F98861E5378CB56A3AFAA8FFAA6CBFC972ED16F550BCC40 | sha512: 2B4E5B7E2107B65A41427039B0068EBA87797310AB86F25DC9760D3BAF1B0E893748E32A55060D2F989DDA9D8D64514CFB3B7B06ED3DE3E8EE1626AA76425347
tools\tools\share\man\man1\ocsp.1ssl.gz
md5: 2250B03A17BE2A857D47BE311ABA9543 | sha1: 35CF577E4ADD7BE01B798F570100AA1A35ABAF38 | sha256: 9A5E5FB03676264EBBF6E8E620637409D4B81D027A1A4FE7BBC58DC315BCEC8B | sha512: 53F6C79746C8213266096C38E5089C6E234CF1880E20E46410245D8D2A54B74D936E12BD81B9935174D0552404BDD6F97D31AA07B122500383325A19CB0FDB9C
tools\tools\share\man\man1\ocsptool.1
 
tools\tools\share\man\man1\openssl-asn1parse.1ssl.gz
md5: 26D12534E75482EF0B729FA4F99DC0E5 | sha1: 13190D29EB4EF4DC7FC2007ADB263268F3D7255A | sha256: 4A8F40407897AFC5517600DDCAB751EC94B7DDE3FBF6033495358488EFE1F560 | sha512: C6BCFF620094954728A753A4780F10DC4CCFC73E0BCB4BBD754D4F5E374F20E76B1442FA2D4213360B22F2D8CDD75D8F1F4D51A2B51B9A940B0719F50411FD98
tools\tools\share\man\man1\openssl-ca.1ssl.gz
md5: 4D335E3BF822EB69778893EC056527DD | sha1: 61DD6BBA214CC8B0A7B215BDA19C0F9F9FC28D3B | sha256: 91CA94C50EDE7837E109F4CC3C9671F5F78CEACF967E20948628A8F98BFBC5E5 | sha512: 4BDE849685DD8276CFF9E1A45A5B2C02FBAE6B1D0AB78A5BA605CE731AF35CF4D0999BC448EE1E5901F970873D797CA69083AD6D946CB47FFA0407F92754792D
tools\tools\share\man\man1\openssl-ciphers.1ssl.gz
md5: 69E8C8C9873877BE9199EC790340654F | sha1: 7E44AFC532A3EE9779F529C2A8F1C38C6137459B | sha256: 00A679F0E474AE3A17EDBDF02A1FB5C57E1C7A94D993A62B182477E57B346F67 | sha512: 85E694358AE085CE38584692598065C58770EEFB6ABA39D0A5430397023322266705EA6EAA468EB0C5E5F3C62DEB45113C3231F1B8765DB86CFB918DDE0E0808
tools\tools\share\man\man1\json-glib-validate.1.gz
md5: 06C8767E30D60506D51D8D9788862F11 | sha1: 7CA1D4883DBCA87EA444B45C9947B8465066C7AB | sha256: EB4288C653E19382DBBABFD0D9DE1BE342BB1B69EC56ED968144A17909935F0A | sha512: 8C66AB3B9C0B74B325934A816BA14EEEEB396DBF76F1D068CB9B5E54A5C1CC5691E28B361C8110EAA14AE209162A17A286B060A6D9C1E572769D80ACE21A6E80
tools\tools\share\man\man1\lame.1.gz
md5: EA95972BD5C09076CC3202DF1429B001 | sha1: 5AE98AF728F9F6479CFAF183634CA31AAC613EE4 | sha256: CDA25F933A09527AE998E7732E92B0CF0917830439085D6519C9B18034840303 | sha512: 84E0ACFE93D924AF10503DD4C7C3CFF07EF6FE3CBB2C9135C2EC7E419F58B8715F55F86363BC256A69A47CB18539C38B56C175F3D3F6F75940D6FA33527A95A8
tools\tools\share\man\man1\ld.1.gz
md5: 17FEB0D434AF326313F0A900959BC505 | sha1: EE7A7BEFA453990FBDE9E2DBA638177C2B86DF5B | sha256: 5F7CA3118E1FB7E30544A43B083E8E2AD36050FA1B5EB68E6487373CAED5BA46 | sha512: CAA13178C472F68764C2048106DE7072EFCB9ED109D70FCC186F020B37CC1C7FA4D04C28D892E03776AFE5883762A1A5E16781F65127F4BCAB1DC2B084CA5D45
tools\tools\share\man\man1\libtool.1.gz
md5: 649AC63FD3958BC0BA69FB8D5E44B3C7 | sha1: 247D1BA965D0DD636453C282CC16889D8FC479BD | sha256: 645495F1763A9287BA118B1A675D67A775A066D4C37E656E15FFFB34C5FED8AD | sha512: 64371ACE801975962FC052EFF7512FE3DC65CD32F184E9B2E37E28D9A6438E39764A01DC21D158222B9121CBC8B9BCD9252897B95C19C3E000DD6F99CE596C0E
tools\tools\share\man\man1\libtoolize.1.gz
md5: 23F29A0D9D0FE3C0CBB3CDC491F11EBD | sha1: 28FCE23BA2646E11A0BFE2F791C2E4614A496CDF | sha256: DAD13D563D627019903CFB3C8BE5617288540C9B02304D76DDD52F990979260C | sha512: 88AF4AA2F45A07020ED47EFA20DA5E39D038A11AFA0C36E89879672EE1FA91B48615B5E622549335E38F29E107B6DE95BD2293B781E73A9E14EE888ABAFD6E47
tools\tools\share\man\man1\linkicc.1.gz
md5: 518D3C864B6B680B15A3033BAB8E6AFA | sha1: 41ADB7AC33B1B9F8AFB53F389FDEF41384646A02 | sha256: A87342E17943117CBE8A49CD356A3EB756CF7D75237A2545FF97360B6F800019 | sha512: 702F5886F07B16963992BB3C2F051564DD8FD44F8FF879BDDAEAA174CE97BDB75130E66D0006B53AFFC57AA4BFCD4CAA1ACB2D2AA213A219DDE37AA8BC5A54D9
tools\tools\share\man\man1\list.1ssl.gz
md5: 72D4437C29DFE98C5E33E95966879FCA | sha1: 384A8634BC40A84A0E51AE587E10C6BEE5A87001 | sha256: 6DDEE51A1C2BC247A1C8852BA0207514725BF51321411346F5B7AA54CD3DDF0A | sha512: 4203B2C87D5506D2E9D7F4CA9AC0ED6A440C2ED4255BA20E53E4B9B6758F1B691BE33C9BE8BFC55A1F7E3DD7CAA3AB88CE924D4F0924F8387E48FAF399142223
tools\tools\share\man\man1\lzmadec.1.gz
md5: 2012BBA3798F2DEE2871ABAE109B2E6B | sha1: 26FCAD9E49F1A344E5A9D1CCF38B05176508E0D4 | sha256: A8365CC214524B33516663D4EC174FC56B38826426281BFE6394068947A166A8 | sha512: 2891B4EF7C32D961C9E1A78B1BDE131FD2E8C6F98D78A19DC36AC0D4743C02343278D51223F03BE9FAA84F2BA7810AABC5F74A9B824DAB51DBDAE5F0F2D9131E
tools\tools\share\man\man1\lzmainfo.1.gz
md5: 3BEADBF57D47AF15C87358A1CE5ABB06 | sha1: D6CA8B9E0A890323CEBF6DC62F75515F1E1A90E2 | sha256: 3F13ACDB36653EBF84992E33B71DE75075FF782ADD1934D5C97C9D1CC9FE1A7D | sha512: 0315CCFC7D4F94261E1FC0E8F8E0F20CF6A7C4552F91A343BF53DF54CD1C907F1DA08FB7836B6E82F9F214F0F07384D844FCAF7CC00D9C5B5B4CA1E78A49C216
tools\tools\share\man\man1\msgattrib.1.gz
md5: 0E9471E5120789B526E839F513C6AC61 | sha1: 725A10C0CD0224B77525B7F5ED703460E3651D72 | sha256: D661E58F510FF5E993F5770B0DCC283FFAAFF69C26BF92284A450027CF87FE4B | sha512: 841D38F188D809FBAE1831C0CE64B8A4AD6658721B76785BB44D875F20A25C9F877B5ADBE37AF01573B785EB2F2A9F0EDE73654035CE74BDFD1A49EDA1BDFCA2
tools\tools\share\man\man1\msgcat.1.gz
md5: 14037553F289BAD6B7720B65225DAB86 | sha1: 46933FC9A0E447CEEAA96D5D2D035876B532E3E8 | sha256: 4684D0DE218DE485E40DFDB47468C67724DD6718D517E8853B201C22ABAE1045 | sha512: 2F14EC7F1F3B4F478CAE08CA153D236A2086F355B82089C121B21D23773A6C1ADF9D8CB4E9C7481E5475A0DBF1B154D525F58439700895B1BB586E688D41FD8C
tools\tools\share\man\man1\msgcmp.1.gz
md5: D325D0745C9E8604453DEBEE3DDE0710 | sha1: EAB0C4109CEEAB1B0368C2BA8E1BA6C9C3496081 | sha256: 8F7899C0B063B11AF21ED63DEE750CE70867E919124244027D3059C02137E367 | sha512: 0F68B14D9BE053D34FE986B4786F469F3AD35038B0B944DB861DB6E7140FCB240C5883CC85A2E979591A12595939F264C100792DDFCA039AF167E0FDA69AA8DA
tools\tools\share\man\man1\msgcomm.1.gz
md5: 2BD9FC5BFC18C6802B6B647FC79BF4F9 | sha1: 729C4597A204A12F25526513140173AD03A033FE | sha256: F3BA784FC00872171BD948B9906FC8F943DB5F6DD5D9ED93B8A20C7295BB17D6 | sha512: 8FEE776925B100B6EBC728CFE03ECAD4758BDE57D388E408E4DB87FFEE68708978F4EA309B52E23A3CAE0400B8726687CDC768D26DD9EC1EDDA06E99EB3C606D
tools\tools\share\man\man1\msgconv.1.gz
md5: 0508FD7C4EC4DEB264769A35F07B64C5 | sha1: 6EA89715C384ABC95D47E95DE9625EB4DC0CAE26 | sha256: 9A942AB23CE73DFF5AC0734DAF9E0FA4A9C3EA2FEF43A75DBA9119B7095B9F37 | sha512: 329F6A78A7D032DD65E53726890BEA6AA6672ADF3694C9170F124DDB3FE807CB3A8D81765BA6D67643B851A007EC2BFC86096CCB2CAE8D79EC90DC6F681F5D45
tools\tools\share\man\man1\msgen.1.gz
md5: 2172523F5226A3BA49A09D845F868E73 | sha1: 6B9D4274C1DE8FBC7D5B4D0CBCDC9457BB6483B0 | sha256: 8A245C63FD8830F86BF388C2BDB723B27C43FF2E7A2CC662B6788285750DC242 | sha512: 5642509CFD7E25E003BA1B0ED0EF73A5720FCE0706E0147BA0EDB3E9A447B4687FC231CA5821AF9C779209BFB7DBF9A740E0535A2B45D3AD10E3F9C5B6621637
tools\tools\share\man\man1\msgexec.1.gz
md5: 70690E5FEB8C13624418CDDDF3B84CBD | sha1: B288CB4E78A406443FE3B7EF0A6C484B933BD491 | sha256: E5EFFE7F2CC4AE98E2644D018C997618AB229FF608F12EBD0A953DBFB3F39015 | sha512: 1D1E606229952D0AAA889A0CB03FD5FCB7DF144F98DD45C9893563A2B0B1FDD448EB80264BE190B738DE81B4AE5A8FD29B3BC8F9DC370B5EEEA0A10BA6C5997E
tools\tools\share\man\man1\msgfilter.1.gz
md5: EB4920193EBF9FF28D0788C04FD616B2 | sha1: C9412179D269A84BED67F64FADE1FD4104465B7A | sha256: 7B8149C736720CC3FC23C5DE1FEE02A4AC68293FB89E191CDC2290632860BAF0 | sha512: 0440BBE268D2845DD88ECD4FF95D185D979EAF550D09A76C7DB0B2D1BFF85805655BC7BB8305D55226DBE54B8944341DD9E2486E864C0FFD7A9EA0C73CB15FB7
tools\tools\share\man\man1\msgfmt.1.gz
md5: 1F0F30D03E1003D8BF20522E9BE909DD | sha1: 04BCB8DA6E34314713D4DD481741D49611C4566A | sha256: 345B08536CA1B4D19A9857859D1E8F0238C26E93392080C65E25944787E08540 | sha512: C6277B30D5251B8891734238A8EF91AE2329A202BC3647EB22E21121447CC81230D06AC49DCA924DC46364B58E94528D17C566CEA1B6E638792AA67B15A09FAB
tools\tools\share\man\man1\msggrep.1.gz
md5: DDA945B3E70FD6765C481D9D156763EF | sha1: 87E7F1B91A7DAE84D02A297289F8CCFBC3C48EAC | sha256: 8F16C5C49B2DF1103738DE369CC98D879E2975BA78AC8F1715EB33787A2AAE04 | sha512: 5EA2A78FC407DAE169195BAEEAE394771AFC1BAB09A5365A032F91E1DCB7AEA936DD08CABE4D8E2456FAA90B6FDBFF728306DB618A2E8A8DE292F759300873E9
tools\tools\share\man\man1\msginit.1.gz
md5: 0B642EE5C4862D8F7DD35E78F5E92535 | sha1: 781B760CA3F2FA789F9DBD955D76D8A7BFD9D1C5 | sha256: 68BC271BDE3FCE6AC4ED8491F061D0BE9A587C4C08F4A5F233B82964D5F5051E | sha512: 3B209BB60D54B2D2AF994A64161AF8D9AAED733199ACF8674A296CD61807FC12EA84AAC0A37A03E7403393B3A39AC0110301F3D39C28FE7534315A497B20AB91
tools\tools\share\man\man1\msgmerge.1.gz
md5: 785C2EC8FA3906B3C3EF3DDCD23F6B7F | sha1: CCB9877910210A02F4C8F8FB4E19102F93A8CEF1 | sha256: 1C33509411609982778A74D0862C6D54C49A655B21C8BC14CD529E305674B0ED | sha512: 3B0EBB092E31364E65D1737B2BBC3F124B19947DD95B362D17AFA3A03584C629E6A4A2DF5FA771697F0C7BD5DBE096998C37AE32C34CF14496A043CADFFA849D
tools\tools\share\man\man1\msgunfmt.1.gz
md5: 1FC2DC608A484C50519DD80EED508274 | sha1: BB5DEFAC05B5C95E5AD64D377D1ED6459D2DDBA6 | sha256: 1B4B8F4A3660AB7A7AC403DBB07D7E5D80688A1A842971E176B9B944B057F9FA | sha512: 5D35FC31D1B0DA45CE8B175C5DCC6E8AF81B381FC39F8225137BF69EB0AC5D04EC66F8CA1D35B692BC4918FFE14CFD1BAB5414B809594519F2E46C05BA1D7CAF
tools\tools\share\man\man1\openssl-pkcs8.1ssl.gz
md5: C25810F5689F1833A9F6737C652FB701 | sha1: 0D66AEAE0693941501B3D62F1A152CF229E41063 | sha256: 6899FA22F3BD1747CCCE4F8F5F8F4D162AB9A9482545E897A46F3B45FF4B648F | sha512: 6D1BD416E2B114D262FCAA9F77FBD6941823681FFC82C2DF1E95A3A30F911E685406F0139A449BE65FFECB4C6B0F5F64ABF1195119B24D364AD85A223A8174CA
tools\tools\share\man\man1\openssl-pkey.1ssl.gz
md5: 505F790BEDD4F7D89DC9B10E5A885ABB | sha1: B872A7A317AB4C02BDB4EC8AB54B274ACC48411F | sha256: EE029ADB546CBBB97FF2FA2DFE6973E18C2F2DE158C2E4258B5BC20BE66C19A3 | sha512: 784F31033F94486D24E197B47FFD4B77421C38E3F41D4A8AB5A293CA83836CD455BA2DF119251E90CAE367AB92A87BDE0953A40380A2FE8CA240563FE3516E18
tools\tools\share\man\man1\openssl-pkeyparam.1ssl.gz
md5: 80722E672E1D02DB6B8E000B1D70A992 | sha1: 39B1586C0185ACAA0CF4906B935A9FC22915A847 | sha256: F730BB3F00B4DFDF3B274E34E895D6388F4DAECE6B82C5601021CA74E36E2243 | sha512: 02710EAAB8CA1525A177A6D7EE2D79A803480AC039FED25AE6E2831D702030E39E8E8070FC14D580C92921F875A7C740FE73CBBDB0598FBCB153DB09D0254524
tools\tools\share\man\man1\openssl-pkeyutl.1ssl.gz
md5: 69089646F413EAADC89B101976908E1F | sha1: 03F28C57075D25802C6C24CB25C3E2738F29A4D0 | sha256: 67D689335417E67F5DB2F19FBAC3F3EC025FE4BC8D979AB539E74A098A7CB0FF | sha512: AE48C5972665FA59455A27F29441130BCC6DA03706038CCEA3F03FDB4D60CD6F1CB6DCED0B760FD87D3D65A575DC9D4804A225150954AF994BA19D60E9E9F965
tools\tools\share\man\man1\openssl-prime.1ssl.gz
md5: F85EE571C72E206572837369FB350064 | sha1: 7A512B4B1250FEE8062F9C866878115D418036A9 | sha256: 53B4827E47BB738BD5ADE25395010DEF278A01CCF87FCB893CA2464FEBD31892 | sha512: C007869527800A6D028EE10E51D357E4197B839BCBF8CFB0E87C1314D137AC95B0DCA26E89B9224D931E07D96EDC099A5679269505A76586F1C54724931DA5C5
tools\tools\share\man\man1\openssl-rand.1ssl.gz
md5: 28EAFC98155D5245B65294BC4C151369 | sha1: 25842E78E10A788B43DA297E97D3DF4D96CAC346 | sha256: 0ECCD0E700F60E3B14C3B0ED4523BB558CF049B7FEF8A456F4995B13444CA462 | sha512: B6D67B9147BF44AB05476756A4378B263446039C629F94AAD4E3951B1CE26618BCE970DEB8CECCC43E3114AE490195B117B25EECA84A7F4878C1939B7B801F68
tools\tools\share\man\man1\openssl-rehash.1ssl.gz
md5: DCC94FE099DE422DB6BA9A427D24380A | sha1: EBD4D934B2969CA31CB1C6699AD846D3D7258FCB | sha256: 4FAB58403B6EE59A8F2EACBB08B1861036581859E7EFCD42844F8EC86983B019 | sha512: EE5117575F12334627BAE5467E39F4FB440661BC2390DDA9BF573079757382C79E114CC20CF265ECFB91F4D31C02156C3A24B19E40C9D0D4CB99D010B9AA3183
tools\tools\share\man\man1\openssl-req.1ssl.gz
md5: C66F721A26B743F7F609980A9F60262E | sha1: 412881420E9FE5D0EDEA26639A859AC6BD9831B4 | sha256: 0A96C19B85143E7CF74B217915DF158EF3B229F2416BAE957659CB701E094097 | sha512: 2FA57BC0CD2026D539AFD816033AFB6F589D1FEFBFF22D4D454B38C7E38DC60B081BFB9CDE71477566D328BBE0B9F1E89681358DA6657D32EA5CEFD8E6F60BC8
tools\tools\share\man\man1\openssl-rsa.1ssl.gz
md5: EB475304657F8FBBB9F4C79C47C0F24B | sha1: 463426136DB41195B51C52661B15B0872E7827A9 | sha256: E648AF793E6273FBD6D56A2AF8457E8B4E58844C96881948A58801B0684E9BFC | sha512: D64F39C8A3F4F8192EC367AFB640153ADE0E0648B0339EEBF41EDBB95BE7EA19D17327FA815FA0759F3822FD1D308B327FCF2FD16957AE6D73417BD34CECF29D
tools\tools\share\man\man1\openssl-rsautl.1ssl.gz
md5: 4FE5A5AC576D1E881FFE05205A4C0D7E | sha1: 85BD88C4745234538752719B3C31AF9A6BB36963 | sha256: 08E5F45AE3F938AFC39817A55108BCB949DF8BFF69E0A62ECA0352D11CE60911 | sha512: 5562F676907CDCD9D25FA39DE4C2954CD6A1BE1DC328596EE74E13E2FD53C11C1F5DB48FE8ADFCE544F874338967235735611155FAACED1D91FBCAE209D1CCCC
tools\tools\share\man\man1\openssl-sess_id.1ssl.gz
md5: CE5FB747754913424F28D146B550B76C | sha1: 49CFC2D610EAD74029815CEF823015B3F2C07535 | sha256: FF428507739BE0D2FEB0AA6F1C226EAA557E677F85BD79A0097CC5C407836FC6 | sha512: 1A7D03D8B8870F777357A0439D70569392CB57DAB686878B6B15FE3C790EB1F2CA547A2A494C3D0F427A2B1C61276A146752F576E98196162C9BC2B9C3643C2A
tools\tools\share\man\man1\msguniq.1.gz
md5: 1F4AD85389F557128E6A0D00C30A2866 | sha1: DEAD31E97250BD6047A52511B7F869D7C1750BDB | sha256: 92A3ED0D458E6D42F01790C741FF4869AF851921CF71829D94F6845C5ABDBAFC | sha512: 14622DD61D791B930B87FA2AAF5951588B1BDF91C8C03BFFE560D4B96743B85E29815B094750C8D3ABD84116B3625252B18C890BEB0B2183DEFFA7EE70997697
tools\tools\share\man\man1\ngettext.1.gz
md5: E91CF5C272060B4CED1236FBE1777520 | sha1: 6DBD4C29CC9B3DF1E6CA5489DDBBCADD1B47D66C | sha256: 78789EFFB41D60270DDB926828B76FC46C82EB60DA9B8668B08608138C6E2958 | sha512: 3FFDD796E26B34225019E444B9C97A0702991D3E46D9C4F034584745A761A319BCE82D147593B9953537B44F46161DE0C5D4C17CD6CF5EB9FD402E01D48F499F
tools\tools\share\man\man1\openssl-cms.1ssl.gz
md5: 70C1A3839CCC577B6BD8DF7B13452528 | sha1: 58030DC26F0B57CE1DC8680D56895439E33CA969 | sha256: 2186C65E3E92611D69021FCF7331F5AF84C4116CBD18EE1F808CC2BFAFEF20DF | sha512: 1E58EE9A920E46C0F121DEF2E3B78A19A0771332784CF2431927AEE82E5A4C3C864E736642EA52AFC516DC19FA59762857F07ABF34DF14B9D6BAD4B73313D276
tools\tools\share\man\man1\openssl-srp.1ssl.gz
md5: 2C271DE8B55DA8004E871DE664008946 | sha1: 0E00AED184C17E5BB9E3871017818A5665114204 | sha256: 528159420E838BAB7E885010D1AC3E15452E3DB3EC0EC36FB2A7122C7A84501B | sha512: 163490523B106C014EBCD0FBC65DFCAAD29190BE2689EE24E8AAB0DD121E5EFFE5690DB04194564D578C637853AB9B8827352D30FDE786421CAB9860325B8B77
tools\tools\share\man\man1\openssl-storeutl.1ssl.gz
md5: 36EAADF7EFE370AB3DBE0FDD6F2296D3 | sha1: 623D44369F5CF95C4E6BBCCA55949FA64DD7373D | sha256: EE1E15282F7D0BD663655E2E9F532A0BE32D60EA6AB9C133E25528D443BFE408 | sha512: 78C3885E21D11E4B7BEB76F1A634689CC86F738D92A9966A6A4C3B2D80F26341A3CF9378959C6EF8D61567D0B72B91EA839D06CF468EF4720BD929E1A36D2E7B
tools\tools\share\man\man1\openssl-s_client.1ssl.gz
md5: 2EC6B5896E678BC66F0F7EF3B1EE3577 | sha1: F7425BED17CDF9A37230332B82428DE17A0CA8D5 | sha256: C4B54E0BFFCA3CD30DAF336D42BBC939C85846029C4AE148247BA924C446546E | sha512: 29A979BEA42B5754BB0D1C7CE11C9DBD9DF17FEDB43E9508E372D51FF6A8AE7C9722EEF88BB96D229899DBA9E26EF7F7789E92F9D32AF7E32F8993E4679386AF
tools\tools\share\man\man1\openssl-s_server.1ssl.gz
md5: 338E0FCEBB2E9691509D0462BDB6A8D8 | sha1: 6C76236AC1B8255DAAD7D75BDAF86CBDFEE0349C | sha256: E650FF8DA07E27BDA8086EE3EBEC1C233EFD8771766EBBE9BA43F99FDD5198C8 | sha512: 75DD84CA306EB1F00632E79D9A37626FE2CF2DDBDAE78208D5E8842463D99557522C6AE29D646C0F1532CC9CFD0171130518CAD8BD6D258AEB002C3134E586C2
tools\tools\share\man\man1\openssl-s_time.1ssl.gz
md5: 04575A71650ABB036D9447CE5F5C6EE4 | sha1: 95AA4FA59E06C05C942CB87AA1274CCEE670AD14 | sha256: FE48279EDF6373EC5429EC254A30F619C31FCAF8C8E6FCDCB19556D20AB9AB39 | sha512: 4FFA94F5850A4B541A3FE6495E872A183208F11607DCEAFFC246A78969947DAD6F4DEA29520437DF5E1A00E431DC0A1961A74034DB3A27BB3E15CC939D2638AD
tools\tools\share\man\man1\openssl-ts.1ssl.gz
md5: E55478B5D494D7C4FDAAC745F8018765 | sha1: CA91AC244E259649E914005D536084D51A54F5E1 | sha256: A801E77135CC03C6A02D5E26732A9C672E9482A1C14EA566AEB0451E5B3EAB47 | sha512: D1F45F93F54D28684D7248A2308480576887FD3803A8586ABB67CD27FE4FD1FA344F523172AD6DF01928E06261CE10E8EA7669B6D38F704E2F9FEF739A923A2E
tools\tools\share\man\man1\openssl-tsget.1ssl.gz
md5: D869EA3EEB77EBDBF0D770FC6BB1FCC6 | sha1: 771B87ADE93776B1C0BC2F7CEB47BA69B2F47BD4 | sha256: 4CBF483F894044B1699CD2DD495CA27AD22363F07BB56B2B6839BC14988021EE | sha512: C3659876409CC211798D60F3CBEB9004F28C4F1752564F798693F90E61A6BFAA070FD21661436DA98CFFEFE3AD42CBBAD516F33319FB4A001164C39CACEC359C
tools\tools\share\man\man1\openssl-verify.1ssl.gz
md5: 2C78EBAD76373E5C3AAE10B1E35A8314 | sha1: 76988793162C60CFEC8148A3EC513D5FA7E58F4F | sha256: 41BEE946C27BF4DB0A9B8F45288CE3E9492FFFA9C9CB80B5AFDEF8161D5FCCCA | sha512: 30F7D8129038A3422DF126B6B7B3C6CE4A25040EA6268FD2CDC22EC64E062CC4390BBD713B31B25077D760C4B4498AD9CC2FC02B6802D363B3CC4A8607DFC6CB
tools\tools\share\man\man1\openssl-crl.1ssl.gz
md5: B84F8AFBDDACE6F580DFC753D66F4E04 | sha1: 809155F8F8CC46ACBCB5BF183352D029229A152B | sha256: 0E2456D6D323F44792C48352EC8BBEE4DD843A388167D0768627297CDB2D7A84 | sha512: D33D2C89C1AE5E6A180F4F6855C33EF2E24CC9611787E17842BA0A65DB7BFCA59AF5A5BAC05967882B1788EEC5CA4816372E5FC486C3A60E192D6F429C6DE617
tools\tools\share\man\man1\openssl-crl2pkcs7.1ssl.gz
md5: 9AC8B4BAA31B654CBC9FE2DFE12DE4FF | sha1: E9DE3973BD56F0FE7FF24EB8504905566A652A6A | sha256: 719F61CDC9111896B7075E0FC42E1C19AA6E3E2DF6790EB26E93ECB3F08A7676 | sha512: 1A97CD32A06E84BE56D185354AFB523D79F8B61D447EE4A69B08A564E506824F019784D6DE3036A0989C5BA4CAC88CFF6EC4F6B3AA35F7CDD14CC8E4D1BEEFE0
tools\tools\share\man\man1\openssl-c_rehash.1ssl.gz
md5: DCC94FE099DE422DB6BA9A427D24380A | sha1: EBD4D934B2969CA31CB1C6699AD846D3D7258FCB | sha256: 4FAB58403B6EE59A8F2EACBB08B1861036581859E7EFCD42844F8EC86983B019 | sha512: EE5117575F12334627BAE5467E39F4FB440661BC2390DDA9BF573079757382C79E114CC20CF265ECFB91F4D31C02156C3A24B19E40C9D0D4CB99D010B9AA3183
tools\tools\share\man\man1\openssl-dgst.1ssl.gz
md5: 179C2B3C1394B46D1AA6D821513F6D97 | sha1: B4668A6F998969BCD3F00580660F33CC0A783BB1 | sha256: 6F438E53E8995D01C7A93EF52851AC69C394B8624C4D6835813BD6516B082C16 | sha512: 17677C18FDA3CEA3394A846712EB5D6E863F8166C111D11CEDC58582B32B41B43C04C0211692785E0FC8269AFF3711D36168AC7D8948FAC0FAFF41F1069B1B47
tools\tools\share\man\man1\openssl-dhparam.1ssl.gz
md5: 7844A092B4064AAF2EAE9AEA7A26237A | sha1: 6AB0FD383DD66B52E88CD034A9F85CA43707E36E | sha256: 6EE2676F1393AE1068A2EB84E6A5C449A045D75694C89143E2115D21E9063B46 | sha512: F346A7FD37F31D69EE003A155E0A06E58666279B670A9927F68CBB03E2F178004067F76F2DB0B297D0F09392D580861C7D3987FB4B7719470123A67D6D1DFE35
tools\tools\share\man\man1\openssl-dsa.1ssl.gz
md5: C897910048FA157B81DE7F44A48F31F5 | sha1: B19354B57B279AC2F39F3483EE2A6A5E30C0D541 | sha256: 39E12B968954416C34D281306B608648BAB264303DF0C40CA71954DE3365CD4A | sha512: F15ED44FE2EDA89E7B808177D5963D841D0A6B4B608A29088F30C9504F03DA8CF8F5A140CB6F4946058157246ADA115364D4497629C6E09BB67B78FEB7E913A3
tools\tools\share\man\man1\openssl-dsaparam.1ssl.gz
md5: 6EAFEE43F86721E64C06BDD0807FA799 | sha1: C2AEA314EF864C9F2F0FC0B1947A3CD319C838F1 | sha256: 731D2E4D4864EAEBA39519FFC8F1E53437BFDF6D3BC925766415C37ED8FF52CC | sha512: AAF15C6813BCAEBC9FE7FD9464FB354871674E4CB4EDF29384E4080C4B54E69C2BBB6B33F71D3F5D4FCA52B468CD023800362315FB97701CE80F23EB3A388377
tools\tools\share\man\man1\openssl-ec.1ssl.gz
md5: 77908AD61D458265177913C3572D7AC6 | sha1: A134CE172606DFDB297B2F56E284E0EC48B3CDF9 | sha256: 7353EAC393F42F835F4017D1DC450152795B30846D3AE5C092412BC704DE270D | sha512: 7B0F8E923130B727BB1FF7DB847F6B0937672318EFD66BAE7975D767E502E9AF2952140FF37A5C1202960C5F9E58264B5486E011B56453387648645B51F17071
tools\tools\share\man\man1\openssl-ecparam.1ssl.gz
md5: 44F88B8B23A9DF3360BE279E04F754B8 | sha1: 5640E698E765C1DBFE3088D435BA937606BAE22F | sha256: 0B2374C1DCAA7EB796A7AC3A899AB2090DF58C9039F7CB4B6A64EED0132F467B | sha512: 65DBE0D42AE6322BCE2C9AEB5047E119815B72A027682618D2314E200278F0BDF04DAAF337C54256950E76657B175CC8A44390A16329B68A4AA739B2BCCC0785
tools\tools\share\man\man1\openssl-enc.1ssl.gz
md5: E1F1A1F7DDB9A06F3D929668076E44AB | sha1: D6A3047B432821065E4AA1A3408C6EDBFD02E856 | sha256: 783E19C3A1DE876818B1A072FC62A7FC9AA0D50A4427F912DFBFEDA20EF27276 | sha512: 55908B85B7F9AAE9F782A5551AC7D1D85B54EC07C2CEBB14CC0D80EDE01A2664DE16E401489A05AED26CB7A174A8BEE4940282B4B6F378BCDEFF515B23F47155
tools\tools\share\man\man1\openssl-engine.1ssl.gz
md5: 53FF431572D7642C3968C6E6D2D09326 | sha1: D20B77998BF36932C8E982E9443ACEA4E148312B | sha256: C3FEC455371E72E93DF9E3CF340D67D2EAD99EE5B3D2FB83BF0F720DE882888C | sha512: 66929B5F977B5CB3E00CD439D1F4481D5C207577D038C2FEE7AAC1BFB07CD7F05C48ACB82A6418460D26AFC0D4BE1E0F86E97B3084C212A9F3667238AA02A303
tools\tools\share\man\man1\openssl-errstr.1ssl.gz
md5: E436B0CCB81D841F4280A815F121E639 | sha1: 337379EA7285C21FE9A979750591ECE34470CE69 | sha256: A34D7B53A297BCEF42ACF655DA1D573F393CAB6070D12EA66090DFB9277DE830 | sha512: FF75EC7AC7CBCEC4933496A04A8CEF968F8506623DA6EC652C9106183910D862C1113DF0C38353BF73C003A92ABA673DB52B7343E993CEBC38DB30BA6E003DA7
tools\tools\share\man\man1\openssl-gendsa.1ssl.gz
md5: 9BF58EE9F8D6A8EFAA8E1088AC4B2170 | sha1: 61DBBA9DDCA60D13E853CD9DDCBBE12E1243B3AD | sha256: 8595A5FA2E4107F1DD92FFECC8FCE0B9347ADE91C5E1234A45E72AFA1FA6D05D | sha512: 8DF880098AFF9E0C6E0E7A4F383057990ADD6E449AB27D608072736AD6B14F2464B760D16EA5F5D1DB3E7232F2CA8DDBE5392D1E780557F79DEE496DE53513ED
tools\tools\share\man\man1\openssl-genpkey.1ssl.gz
md5: 524635A5ACB95809A51E5F314E614A7C | sha1: B611D87F0F361522CE83B41C023C9E2489D8980E | sha256: DA964B750422DB653E5A7C3D293B2C8A4899FB0297E26370516BD168BC1E2CB4 | sha512: BD6C8AE7E182756DB6AE1209AF66C4961C787BC0AB027BB4CF8C945BEC20E8AFF748ADD0A0F24D5EBBA49259A93EBA5C5BEEAF5591B6B2394E2AF5EE1B76A060
tools\tools\share\man\man1\openssl-genrsa.1ssl.gz
md5: 9499857D125A3E074352959123C59861 | sha1: 0B40975AC48C3E6FFF7D49F4409230EEC7396850 | sha256: 48088E642BE4E4487A304590C9BA7724CBFE5753697A108B8B6036BB29904F3A | sha512: 2908BFE6A2D1F83D632B69DD6745A01C83C338A159D46086C25427084D82E5839249A1DAE54E9D463D627EBECFC8D579C04659208BD6BE4A39F169A51BBBA9F9
tools\tools\share\man\man1\openssl-list.1ssl.gz
md5: 72D4437C29DFE98C5E33E95966879FCA | sha1: 384A8634BC40A84A0E51AE587E10C6BEE5A87001 | sha256: 6DDEE51A1C2BC247A1C8852BA0207514725BF51321411346F5B7AA54CD3DDF0A | sha512: 4203B2C87D5506D2E9D7F4CA9AC0ED6A440C2ED4255BA20E53E4B9B6758F1B691BE33C9BE8BFC55A1F7E3DD7CAA3AB88CE924D4F0924F8387E48FAF399142223
tools\tools\share\man\man1\openssl-nseq.1ssl.gz
md5: 1DFBA0F232D63AC1636A6B2B71A9C57C | sha1: DE52CED07C8888C3B6EC907A2B01B63918353CD3 | sha256: A46619A0C2C8712C5512E45FF4E66FA11C59825A6DB2F4FE97031B5E7E4B562D | sha512: 667A666B6ABBD90EA8805856DE5256A93042DA2E92B1B808FD097EDF7EF51EC686EF5DDDD6C3426A5C2EDDBF2A04DFED0435A120A904AB9CA6CEB361B80463B8
tools\tools\share\man\man1\openssl-ocsp.1ssl.gz
md5: 2250B03A17BE2A857D47BE311ABA9543 | sha1: 35CF577E4ADD7BE01B798F570100AA1A35ABAF38 | sha256: 9A5E5FB03676264EBBF6E8E620637409D4B81D027A1A4FE7BBC58DC315BCEC8B | sha512: 53F6C79746C8213266096C38E5089C6E234CF1880E20E46410245D8D2A54B74D936E12BD81B9935174D0552404BDD6F97D31AA07B122500383325A19CB0FDB9C
tools\tools\share\man\man1\openssl-passwd.1ssl.gz
md5: 44F398596B9036B68DC950BCBA332E90 | sha1: 5CF40D45E6ADEFA22FFFEB63D6F18F673F59E17D | sha256: 7611689185D07F0E142E092738AB8B34B16982B402E93EED2C264D2915CBC4FD | sha512: A2EB45E987202E80C01ABDF7375B416021701B5A1A8F7E2B9728114DCC19FF1438F7961B5DBCB00D71F475F353FA07E0A91BCF307028E12688CE98D724708F40
tools\tools\share\man\man1\openssl-pkcs12.1ssl.gz
md5: AD87587037A9EB0C3AE36B5FCE432F45 | sha1: 8E3D3B899AB3C6E765E2C58C010540D543E5EF8B | sha256: A7E2EEE4C4029185BA5754C82F65067F786BE94A53070114E30CF6D7F4BCCFD5 | sha512: 2D0AF02B9BEEC9B740177ED08115612C745973068E612DDA2C7E468D5D3EB364221239563552CB44A2EFEC8A4ADF967EAFEF10B9E8BBA87DCF53C6B638C90FAD
tools\tools\share\man\man1\openssl-pkcs7.1ssl.gz
md5: B74AE49142462672F15310D68300AEE2 | sha1: 8D65244DB02985021A82336F8730F16841B72A09 | sha256: AF83CB2B5DB82D66741C2395E0766885B01E3292CF86D3E5B44FE728A6E7AF69 | sha512: 11A2D407412B15C1D76AEB86A06FAA0B397EFEB915E525ACF407B83E715A364F475338242C43EABF5FF18C13DBBD4147FC6B0E983293CD94D0FD9F0A60DD1369
tools\tools\share\man\man1\openssl-smime.1ssl.gz
md5: 704B2ADACACEFEF3D5C11D91634E1473 | sha1: 6E2C1835810E69B94FA2E9D5B8908B49CCF2E19B | sha256: 3254D60833B17E0D0E1D3C49027A1F9FD5B2297AA871262A9C3B97F3D1F25AF6 | sha512: 76FF502BB700072EC8E451B035BBD8809095A9B67E119B081663857A7D65A995793345F1D2F9D6C0E7F6C651E4F7FE0DEF146307E75ECE8BA2FB47EE2D690E2E
tools\tools\share\man\man1\openssl-speed.1ssl.gz
md5: F25EA2EB4E32DEB6FCD8A4EEFE1916F3 | sha1: 4DF13E8B7410336501D4D0E1DB4774CE16EBCE8A | sha256: C4CA3AB6FDA310BA69F41D17FB8D07732F6FD0B2994715958529F8C2FA15CBAA | sha512: 0F1840B22E5305A8265959762D154C73A25F53280C37E1CBABD28165AF8203DA22A0FACFEB44C568B5E02510140301C1786A8CD75CB55FB90D1273D892A2B15B
tools\tools\share\man\man1\openssl-spkac.1ssl.gz
md5: 2E83B2A85986A1C353DEF7DAFE76A624 | sha1: 8F32962086395CEBB0F7AFECEAD3E59E8A689B96 | sha256: F482A118311FBC23015DF6620DDDBDD2877C4B62F4E50D8279792B57B37C16BF | sha512: D04C2A2855106293F3EF72E5DC7D6BDDA3F84A563229A23C25214D64A8D22DDE1B8227A20204A78C6EA26AE2FF28A6B07A719306AE685EEFEC330915FDDDDCB7
tools\tools\share\man\man1\openssl-version.1ssl.gz
md5: 224C00D216BF6E7B3212E6B9CFAE29C4 | sha1: 5002B42B64073EAF0FC70069A036CF098487EC17 | sha256: D2FE1ED9472CA230FA9FD64CFF94CD5BA054B2342EBDF518799D94171D78F86B | sha512: A3FD1B7E6EDDD684AB6D324CDA26461FF3E65CA59168EB0AAF0ED37FF641BA636AAD170AAC41988A7FADA5EF9DA93F84E55B13E2073B81A1673927942EB011B1
tools\tools\share\man\man1\openssl-x509.1ssl.gz
md5: E750F368848FE0E8ACF114AFD9F397A6 | sha1: FD0A2CD34D152423D12937F24283308357336FDC | sha256: A861068353080D0D6ACD8B21263D73C64EDBB22014769078253531FDCF7FA58D | sha512: F023831350BD338A2F20C25C1AE49BA47CDC2306F6AC8C33DEC07FD5C50D5922452DECB0B8809B468D91F45615BF85BC478BD3ACF692BED156D464474910F078
tools\tools\share\man\man1\openssl.1ssl.gz
md5: 95BB2ECAA57C7AE8B32383A0D317B880 | sha1: 61C3D9B10523CE6896FCA8E551E15A7103BC6FDC | sha256: 8D9ED0F2441DE9021F2C16667440F03CC7B02BEB541C30FFB60E38ABF8663229 | sha512: 0394A9771EE97D33B2044CAC42642C1BEECB9D00C12DC6BBBD140720770D75A9712E8763FDFBE73A9497F541D688F17A02271A11887ABA22F00DDFD1757F8379
tools\tools\share\man\man1\p11tool.1
 
tools\tools\share\man\man1\pal2rgb.1.gz
md5: A8FADBBA7C314D6C621CBCE95D21EDC4 | sha1: 334AD312FB4AB2B0607FAC9C8F9F663658A0886A | sha256: A1E262E977F3C934A77B195568A52EB4BB733A7837D9F0662E35F541DF45D5B8 | sha512: DE6E30E6017D77FC62DDB085F69AC350A78AB0DCBD0C13787CE37F58EBD56E2F672D6301EFC687B9C6435C3E6FAB5D7078747E15B003767A1BAFECB4BF48BD91
tools\tools\share\man\man1\pango-view.1.gz
md5: 0C46A71EA05381204203DCCB5E61AE63 | sha1: 795206C283EA806CC4F2C489244E07CE95F74CCC | sha256: 07D97D3E582FBA1FEF2E0340C2F50ADECEA2BB12AFD0134A73C470AD5046C48D | sha512: 60382109E6260A5B472BF72048E17BE43654819A1214707FEC5F8DFFEAC6A76531C53B630FA999879A2E25EDEBB06982E347E5E6052CCEA2A0FDB72D292649EC
tools\tools\share\man\man1\passwd.1ssl.gz
md5: 44F398596B9036B68DC950BCBA332E90 | sha1: 5CF40D45E6ADEFA22FFFEB63D6F18F673F59E17D | sha256: 7611689185D07F0E142E092738AB8B34B16982B402E93EED2C264D2915CBC4FD | sha512: A2EB45E987202E80C01ABDF7375B416021701B5A1A8F7E2B9728114DCC19FF1438F7961B5DBCB00D71F475F353FA07E0A91BCF307028E12688CE98D724708F40
tools\tools\share\man\man1\pcre-config.1.gz
md5: D248E4BFA8A9637CADA8FD9BB5EC4548 | sha1: 180ADA7EADB7932D3997AEB061076F9DC6E0407F | sha256: FD31ECC94DF0CF58B0797F545F0F2AD06EB9DD83239EB8216DAC1ADEA81472A9 | sha512: D26FA44E116DF728A15EEFC00D786045B5C2ED507867EE7A9B69485460AAD37D5DABE709C67C792BF5AA9DBE11684D406D1A51A0DF05B5A200D80870FD29F04E
tools\tools\share\man\man1\pcregrep.1.gz
md5: E729E3F09FF0B88D2253CE72D2A5EC72 | sha1: 6E48F735CE3AAF79CA69B1690FB33C161204DB8B | sha256: 003EB3597E9792058C53A7FD0147F2089D85F823E02F33402549D4F0032B6DEA | sha512: C86DAA95450C2E2A5C0171A4E1D54D4A1DD6A196CC2B295D31804C2A8B6FDC69E05FFAD422FF2AC04DD674EFA04F8F28791CF87C4CC66030E579F715DF09A8FA
tools\tools\share\man\man1\pcretest.1.gz
md5: 6496E39F6A005BF98FA1A5DBDD404EEB | sha1: CEDA9223FCB44A00A44B1DF015FFA30CFB80F041 | sha256: D89DE43ED36A04329249BF5633DA26E3592F16F9A50BFA5F87370BED9DB944E9 | sha512: 2027238012C387846226C0CC2326D266B3788F23A575D2EF964E69B7545171442009C338C25C85496304FB1D4CCE504D0FCEA61BA9F4EECD366523D733329EDA
tools\tools\share\man\man1\pkcs12.1ssl.gz
md5: AD87587037A9EB0C3AE36B5FCE432F45 | sha1: 8E3D3B899AB3C6E765E2C58C010540D543E5EF8B | sha256: A7E2EEE4C4029185BA5754C82F65067F786BE94A53070114E30CF6D7F4BCCFD5 | sha512: 2D0AF02B9BEEC9B740177ED08115612C745973068E612DDA2C7E468D5D3EB364221239563552CB44A2EFEC8A4ADF967EAFEF10B9E8BBA87DCF53C6B638C90FAD
tools\tools\share\man\man1\pkcs7.1ssl.gz
md5: B74AE49142462672F15310D68300AEE2 | sha1: 8D65244DB02985021A82336F8730F16841B72A09 | sha256: AF83CB2B5DB82D66741C2395E0766885B01E3292CF86D3E5B44FE728A6E7AF69 | sha512: 11A2D407412B15C1D76AEB86A06FAA0B397EFEB915E525ACF407B83E715A364F475338242C43EABF5FF18C13DBBD4147FC6B0E983293CD94D0FD9F0A60DD1369
tools\tools\share\man\man1\pkcs8.1ssl.gz
md5: C25810F5689F1833A9F6737C652FB701 | sha1: 0D66AEAE0693941501B3D62F1A152CF229E41063 | sha256: 6899FA22F3BD1747CCCE4F8F5F8F4D162AB9A9482545E897A46F3B45FF4B648F | sha512: 6D1BD416E2B114D262FCAA9F77FBD6941823681FFC82C2DF1E95A3A30F911E685406F0139A449BE65FFECB4C6B0F5F64ABF1195119B24D364AD85A223A8174CA
tools\tools\share\man\man1\pkey.1ssl.gz
md5: 505F790BEDD4F7D89DC9B10E5A885ABB | sha1: B872A7A317AB4C02BDB4EC8AB54B274ACC48411F | sha256: EE029ADB546CBBB97FF2FA2DFE6973E18C2F2DE158C2E4258B5BC20BE66C19A3 | sha512: 784F31033F94486D24E197B47FFD4B77421C38E3F41D4A8AB5A293CA83836CD455BA2DF119251E90CAE367AB92A87BDE0953A40380A2FE8CA240563FE3516E18
tools\tools\share\man\man1\pkeyparam.1ssl.gz
md5: 80722E672E1D02DB6B8E000B1D70A992 | sha1: 39B1586C0185ACAA0CF4906B935A9FC22915A847 | sha256: F730BB3F00B4DFDF3B274E34E895D6388F4DAECE6B82C5601021CA74E36E2243 | sha512: 02710EAAB8CA1525A177A6D7EE2D79A803480AC039FED25AE6E2831D702030E39E8E8070FC14D580C92921F875A7C740FE73CBBDB0598FBCB153DB09D0254524
tools\tools\share\man\man1\pkeyutl.1ssl.gz
md5: 69089646F413EAADC89B101976908E1F | sha1: 03F28C57075D25802C6C24CB25C3E2738F29A4D0 | sha256: 67D689335417E67F5DB2F19FBAC3F3EC025FE4BC8D979AB539E74A098A7CB0FF | sha512: AE48C5972665FA59455A27F29441130BCC6DA03706038CCEA3F03FDB4D60CD6F1CB6DCED0B760FD87D3D65A575DC9D4804A225150954AF994BA19D60E9E9F965
tools\tools\share\man\man1\pkg-config.1.gz
md5: FD453A1EF12223C61FC127FDDE416FD5 | sha1: 7B06883C6CFCF6126079EF064515910037C8A108 | sha256: 474C95F05D845655DF35DA8F4373D99AE7B6EA8295BD8722318F9E519A201A4F | sha512: 73DE873235DCBECD90FBF05799222016206A77DA199E0B8769B5328CC91D066D8204E2F2FDBAA6C75E83ECBF658030B29DA9B108E9601B84659A94DD28AAC090
tools\tools\share\man\man1\ppm2tiff.1.gz
md5: 1A52B3CDF87163A7B74A6A840FD3C7A8 | sha1: DCDC8A5BEE7548AFAC0973381744A0FF292761F5 | sha256: FC73793377AE352FBCBBEC742DF3D4FD467F98AE72584AB468808C5888C10603 | sha512: BD68C46184A8E78135F2FDF75B3240A4CD4B15CF47C6689AF76D3B2B830FF03E3B966043322052AF122F4970C46DF1D529CB72CA49E940825465E71548FFE542
tools\tools\share\man\man1\prime.1ssl.gz
md5: F85EE571C72E206572837369FB350064 | sha1: 7A512B4B1250FEE8062F9C866878115D418036A9 | sha256: 53B4827E47BB738BD5ADE25395010DEF278A01CCF87FCB893CA2464FEBD31892 | sha512: C007869527800A6D028EE10E51D357E4197B839BCBF8CFB0E87C1314D137AC95B0DCA26E89B9224D931E07D96EDC099A5679269505A76586F1C54724931DA5C5
tools\tools\share\man\man1\psicc.1.gz
md5: E8E6F0FDC087C0DA5AD670779B314A60 | sha1: 7C9C8DBA04FC430DE25ED541192E88DA2EB0B52B | sha256: 9AEA9E284D842C19E059B1BCA77F53F46ABB38EC7ECF9D12C794EEC08670B105 | sha512: DD3AF7FA44A792D6C6A2A5597778380E37871279809953A62053D2D8C46A7D408072C0D4C3EC8B08063A0EC84C3222F6B9C6B9AECC5988756B82160C70ABE771
tools\tools\share\man\man1\psktool.1
 
tools\tools\share\man\man1\psl-make-dafsa.1.gz
md5: 756D78DC156F499E557E3864FC9416E3 | sha1: 070FF27851948A7A07113AC061105BC54EC91F63 | sha256: C7FB967AFC79432F4FD985BCB817EDECCF4B5943F93DBAB23F58229A0B09769E | sha512: F9E9D1389CB49FDC5EB5DF0D136BF624C132330222573E9F01FFE919D6DF5C78028ACE893C5F626C72EB8CC06BB89C19810D2EEDA820831D24D974479E6A6C35
tools\tools\share\man\man1\psl.1.gz
md5: 73085516EC7EC4FBC142B3D4DD469030 | sha1: 5696F2028F44ABA28D7CDE4EFAA0244833F73095 | sha256: D8922CDF0B8336655B84E1E4516868953ADF11B8A87BB4174B0D4F5AFD60959C | sha512: E0DAEA29A57F5220719CE13A822C8CAFE49DAC7952A69A2416094C2667E4AB08C2CFA69BC614EE84FC3F294CEC89CB7D7AB08C2B7539AD9549703CF702C96A18
tools\tools\share\man\man1\python.1.gz
md5: 8E81A3C823ADD14FC8581B78FC07F167 | sha1: 0668D23ACF54FAAA0BCE23C94C008DEB39AC2C4B | sha256: 538FC2D314BCD99A69ED886F99CB49EB98F2EEF449E120CEEB9D71168E26F539 | sha512: 8645F7EB2C4399454B4A636F77B15CA5660F1BE9BE4A2B91B75D80B835831354AF3BF5FE15A96F88FAA1FF7E838648A6AA48F3C2E5DEE9FBF3CBF1C48D11CFE9
tools\tools\share\man\man1\python2.7.1.gz
md5: 8E81A3C823ADD14FC8581B78FC07F167 | sha1: 0668D23ACF54FAAA0BCE23C94C008DEB39AC2C4B | sha256: 538FC2D314BCD99A69ED886F99CB49EB98F2EEF449E120CEEB9D71168E26F539 | sha512: 8645F7EB2C4399454B4A636F77B15CA5660F1BE9BE4A2B91B75D80B835831354AF3BF5FE15A96F88FAA1FF7E838648A6AA48F3C2E5DEE9FBF3CBF1C48D11CFE9
tools\tools\share\man\man1\python3.1.gz
md5: 6E83325820DD3CC463A3470B9F8A5C21 | sha1: EB54975094600E5716B7E806F40D8EC4E0E3BED8 | sha256: C7A81C400B369EE4C3213B183F5FBB5F9AE2ECCFD9B528500FA274100E9D71F2 | sha512: 4AE80873AA5D900A8977B3D9A4E0E3C5AC3D9573C79538ABFEBB41339EE84B0278C9BF4AD9AA0EAB14512F3192FD1C65A97792456F0F958FBDCF14376A2F467F
tools\tools\share\man\man1\python3.7.1.gz
md5: 6E83325820DD3CC463A3470B9F8A5C21 | sha1: EB54975094600E5716B7E806F40D8EC4E0E3BED8 | sha256: C7A81C400B369EE4C3213B183F5FBB5F9AE2ECCFD9B528500FA274100E9D71F2 | sha512: 4AE80873AA5D900A8977B3D9A4E0E3C5AC3D9573C79538ABFEBB41339EE84B0278C9BF4AD9AA0EAB14512F3192FD1C65A97792456F0F958FBDCF14376A2F467F
tools\tools\share\man\man1\rand.1ssl.gz
md5: 28EAFC98155D5245B65294BC4C151369 | sha1: 25842E78E10A788B43DA297E97D3DF4D96CAC346 | sha256: 0ECCD0E700F60E3B14C3B0ED4523BB558CF049B7FEF8A456F4995B13444CA462 | sha512: B6D67B9147BF44AB05476756A4378B263446039C629F94AAD4E3951B1CE26618BCE970DEB8CECCC43E3114AE490195B117B25EECA84A7F4878C1939B7B801F68
tools\tools\share\man\man1\ranlib.1.gz
md5: 0D928E442F360921AF49A67BDD990BD4 | sha1: 2A7CE8722883EDAAC1F8A9DCE37C447BC6B627AB | sha256: 291C3B7A3A0D7DCD94E82D9C3977A0EAE9B0629FD923FD646DF087ABFBD978A2 | sha512: 22EA3DC61514C717CAC65857C3A52652E34A64547BCF24ADF34BCF55481E108EDA89170C9CF5DFF747816D3577D9F014CE023EA1E88B259193A8B61A88301796
tools\tools\share\man\man1\raw2tiff.1.gz
md5: 4E04828575C20C7FBB35675FE8B7F1D4 | sha1: 8D59CFF6D9A6FF421688E96F7E60C476DAFEC969 | sha256: A0B4839E943D9B9DE23AE00951CB1A14A680AEA708B7ED73B6CE2F4EE4D495EE | sha512: FEC9A72F1EB7FF9B536AED628C6D9CB98447148D2454265D4C1559723166937F4ED214FFFC378042D28CC6DE248D82AC8737221C4E35E207CDA10487FE5AD610
tools\tools\share\man\man1\rdjpgcom.1.gz
md5: 4A274186FADEFE74268A04BA0F004290 | sha1: 3777BB7F1EF4895C83542F7786EABA93294BE60E | sha256: 69836AD230DA291399DA37B67C387F1611783CFF00A1A29D71B63726D00E2BFD | sha512: 5C4FCF95790760F744E6D0374C70646E0C914FF626997588300604542D4F7CE6A51432582950D5EECE9F15B9893768FEA295C3F17A9DAB4E6A6683D89549F6BD
tools\tools\share\man\man1\readelf.1.gz
md5: 73DD4E22792AD2CD5A827FE6DF191650 | sha1: B95D06526AD5BCBD4F0348964F71A0B9476E24C8 | sha256: F16EEDFC82826F0550D4252EDBA33701FFB62E57A630F71BF257D386099FDD2F | sha512: A37A3CBFFD5D5390C05813DFFE2CF685BE9095075E0B10A32142712A085D8BE029D501BBFA85262FFDEAE7BB9986CE89F2DFECD5D674DA60B4D63D23F35E00B1
tools\tools\share\man\man1\recode-sr-latin.1.gz
md5: 9E35B059C9F92362E414E3F0B5CEEBFD | sha1: 261DB693E90A9A56BC65E0342B42956A37BC8C43 | sha256: F0DAFA3ECF36CDF9D78F755479DBE5637A767755AA63393374EA549125E15833 | sha512: 0349B84C4AA3101513D2C891596D636E949AC566E4946CAB943863AA6BAB2D96E96C4A043369FB7FB1D2D25C6F404705839C1CBD049CA87ED0B99577D977A364
tools\tools\share\man\man1\rehash.1ssl.gz
md5: DCC94FE099DE422DB6BA9A427D24380A | sha1: EBD4D934B2969CA31CB1C6699AD846D3D7258FCB | sha256: 4FAB58403B6EE59A8F2EACBB08B1861036581859E7EFCD42844F8EC86983B019 | sha512: EE5117575F12334627BAE5467E39F4FB440661BC2390DDA9BF573079757382C79E114CC20CF265ECFB91F4D31C02156C3A24B19E40C9D0D4CB99D010B9AA3183
tools\tools\share\man\man1\python2.1.gz
md5: 8E81A3C823ADD14FC8581B78FC07F167 | sha1: 0668D23ACF54FAAA0BCE23C94C008DEB39AC2C4B | sha256: 538FC2D314BCD99A69ED886F99CB49EB98F2EEF449E120CEEB9D71168E26F539 | sha512: 8645F7EB2C4399454B4A636F77B15CA5660F1BE9BE4A2B91B75D80B835831354AF3BF5FE15A96F88FAA1FF7E838648A6AA48F3C2E5DEE9FBF3CBF1C48D11CFE9
tools\tools\share\man\man1\sqlite3.1.gz
md5: DAF97BC563EE9BB3A573B5E80378B2FA | sha1: 0AA3EA617E7CDC04B540D443D3C205BCCF49B779 | sha256: C3D798A2CDC6CEC01E417FDAD09584A6F042C841BE8A78A4E8C7C7365AF5D586 | sha512: 8EF8A8A184EB5206E1EB4986119FE244012FC56E31D39787028C270CE65E4A62120D4E1CC362952C8FCD2AC8C85321D0A1C91D4868783F925A5D6F286E340823
tools\tools\share\man\man1\srp.1ssl.gz
md5: 2C271DE8B55DA8004E871DE664008946 | sha1: 0E00AED184C17E5BB9E3871017818A5665114204 | sha256: 528159420E838BAB7E885010D1AC3E15452E3DB3EC0EC36FB2A7122C7A84501B | sha512: 163490523B106C014EBCD0FBC65DFCAAD29190BE2689EE24E8AAB0DD121E5EFFE5690DB04194564D578C637853AB9B8827352D30FDE786421CAB9860325B8B77
tools\tools\share\man\man1\srptool.1
 
tools\tools\share\man\man1\storeutl.1ssl.gz
md5: 36EAADF7EFE370AB3DBE0FDD6F2296D3 | sha1: 623D44369F5CF95C4E6BBCCA55949FA64DD7373D | sha256: EE1E15282F7D0BD663655E2E9F532A0BE32D60EA6AB9C133E25528D443BFE408 | sha512: 78C3885E21D11E4B7BEB76F1A634689CC86F738D92A9966A6A4C3B2D80F26341A3CF9378959C6EF8D61567D0B72B91EA839D06CF468EF4720BD929E1A36D2E7B
tools\tools\share\man\man1\strings.1.gz
md5: 194126D774B2B09E488F50DDBEF9DEF7 | sha1: EE0ABA4E60185D0C2C8A1A8EB62600634E4E8B89 | sha256: 4477DA2A67515F48A3F25058D73AA3B803BE9AEB926350C5D1C7783896A4C304 | sha512: 426C652D8963F28CE103CF3EEB1CC6D97F5B01B482DA0F5D4B341F01E897B29EB6D61876457900CDA384A232972E8E01A22012C28D6C61F8F42493B13835BCB0
tools\tools\share\man\man1\strip.1.gz
md5: 18BCA6E3D1DA94A574DCE46F58E2FFD1 | sha1: 72CBF42D06C0BDD1E4FA03B69609C61EB52B3792 | sha256: C1F35D971B96ADBE264AE512945DF553226984E8905B0FD7E937E1F7B1239B58 | sha512: 0F5019E6EF5FEF523D083482E567A2B7BC745793E6E8A197DD3D838546233402F982492B2487A307A8D737968B86EA7433C34462C93F23792FA35733B34C963F
tools\tools\share\man\man1\s_client.1ssl.gz
md5: 2EC6B5896E678BC66F0F7EF3B1EE3577 | sha1: F7425BED17CDF9A37230332B82428DE17A0CA8D5 | sha256: C4B54E0BFFCA3CD30DAF336D42BBC939C85846029C4AE148247BA924C446546E | sha512: 29A979BEA42B5754BB0D1C7CE11C9DBD9DF17FEDB43E9508E372D51FF6A8AE7C9722EEF88BB96D229899DBA9E26EF7F7789E92F9D32AF7E32F8993E4679386AF
tools\tools\share\man\man1\s_server.1ssl.gz
md5: 338E0FCEBB2E9691509D0462BDB6A8D8 | sha1: 6C76236AC1B8255DAAD7D75BDAF86CBDFEE0349C | sha256: E650FF8DA07E27BDA8086EE3EBEC1C233EFD8771766EBBE9BA43F99FDD5198C8 | sha512: 75DD84CA306EB1F00632E79D9A37626FE2CF2DDBDAE78208D5E8842463D99557522C6AE29D646C0F1532CC9CFD0171130518CAD8BD6D258AEB002C3134E586C2
tools\tools\share\man\man1\s_time.1ssl.gz
md5: 04575A71650ABB036D9447CE5F5C6EE4 | sha1: 95AA4FA59E06C05C942CB87AA1274CCEE670AD14 | sha256: FE48279EDF6373EC5429EC254A30F619C31FCAF8C8E6FCDCB19556D20AB9AB39 | sha512: 4FFA94F5850A4B541A3FE6495E872A183208F11607DCEAFFC246A78969947DAD6F4DEA29520437DF5E1A00E431DC0A1961A74034DB3A27BB3E15CC939D2638AD
tools\tools\share\man\man1\tclsh.1.gz
md5: D5ABCD911AE38A6B4D9F8C336DAE3D4F | sha1: 3B2B88F83521556B7436BFEE2792BB62065B8397 | sha256: 5D83F456D12139C7850FCDA1C3CE080B8C76EAE606DACDD413B770CE87A92767 | sha512: BF96E2A85D71FDE154E3A14476E78245A87D51A0ED4E79C9872778C6307218FDAED37E7D08FF9B710DA45E2C946E21EAD86B37088D4A18458B69292A8E9D03ED
tools\tools\share\man\man1\req.1ssl.gz
md5: C66F721A26B743F7F609980A9F60262E | sha1: 412881420E9FE5D0EDEA26639A859AC6BD9831B4 | sha256: 0A96C19B85143E7CF74B217915DF158EF3B229F2416BAE957659CB701E094097 | sha512: 2FA57BC0CD2026D539AFD816033AFB6F589D1FEFBFF22D4D454B38C7E38DC60B081BFB9CDE71477566D328BBE0B9F1E89681358DA6657D32EA5CEFD8E6F60BC8
tools\tools\share\man\man1\rsa.1ssl.gz
md5: EB475304657F8FBBB9F4C79C47C0F24B | sha1: 463426136DB41195B51C52661B15B0872E7827A9 | sha256: E648AF793E6273FBD6D56A2AF8457E8B4E58844C96881948A58801B0684E9BFC | sha512: D64F39C8A3F4F8192EC367AFB640153ADE0E0648B0339EEBF41EDBB95BE7EA19D17327FA815FA0759F3822FD1D308B327FCF2FD16957AE6D73417BD34CECF29D
tools\tools\share\man\man1\rsautl.1ssl.gz
md5: 4FE5A5AC576D1E881FFE05205A4C0D7E | sha1: 85BD88C4745234538752719B3C31AF9A6BB36963 | sha256: 08E5F45AE3F938AFC39817A55108BCB949DF8BFF69E0A62ECA0352D11CE60911 | sha512: 5562F676907CDCD9D25FA39DE4C2954CD6A1BE1DC328596EE74E13E2FD53C11C1F5DB48FE8ADFCE544F874338967235735611155FAACED1D91FBCAE209D1CCCC
tools\tools\share\man\man1\rsvg-convert.1.gz
md5: E16B2D318FE69301147AA03D7969A8DE | sha1: C6DFA75FE41B08E7E974E9D7379CB0B2008698F0 | sha256: 12748D26D3F431BD8CE15CCB2A5FA926951CA61CC57A08C71B5B99A1C43671F7 | sha512: C86DC884611BA2CC5FF32E9F5052CB35A79C8189EDCB3CB17F8F432A6A523E3BD7B6CF6B31F6DB7B7BEF020C162D2FF40685487F34F62516A0490D7E4F94CC5E
tools\tools\share\man\man1\rtmpdump.1.gz
md5: 4CA7818AA3BD57B807375C260382C29C | sha1: 333D22F1C530AD17F35C3FCF2A47FA626A3612DA | sha256: 01A4E296B02C5E7F2DA62A3A88E91930589661A0C5785438C8AD806FF68E3C6C | sha512: A186A2301973DF9753ED71BAB8590BDE92060E359185323DCAB2B97D24AC63F9C2121F5E84C5F9CC12BD1E842871E9EEC772353082E7EE4126968B088B08893C
tools\tools\share\man\man1\sess_id.1ssl.gz
md5: CE5FB747754913424F28D146B550B76C | sha1: 49CFC2D610EAD74029815CEF823015B3F2C07535 | sha256: FF428507739BE0D2FEB0AA6F1C226EAA557E677F85BD79A0097CC5C407836FC6 | sha512: 1A7D03D8B8870F777357A0439D70569392CB57DAB686878B6B15FE3C790EB1F2CA547A2A494C3D0F427A2B1C61276A146752F576E98196162C9BC2B9C3643C2A
tools\tools\share\man\man1\siril.1
 
tools\tools\share\man\man1\siril.1.gz
md5: DAE68035606FEA113BA4FEAB2AC4921F | sha1: 44E09203AA8A7DD856AC47AB85E73F9F961E1A82 | sha256: AFC00364C32536DF403941DBEB79B915D85442EEC408F938FA5DF2CB097FD4F5 | sha512: E6435C69C65585127DB9C3437A271BBE05355448C4058A93CB02660DEF6E1689B2A52E9A8B3EC1C8AD88B0778E6F0E43E106778DE69EE044418CC60FF340B9E9
tools\tools\share\man\man1\size.1.gz
md5: EF01CE444B2B2DBAB0AEC5856BED485E | sha1: 2D235DD1A194FF116E358BC4270965B5D056A8D5 | sha256: D25B5BEEA41936172FCC92F93B84ED5E210C7A2B45A36FAB9245ABA1D98B499B | sha512: 3610D0F5F91742795A233F6726EEBC87D81CDD10276447E8277565E25960F2CE297B2C2A489DCB6FB1D8A78B2B71ABE28597C9864D052E9293656D1FC83F32EF
tools\tools\share\man\man1\smime.1ssl.gz
md5: 704B2ADACACEFEF3D5C11D91634E1473 | sha1: 6E2C1835810E69B94FA2E9D5B8908B49CCF2E19B | sha256: 3254D60833B17E0D0E1D3C49027A1F9FD5B2297AA871262A9C3B97F3D1F25AF6 | sha512: 76FF502BB700072EC8E451B035BBD8809095A9B67E119B081663857A7D65A995793345F1D2F9D6C0E7F6C651E4F7FE0DEF146307E75ECE8BA2FB47EE2D690E2E
tools\tools\share\man\man1\speed.1ssl.gz
md5: F25EA2EB4E32DEB6FCD8A4EEFE1916F3 | sha1: 4DF13E8B7410336501D4D0E1DB4774CE16EBCE8A | sha256: C4CA3AB6FDA310BA69F41D17FB8D07732F6FD0B2994715958529F8C2FA15CBAA | sha512: 0F1840B22E5305A8265959762D154C73A25F53280C37E1CBABD28165AF8203DA22A0FACFEB44C568B5E02510140301C1786A8CD75CB55FB90D1273D892A2B15B
tools\tools\share\man\man1\speexdec.1.gz
md5: 850E3BCE0C21B4F713290004E81D7481 | sha1: 5F2C29D4852F8843650907B7EAA81305B1DCB3A9 | sha256: 1C1E5C7D1BD288D3583726CD151503C330E62404275363822A35B13B9BD02EF6 | sha512: 0638088EA01DD2E8B692205D83565C585294A0AA0C0C74ECF4951CF94148492D78A62B1BFF141EA8168CC7A3B9418BADA0227B894895CCAEE4876C557455A098
tools\tools\share\man\man1\speexenc.1.gz
md5: 88D3439F7CB3239DD40336DD3D7286F3 | sha1: B814EE02998BB3F874703347C99018B4CA55B95A | sha256: 5B091A0E4C933B8B6C2F53BE286C3BB080FE2F96F34F432D4062FBDF57D91842 | sha512: AE2316EC29169D71BEC0686BB16F9975CE5E487575ABCB0570537F9B044922356B5E9929FADB6544C372FFB0EF9936EC8F9703C641751A245A59240CCCCED1AD
tools\tools\share\man\man1\spkac.1ssl.gz
md5: 2E83B2A85986A1C353DEF7DAFE76A624 | sha1: 8F32962086395CEBB0F7AFECEAD3E59E8A689B96 | sha256: F482A118311FBC23015DF6620DDDBDD2877C4B62F4E50D8279792B57B37C16BF | sha512: D04C2A2855106293F3EF72E5DC7D6BDDA3F84A563229A23C25214D64A8D22DDE1B8227A20204A78C6EA26AE2FF28A6B07A719306AE685EEFEC330915FDDDDCB7
tools\tools\share\man\man1\tiff2pdf.1.gz
md5: 27D0D34E644DEE01FC038FBC27930420 | sha1: BC9A8A2E8B023BC8FAEFB0DCFE54073428F11171 | sha256: C099DC67CFF9ECCA022D96BEE19AE19BB263A72DF5AA81B522D8DC72D02A69A6 | sha512: 6EA723168E0246ACDB8D3C1DA2E4781CB5B32C45679512EEAF76CD177E04F0F4A7911C21F6C862DC9CE1B03F60A4D16357AA341B9E8C0D0F120F7B3563D0C7C4
tools\tools\share\man\man1\tiff2ps.1.gz
md5: BBC6309578C4A3826991F93B8EE54B53 | sha1: DE0295C788B78027377D178B153C4F44918F0F92 | sha256: BEB0703CD334302B063DD1AD8C90C8F924940087AAA7E5618F35BD0CEE670F00 | sha512: EFE91056C2617D2D9ED39BA7F150E4DA81B3D15B1A2A86E2B39FF17904468318AA82B4FFC9ABEA4CAA27064020FB312E79C7EDBF9445E56B4AD21800B63BF4BD
tools\tools\share\man\man1\tiff2rgba.1.gz
md5: E7B962FFDB2786A487D4D8CC2120BBB5 | sha1: 746D7DC8F1E308B57288C05867B791D293678B5B | sha256: A46454B60BB4D14E09D0CB7F19DE25769E88F0600C71A96D0A81D2C027EF218C | sha512: 66B2992F5E04D8DABAEC680E7F757E0D8CDB540995F30A2E22406E1A836C2BA3C07ED5303FD5EFC5B95E2B03910EDB7F65AFC5F048775443BBFA0DF35CE735D6
tools\tools\share\man\man1\tiffcmp.1.gz
md5: E5329A80DF9A86DEE42784A233EEDD02 | sha1: D0160AB34FAE2CD227757CA41529DE6A66B1C987 | sha256: 02112C827202393FC35AD5D997A2C6000565D7AAA961BEFCAFE6031C4F8A29C7 | sha512: 8FA50CF5549EB17ECDC4CBD6B7B006F7DDAC52A33054CADF83F113FE8F7D1AC3054C8193C4DEFF4BF44768611AD62EF01BCFBC9B37D85D713367F015378A6135
tools\tools\share\man\man1\tiffcp.1.gz
md5: D510BE28EABA2B7D74DF2D6AE76DC2AF | sha1: 0807EDBF310F49AA42425E532C434A177B23706D | sha256: 4D5193C7B7F57EAF2CA6D73A33E8BA411AFAD118A1A0E09046DBF798613571A6 | sha512: 6DD1103743A706B292DE01042CD8F989CC5E8AB9D8EF1370D0AA0C77EF695D1A590359DEC550B48438D046B7D95B6379EFB5AAB9D6266BBB031EA9B1A1136946
tools\tools\share\man\man1\tiffcrop.1.gz
md5: E159F3EB307C0B1D0D470B6562FA4178 | sha1: 12E424E310B6F3FBDDF258C91CE0865EC8E116CB | sha256: 09D22B6BB9508C229BABA159712AD312ADFA2F8D0FDB79691A9ADA4138E893DC | sha512: 697DD13AFEC522EE8DF44C983BA32A4C4DEAEF53D8A4A52AE3D7F7D69DEA79B1AF537ABC1C5D11A225BF4648BFE01F34F021F8C87D738B8869C0693AEAA02D29
tools\tools\share\man\man1\tiffdither.1.gz
md5: 970D9ACB102D2D78EA9510D6C4103C35 | sha1: 96E9E972BA18509F7CF56FCD948FEC100288C845 | sha256: C7864FAD9709BCD3888D313C71C87FA3A2577F76FDDDF9F9EADADC6FF576E058 | sha512: 2786165E5466F01DA330B295AFA2FBD8A66D21FCAE6CB9B7C79582401A4192CE71E8744A21ADE0EE8DF9C133D8ED3561414CA19F6A811B8E05F50385614DB282
tools\tools\share\man\man1\tiffdump.1.gz
md5: EC35986F7211003CEDD1536DA269501F | sha1: CD4680435D750FC82F9137A9077373E81CCACACC | sha256: 1D63B7834AE8E6003962BC23EED824DB36B631DB193E1E492982ED3EAD570C90 | sha512: 516E8D78091C4C53A6D4474A564ECF5E9AD2EFBD0CAFF722E34CE1F8847E2D71226CF09C8A2E6B5C36E05EEF1BBE1F6D85C2723949613F2B889B49CC9179A25C
tools\tools\share\man\man1\tiffgt.1.gz
md5: 2171127E471956C5EB29AE84F105C78D | sha1: 6C9F4C41ECF4A4F5815C0FEE4BAC8FE47DE11497 | sha256: EE793C75F6423124854A707888ADD1D8ACFBD38D772DD44C189167EA66B85F51 | sha512: C1FAD0AE666A34549DD2314A170381B903489594D1A2FE21842E96EDE31D11698DD28BAAE946861B8E7D15056FAB1E0FD8A0DD4D7AF0A69B462EFF4ED1919CF7
tools\tools\share\man\man1\tiffinfo.1.gz
md5: 2F62604A79B12D0D2B24A745449B3CD9 | sha1: 971B1A484318A4CCBE6BD846E1372F93101FA925 | sha256: 44571CB9A51B47AEEDF58AC1EEF1F6DD97F3DC8B7C88388F34E0BF351F1941CF | sha512: 7EBA53648A5983730E7F69405E7BFE67961B36FD319A10406B5D7CADEE93A5FE746569C84930CBE7FDF441F19069C2759029CEB4DE86A7978D408EE36E8D89C0
tools\tools\share\man\man1\tiff2bw.1.gz
md5: E64E7817F53B1892A9496A294BCDCDC2 | sha1: 1482AF64F89859EBEA3D92D6E44F8272EA43E5D3 | sha256: 31DCA50B256C53EBF37BB0ADAE69A3E576B9259674088478D94F07640BFADFFF | sha512: BEADF48F52E5AE9338F0FD528ADA25735DBAF95182F2827BFAA0BFB6AC2E110177E1C80CBA26F2762F53098EF42DF04861A784BE9C6F8B8078479D54BB195C72
tools\tools\share\man\man1\version.1ssl.gz
md5: 224C00D216BF6E7B3212E6B9CFAE29C4 | sha1: 5002B42B64073EAF0FC70069A036CF098487EC17 | sha256: D2FE1ED9472CA230FA9FD64CFF94CD5BA054B2342EBDF518799D94171D78F86B | sha512: A3FD1B7E6EDDD684AB6D324CDA26461FF3E65CA59168EB0AAF0ED37FF641BA636AAD170AAC41988A7FADA5EF9DA93F84E55B13E2073B81A1673927942EB011B1
tools\tools\share\man\man1\wavpack.1.gz
md5: 1AA6676C9994D3CB5A35CFB3B20581E2 | sha1: 0D02209177D7D05B14E820C64195664700559DD0 | sha256: E93A088EF85D24B175772E2F0E6964E32E63BB9B65CB599D258247A56939AC9A | sha512: 2BD03C872F6DDF6BCC2588C9D9BEC48DD73A1FC32D1801A762866A7937F825141055EDAE680C7D88D1E1402528A58D6BFD6E8BE90937B2B12D3A0C13F828192F
tools\tools\share\man\man1\webpinfo.1.gz
md5: CDA45D8D5B5D2E7DA73D458790D37989 | sha1: E910E082669976B89429862642C07ADF6B6F7C42 | sha256: 50DD4375F56CAE6FBF92B8DB53EB5BADA7AAFDB5AAE945BCE621374DFF90C266 | sha512: 7BC75DC53B12F94577B8C70A462580F4626C10F4EAA2073E1E95A752B34F7181990EAC6C68B795C2AB1E2FC982082FA69D98847BD70B3722779D6B6642E5FD5D
tools\tools\share\man\man1\webpmux.1.gz
md5: 912BCA5526DBAB640C445FFC0FCE9A9E | sha1: 971E41A87128B48240DE4816F2768BAE915BE40B | sha256: D10524D8748A9A72ECADC3E2C8F3EDCC3804CE8E6042542857DE42DFF0F9BB2D | sha512: F5BE39EC678E9E090D1A8049EFABF1CFB4A164BAD61F76B1B9E354DF94771DC32992385FEBC32D185857AB595170E246D87BBCAA38F87ED306C72CEF12DBAFCC
tools\tools\share\man\man1\windmc.1.gz
md5: BC9237801A3314096998803F1AF65AE0 | sha1: 8319A2B7FB0FAF44F947BCBCB64D66BD8BF2A161 | sha256: 3423554BB09825F9EB52DE81BCF60AD750F144C0A00BBEDCD5F11E654022BAD5 | sha512: 4135701BA325897BAA81EE0BE11F76AA7040E22993E5FFC50A8CBDDA5BC47E88B54EC8009C0894A7B0DB5FACCE1214B0CFE210097A79ED0DBB1F54AEE8013A5F
tools\tools\share\man\man1\windres.1.gz
md5: 5B7DE16A59C09C21E257520B57D518A0 | sha1: F9789BEFE577751A069C1A00D8BED20E8571BF05 | sha256: 539D31181707D619727F23885BE88B9D1AF5156E6FA0E5438565E1CBBC4C47F3 | sha512: 0F059109C29B5D932A508213A2B23B870CA820E51F4362BDC0FD0050D81B1EFBAF5C41D8E52104B935B2EDCFF119FE782F84C136F1396C3A1532C94B76147ABD
tools\tools\share\man\man1\wish.1.gz
md5: 08ABC2E7E992E6BB7665264A5C5D5D58 | sha1: C69EA3862D899127E45C49A9EC82681433464ECD | sha256: 9D21BD92CC1AA3B8933DA1FBC69B65A40E85EC3C77676554E789D499CF4F94ED | sha512: EB0FC98FAD8E9570707F66EF9D452E7F918D0461D885397E4408A6D2537B82D07EEB9FEB76666C0301018BECDAEB35644433A98DF3456EBD7A722ED1B0D1787F
tools\tools\share\man\man1\wrjpgcom.1.gz
md5: C00C7AB1B5E573191466A6A4DA3BBCD4 | sha1: F0D52CC90AE5A3E406DF59BB832C03088B62DD46 | sha256: 41BD0A03442DFE5CA1AC035F901A0B257428121009BE552DF2DFD06564A66F1A | sha512: F83715CE85F598FA7FAE177BD18132AE04F1E65A277E1530F152238BE389D9847FE1A57DD4FA2B0438E69344ACF61552ECB903A9FF247F827AE3097E660FA1A5
tools\tools\share\man\man1\wvgain.1.gz
md5: B5799510B5E7223036C2B9F121CD6869 | sha1: B9BBB1306C37BD5B20D8488E6E18E6093C4E059B | sha256: A26A10DF2293465C5B04075664CCE2E41E01F4BE307673E2BC3DE8B3E9139700 | sha512: F79C38C89C952C2F7281C4AC7545BE8F83138DB35B0BDD7D6BF641B5385DA5B677563B0C7305E373EB6F2AB5F1D540F036FB72006FD41E29E7F99921141416AF
tools\tools\share\man\man1\tiffmedian.1.gz
md5: 56D6E706145491252FE1A82C22A96030 | sha1: 0255BEA54DEE5793B41FC45CA6C202BCFA9DE7E6 | sha256: B48A4BB1C603E29D883B0275DD442C244E2973A2F94405239FBDA01A8813A415 | sha512: C8B1FE2291A91B86707F66197A921855945B26336D7EDF67295B1FAD439E3A471805191EF0790EE3621ABB02B316CA1DFFF4BBDCF6DF07455E4F4A9558A0893D
tools\tools\share\man\man1\tiffset.1.gz
md5: CC24B075AA333C6590C6AD8D7FBDC43C | sha1: 873A88238BB46A79EDCCC6B6603E3DB9F1301430 | sha256: BAF746F047F00B7BBE77333E512AE7EFCA1D6484B750D885117240661EEC8AEF | sha512: 649A86E94AB8AB1DF20E861F6038068BF8179CD636BFDE25343EE2C1D6F98815E644DEA0A330A95AE059A5C00616DEBFB8768719C390CCF8653A9E01C1FAF001
tools\tools\share\man\man1\tiffsplit.1.gz
md5: BC6AA0A3EAD09F3EE879C93F8C835C8C | sha1: DAB04898F0800331D9D04E357B0E137C7F48FE0D | sha256: 6454C8922183C9B2316DA8BADE233D68C8D19731A420A688D0530AB50EE9C71B | sha512: F88D3DF18ED0CD11CE40A6830DCE63024C0A77C1D6D3FAB270811BF7031610086D74A4001AD38B03B7848F80DB9288458741C44BD77BD33143A2BD92CB3640BE
tools\tools\share\man\man1\tificc.1.gz
md5: 90A2647DB49D45DDFADF4A7917A72C8C | sha1: 34EE3E3C22B8CF0094831E53F51BAD17985A65D0 | sha256: 0DFCC9F23DA874D4569A3F29B24DFA9673A22BDBA27A325CC4F983E2C197E6C2 | sha512: AC349452DE8AF7DB4954181E6FF33F2DDB12DD8378B5DF3F8A926CFBE8A5273FC221E695EE559A93022C639F1FB41CD37CE8CC280C97EF0BD28291ED882E1333
tools\tools\share\man\man1\toast.1.gz
md5: 8729D0DAE1A1A2A8D65B5E04449B520B | sha1: 4A504818CFCF8A427C6F5438EE37AE2F0CD75504 | sha256: F2F66D3ECC67A8D515D388AB76E2C19D009065C0A8148EE812F81D99CD2DF1D1 | sha512: DE24B1A148412235FB2F1E5FBD9F1C572AFFF17B5B2EC0300C89F450061F6D8E5E7CB8FB42570AA35F410F3587E46AE8DDC17D937C98144EEA41116DC29D5E39
tools\tools\share\man\man1\tpmtool.1
 
tools\tools\share\man\man1\transicc.1.gz
md5: 1FB5C2994D7BE3CF176D28D70C95A54E | sha1: 6B71053E4B72F8D448FF5EF397C25C872DC6E8DB | sha256: 4EDD562958765BC3BA3D5C8BDFFAA68BDF84E01857E06B69D2D340B5D1C45340 | sha512: 1CE25D353F056D1EB0E07888BA022F28642AA313EE107DDBFA36670678AE7C586831BA0706D17D93B52E9F14F36DCFE4A14A9B97BD29E1B43BA4056E1383737F
tools\tools\share\man\man1\trietool-0.2.1.gz
md5: AD50658AA7B5B75ABBB9E2669757B49C | sha1: 9A610AFF0AB7C7C543330AA45EF5945DC001872C | sha256: 6985391E97E034133CB2BB3CAD049029409D3B6F15786B2D8173FE6A61A8EC4B | sha512: FECF86543A8804D93CA493E0120E1B472A6DDA9991C47AC68267F74F57064536C03D7C9C59525C44417D6F82EEF9F9798B9D11472B83287258EC321095F386AC
tools\tools\share\man\man1\trietool.1.gz
md5: AD50658AA7B5B75ABBB9E2669757B49C | sha1: 9A610AFF0AB7C7C543330AA45EF5945DC001872C | sha256: 6985391E97E034133CB2BB3CAD049029409D3B6F15786B2D8173FE6A61A8EC4B | sha512: FECF86543A8804D93CA493E0120E1B472A6DDA9991C47AC68267F74F57064536C03D7C9C59525C44417D6F82EEF9F9798B9D11472B83287258EC321095F386AC
tools\tools\share\man\man1\ts.1ssl.gz
md5: E55478B5D494D7C4FDAAC745F8018765 | sha1: CA91AC244E259649E914005D536084D51A54F5E1 | sha256: A801E77135CC03C6A02D5E26732A9C672E9482A1C14EA566AEB0451E5B3EAB47 | sha512: D1F45F93F54D28684D7248A2308480576887FD3803A8586ABB67CD27FE4FD1FA344F523172AD6DF01928E06261CE10E8EA7669B6D38F704E2F9FEF739A923A2E
tools\tools\share\man\man1\tsget.1ssl.gz
md5: D869EA3EEB77EBDBF0D770FC6BB1FCC6 | sha1: 771B87ADE93776B1C0BC2F7CEB47BA69B2F47BD4 | sha256: 4CBF483F894044B1699CD2DD495CA27AD22363F07BB56B2B6839BC14988021EE | sha512: C3659876409CC211798D60F3CBEB9004F28C4F1752564F798693F90E61A6BFAA070FD21661436DA98CFFEFE3AD42CBBAD516F33319FB4A001164C39CACEC359C
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-infocmp.1m.gz
md5: 0B156306F095E075BA4F46C404A0C190 | sha1: B5D14A5CA3D7273C4CA98B9610CA4BA2F03B0588 | sha256: F4D70984CF6939D8F201BD7F92EC71EB00F04878FC3D2A2006D37EEA76B21645 | sha512: 0F23A94FE23F8AFB0C4FF8368D52CB5CD8D099B7CA6DA331610E58E6A1CC4630040EEB237B49E38ED6AB9EC2C3D276DA21CF201C7B918A4B54221500D5277CE5
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-infotocap.1m.gz
md5: 59DEF7B0C786B8CCADE3270B0F62EC3E | sha1: B4B4EB8F04E0F048A45B766BC1343E1710948942 | sha256: 32AE6F2A7B210B179C532D7289700A8D2F53C42DED63984E6472D4130DB53883 | sha512: 2E93E40FAAAA60555F6B9BCF140485ECA5A683FD4C675E335F0FE7ADA2A76FEB81A54771A891A2BD0159C54EDCFAB616E6C08ABE699C07E99AD5DF42BD8EEC4D
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-reset.1.gz
md5: 29EB37FD020EE110F571662D6E63C4B7 | sha1: 641367AD8C78CE610F476874127FC795BAEA3A30 | sha256: 39B69FC96E307CA33AAA22E52B3A62B7F3E8E0B2707BD7D237E09127ACF996F2 | sha512: 84A064F4C3012DCB49C42B55F52019C356024634A5382DBBEC9514984C66BBBF79755231B62ED15A5B74DB3065D98FAED731AB150B1AF3ADF658CA6EF2F745ED
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-tabs.1.gz
md5: D79F7FB31D94A5156F38F9892F2CE80F | sha1: 3EA121E8B2B330112B2F93AA31A12AFBFDFCD9BB | sha256: 8F5CE178C4F23418EB3EACBAF93EC07B067DE210F131A257322738E96970CF88 | sha512: 8CF39E6392C4CC43DFFE0814ED5AE467CCBC9E2D5D09BEBFCA12AFD82654DB45FE90A97FDEFC5773139C342A97A264B8755BCD83E6ED32CB31D4A7EF4EAE5D43
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-tic.1m.gz
md5: 0D7FC238DE96DB38FDBCB89D7C5A156B | sha1: E838387003E6B2D77E6224E52834AF2B5344AD76 | sha256: 124166E5591120DCF346C5D7113A39F8775451620BA00F3FB5B8A25B26D7B4D9 | sha512: ADFBDBABE2CA08EFA96B1569B65A5214E4BD1B63EAD8683105B6D2E106AC87A3703AB57A814FAE9C9571D71D81F19D866250152673E0A2C93C908F94A016791F
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-toe.1m.gz
md5: 8812794717C8E7B803F4604D462CE3B1 | sha1: 8C760E43356911289CFFA283FB8A4659C2133A1C | sha256: B2C5355B02F207441C703066681CD13AF4CC28B46D49BC5E13ADA731FA972A86 | sha512: 9E7DDF64473EA4F2B7D7BB02B95B8B3E2A5277AC2153987C2EA5CBE7AE7350C7E662484249B4525809D1BAAEC9DD46B9449B102D900653BC6C6E6AFA33FAECB4
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-tput.1.gz
md5: E7AD8D3527BAB85139AA1E69A614623E | sha1: 295836499D535402EB2A3CAC63EC34624857F317 | sha256: F91DF10982CE038A3C81B49BF53E5611E7DCE5ADAB20FD0518328A589F591541 | sha512: 932EC6FE3DDECD6890AAB2112FAB9F05315A0C7D5EB686503FB02B83ECA48B1FFC588C9BFAE105D052671B4B3FD913F6F472F0E573A889E1AE96D447A7E46F1E
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-tset.1.gz
md5: 29EB37FD020EE110F571662D6E63C4B7 | sha1: 641367AD8C78CE610F476874127FC795BAEA3A30 | sha256: 39B69FC96E307CA33AAA22E52B3A62B7F3E8E0B2707BD7D237E09127ACF996F2 | sha512: 84A064F4C3012DCB49C42B55F52019C356024634A5382DBBEC9514984C66BBBF79755231B62ED15A5B74DB3065D98FAED731AB150B1AF3ADF658CA6EF2F745ED
tools\tools\share\man\man1\xgettext.1.gz
md5: DD42F335371AA687E831BB0163C37234 | sha1: DF008AE796C8AB5669C9A3DC08C6B93374D0CBC7 | sha256: 269E23E5193F6F1559AF5397084ADE4F2E61D2B748ECE35CF2AD076453D01A25 | sha512: E5589F3D58936272E34D4E6D1A0FA2323D0563BDFB6F755E201D286064BBA2C2FFDB1A5164AA6F84BF833506496F3D4B4AEEDC925E3881832F2950CEAB7694B9
tools\tools\share\man\man1\xml2-config.1.gz
md5: C485C4DD4B09734EC120001CBCF8A2E9 | sha1: ACD8D6B69D9F51AC720FA17FAA6EC4D898BA47AD | sha256: 12A7DE6FD52CA69D9189970DF53A66C13DF72246BD26C16CBE6BAD5D497729FA | sha512: 816CEB9CDBBEA23C9743666782FF5C7A2BB3123C9EAD17DFBE9BD8852C519022A263CDD49A1A4751FDC071245359E6628AEBA4FF07A7125311585B40A4A5AD50
tools\tools\share\man\man1\unxz.1.gz
md5: FF298618DA4B9C59AC50689994BA948E | sha1: EC4DEBC121DB4F5EE2C1787C1DDE3F7FB60D946F | sha256: CC0CD3A0D572851C516B9879DA1852A5C24D11C584508F05C7FE9EA877B53770 | sha512: 9CB4D13ED1B9C24BC0FBD12EF8F6D8A0EFEDBD18C53EC95C600EBD7454FFD412BD53C1AA8301CBD8AB38D614DE3E11715CDC28670C843963B348D5FB25AD1274
tools\tools\share\man\man1\update-mime-database.1.gz
md5: 41E4F4CFF38C6ED2F52F3C65414EB2BC | sha1: DA2C66D90B7F8B99F18F337B16F7DB2E1BEABCD9 | sha256: 26A27FED2E738D7FCCE1DA2C40CCB067127B673E57179357DDE480ED9E3C3919 | sha512: 94359C5CF1152B73414F99EA63A6F4279DF5950328A6C18078E47668E3A0652CA4207B5EC0963AA8509F99959F61B8EC69743FB2D9085DA2739B17B8D3D0055E
tools\tools\share\man\man1\verify.1ssl.gz
md5: 2C78EBAD76373E5C3AAE10B1E35A8314 | sha1: 76988793162C60CFEC8148A3EC513D5FA7E58F4F | sha256: 41BEE946C27BF4DB0A9B8F45288CE3E9492FFFA9C9CB80B5AFDEF8161D5FCCCA | sha512: 30F7D8129038A3422DF126B6B7B3C6CE4A25040EA6268FD2CDC22EC64E062CC4390BBD713B31B25077D760C4B4498AD9CC2FC02B6802D363B3CC4A8607DFC6CB
tools\tools\share\man\man1\x509.1ssl.gz
md5: E750F368848FE0E8ACF114AFD9F397A6 | sha1: FD0A2CD34D152423D12937F24283308357336FDC | sha256: A861068353080D0D6ACD8B21263D73C64EDBB22014769078253531FDCF7FA58D | sha512: F023831350BD338A2F20C25C1AE49BA47CDC2306F6AC8C33DEC07FD5C50D5922452DECB0B8809B468D91F45615BF85BC478BD3ACF692BED156D464474910F078
tools\tools\share\man\man1\x86_64-w64-mingw32-agrep.1.gz
md5: 947A9C9EBE661AB38452C63D4B556411 | sha1: DC0EA2AD6B2A0B4ADE5CE8D6B517DE1D76612AB9 | sha256: 6DC8D8C44EEDFB1FAAA12DBD88DEB5CAF84EA0AE3A166D07E6213AA1DD6F449C | sha512: 98998407BA1EEE4EEB2CC2CC11C9E7D42506DD501CC0D1913E412FA49D789990D93393C3EC34E15145D945D9D281B8897991CA38D58B89D830296B1E2A36A023
tools\tools\share\man\man1\x86_64-w64-mingw32-captoinfo.1m.gz
md5: DECA102E715645F64EE542C1251CD17C | sha1: 7733A10A6FFC82F38BBC3D20CA09D8C3A14AAD38 | sha256: 6F91B6ECAC60C8B98FA74D10A62D9A6D9D4DC68977DC5E09905B846B7FFF23A8 | sha512: 309A8DBDA19AE866FAC34B3A84660C06AA22347F5E26D86E8E02215DB1056C7B24FC7BEFA083EE9ED8ABEDF35207993BD1BDD9A05DF34B6A44B5AFA129A40B8A
tools\tools\share\man\man1\x86_64-w64-mingw32-clear.1.gz
md5: 20E3CA7FB6E8D080AA71D5F4DA9F96E5 | sha1: 82EF51A26545181DD408988F84EC7330B332FCC3 | sha256: 02A6508A1F1125DB799E2D64119CE4D9A28A83B8B21673D367DA57868CF7543B | sha512: B43F98676EB88614F84CB83ADE74E53BAEF1ABCED9D37377C48395B811176FB24E8185CC10C46FFD98FD59794FEA7B405A335618349FB48A1F0068CF9C518250
tools\tools\share\man\man1\x86_64-w64-mingw32-h2load.1.gz
md5: 5460EE29F63FC3A35A3141B68A5B596E | sha1: AA87C33A8C561FB58A20A9569FAFC422DF11340D | sha256: 77661A9C501EC1CC54172C397B6E23F085DF4303E4771B479416B5A604B934F0 | sha512: 5071E293BEA2461AD34656D4682BC8A11A2D16566BCD0462F272557DA5488877903A764E6EEF776167A75482C9D9FA266DCD41D0EE51CEDDD4A067DD36854963
tools\tools\share\man\man1\x86_64-w64-mingw32-infocmp.1m.gz
md5: 0B156306F095E075BA4F46C404A0C190 | sha1: B5D14A5CA3D7273C4CA98B9610CA4BA2F03B0588 | sha256: F4D70984CF6939D8F201BD7F92EC71EB00F04878FC3D2A2006D37EEA76B21645 | sha512: 0F23A94FE23F8AFB0C4FF8368D52CB5CD8D099B7CA6DA331610E58E6A1CC4630040EEB237B49E38ED6AB9EC2C3D276DA21CF201C7B918A4B54221500D5277CE5
tools\tools\share\man\man1\x86_64-w64-mingw32-infotocap.1m.gz
md5: 59DEF7B0C786B8CCADE3270B0F62EC3E | sha1: B4B4EB8F04E0F048A45B766BC1343E1710948942 | sha256: 32AE6F2A7B210B179C532D7289700A8D2F53C42DED63984E6472D4130DB53883 | sha512: 2E93E40FAAAA60555F6B9BCF140485ECA5A683FD4C675E335F0FE7ADA2A76FEB81A54771A891A2BD0159C54EDCFAB616E6C08ABE699C07E99AD5DF42BD8EEC4D
tools\tools\share\man\man1\x86_64-w64-mingw32-ncursesw6-config.1.gz
md5: E6607C294829CB6199DD6248A1102F24 | sha1: 2D76A4D157EAAB17829F1BC5026D67D1DA66F563 | sha256: F25F3CF82647E832618FECE33F29F663E09B867A06DF0955642BDA77B1F834F5 | sha512: 14C4F170C93235EBF2EB3F2530F93B102522854817E6C7B7DADD9C00270A271EFBC407317BA9017421D1B5359F0AF21E399E32B74AAA009B78D00245CD561F06
tools\tools\share\man\man1\x86_64-w64-mingw32-nghttp.1.gz
md5: A802C0D2F8C4537576A01F63B5903B8E | sha1: 3F92FF10E11A5D5BADB58A6AD092FC8E640D5168 | sha256: 8708C73063CB40507D326481F4AE3A15AB071937A3EC0684407531147FA99F3D | sha512: 6C06D26DE0308824FF5A747849850F4D8FE4572CBD93AB75B12CE47A6B4EF812055E129960175CD930480484DC58DC0465B7461AF2737D7580EC2852B8488B87
tools\tools\share\man\man1\wvtag.1.gz
md5: 8E4FD5F1D522676DBC96D868442E3CD6 | sha1: C725AD6E69D373EA224D95929CA69252C15A9AD7 | sha256: 0EC9B15641B57E6A62F9A96C3464421CA78FD0B1C4239E64D512CC3126A31A7C | sha512: E798795D3A22E993D185922A3AEE13FCC30E2BE3A34BC5076492FA471129F5F4F87CB1546C7B6F7EC78B6A4F07DDB771528A7EEC0947DD2BEE59E7EB7BBC4581
tools\tools\share\man\man1\wvunpack.1.gz
md5: 8E24E9506049DADB9ECE4FA450BBAB32 | sha1: 55B11EE4FC4D0E33D315B93C28AF9B155C0B4DDC | sha256: 0A7D6E8E63225A6BD6C853132E0FE3882E5B42B4C03290C8C31926C5205CF58E | sha512: DAE002B80D88AA9494B314A28E1F78A04B5D4393D35CAF59786931394EC44D52F425393A9F96483816DFDD360B21FFC8D8176138C3308D5BD2F2F278EDF82D94
tools\tools\share\man\man1\xzcat.1.gz
md5: FF298618DA4B9C59AC50689994BA948E | sha1: EC4DEBC121DB4F5EE2C1787C1DDE3F7FB60D946F | sha256: CC0CD3A0D572851C516B9879DA1852A5C24D11C584508F05C7FE9EA877B53770 | sha512: 9CB4D13ED1B9C24BC0FBD12EF8F6D8A0EFEDBD18C53EC95C600EBD7454FFD412BD53C1AA8301CBD8AB38D614DE3E11715CDC28670C843963B348D5FB25AD1274
tools\tools\share\man\man1\xzcmp.1.gz
md5: A481724DA5941F2A7F27F96211725036 | sha1: 0DDCF51AC2C22979D534D235392616C61499B6D5 | sha256: E2FE902CE8AC87799DF0529B9590C6FF7C3CA474B482A4A2808E508513B8A105 | sha512: DC43360E80856A57ACE6D358EB21493271649000BFD1EEB5B9BB2E68884C03363204155FF319F3F7EBA0D270AB3450D250621AE607795A64C6DD3741379F38EB
tools\tools\share\man\man1\xzdec.1.gz
md5: 2012BBA3798F2DEE2871ABAE109B2E6B | sha1: 26FCAD9E49F1A344E5A9D1CCF38B05176508E0D4 | sha256: A8365CC214524B33516663D4EC174FC56B38826426281BFE6394068947A166A8 | sha512: 2891B4EF7C32D961C9E1A78B1BDE131FD2E8C6F98D78A19DC36AC0D4743C02343278D51223F03BE9FAA84F2BA7810AABC5F74A9B824DAB51DBDAE5F0F2D9131E
tools\tools\share\man\man1\xzdiff.1.gz
md5: A481724DA5941F2A7F27F96211725036 | sha1: 0DDCF51AC2C22979D534D235392616C61499B6D5 | sha256: E2FE902CE8AC87799DF0529B9590C6FF7C3CA474B482A4A2808E508513B8A105 | sha512: DC43360E80856A57ACE6D358EB21493271649000BFD1EEB5B9BB2E68884C03363204155FF319F3F7EBA0D270AB3450D250621AE607795A64C6DD3741379F38EB
tools\tools\share\man\man1\xzegrep.1.gz
md5: BBDFCDD71EA852D4D22D7D3BE4E92404 | sha1: 68FF3C1A298CB0451C2D04B6FA20F3794A949361 | sha256: A94EC3AE3C9D01A11CA59AECB9F3533032789AC461764640115F808A317994EB | sha512: 8575DCAB44979BA387E6595ECABD6BC234B662509E3FD22A74793F3F4D4511779B7564D1138242D3D1E4115D52BEBF8D4B81685675F161E55E1CC74CFB2D1735
tools\tools\share\man\man1\xzfgrep.1.gz
md5: BBDFCDD71EA852D4D22D7D3BE4E92404 | sha1: 68FF3C1A298CB0451C2D04B6FA20F3794A949361 | sha256: A94EC3AE3C9D01A11CA59AECB9F3533032789AC461764640115F808A317994EB | sha512: 8575DCAB44979BA387E6595ECABD6BC234B662509E3FD22A74793F3F4D4511779B7564D1138242D3D1E4115D52BEBF8D4B81685675F161E55E1CC74CFB2D1735
tools\tools\share\man\man1\xzgrep.1.gz
md5: BBDFCDD71EA852D4D22D7D3BE4E92404 | sha1: 68FF3C1A298CB0451C2D04B6FA20F3794A949361 | sha256: A94EC3AE3C9D01A11CA59AECB9F3533032789AC461764640115F808A317994EB | sha512: 8575DCAB44979BA387E6595ECABD6BC234B662509E3FD22A74793F3F4D4511779B7564D1138242D3D1E4115D52BEBF8D4B81685675F161E55E1CC74CFB2D1735
tools\tools\share\man\man1\xmlcatalog.1.gz
md5: AD6600FAD7B5CFF687D969EDA674BD87 | sha1: 9654B143A94D1E39A9378FF6940CAA0D8A9175A6 | sha256: 579779594D0843F978BD610CE144D0E3874D17136967FB403BD734356405FEFB | sha512: 89F0F0FCAA187FB2317750899071976438508D5E4D2D22F7EAEA36916E3C9CCDFBAA3F2813118B9DF2198FF71EB60C100DF50DBA69E19436BD57E69A7C6EF1E7
tools\tools\share\man\man1\xmllint.1.gz
md5: 95CDD3E2592BF2B063F11768A5A4EBF1 | sha1: 4E19AE9F2946CC7A124AF374D2D2FF1918F757E4 | sha256: 5974236F0740926FE974BAF81E83F67BBE2DF201EF3871A7A5A44C961D8DF6D5 | sha512: 0F0E6848FE84612D8AE74614F7F0E4DB1A8000DA37FDBCE42F9790400A567BA28E2C901BC3C3CFD8865BE7926C3346F04D438A87D22C0C7E15D811484666BA82
tools\tools\share\man\man1\xmlwf.1.gz
md5: EE223879B7707B5D811CC111F494E62A | sha1: 707DAFCB04AAD127FF0E02E270F8739B7A353143 | sha256: EE831CA3BAD458825FED64464B015741773645DAA144AC42B8CF756F5C91C370 | sha512: D9D5614DDFDF3D6F16801F0074A7C089B26A6D49306B755375E494197EE79142E4AD957BC1EC3F0750B1CC7F68C655BEC1C007E4F5F1D8D8A14CFD54208CC46A
tools\tools\share\man\man1\xz.1.gz
md5: FF298618DA4B9C59AC50689994BA948E | sha1: EC4DEBC121DB4F5EE2C1787C1DDE3F7FB60D946F | sha256: CC0CD3A0D572851C516B9879DA1852A5C24D11C584508F05C7FE9EA877B53770 | sha512: 9CB4D13ED1B9C24BC0FBD12EF8F6D8A0EFEDBD18C53EC95C600EBD7454FFD412BD53C1AA8301CBD8AB38D614DE3E11715CDC28670C843963B348D5FB25AD1274
tools\tools\share\siril\gtk_old.css
 
tools\tools\share\siril\pixmaps\list_dark.png
 
tools\tools\share\siril\pixmaps\mirrorx.png
 
tools\tools\share\siril\pixmaps\mirrorx_dark.png
 
tools\tools\share\siril\pixmaps\mirrory.png
 
tools\tools\share\siril\pixmaps\mirrory_dark.png
 
tools\tools\share\siril\pixmaps\monochrome.png
 
tools\tools\share\siril\pixmaps\monochrome_dark.png
 
tools\tools\share\siril\pixmaps\mtf.png
 
tools\tools\share\siril\pixmaps\mtf_dark.png
 
tools\tools\share\siril\pixmaps\neg.png
 
tools\tools\share\siril\pixmaps\neg_dark.png
 
tools\tools\share\siril\pixmaps\r.png
 
tools\tools\share\siril\pixmaps\remove1.png
 
tools\tools\share\siril\pixmaps\rotate-acw.png
 
tools\tools\share\siril\pixmaps\rotate-acw_dark.png
 
tools\tools\share\siril\pixmaps\rotate-cw.png
 
tools\tools\share\siril\pixmaps\rotate-cw_dark.png
 
tools\tools\share\siril\pixmaps\scale-slider-horz.png
 
tools\tools\share\siril\pixmaps\siril.svg
 
tools\tools\share\siril\pixmaps\siril_1.svg
 
tools\tools\share\siril\pixmaps\siril_logo.svg
 
tools\tools\share\siril\pixmaps\starfinder.png
 
tools\tools\share\siril\pixmaps\starfinder_dark.png
 
tools\tools\share\siril\pixmaps\sum.png
 
tools\tools\share\siril\pixmaps\sum_dark.png
 
tools\tools\share\siril\scripts\DSLR_preprocessing.ssf
 
tools\tools\share\siril\scripts\DSLR_preprocessing_Cosmetic.ssf
 
tools\tools\share\siril\scripts\DSLR_Preprocessing_Drizzle.ssf
 
tools\tools\share\siril\scripts\DSLR_preprocessing_Drizzle_Cosmetic.ssf
 
tools\tools\share\siril\scripts\DSLR_Preprocessing_NoDark.ssf
 
tools\tools\share\siril\scripts\DSLR_Preprocessing_NoFlat.ssf
 
tools\tools\share\siril\scripts\DSLR_Preprocessing_NoFlat_NoDark.ssf
 
tools\tools\share\siril\pixmaps\b.png
 
tools\tools\share\siril\pixmaps\chain.png
 
tools\tools\share\siril\pixmaps\cm.png
 
tools\tools\share\siril\pixmaps\curve.png
 
tools\tools\share\siril\pixmaps\export.png
 
tools\tools\share\siril\pixmaps\export_dark.png
 
tools\tools\share\man\man1\xzless.1.gz
md5: 32823D8143EBA15B6C3D79AB06CE5984 | sha1: 31071B4FBD598E3F8B8875F0AA9F454DF5E42FC6 | sha256: C8D18F6125245E34E40F840F346A55404B3D8910682232A7CD89AC105FE8D112 | sha512: 91A8DFA53A4E40FE2289AB6C4F9EA5968BFB0F984948C7DE2B417B49BA3150401377C5F5F054CDD9BD5BA579CEF73C63FAF39FD4C54ABD45070256A35D5C3E42
tools\tools\share\man\man1\xzmore.1.gz
md5: 1FB47F478734A4630377D6315B589E84 | sha1: A9266FB0256987871A64E264005366FAE5A51CAA | sha256: 7F4AD5D4263CBEE6DFF1787A1E95011BE60894CB86495A99331B4D4A6135FAAC | sha512: 3C253BE7E155511DCA18DBBE279D09B8FC97DB5DCDEEEA5723FAC5FDF5B327CB24B311747591668D0D33B97E56E36735B9566AF3C06BAC627F2FDA5DA77AFC2C
tools\tools\share\man\mang\siril.1.gz
md5: DAE68035606FEA113BA4FEAB2AC4921F | sha1: 44E09203AA8A7DD856AC47AB85E73F9F961E1A82 | sha256: AFC00364C32536DF403941DBEB79B915D85442EEC408F938FA5DF2CB097FD4F5 | sha512: E6435C69C65585127DB9C3437A271BBE05355448C4058A93CB02660DEF6E1689B2A52E9A8B3EC1C8AD88B0778E6F0E43E106778DE69EE044418CC60FF340B9E9
tools\tools\share\man\man1\x86_64-w64-mingw32-nghttpd.1.gz
md5: F5D815A8DA4724E3166F96B8D1FA0904 | sha1: DEBEBAA35307360273EEDE8BFAA47B5BFE10218F | sha256: BA21AC5C6331189F69CBF7C35F73E893BCBDA6C161BA5984F8635230D9D51C64 | sha512: BE55BA8701DE5BAB6C5815FE02F6C795F161B2A170C8E963AB628A1E1977108F351BCC91E0D2353678016CFC375C68A7E2FA1A6D84B60653329DEA7991E9D8F8
tools\tools\share\man\man1\x86_64-w64-mingw32-nghttpx.1.gz
md5: 0F60FF14E4F77665629007D4E44365F4 | sha1: 93AFBFD2D08D350617E4B3F54AF374616DB501A0 | sha256: 81F5D6B78C891E086D66D5EF9B6997E9A56A329C368C154B1E038D698218A152 | sha512: F8D6F45FBDA81AA169551E13BCC98CB491F32B19E61F95905F9A7B2493B2D62546E7582EE1C34B19C82D5189FBC767487F5C4EDD30D155DFF575C2E1B67E3018
tools\tools\share\man\man1\x86_64-w64-mingw32-reset.1.gz
md5: E7AD8D3527BAB85139AA1E69A614623E | sha1: 295836499D535402EB2A3CAC63EC34624857F317 | sha256: F91DF10982CE038A3C81B49BF53E5611E7DCE5ADAB20FD0518328A589F591541 | sha512: 932EC6FE3DDECD6890AAB2112FAB9F05315A0C7D5EB686503FB02B83ECA48B1FFC588C9BFAE105D052671B4B3FD913F6F472F0E573A889E1AE96D447A7E46F1E
tools\tools\share\man\man1\x86_64-w64-mingw32-tabs.1.gz
md5: D79F7FB31D94A5156F38F9892F2CE80F | sha1: 3EA121E8B2B330112B2F93AA31A12AFBFDFCD9BB | sha256: 8F5CE178C4F23418EB3EACBAF93EC07B067DE210F131A257322738E96970CF88 | sha512: 8CF39E6392C4CC43DFFE0814ED5AE467CCBC9E2D5D09BEBFCA12AFD82654DB45FE90A97FDEFC5773139C342A97A264B8755BCD83E6ED32CB31D4A7EF4EAE5D43
tools\tools\share\man\man1\x86_64-w64-mingw32-tic.1m.gz
md5: 0D7FC238DE96DB38FDBCB89D7C5A156B | sha1: E838387003E6B2D77E6224E52834AF2B5344AD76 | sha256: 124166E5591120DCF346C5D7113A39F8775451620BA00F3FB5B8A25B26D7B4D9 | sha512: ADFBDBABE2CA08EFA96B1569B65A5214E4BD1B63EAD8683105B6D2E106AC87A3703AB57A814FAE9C9571D71D81F19D866250152673E0A2C93C908F94A016791F
tools\tools\share\man\man1\x86_64-w64-mingw32-toe.1m.gz
md5: 8812794717C8E7B803F4604D462CE3B1 | sha1: 8C760E43356911289CFFA283FB8A4659C2133A1C | sha256: B2C5355B02F207441C703066681CD13AF4CC28B46D49BC5E13ADA731FA972A86 | sha512: 9E7DDF64473EA4F2B7D7BB02B95B8B3E2A5277AC2153987C2EA5CBE7AE7350C7E662484249B4525809D1BAAEC9DD46B9449B102D900653BC6C6E6AFA33FAECB4
tools\tools\share\man\man1\x86_64-w64-mingw32-tput.1.gz
md5: E7AD8D3527BAB85139AA1E69A614623E | sha1: 295836499D535402EB2A3CAC63EC34624857F317 | sha256: F91DF10982CE038A3C81B49BF53E5611E7DCE5ADAB20FD0518328A589F591541 | sha512: 932EC6FE3DDECD6890AAB2112FAB9F05315A0C7D5EB686503FB02B83ECA48B1FFC588C9BFAE105D052671B4B3FD913F6F472F0E573A889E1AE96D447A7E46F1E
tools\tools\share\man\man1\x86_64-w64-mingw32-tset.1.gz
md5: 29EB37FD020EE110F571662D6E63C4B7 | sha1: 641367AD8C78CE610F476874127FC795BAEA3A30 | sha256: 39B69FC96E307CA33AAA22E52B3A62B7F3E8E0B2707BD7D237E09127ACF996F2 | sha512: 84A064F4C3012DCB49C42B55F52019C356024634A5382DBBEC9514984C66BBBF79755231B62ED15A5B74DB3065D98FAED731AB150B1AF3ADF658CA6EF2F745ED
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-captoinfo.1m.gz
md5: DECA102E715645F64EE542C1251CD17C | sha1: 7733A10A6FFC82F38BBC3D20CA09D8C3A14AAD38 | sha256: 6F91B6ECAC60C8B98FA74D10A62D9A6D9D4DC68977DC5E09905B846B7FFF23A8 | sha512: 309A8DBDA19AE866FAC34B3A84660C06AA22347F5E26D86E8E02215DB1056C7B24FC7BEFA083EE9ED8ABEDF35207993BD1BDD9A05DF34B6A44B5AFA129A40B8A
tools\tools\share\man\man1\x86_64-w64-mingw32-x86_64-w64-mingw32-clear.1.gz
md5: 20E3CA7FB6E8D080AA71D5F4DA9F96E5 | sha1: 82EF51A26545181DD408988F84EC7330B332FCC3 | sha256: 02A6508A1F1125DB799E2D64119CE4D9A28A83B8B21673D367DA57868CF7543B | sha512: B43F98676EB88614F84CB83ADE74E53BAEF1ABCED9D37377C48395B811176FB24E8185CC10C46FFD98FD59794FEA7B405A335618349FB48A1F0068CF9C518250
tools\tools\share\siril\pixmaps\g.png
 
tools\tools\share\siril\pixmaps\grid.png
 
tools\tools\share\siril\pixmaps\histo.png
 
tools\tools\share\siril\pixmaps\list.png
 
tools\tools\share\siril\gtk.css
 
tools\tools\share\siril\scripts\DSLR_Preprocessing_NoFlat_NoDark_NoBias.ssf
 
tools\tools\share\siril\siril3.glade
 
tools\tools\ssl\cert.pem
 
tools\tools\ssl\certs\ca-bundle.crt
 
tools\tools\ssl\certs\ca-bundle.trust.crt
 
tools\tools\ssl\ct_log_list.cnf
 
tools\tools\ssl\ct_log_list.cnf.dist
 
tools\tools\ssl\openssl.cnf
 
tools\tools\ssl\openssl.cnf.dist
 
tools\tools\VERIFICATION.txt
This software is distributed under GPL 3 which allows to distribute original or modified (derivative) works.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
SIRIL 0.99.10 98 Saturday, September 11, 2021 Approved
SIRIL 0.99.6 164 Wednesday, November 4, 2020 Approved
SIRIL 0.9.12 236 Thursday, June 11, 2020 Approved

Released November 4, 2019

New features:

  • split CFA feature
  • status (line currenty executed) is displayed in a statusbar
  • export is now available for sequences
  • new filter: Contrast Limited Adaptive Histogram Equalization (often referred to as CLAHE)
  • to open a sequence by double-clicking on seq file in file explorers

Improvements:

  • dialog windows management
  • tool refactoring
  • new strategies for memory management, user can choose in the settings what amount to use
  • new photometric catalog for color calibration (APASS)

Bug fixes:

  • stat computation on 3-channel FITS
  • free memory computation on Windows
  • a bug in RGB compositing mode, now allowing users to use multichannel image tools
  • crash after deconvolution of monochrome images
  • a bug in astrometry when downloaded catalog was too big

This package has no dependencies.

Discussion for the SIRIL Package

Ground Rules:

  • This discussion is only about SIRIL and the SIRIL package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or SIRIL, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus