ConsoleUser

Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com

This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.

All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.

class FluxboxPlatform.FluxboxPlatform(system, config)

This is the parent class for working on Fluxbox Window Manager.

All tasks should be generally independent, but it was originally developed using Fedora 20 and Xvnc.

expand_program_menu()

This doesn’t mean anything on Fluxbox, so just return True

handle_load_dialog(path)

After load() or some other method opens a dialog to select a file to load, this method will navigate that dialog to the correct path.

Parameters:

  • path: the string path to the file to load

open_start()

Fluxbox doesn’t have a “Start Menu” per se, but right clicking on the desktop does open a menu that lets many apps be launched similar to the Windows Start Menu.

try_config()

Stub so platforms don’t choke and die if this is called and they don’t know how to configure themselves.