Drakconf development
From Mandriva Community Wiki
The Mandriva Linux Control Center (or MCC) also named
drakconf is a bundle of configuration tools created by Mandriva with the aim of making the system's configuration easier. It is an extremely important program in Mandriva Linux since it is appreciated and used my almost all of the users of the distribution.
PCLinuxOS is a distribution based on Mandriva. They also rely on drakconf and customized it to reflect the distribution's appearance.
Contents |
Technical information
How is the tool coded?
Extra information
SVN and useful links
- Trunk files
- Branches per distribution versions
- Development and version functionalities changes
- Doc4 package information
Package dependencies
| Provides | Requires | Suggests |
|
|
|
Old content
What should de done with the following content? Developers please decide.- keyboard navigation
- intercept style_set signal to not be messed up
- better bidi support on left icons (use std widgets ?)
- better accessibility => need to use std wizards rather than our own DrawingArea
- pack Image + Label into an EventBox rather than drawing our own DrawingArea (pb: how to get the same background as current)
- try to display tabs and pack images+text on tabs (pb: how to meask notebook content and not its tabs ?)
- forbid embedding for cjk?
- fix transcientness for embedding tool (gtk+ bug) or use XSetTransientFor() for modal subwindows: http://bugzilla.gnome.org/show_bug.cgi?id=105972
- replace "monitor configuration" button by a non kde one
- move tool names from description to tips
- small screen: disallow embedding for small screens, be wider for big screens
- mcc: add support for 3rd party softwares
foreach (glob("$mcc_dir/pkgs/*.cfg")) {
eval {
my $entry = do $_;
}
}

