Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:gsoc_2021:start [2022/01/04 21:31] – created alexxconsprojects:gsoc_2021:start [2022/02/27 08:18] (current) – [Improve Thunar] thunar#351 is closed mshrimp
Line 105: Line 105:
     * In a second step, default UCA's could be added from the [[https://docs.xfce.org/xfce/thunar/custom-actions|wiki page]]     * In a second step, default UCA's could be added from the [[https://docs.xfce.org/xfce/thunar/custom-actions|wiki page]]
     * Code in Xfdesktop, the desktop manager, would also need to be modified to handle disabled UCA's.     * Code in Xfdesktop, the desktop manager, would also need to be modified to handle disabled UCA's.
-  * [[https://gitlab.xfce.org/xfce/thunar/-/issues/351|Introduce rate limiting to recursive build of tree-view]]+  * <del>[[https://gitlab.xfce.org/xfce/thunar/-/issues/351|Introduce rate limiting to recursive build of tree-view]]</del>
     * **[Difficulty: medium] [Required Skills: C, Gtk] [Possible Mentors: Alexander Schwinn]**     * **[Difficulty: medium] [Required Skills: C, Gtk] [Possible Mentors: Alexander Schwinn]**
     * In the past we had alot of bugs related to tree-view (sidepane) letting CPU run at 100%. The reason is, that building the file-tree is a complex procedure which has a lot of corner cases, embedded in an recursive call. Errors  during tree buildup occasionally led to infinite tree-walk, blocking a single core.     * In the past we had alot of bugs related to tree-view (sidepane) letting CPU run at 100%. The reason is, that building the file-tree is a complex procedure which has a lot of corner cases, embedded in an recursive call. Errors  during tree buildup occasionally led to infinite tree-walk, blocking a single core.