Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
defoma-app(1)
Edit
PageHistory
Diff
Info
LikePages
defoma-app !!!defoma-app NAME SYNOPSIS DESCRIPTION COMMANDS OPTIONS SEE ALSO ---- !!NAME defoma-app - configure a specific application about fonts registered in Debian Font Manager. !!SYNOPSIS __defoma-app__ [[''options''] __clean__ ''application [[category..]''__ defoma-app__ [[''options''] __update__ ''application [[category..]''__ defoma-app__ [[''options''] __purge__ ''application''__ defoma-app__ [[''options''] __ignore__ ''application [[category..]'' !!DESCRIPTION __defoma-app__ is a tool to configure the fonts registered in Defoma, Debian Font Manager, for a specific application. Defoma calls the Defoma-configuration script of the specified application with register or unregister command for each of the fonts registered in the categories accepted by the application. It is supposed to be invoked from postinst/prerm scripts of application packages, but may be invoked from console. ''application'' specifies the name of the application that is going to be configured. The specified application must have ''application-name''.defoma perl script under /usr/share/defoma/scripts. If ''category'' is specified, only the fonts in the specified categories get processed. Oth- erwise all the fonts in all the categories accepted by the application get processed. !!COMMANDS __update__ Update the configuration of the specified ''applica- tion'' about the fonts registered in the specified ''category''. ''category'' can be omitted. When it is specified and the specified category is set __ignored__ (to be mentioned later), __ignore__ flag gets unset so the category gets updated. Internally the Defo- ma-configuration script of the application gets called with __unregister__ command first and then with __register__ command for each font of the category. Some directories and symlinks specified in the header of the script might be generated automati- cally. This command should be invoked when the Defoma-con- figuration script is newly installed or updated so that the script gets installed to Defoma data di- rectory and the fonts get configured to the appli- cation. It means it is supposed to be invoked on the postinst configure phase. __clean__ Clean up the configuration of the specified ''appli- cation'' about the fonts registered in the specified ''category''. ''category'' can be omitted. Internally the Defoma-configuration script of the application gets called with __unregister__ command for each font of the category. __purge__ This command is almost the same as __clean__ command. It only differs on removing the script installed in the defoma data directory and some directories and symlinks if any was generated in the update command before. This command should be invoked when the Defoma-con- figuration script is going to be removed so that the script gets removed and the font configuration gets cleaned. It means it is supposed to be invoked on the prerm remove phase. __ignore__ This command makes the speficied ''application'' not use the fonts registered in the specified ''category''. It removes the fonts in the category out of the font configuration and sets the `ignore' flag against the category in order to make the Defo- ma-configuration script of the application not ac- cept fonts in the category. If ''category'' is omitted, all categories gets ignored. To unset the `ignore' flag, run defoma-app with __update__ command and the category against which you want to unset the flag. !!OPTIONS __-t__ Exit with true value (0) even if error occurs. __-v__ Verbose output. __-d__ Debug/Testing mode. __-q__ Quiet output. !!SEE ALSO defoma(1). ----
2 pages link to
defoma-app(1)
:
Man1d
defoma(1)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.