Chromium Code Reviews| Index: docs/kde_support.md |
| diff --git a/docs/kde_support.md b/docs/kde_support.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ba6f06422136479a0701a3e8903ff00251edbf17 |
| --- /dev/null |
| +++ b/docs/kde_support.md |
| @@ -0,0 +1,16 @@ |
| + 1. summary notes related to supporting KDE |
| + |
| +Chrome uses GTK for its UI and follows the look of Gnome apps, but we attempt to integrate with KDE and non-KDE/Gnome systems where possible. |
| + |
| +## Appearance |
| + * [Chrome theme to match 'Sky' KDE theme](http://kde-look.org/content/show.php/KDE4+Google+Chrome+Theme+'Sky'?content=116811) |
| + * [Air theme](http://www.kde-look.org/content/show.php/Air+theme+for+chromium+browser?content=116057) |
| + |
| +## Proxy Settings |
| +Chrome should pull your proxy settings from the KDE-wide settings. |
| + |
| +## Passwords |
| +XXX fill me in with kwallet integration notes |
|
Bons
2015/08/20 20:16:50
delete. file is incomplete.
|
| + |
| +## File Pickers |
| +Does [KGtk](http://www.kde-apps.org/content/show.php?content=36077) work? Is there something better we can do here? One place suggests shelling out to kdialog... |