]> Shamusworld >> Repos - ardour-manual/blob - include/kde-plasma-5.html
dc15947847d1892b374d29de39958317a64a0be9
[ardour-manual] / include / kde-plasma-5.html
1 ---
2 title: KDE Plasma 5
3 ---
4
5 <p>
6   Under <dfn>KDE Plasma 5</dfn>, plugin and various other windows will not stay
7   on top of any main window; therefore a workaround is required.
8 </p>
9
10 <h2>Workaround for ancillary windows not staying on top in KDE Plasma 5</h2>
11
12 <p>
13   In order to force ancillary windows in Ardour to stay on top, the following
14   steps are necessary:
15 </p>
16
17 <ol>
18   <li>Launch the <kbd class="menu">System Settings</kbd> application.</li>
19   <li>Open <kbd class="menu">Workspace &gt; Window Managment</kbd>.</li>
20   <li>Select <kbd class="menu">Window Rules</kbd> in the left-hand sidebar. It
21   should default to the <kbd class="menu">Window matching</kbd> tab.</li>
22   <li>Click on the <kbd class="menu">New...</kbd> button.</li>
23   <li>On the line that says <kbd class="menu">Window class (application)</kbd>,
24   set the combo box to <kbd class="menu">Substring Match</kbd> and type <kbd
25   class="user">ardour</kbd> in the text entry field.</li>
26   <li>In the list box that is labeled <kbd class="menu">Window types:</kbd>,
27   click on the option <kbd class="menu">Dialog Window</kbd>, then press and
28   hold <kbd>Ctrl</kbd> while clicking on the second option <kbd
29   class="menu">Utility Window</kbd>.</li>
30   <li>Select the <kbd class="menu">Arrangement & Access</kbd> tab.</li>
31   <li>Check the box next to the <kbd class="menu">Keep above</kbd> option. On
32   the same line, select <kbd class="menu">Force</kbd> from the combo box, then
33   click on the <kbd class="menu">Yes</kbd> radio button for that line.</li>
34   <li>Click on the <kbd class="menu">OK</kbd> button to dismiss the dialog.
35   </li>
36 </ol>
37
38 <p>
39   At this point you can close the <kbd class="menu">System Settings</kbd>
40   application.
41 </p>
42
43 <h3>Background Info</h3>
44
45 <p>
46   <a href="https://bugs.kde.org/show_bug.cgi?id=172615#c26">According to one of
47   the lead KDE developers</a>, they are not willing to follow the <abbr
48   title="Inter-Client Communication Conventions Manual">ICCCM</abbr> standard
49   for utility windows. Apparently they are alone in this understanding, as
50   plugin windows on Ardour under Linux work out of the box on every other <abbr
51   title="Window Manager">WM</abbr> out there.
52 </p>
53
54 <p>
55   Under KDE 4, there was a workaround in Ardour (<kbd class="menu">Preferences
56   &gt; Theme &gt; All floating windows are dialogs</kbd>) that would "trick"
57   KDE into forcing certain window types to be on top of their parent windows,
58   but this no longer works under KDE Plasma 5.
59 </p>
60
61