From: <dom...@us...> - 2015-11-02 17:44:49
|
Revision: 768 http://sourceforge.net/p/fvwm-crystal/code/768 Author: dominique_libre Date: 2015-11-02 17:44:47 +0000 (Mon, 02 Nov 2015) Log Message: ----------- The man pages viewer have now their name into the tittle bar. Some documentation updates. Modified Paths: -------------- ChangeLog asciidoc/ApplicationDatabase asciidoc/FAQ asciidoc/KeyboardBindings asciidoc/MouseBindings asciidoc/fvwm-crystal fvwm/components/functions/Developer-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-29 18:19:40 UTC (rev 767) +++ ChangeLog 2015-11-02 17:44:47 UTC (rev 768) @@ -3,6 +3,9 @@ Version 3.4.0 ------------- +Lundi 2 novembre 2015 + functions/Developer-Menu: The man pages viewer have now their name into the tittle bar. + Jeudi 29 octobre 2015 scripts/PrefVars/PrefVars: fix media files editing. addons/fvwm-crystal.pot, functions/Developer-Menu, Modified: asciidoc/ApplicationDatabase =================================================================== --- asciidoc/ApplicationDatabase 2015-10-29 18:19:40 UTC (rev 767) +++ asciidoc/ApplicationDatabase 2015-11-02 17:44:47 UTC (rev 768) @@ -2,7 +2,7 @@ ====================== :doctype: manpage :man source: ApplicationDatabase -:man version: 3.2.5 +:man version: 3.4.0 :man manual: FVWM-Crystal NAME @@ -186,7 +186,7 @@ fvwm-crystal.apps (C) 2005 by Rafal Bisingier bugfixes 2008-2013 by Dominique Michel -fvwm-crystal.generate-menu (C) 2008-2013 by Dominique Michel +fvwm-crystal.generate-menu (C) 2008-2015 by Dominique Michel <dom...@us...> Modified: asciidoc/FAQ =================================================================== --- asciidoc/FAQ 2015-10-29 18:19:40 UTC (rev 767) +++ asciidoc/FAQ 2015-11-02 17:44:47 UTC (rev 768) @@ -2,7 +2,7 @@ =================== :doctype: manpage :man source: FAQ -:man version: 3.2.8 +:man version: 3.4.0 :man manual: FVWM-Crystal NAME @@ -55,7 +55,9 @@ 2.8: Why there is no application panel on the desktop? +2.9: How can I get the error log of FVWM-Crystal + 3. Usage. ~~~~~~~~~ 3.1: Where can I start some prefered application at startup? @@ -64,7 +66,7 @@ 3.3: How can I have a tear off menu? -3.4: How can I record madias with mplayer? +3.4: How can I record medias with mplayer? 3.5: The Music menu get screwed. What can I do about this? @@ -94,7 +96,7 @@ 1.1 Q: What is FVWM-Crystal? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: It's a set of FVWM configuration files, some Python and shell scripts, a set of application icons and images. This combination produces a fairly decent and customized Linux desktop using FVWM as it's basic component. With additional file managers, such as Thunar ROX-Filer or Nautilus (from GNOME Project) you can create useable and good-looking Linux desktop environment. +A: It's a set of FVWM configuration files, some Python and shell scripts, a set of application icons and images. This combination produces a fairly decent and customized Linux desktop using FVWM as it's basic component. With additional file managers, such as Thunar ROX-Filer or Nautilus (from GNOME Project) you can create usable and good-looking Linux desktop environment. 1.2 Q: Who are the authors? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -175,7 +177,7 @@ - a music player - AlsaPlayer, XMMS2 , QuodLibet, cdcd, MPlayer, cmus, audacious or MPD are supported -- graphical file manager - Thunar, ROX-Filer or Nautilus +- some file manager - Thunar, ROX-Filer, Nautilus, worker, mc krusader, xfm, 4Pane, ranger, pcmanfm, gentoo, konqueror, emelfm2dolphin and spacefm are supported directly. The other can be supported via custom commands in the preferences of the FVWM_Crystal desktop manager. Here are URLs for applications specified above: @@ -232,23 +234,22 @@ 2.3 Q: How to install FVWM-Crystal from distributed packages? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: Unpack fvwm-crystal-X.Y.tar.gz to an empty directory. After that cd into unpacked directory and execute: +A: Unpack fvwm-crystal-X.Y.tar.gz to an empty directory. After that cd into the unpacked directory and execute: ---- make install ---- -By default Crystal will be installed in /usr/local directory. You can select destination directory using: +By default Crystal will be installed in /usr/local directory. You can select another destination directory using: ---- make prefix=/usr install ---- After successful installation you can copy sample *~/.Xresources* file from *addons/* directory of the FVWM-Crystal package, if you don't have -one. A Xsession desktop file will be installed into /usr/share/xsessions, so -any graphical login manager should be able to select FVWM-Crystal as your -desktop. +one. A Xsession desktop file will be installed into /usr/share/xsessions, making possible to select FVWM.Crystal with +any graphical login manager. 2.4 Q: How to install FVWM-Crystal from subversion repository? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: You need to create a local copy of a darcs repository by issuing command: +A: You need to create a local copy of the subversion repository with: ---- svn co svn://svn.code.sf.net/p/fvwm-crystal/code/ fvwm-crystal ---- @@ -286,7 +287,10 @@ A: If you are using *startx* for running your X session, copy the file *addons/Xsession* from FVWM-Crystal package to your ~~/.Xsession or ~~/.xinitrc file. In other words, you need to start *fvwm-crystal* script, -*fvwm* or *fvwm2* will not work, because FVWM-Crystal has it's main configuration files in different place than FVWM. +*fvwm* or *fvwm2* will not work, because FVWM-Crystal has it's main configuration files in different place than FVWM. That imply the last line of your .xinitrc file should contain: +---- +exec fvwm-crystal +---- If you are using a graphical login manager like *GDM*, just select *FVWM-Crystal* in the Session menu. @@ -307,6 +311,18 @@ chmod -R a+rx <installpath>/Applications ---- +2.9 Q: How can I get the error log of FVWM-Crystal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: The best way is to run FVWM-Crystal with startx. The last line of your .xinitrc file should be: +---- +exec fvwm-crystal 2>.errors.fvwm-crystal +---- +The log of fvwm-crystal will be in the file ~/.errors.fvwm-crystal. The verbosity of the log can be reduced in the preferences: +---- +Preferences -> Silent operations +---- + + 3. Usage -------- @@ -349,6 +365,12 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: According to Thomas Adam, auto-generated menus in FVWM are very sensitive to special characters. You must change all the special characters in the directories and folders names where FVWM will search for your media files. +I get more troubles with these menus when using icons into them, so I added a perference: +---- +Music -> Player -> Icons into the file navigator +---- +You should get much better results when the icons are off. + 3.6 Q: Mplayer doesn't show the movie I selected into the menu. Why? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A; You are watching something else. The file(s) was just added into mplayer's internal playlist. Press Enter or chosse Next in the menu. Only the DVB and DVD sources will play instantly. @@ -396,11 +418,13 @@ 3.10 Q: How to customize the application menu? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: First, take a look at the documentation: Main FVWM-Crystal menu -> FVWM-Crystal documentation -> Application Database. - +A: First, take a look at the documentation: +---- +Main FVWM-Crystal menu -> FVWM-Crystal documentation -> Application Database. +---- The application menu use a priority system based on the file name. -With the default priority of 0, the file name will begin with ~prog_name~*. By renaming it to 10~prog_name~*, you will give it a more important priority than ~prog2~*, and less priority than 20~prog3~* +With the default priority of 0, the file name will begin with *~prog_name~Prog_name*. By renaming it to *10~prog_name~Prog_name*, you will give it a more important priority than *~prog2~Prog2*, and less priority than *20~prog3~Prog3* FVWM-Crystal comme with a collection a preconfigured menu entries. You will find them in /usr/fvwm-crystal/fvwm/applications/* and can copy them into @@ -433,7 +457,7 @@ ---- They will be mounted at boot and the +users+ tag will let you mount and umount them as user. -- For the USB and Firewire devices not present in the fstab, you must install pmount. pmount-gui is also supported. They will be mounted in /media. You mwy want to install uam too. +- For the USB and Firewire devices not present in the fstab, you must install pmount. pmount-gui is also supported. They will be mounted in /media. You may want to install uam too. - For the CD/DVD devices and much more, install and configure autofs. @@ -441,7 +465,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: This form use the BROWSER variable. If it don't exist, FVWM-Crystal will launch a dialog where you can set it, that at start time. If it is set to a wrong value, -the will use it and do nothing. +it will do nothing. You can set it in your ~/.bashprofile file: ---- Modified: asciidoc/KeyboardBindings =================================================================== --- asciidoc/KeyboardBindings 2015-10-29 18:19:40 UTC (rev 767) +++ asciidoc/KeyboardBindings 2015-11-02 17:44:47 UTC (rev 768) @@ -2,7 +2,7 @@ =================== :doctype: manpage :man source: KeyboardBindings -:man version: 3.3.3 +:man version: 3.4.0 :man manual: FVWM-Crystal NAME @@ -65,7 +65,7 @@ entries, Enter to select an entry and Escape to close the menu. *Alt + A*:: - Opens a XDG applications menu which contains a list of avaible + FVWM>2.6.5: Opens a XDG applications menu which contains a list of avaible applications. You can use the same keys than with the 2 other menus. @@ -74,11 +74,11 @@ *Alt + Escape*:: Swiches between two last used pages of the desktop. -*Alt + F1, F2, F3, F4, F5, F6, F7, F8*:: - Switches to the selected page of the desktop, from 1 to 8. +*Alt + F1, F2, F3, F4, F5, F6, F7, F8. F9*:: + Switches to the selected page of the desktop, from 1 to 9 as selected in the preferences. -*Alt + Shift + F1, F2, F3, F4, F5, F6, F7, F8*:: - Moves active window to selected page, from 1 to 8. +*Alt + Shift + F1, F2, F3, F4, F5, F6, F7, F8, F9*:: + Moves active window to selected page, from 1 to 9. *Alt + [*:: Go to the page on the left side of the current one. @@ -108,7 +108,10 @@ h k j l +*Alt + E*:: + Launch the Expose clone + Window and icon list: --------------------- *Alt + Tab*:: @@ -175,7 +178,13 @@ *Alt + Shift + / (slash)*:: Toggles sequential/random playback +*Alt + P*:: + Toggle the display of the media player. With mplayer, it will display the file name. +*Alt + S*:: + Toggle the display of the audio mixer and QJackCtl. + + Multimedia keys: ---------------- Not all the media players/mixers support all the following bindings. @@ -302,6 +311,10 @@ *Alt + Home*:: Move mouse cursor to "home position" - top left corner of the screen. +*Alt + O*:: + Shut down the screen. + + Note: ----- If you want to modify some bindings, the best place is to put them into @@ -338,15 +351,15 @@ For the signification of the modifiers, read the key and mouse commands description into `man fvwm`, as well than the output of - +---- less "${FVWM_SYSTEMDIR}"/components/functions/Keyboard-Modifiers +---- +while FVWM-Crystal is running. -when FVWM-Crystal is running. - AUTHORS ------- -Documentation written by Maciej Delmanowski <ha...@be...> -and ported to asciidoc by Dominique Michel +Documentation written by Maciej Delmanowski <ha...@be...>, +updated and ported to asciidoc by Dominique Michel <dom...@us...> Modified: asciidoc/MouseBindings =================================================================== --- asciidoc/MouseBindings 2015-10-29 18:19:40 UTC (rev 767) +++ asciidoc/MouseBindings 2015-11-02 17:44:47 UTC (rev 768) @@ -37,20 +37,26 @@ The Desktop: ------------ *LMB (+ hold)*:: - If enabled in the preferences, open applications or system menu - depending on the recipe in use. + IF ENABLED IN THE PREFERENCES, OPEN APPLICATIONS OR SYSTEM MENU + DEPENDING ON THE RECIPE IN USE. *RMB*:: - Open a terminal window. + OPEN A TERMINAL WINDOW. *MMB*:: - Toggle the ability to switch desktop pages using screen edge (off/on, - defult off). + TOGGLE THE ABILITY TO SWITCH DESKTOP PAGES USING SCREEN EDGE (OFF/ON, + DEFAULT OFF). + With some recipes, we get instead: + Amiga recipe: toggle the topbar on top. + LapLeft/Right, LapLeft/Right with ACPI: Show a global window list. -*Alt + MMB*:: - Hide or show desktop panels. +*ALT + MMB*:: + HIDE OR SHOW DESKTOP PANELS. +*ALT + SHIFT + MMB*:: + Toggle the desktop panels on top. + Window thumbnails: ------------------ *Doubleclick LMB*:: Modified: asciidoc/fvwm-crystal =================================================================== --- asciidoc/fvwm-crystal 2015-10-29 18:19:40 UTC (rev 767) +++ asciidoc/fvwm-crystal 2015-11-02 17:44:47 UTC (rev 768) @@ -2,7 +2,7 @@ =============== :doctype: manpage :man source: fvwm-crystal -:man version: 3.2.5 +:man version: 3.4.0 :man manual: FVWM-Crystal NAME @@ -68,7 +68,7 @@ ---- or from the menu on the first music button. -In the same menu, you will find +Recreate the playlists+. This script will scan the paths pointed by the MediaDirectories preference file, and create the play-lists into +$HOME/.fvwm-crystal/Playlists+. They will be separated into an Audio and a Video part. We can cal them the Crystal play-lists. Don't edit those files, all your changes will be lost the next time you run +Recreate the playlists+. Instead, 2 other directories will be created: +$HOME/Playlists/Audio+ and +$HOME/Playlists/Video+. They are the User play-lists. +In the same menu, you will find +Recreate the playlists+. This script will scan the paths pointed by the MediaDirectories preference file, and create the play-lists into +$HOME/.fvwm-crystal/Playlists+. They will be separated into an Audio and a Video part. We can call them the Crystal play-lists. Don't edit those files, all your changes will be lost the next time you run +Recreate the playlists+. Instead, 2 other directories will be created: +$HOME/Playlists/Audio+ and +$HOME/Playlists/Video+. They are the User play-lists. In the same Music menu, the play-lists operation are grouped. You can of course load them into the selected player. +Copy playlist+ will copy the selected play-list from the Crystal play-lists to the User play-lists. +Remove playlist+ will remove the selected play-lists from the User play-lists. Some players provide they own play-lists management system, FVWM-Crystal try to support them as well. @@ -77,20 +77,21 @@ Desktop Organisation ~~~~~~~~~~~~~~~~~~~~ -17 different desktop layouts, named recipes, are available. +19 different desktop layouts, named recipes, are available. -Some are very simple and provide very few decorations. Others provide many buttons and decorations. A few of them mimic existing OS, like Nebulae which loosely mimic Windows or Amiga which mimic the Amiga OS. +Some are very simple and provide very few decorations. Others provide many buttons and decorations. A few of them mimic existing OS, like Nebulae which loosely mimic Windows, or Amiga which mimic the Amiga OS. -You can change them via Fvwm-Crystal system menu +You can change them via Fvwm-Crystal system menu: ---- Preferences -> Recipes -> System ---- The other preferences apply to all recipes and are independent from each others. -By example, you can choose to have desktop icons showing the XDG user directories and the mounted partitions, and to not have applications icons. +By example, you can choose to have desktop icons showing the XDG user directories and the mounted partitions, and to not show applications icons. -It is 2 menus, the system menu available with *Alt + Win_R* (Meta + Windows Left) and the application menu available with *Alt + Menu* (Meta + a "menu" key). A menu can also be available by holding a *Left click* on the root window (the desktop) if selected in System -> Preferences -> Desktop menu (On by default). The content of that menu depend on the recipe in use. +It is 2 menus, the system menu available with *Alt + Win_R* (Meta + Windows Right) and the application menu available with *Alt + Menu* (Meta + a "menu" key). A menu can also be available by holding a *Left click* on the root window (the desktop) if selected in System -> Preferences -> Desktop menu (On by default). The content of that menu depend on the recipe in use. +With FVWM > 2.6.5, a supplementary XDG application menu is available with *Alt + A" if selected in the preferences menu. Decorations common to all recipes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -103,14 +104,14 @@ There are some mouse bindings available: + * left clicking open the system menu -* middle clicking change the wallpaper randomly +* middle clicking open the wallpaper menu * right clicking on some recipes open the applications menu + The Amiga recipe is different: + * left clicking shift the top bar to a menu bar and back -* middle clicking change the wallpaper randomly +* middle clicking open the wallpaper menu * right clicking open the system menu + @@ -146,13 +147,19 @@ * right clicking launch the preferred application + -These menus have full support for the additional FreeDesktop categories, which mean much less modifications will be needed in comparison with many other desktops. And last but not least, your modifications will never be lost. It is why at the first place I begun with Crystal and I will keep it that way. See *man ApplicationDatabase* for how to customize the application menu (the examples are at the end). +These menus have full support for the additional FreeDesktop categories, which mean much less modifications will be needed in comparison with many other desktops. And last but not least, your modifications will never been lost. It is why at the first place I begun with Crystal and I will keep it that way. See *man ApplicationDatabase* for how to customize the application menu (the examples are at the end). + -More: the files in the applications database are scripts. You can put anything you want into them. You will find them into +$prefix/share/fvwm-crystal/fvwm/Applications+ and +$HOME/.fvwm-crystal/Applications+, and can copy them fro this first location to the second one. The files in the second path will take the precedence. The same apply for the icons directory. +More: the files in the applications database are scripts. You can put anything you want into them. You will find them into +$prefix/share/fvwm-crystal/fvwm/Applications+ and +$HOME/.fvwm-crystal/Applications+, and can copy them from this first location to the second one. The files in the second path will take the precedence. The same apply for the icons directory. + The same database is used to generate the application menu available with the system menu on some recipes, and with the Alt+Menu key binding. + -The application database provided by +FVWM_Crystal+ contain a large set of menu entries and application icons. You can generate extra database menu entries and icons from the preferences menu: +Diamond -> Preferences -> Generate application menu+. This will populate +$HOME/.fvwm-crystal/Applications+ and +$HOME/.fvwm-crystal/icons+. +The application database provided by +FVWM_Crystal+ contain a large set of menu entries and application icons. You can generate extra database menu entries and icons from the preferences menu: + +---- +Diamond -> Preferences -> Generate application menu+ +---- + +This will populate +$HOME/.fvwm-crystal/Applications+ and +$HOME/.fvwm-crystal/icons+. + The 2 first time you run this script, it will copy 2 preferences files and show help messages. + @@ -161,7 +168,7 @@ _The Clock_:: + -As it name describe it, a clock. +As its name describe it, a clock. _The Pager_:: @@ -182,7 +189,7 @@ _Icon Manager_:: + -A recipe can provide several icon managers. They can show the icons from the running applications on the whole desktop or on the current desktop page. They can be grouped by applications type like terminals or other application types. The application name can be shown in the icon manager or as a tool-tip when the mouse is over the icon. And different actions are bound to these icons. +A recipe can provide several icon managers, or only one, or not at all. They can show the icons from the running applications on the whole desktop or on the current desktop page. They can be grouped by applications type like terminals or other application types. The application name can be shown in the icon manager or as a tool-tip when the mouse is over the icon. And different actions are bound to these icons. + Some recipes provide an icon manager for the iconic applications. With these recipes, no application icons will be on the desktop, independently of what choice was made in the preferences. @@ -199,9 +206,9 @@ * +Nautilus+ will manage these icons. + -You can change on the fly between +None+ and +FVWM-Crystal+. The other changes need to logout and restart Xorg and FVWM-Crystal. At that time of writing, the FVWM-Crystal-3.2.0 desktop icon managing is mature enough to considerer that ROX-Filer and Nautilus are provided only as a commodity or for backward compatibility or convenience. (See *man CrystalRoxHOWTO* for rox.) +You can change on the fly between +None+ and +FVWM-Crystal+. The other changes need to logout and restart Xorg and FVWM-Crystal. At that time of writing, the FVWM-Crystal-3.4.0 desktop icon managing is mature enough to considerer that ROX-Filer and Nautilus are provided only as a commodity or for backward compatibility or convenience. (See *man CrystalRoxHOWTO* for rox.) + -When +FVWM-Crystal+ is selected, it will show all its icons be default. Right clicking on the +Home+ icon will open the +Desktop icons preference menu+. the +Home+ icon is mandatory, both the +XDG user directories+ icons and the +partitions+ icons are optionals. +When +FVWM-Crystal+ is selected, it will show all its icons by default. Right clicking on the +Home+ icon will open the +Desktop icons preference menu+. the +Home+ icon is mandatory, both the +XDG user directories+ icons, the +partitions+ icons are optionals and the +User managed directories+ are optionals. + In the same menu, you can select the actions for the left and middle clicks. Several file managers have built-in support: +Thunar+, +Worker+ (a very good Directory Opus clone), +Midnight Commander+ (mc in short), +ROX-Filer+, +Nautilus+, +Krusader+, +Xfm+, +4Pane+, +Ranger+ (a Vim like file manager), +PCMan FM+, +gentoo+ (another dopus clone), +Konqueror+, +emelFM2+ (which, like mc, support extfs), +Dolphin+ and +SpaceFM+. + @@ -214,7 +221,11 @@ + They are the icons of the iconic applications. This will work only with the recipe that doesn't provide an icon manager for them. + -In Preferences -> Type of icons, you can choose between: +In +---- +Preferences -> Type of icons +---- +you can choose between: + * +None+ * +Thumbnails+ @@ -240,7 +251,7 @@ PREFERENCES ----------- -Most preferences are applied on the fly. Some, like a recipe change, need a restart. +Most preferences are applied on the fly. To change from or to the ROX-Filer or Nautilus desktop manager need a restart. *Select recipe*:: Select a recipe. @@ -258,7 +269,7 @@ Start and stop translucency. Off by default, this setting will not survive a restart. When On, you can use the mouse wheel on the window title bars to set their translucency. *Bling bling*:: - Start and stop the bling bling. It is an effect that will shift the translucency with the focus. This setting is Off by default and will not survive a restart. Translucency can have a negative impact whit some softwares like MPlayer. In the worst case, shift to a primary console with *Ctrl + Alt + F<n>*, login, run *killall mplayer* or *killall -9 mplayer*, and get back to FVWM-Crystal with *Alt + F7*. + Start and stop the bling bling. It is an effect that will shift the translucency with the focus. This setting is Off by default and will not survive a restart. Translucency can have a negative impact with some softwares like MPlayer. In the worst case, shift to a primary console with *Ctrl + Alt + F<n>*, login, run *killall mplayer* or *killall -9 mplayer*, and get back to FVWM-Crystal with *Alt + F7*. *Default terminal*:: Set the terminal available with *Right click* on the root window. Possible choices: +GNOME-Terminal+, +Multi-GNOME-Terminal+, +XFCE4-Terminal+, +Terminator+, +MRxvt+, URxvt+, +ATerm+, +ETerm+ and +XTerm+. @@ -277,6 +288,7 @@ *Desktop menu*:: Set On or Off the menu available with left clicking. + With FVWM>2.6.5, you can also set On or Off the XDG menu *Alt + A* *Notification area manager*:: Select stalonetray or trayer, and let you choose the size of the area between 0 to 20 icons. @@ -299,12 +311,26 @@ *Silent operations*:: Add "2>/dev/null" at the end of most commands launched by FVWM-Crystal. +*Preferences editor*:: + Launch the Preferences editor which let you set several preference files and variables: + - +Startup+ - launch applications at startup + - +ShowDirectories+ - custom directories shown by FVWM_Crystal Desktop Manager + - +Browser+ - The default browser (BROWSER environmental variable) + - +Editor+ - The default editor (EDITOR environmental variable) + - +DesktopDirs+ - The paths for the application type desktop files + - +IconsDirs+ - The paths for the application icons + - +MediaDirectories+ - The paths for your media files + - +FullscreenApps+ - Set the applications you want in full screen by default +*Key binding modifiers editor*:: + Let you set which key are used as modifiers with the key bindings. This is useful if the key bindings of FVWM-Crystal collide with the key bindings of your prefered application (ardour, emas, whatever...). In most cases, to change *Mod1 Meta* is sufficient. I use *4* for the left windows key for it. + + CUSTOMIZATION ------------- Structure of Fvwm-Crystal ~~~~~~~~~~~~~~~~~~~~~~~~~ -*FVWM-Crystal* is split in a system, a system wide configuration, and an user configuration part. +*FVWM-Crystal* is split into system-wide files, a system-wide configuration, and an user-wide configuration. The system part is located in +/usr/local/share/fvwm-crystal/fvwm+ (default) or +/usr/share/fvwm-crystal/fvwm+ (distribution related). We can call it <system> @@ -312,16 +338,16 @@ The user part is located in +~/.fvwm-crystal+. <user> -You can copy any file from the system part (without the /fvwm/) to the 2 other parts. Files in the user part will be used first, second will be the files in the system configuration part (empty be default), and third will be used the files in the system part. This is true for all files loaded with the +Include+ command, which is the case for most FVWM-Crystal files. +You can copy any file from the system part (without the /fvwm/) to the 2 other parts. For each file, files in the user part will be used first if they exist. If they don't exist, FVWM-Crystal will use the files in the system configuration part (empty be default), and if they don't exist, it will use the files in the system part. This is true for all files loaded with the *Include* command, which is the case for allmost all FVWM-Crystal files. Location of some Files and their Function ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *<system>/config* will be the first file loaded by FVWM. It initialize some variables and load the whole FVWM-Crystal configuration, inclusive the recipe in use. -*<system>/components/Standard* is the second file loaded by FVWM. It contain the functions used to load the other file with respect to their priorities part order. After, it load other files with functions used in many places. +*<system>/components/Standard* is the second file loaded by FVWM. It contain the functions used to load the other files with respect to their priorities part order. After, it load other files with functions used in many places. -The other files in <system> are grouped in directories. Each directory correspond to a group of functions. For example, *<system>/preferences* are for the saved preferences, *<system>/apps* are functions to control some main features of FVWM-Crstal like the Desktop Icons, the Screen Saver, or the Fvwm Console. +The other files in <system> are grouped in directories. Each directory correspond to a group of functions. For example, *<system>/preferences* are for the default preferences, *<system>/apps* are functions to control some main features of FVWM-Crstal like the Desktop Icons, the Screen Saver, or the Fvwm Console. As a rule, make small modification at a time. And RTFM. FVWM is not so difficult, but it is very complex. This complexity make things harder. So, try to keep focused on one thing at a time. @@ -340,7 +366,7 @@ AUTHORS ------- -This man page was written by Dominique Michel <dom...@us...> (C) 2013 +This man page was written by Dominique Michel <dom...@us...> (C) 2013-2015. I am sorry for my bad English, and if you don't like it or can improve it, please considere to contribute. COPYRIGHT Modified: fvwm/components/functions/Developer-Menu =================================================================== --- fvwm/components/functions/Developer-Menu 2015-10-29 18:19:40 UTC (rev 767) +++ fvwm/components/functions/Developer-Menu 2015-11-02 17:44:47 UTC (rev 768) @@ -40,7 +40,7 @@ DestroyFunc FvwmViewManPage AddToFunc FvwmViewManPage -+ I A man $0 ++ I AT $0 "man $0" DestroyMenu /Developer/FvwmManpages AddToMenu /Developer/FvwmManpages This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-11-30 15:07:08
|
Revision: 801 http://sourceforge.net/p/fvwm-crystal/code/801 Author: dominique_libre Date: 2015-11-30 15:07:06 +0000 (Mon, 30 Nov 2015) Log Message: ----------- Alwin: avoid loops in make.pot; music-cdcd: fix polish charachters Modified Paths: -------------- ChangeLog addons/make.pot fvwm/components/functions/Music-cdcd Modified: ChangeLog =================================================================== --- ChangeLog 2015-11-26 10:22:14 UTC (rev 800) +++ ChangeLog 2015-11-30 15:07:06 UTC (rev 801) @@ -3,6 +3,10 @@ Version 3.4.0 ------------- +Lundi 30 novembre 2015 + addons/make.pot: avoid loops by Alwin. + functions/music-cdcd: fix polish charachters by Alwin. + Jeudi 26 novembre 2015, Patch by Alwin: addons/README: Small text update. addons/fvwm-crystal-*.pot: Few new strings. Modified: addons/make.pot =================================================================== --- addons/make.pot 2015-11-26 10:22:14 UTC (rev 800) +++ addons/make.pot 2015-11-30 15:07:06 UTC (rev 801) @@ -2,13 +2,14 @@ # POT file creator (or PO file updater) for FVWM-Crystal # -# Version: 3.4.0 (rev. 788) +# Version: 3.4.0 (rev. 800) # Licence: GPL 2+ # # Author: Alwin <tra...@zi...> # # Created: <12/11/2015> # Changed: <17/11/2015> Description added. +# <26/11/2015> Prevent infinite loops better. # # Description: The purpose of this script, is to generate gettext # templates for localization of FVWM-Crystal. Support for @@ -177,11 +178,10 @@ >$i.pot +COUNT1="$(wc -l .make.pot.tmp | sed -e 's/\([[:digit:]]*\).*/\1/')" + # Create rest of pot file from tmp file while [ -s .make.pot.tmp ]; do - # Prevent infinite loops - grep -e "]${STRING}\$" .make.pot.tmp && exit 1 - STRING="$(sed \ -e '1!d' \ -e 's/.*]\([^]]*\)/\1/' \ @@ -203,6 +203,15 @@ fi sed -i -e "\\]\\]${STRING}\$]d" .make.pot.tmp + + # Prevent infinite loops + COUNT2="$(wc -l .make.pot.tmp | sed -e 's/\([[:digit:]]*\).*/\1/')" + + if [ "$COUNT2" -lt "$COUNT1" ]; then + COUNT1="$COUNT2" + else + echo "Error: infinite loop"; exit 1 + fi done echo '# End of generated strings' >>$i.pot Modified: fvwm/components/functions/Music-cdcd =================================================================== --- fvwm/components/functions/Music-cdcd 2015-11-26 10:22:14 UTC (rev 800) +++ fvwm/components/functions/Music-cdcd 2015-11-30 15:07:06 UTC (rev 801) @@ -1,6 +1,6 @@ # Support for CDCD CDAudio player into Fvwm-Crystal # Written by: Maciej Delmanowski <ha...@po...> -# sed commands by: Grzegorz Niew\xEAg\xB3owski <ho...@do...> +# sed commands by: Grzegorz Niewęgłowski <ho...@do...> # Modifications, debugging and improvments by Dominique Michel # <dom...@us...> 2008-2013 # See ChangeLog for details This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-26 21:29:17
|
Revision: 822 http://sourceforge.net/p/fvwm-crystal/code/822 Author: dominique_libre Date: 2015-12-26 21:29:14 +0000 (Sat, 26 Dec 2015) Log Message: ----------- fix the license of files having GPL v2 to v2+ Modified Paths: -------------- ChangeLog bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline fvwm/components/apps/DesktopIcons fvwm/components/functions/BlingBling fvwm/components/functions/CheckForFiles fvwm/components/functions/Feedback fvwm/components/functions/Fvwm-Crystal-Menu fvwm/components/functions/LoadCommonStuffs fvwm/components/functions/Panel-Display fvwm/scripts/DesktopActions fvwm/scripts/SetTranslucency fvwm/scripts/XDG-Menu templates/header Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-26 18:51:21 UTC (rev 821) +++ ChangeLog 2015-12-26 21:29:14 UTC (rev 822) @@ -16,6 +16,7 @@ volume only when amixer is selected; add the mixer name in the menu when different from amixer. functions/Preferences-Mixer: fix loading of mixer control. + various files: fix the license of files having GPL v2 to v2+. mercredi 23 décembre 2015 functions/Preferences-Menu: fix DesktopIcons helper script shut down. Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2015-12-26 18:51:21 UTC (rev 821) +++ bin/fvwm-crystal.generate-menu 2015-12-26 21:29:14 UTC (rev 822) @@ -5,7 +5,7 @@ # Author: Dominique Michel <dom...@us...>, 2007-2014 # # Provided as it without any garanty of any kind. -# Released under the GPL version 2 license. +# Released under the GPL version 2+ license. # # Usage: # fvwm-crystal.generate-menu : will search for all the desktop files in the system and Modified: bin/fvwm-crystal.infoline =================================================================== --- bin/fvwm-crystal.infoline 2015-12-26 18:51:21 UTC (rev 821) +++ bin/fvwm-crystal.infoline 2015-12-26 21:29:14 UTC (rev 822) @@ -4,7 +4,7 @@ # in FVWM-Crystal desktop # --------------------------------------------------------------------------- # Author: Maciej Delmanowski <ha...@li...> -# License: GPLv2 +# License: GPLv2+ # --------------------------------------------------------------------------- # Here are some sample commands you can combine Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/apps/DesktopIcons 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # Desktop icons for Fvwm-Crystal. Support any file manager. # # Version: 2.1.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Written by Dominique Michel <dom...@us...>, 2010-2015 # for Fvwm-Crystal. Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/BlingBling 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # Function Bling bling for FVWM-Crystal # # Version: 0.9.1 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/CheckForFiles 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # Function CheckForFiles for FVWM-Crystal # # Version: 1.1.1 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/Feedback 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # User feedback for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # /Fvwm-Crystal menu FVWM-Crystal # # Version: 2.0.1 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/LoadCommonStuffs =================================================================== --- fvwm/components/functions/LoadCommonStuffs 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/LoadCommonStuffs 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # LoadCommonStuffs function for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Panel-Display =================================================================== --- fvwm/components/functions/Panel-Display 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/components/functions/Panel-Display 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # Panels control for FVWM-Crystal # # Version 1.0 -# License GPL 2 +# License GPL 2+ # Author: Jorge Daniel Sampayo Vargas # # This file provide basic functions to control the display of the Panels Modified: fvwm/scripts/DesktopActions =================================================================== --- fvwm/scripts/DesktopActions 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/scripts/DesktopActions 2015-12-26 21:29:14 UTC (rev 822) @@ -2,7 +2,7 @@ # Helper script DesktopActions for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/SetTranslucency =================================================================== --- fvwm/scripts/SetTranslucency 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/scripts/SetTranslucency 2015-12-26 21:29:14 UTC (rev 822) @@ -2,7 +2,7 @@ # E17-Bling helper script for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/XDG-Menu =================================================================== --- fvwm/scripts/XDG-Menu 2015-12-26 18:51:21 UTC (rev 821) +++ fvwm/scripts/XDG-Menu 2015-12-26 21:29:14 UTC (rev 822) @@ -2,7 +2,7 @@ # XDG applicaions menu FVWM-Crystal # # Version: 1.0 -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: <name> <email-address> # Modified: templates/header =================================================================== --- templates/header 2015-12-26 18:51:21 UTC (rev 821) +++ templates/header 2015-12-26 21:29:14 UTC (rev 822) @@ -1,7 +1,7 @@ # Function xyz for FVWM-Crystal # # Version: <major>.<minor>.<fix> -# Licence: GPL 2 +# Licence: GPL 2+ # # Author: <name> <email-address> # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-26 21:40:56
|
Revision: 823 http://sourceforge.net/p/fvwm-crystal/code/823 Author: dominique_libre Date: 2015-12-26 21:40:53 +0000 (Sat, 26 Dec 2015) Log Message: ----------- Updated Fvwm-Crystal license to GPL v3+ Modified Paths: -------------- COPYING ChangeLog addons/make.pot bin/fvwm-crystal.apps bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.videomodeswitch+ bin/fvwm-crystal.videomodeswitch- fvwm/components/apps/DesktopIcons fvwm/components/functions/BlingBling fvwm/components/functions/CheckForFiles fvwm/components/functions/Feedback fvwm/components/functions/Fvwm-Crystal-Menu fvwm/components/functions/LoadCommonStuffs fvwm/components/functions/Panel-Display fvwm/scripts/DesktopActions fvwm/scripts/FileEditors/FileEditWithHelp fvwm/scripts/FontSelector/FontSelector fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor fvwm/scripts/PrefVars/PrefVars fvwm/scripts/SetTranslucency fvwm/scripts/XDG-Menu templates/header Modified: COPYING =================================================================== --- COPYING 2015-12-26 21:29:14 UTC (rev 822) +++ COPYING 2015-12-26 21:40:53 UTC (rev 823) @@ -1,9 +1,10 @@ FVWM-Crystal -Copyright (c) 2003, 2004, 2005, 2006 fvwm-crystal development team. +Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012, 2013, 2014, 2015 fvwm-crystal development team. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-26 21:29:14 UTC (rev 822) +++ ChangeLog 2015-12-26 21:40:53 UTC (rev 823) @@ -17,6 +17,7 @@ from amixer. functions/Preferences-Mixer: fix loading of mixer control. various files: fix the license of files having GPL v2 to v2+. + various files: updated the license of files having GPL v2+ to v3+. mercredi 23 décembre 2015 functions/Preferences-Menu: fix DesktopIcons helper script shut down. Modified: addons/make.pot =================================================================== --- addons/make.pot 2015-12-26 21:29:14 UTC (rev 822) +++ addons/make.pot 2015-12-26 21:40:53 UTC (rev 823) @@ -3,7 +3,7 @@ # POT file creator (or PO file updater) for FVWM-Crystal # # Version: 3.4.0 (rev. 800) -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Alwin <tra...@zi...> # Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.apps 2015-12-26 21:40:53 UTC (rev 823) @@ -6,7 +6,7 @@ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, @@ -28,7 +28,7 @@ __name__ = "fvwm-crystal panels and menus generator" __author__ = "Rafal Bisingier <ra...@ma...>" __version__ = "2.0.1" -__license__= "GNU GPL v2+" +__license__= "GNU GPL v3+" database=['~/.fvwm/Applications'] Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.generate-menu 2015-12-26 21:40:53 UTC (rev 823) @@ -5,7 +5,7 @@ # Author: Dominique Michel <dom...@us...>, 2007-2014 # # Provided as it without any garanty of any kind. -# Released under the GPL version 2+ license. +# Released under the GPL version 3+ license. # # Usage: # fvwm-crystal.generate-menu : will search for all the desktop files in the system and Modified: bin/fvwm-crystal.infoline =================================================================== --- bin/fvwm-crystal.infoline 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.infoline 2015-12-26 21:40:53 UTC (rev 823) @@ -4,7 +4,7 @@ # in FVWM-Crystal desktop # --------------------------------------------------------------------------- # Author: Maciej Delmanowski <ha...@li...> -# License: GPLv2+ +# License: GPLv3+ # --------------------------------------------------------------------------- # Here are some sample commands you can combine Modified: bin/fvwm-crystal.videomodeswitch+ =================================================================== --- bin/fvwm-crystal.videomodeswitch+ 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.videomodeswitch+ 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # xrandr wrapper for FVWM-Crystal # Dominique Michel <dom...@us...> 2013 -# Released under the GNU/GPL license version 2 or any later version +# Released under the GNU/GPL license version 3 or any later version LC_ALL=C Modified: bin/fvwm-crystal.videomodeswitch- =================================================================== --- bin/fvwm-crystal.videomodeswitch- 2015-12-26 21:29:14 UTC (rev 822) +++ bin/fvwm-crystal.videomodeswitch- 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # xrandr wrapper for FVWM-Crystal # Dominique Michel <dom...@us...> 2013 -# Released under the GNU/GPL license version 2 or any later version +# Released under the GNU/GPL license version 3 or any later version LC_ALL=C Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/apps/DesktopIcons 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Desktop icons for Fvwm-Crystal. Support any file manager. # # Version: 2.1.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Written by Dominique Michel <dom...@us...>, 2010-2015 # for Fvwm-Crystal. Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/BlingBling 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function Bling bling for FVWM-Crystal # # Version: 0.9.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/CheckForFiles 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function CheckForFiles for FVWM-Crystal # # Version: 1.1.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Feedback 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # User feedback for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # /Fvwm-Crystal menu FVWM-Crystal # # Version: 2.0.1 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/LoadCommonStuffs =================================================================== --- fvwm/components/functions/LoadCommonStuffs 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/LoadCommonStuffs 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # LoadCommonStuffs function for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Panel-Display =================================================================== --- fvwm/components/functions/Panel-Display 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/components/functions/Panel-Display 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Panels control for FVWM-Crystal # # Version 1.0 -# License GPL 2+ +# License GPL 3+ # Author: Jorge Daniel Sampayo Vargas # # This file provide basic functions to control the display of the Panels Modified: fvwm/scripts/DesktopActions =================================================================== --- fvwm/scripts/DesktopActions 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/DesktopActions 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # Helper script DesktopActions for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/FileEditors/FileEditWithHelp =================================================================== --- fvwm/scripts/FileEditors/FileEditWithHelp 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/FileEditors/FileEditWithHelp 2015-12-26 21:40:53 UTC (rev 823) @@ -1,6 +1,6 @@ # FvwmScript File Editor with Help for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2014 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: SetEnv FileEditWithHelp <file_name> # Include scripts/FileEditors/<file_name>-Help Modified: fvwm/scripts/FontSelector/FontSelector =================================================================== --- fvwm/scripts/FontSelector/FontSelector 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/FontSelector/FontSelector 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Font Selector # A Font Selector for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Header ̣{{{1 UseGettext {$FVWM_USERDIR/locale;fvwm-crystal-script:$FVWM_SYSTEMDIR/locale;fvwm-crystal-script:+} Modified: fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor =================================================================== --- fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Keyboard Modifiers Editor # A keyboard nodifiers for Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: Script scripts/BindingsEditor/KeyboardModifiersEditor Modified: fvwm/scripts/PrefVars/PrefVars =================================================================== --- fvwm/scripts/PrefVars/PrefVars 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/PrefVars/PrefVars 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # FvwmScript Preferences Variable Editor # A Variables Editor Fvwm-Crystal # Copyright Dominique Michel <dom...@us...> 2013 -# Released under the GNU GPL license v2 or later +# Released under the GNU GPL license v3 or later # Usage: Script scripts/PrefVars/PrefVars Modified: fvwm/scripts/SetTranslucency =================================================================== --- fvwm/scripts/SetTranslucency 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/SetTranslucency 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # E17-Bling helper script for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/XDG-Menu =================================================================== --- fvwm/scripts/XDG-Menu 2015-12-26 21:29:14 UTC (rev 822) +++ fvwm/scripts/XDG-Menu 2015-12-26 21:40:53 UTC (rev 823) @@ -2,7 +2,7 @@ # XDG applicaions menu FVWM-Crystal # # Version: 1.0 -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: <name> <email-address> # Modified: templates/header =================================================================== --- templates/header 2015-12-26 21:29:14 UTC (rev 822) +++ templates/header 2015-12-26 21:40:53 UTC (rev 823) @@ -1,7 +1,7 @@ # Function xyz for FVWM-Crystal # # Version: <major>.<minor>.<fix> -# Licence: GPL 2+ +# Licence: GPL 3+ # # Author: <name> <email-address> # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-27 13:52:41
|
Revision: 826 http://sourceforge.net/p/fvwm-crystal/code/826 Author: dominique_libre Date: 2015-12-27 13:52:38 +0000 (Sun, 27 Dec 2015) Log Message: ----------- small cmus fixes, patch from Alwin Modified Paths: -------------- ChangeLog fvwm/components/apps/DesktopIcons fvwm/components/functions/BlingBling fvwm/components/functions/CheckForFiles fvwm/components/functions/Feedback fvwm/components/functions/Fvwm-Crystal-Menu fvwm/components/functions/LoadCommonStuffs fvwm/components/functions/Music-cmus fvwm/components/functions/Preferences-Menu fvwm/scripts/DesktopActions fvwm/scripts/SetTranslucency fvwm/scripts/XDG-Menu templates/header Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-27 13:48:00 UTC (rev 825) +++ ChangeLog 2015-12-27 13:52:38 UTC (rev 826) @@ -7,7 +7,8 @@ + icons/Default/[22x22|32x32]/apps/slack.png: new slack icons from Jorge Daniel Sampayo Vargas COPYING, Export.README, addons/make.pot, doc/LICENSE: updated old GPL v2 text to GPL v3, patch from Alwin. - + functions/Music-cmus: small cmus fixes, patch from Alwin. + samedi 26 décembre 2015 scripts/FileEditors/FileEditWithHelp: fix preference file saving when empty, that remove the Nop icon with the Fvwm-Crystal Icons Manager (we need echo -n, Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/apps/DesktopIcons 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # Desktop icons for Fvwm-Crystal. Support any file manager. # # Version: 2.1.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Written by Dominique Michel <dom...@us...>, 2010-2015 # for Fvwm-Crystal. Modified: fvwm/components/functions/BlingBling =================================================================== --- fvwm/components/functions/BlingBling 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/BlingBling 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # Function Bling bling for FVWM-Crystal # # Version: 0.9.1 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/CheckForFiles 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # Function CheckForFiles for FVWM-Crystal # # Version: 1.1.1 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/Feedback 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # User feedback for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Fvwm-Crystal-Menu =================================================================== --- fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/Fvwm-Crystal-Menu 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # /Fvwm-Crystal menu FVWM-Crystal # # Version: 2.0.1 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/LoadCommonStuffs =================================================================== --- fvwm/components/functions/LoadCommonStuffs 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/LoadCommonStuffs 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # LoadCommonStuffs function for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/components/functions/Music-cmus =================================================================== --- fvwm/components/functions/Music-cmus 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/Music-cmus 2015-12-27 13:52:38 UTC (rev 826) @@ -71,6 +71,9 @@ AddToFunc Music-ToggleRandom + I Exec cmus-remote --shuffle > /dev/null +AddToFunc Music-ToggleRepeat ++ I Exec cmus-remote --repeat > /dev/null + AddToFunc Music-Stop + I Exec cmus-remote --stop > /dev/null @@ -107,7 +110,7 @@ + I DestroyMenu recreate /Music + I AddToMenu /Music '$[gt.Volume]' Popup /Mixer + I AddToMenu /Music '$[gt.Toggle random]' Music-ToggleRandom -+ I AddToMenu /Music '$[gt.Toggle repeat]' Exec mpc repeat ++ I AddToMenu /Music '$[gt.Toggle repeat]' Music-ToggleRepeat + I AddToMenu /Music "" Nop + I AddToMenu /Music '$[gt.Stop playback]' Music-Stop + I AddToMenu /Music '$[gt.Play/Pause]' Music-PlayPause Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/components/functions/Preferences-Menu 2015-12-27 13:52:38 UTC (rev 826) @@ -466,7 +466,7 @@ Test (x quodlibet) + '%22x22/apps/quodlibet.png%Quod Libet' SelectMusicPlayer quodlibet Test (x xmms-shell) + '%22x22/apps/xmms.png%XMMS' SelectMusicPlayer xmms Test (x xmms2) + '%22x22/apps/xmms2.png%XMMS2' SelectMusicPlayer xmms2 -Test (x cmus-remote) + '%22x22/apps/cmus.png%C Music Player' SelectMusicPlayer cmus +Test (x cmus-remote) + '%22x22/apps/cmus.png%C* Music Player' SelectMusicPlayer cmus Test (x cdcd) + '%22x22/apps/goobox.png%cdcd' SelectMusicPlayer cdcd Test (x mocp) + '%22x22/apps/mocp.png%Music On Console' SelectMusicPlayer mocp Test (x audacious) + '%22x22/apps/audacious.png%Audacious' SelectMusicPlayer audacious @@ -581,7 +581,7 @@ Test (x quodlibet) + '%22x22/apps/quodlibet.png%Quod Libet' SelectMixer quodlibet Test (x xmms-shell) + '%22x22/apps/xmms.png%XMMS' SelectMixer xmms Test (x xmms2) + '%22x22/apps/xmms2.png%XMMS2' SelectMixer xmms2 -Test (x cmus-remote) + '%22x22/apps/cmus.png%C Music Player' SelectMixer cmus +Test (x cmus-remote) + '%22x22/apps/cmus.png%C* Music Player' SelectMixer cmus Test (x cdcd) + '%22x22/apps/goobox.png%cdcd' SelectMixer cdcd Test (x audacious) + '%22x22/apps/audacious.png%Audacious' SelectMixer audacious Test (x amixer) + "" Nop Modified: fvwm/scripts/DesktopActions =================================================================== --- fvwm/scripts/DesktopActions 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/scripts/DesktopActions 2015-12-27 13:52:38 UTC (rev 826) @@ -2,7 +2,7 @@ # Helper script DesktopActions for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/SetTranslucency =================================================================== --- fvwm/scripts/SetTranslucency 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/scripts/SetTranslucency 2015-12-27 13:52:38 UTC (rev 826) @@ -2,7 +2,7 @@ # E17-Bling helper script for FVWM-Crystal # # Version: 1.0.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Dominique Michel <dom...@us...> # Modified: fvwm/scripts/XDG-Menu =================================================================== --- fvwm/scripts/XDG-Menu 2015-12-27 13:48:00 UTC (rev 825) +++ fvwm/scripts/XDG-Menu 2015-12-27 13:52:38 UTC (rev 826) @@ -2,7 +2,7 @@ # XDG applicaions menu FVWM-Crystal # # Version: 1.0 -# Licence: GPL 3+ +# License: GPL 3+ # # Author: <name> <email-address> # Modified: templates/header =================================================================== --- templates/header 2015-12-27 13:48:00 UTC (rev 825) +++ templates/header 2015-12-27 13:52:38 UTC (rev 826) @@ -1,7 +1,7 @@ # Function xyz for FVWM-Crystal # # Version: <major>.<minor>.<fix> -# Licence: GPL 3+ +# License: GPL 3+ # # Author: <name> <email-address> # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-27 13:48:03
|
Revision: 825 http://sourceforge.net/p/fvwm-crystal/code/825 Author: dominique_libre Date: 2015-12-27 13:48:00 +0000 (Sun, 27 Dec 2015) Log Message: ----------- updated old GPL v2 text to GPL v3, patch from Alwin Modified Paths: -------------- COPYING ChangeLog Export.README addons/make.pot doc/LICENSE Modified: COPYING =================================================================== --- COPYING 2015-12-27 13:37:05 UTC (rev 824) +++ COPYING 2015-12-27 13:48:00 UTC (rev 825) @@ -1,10 +1,10 @@ FVWM-Crystal -Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 fvwm-crystal development team. -This program is free software; you can redistribute it and/or modify +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or +the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -12,6 +12,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You can receive a copy of the GNU General Public License from -http://www.gnu.org/ or write to: Free Software Foundation, Inc., -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-27 13:37:05 UTC (rev 824) +++ ChangeLog 2015-12-27 13:48:00 UTC (rev 825) @@ -5,7 +5,9 @@ dimanche 27 décembre 2015 + icons/Default/[22x22|32x32]/apps/slack.png: new slack icons from Jorge Daniel Sampayo Vargas - + COPYING, Export.README, addons/make.pot, doc/LICENSE: updated old GPL v2 text to GPL v3, + patch from Alwin. + samedi 26 décembre 2015 scripts/FileEditors/FileEditWithHelp: fix preference file saving when empty, that remove the Nop icon with the Fvwm-Crystal Icons Manager (we need echo -n, Modified: Export.README =================================================================== --- Export.README 2015-12-27 13:37:05 UTC (rev 824) +++ Export.README 2015-12-27 13:48:00 UTC (rev 825) @@ -1,16 +1,16 @@ Free Export Requirements. You may export or re-export this software or any copy or -adaptation in agrement of the terms of the GNU General +adaptation in agreement of the terms of the GNU General Public License as published by the Free Software Foundation; -either version 2 of the License, or (at your option) any later +either version 3 of the License, or (at your option) any later version. This software is the result of the hard work of many peoples from all around the world. No one single particular legislation -may limite the generality of the foregoing software, technology or +may limit the generality of the foregoing software, technology or services provided under this license agreement to be exported, -reexported, transferred or downloaded to or within any country +re-exported, transferred or downloaded to or within any country of the world. The list of the countries of the world is subject to change, @@ -18,19 +18,19 @@ license agreement. Hardware, software, technology or services can be exported, -reexported, transferred or downloaded to persons or entities from +re-exported, transferred or downloaded to persons or entities from all around the world with no limitation of any kind. By accepting this license agreement you confirm that you can be located in (or a national resident of) any country of the world. Software available on this web site does contains original work from -volunters from all around the world and is therefore not subject to +volunteers from all around the world and is therefore not subject to any export control under any Regulations or Legislations as long the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2 of the License, or (at your +Software Foundation; either version 3 of the License, or (at your option) any later version, are respected. This kind of software -may be exported or reexported without export license authorization +may be exported or re-exported without export license authorization and without any governmental notification about the Internet location of the software. @@ -41,13 +41,13 @@ without export license or exception of any kind in accordance with the further restrictions outlined above regarding the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your -option) any later version +Foundation; either version 3 of the License, or (at your +option) any later version. Local Country Import Requirements. The software you are about to download contains original technology from free peoples from all around the world. Therefore, no countries can regulate the -import, use and/or export of certains of those products. The +import, use and/or export of certain of those products. The FVWM-Crystal workers makes no claims as to the non applicability of local country import, use and/or export regulations in relation to the download of this product. If you are located inside the U.S. Modified: addons/make.pot =================================================================== --- addons/make.pot 2015-12-27 13:37:05 UTC (rev 824) +++ addons/make.pot 2015-12-27 13:48:00 UTC (rev 825) @@ -3,7 +3,7 @@ # POT file creator (or PO file updater) for FVWM-Crystal # # Version: 3.4.0 (rev. 800) -# Licence: GPL 3+ +# License: GPL 3+ # # Author: Alwin <tra...@zi...> # Modified: doc/LICENSE =================================================================== --- doc/LICENSE 2015-12-27 13:37:05 UTC (rev 824) +++ doc/LICENSE 2015-12-27 13:48:00 UTC (rev 825) @@ -1,301 +1,642 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + TERMS AND CONDITIONS - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. Definitions. -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. + "This License" refers to version 3 of the GNU General Public License. - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. + A "covered work" means either the unmodified Program or a work based +on the Program. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. + 1. Source Code. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. + The Corresponding Source for a work in source code form is that +same work. -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. + 2. Basic Permissions. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of this License. - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. + 13. Use with the GNU Affero General Public License. -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. + 14. Revised Versions of this License. - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. - NO WARRANTY + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. + 15. Disclaimer of Warranty. - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - END OF TERMS AND CONDITIONS + 16. Limitation of Liability. - Appendix: How to Apply These Terms to Your New Programs + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least +state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> - Copyright (C) 19yy <name of author> + Copyright (C) <year> <name of author> - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -304,36 +645,30 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see <http://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-30 15:53:39
|
Revision: 839 http://sourceforge.net/p/fvwm-crystal/code/839 Author: dominique_libre Date: 2015-12-30 15:53:37 +0000 (Wed, 30 Dec 2015) Log Message: ----------- amixer use 2 hardware steps with Ctrl+Shift+.|,; typo fix; keybinding changes, doc update Modified Paths: -------------- ChangeLog asciidoc/FAQ asciidoc/KeyboardBindings doc/html/FAQ.html doc/html/KeyboardBindings.html fvwm/components/bindings/Music fvwm/components/bindings/Music-Dvorak fvwm/components/bindings/Music-Dvorak_NumLock fvwm/components/bindings/Music_NumLock fvwm/components/functions/Mixer fvwm/components/functions/Music-cdcd man/ApplicationDatabase.1 man/CrystalRoxHOWTO.1 man/FVWMCrystalFAQ.1 man/KeyboardBindings.1 man/MouseBindings.1 man/Tips.1 man/fvwm-crystal.1 Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-29 18:39:25 UTC (rev 838) +++ ChangeLog 2015-12-30 15:53:37 UTC (rev 839) @@ -3,6 +3,16 @@ Version 3.4.0 ------------- +mercredi 30 décembre 2015 + functions/Mixer: make amixer to work with 2 hardware steps when called with + Alt+Shift+[,|.]. + functions/Music-cdcd: typo fix. + bindings/Music*: binding changes: + Alt + N replace Alt + M (Music-Forward) + Alt + P replace Alt + N (Music-Backward) + Alt + G replace Alt + P (Music-GUI) + asciidoc/*: update with last changes. + mardi 29 décembre 2015 functions/Mixer: commented show the sound card into the volume tooltip. functions/Preferences-Menu, scripts/XDG-Menu: make it work with fvwm>2.6.5. Modified: asciidoc/FAQ =================================================================== --- asciidoc/FAQ 2015-12-29 18:39:25 UTC (rev 838) +++ asciidoc/FAQ 2015-12-30 15:53:37 UTC (rev 839) @@ -233,6 +233,8 @@ Due to the introduction of infostore in FVWM and its use in FVWM-Crystal, you will need FVWM 2.6.5+. +In order to get the XDG application menu with *Alt + A*, you need FVWM 2.6.6+, which is FVWM from cvs at that time of writing. + 2.3 Q: How to install FVWM-Crystal from distributed packages? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: Unpack fvwm-crystal-X.Y.tar.gz to an empty directory. After that cd into the unpacked directory and execute: @@ -266,7 +268,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: Parts of FVWM-Crystal configuration needs to have executable bit on, and it's set by the make script. If you can't or don't want to use it, you can installa FVWM-Crystal manually. Unpack the distributed package or get a copy of the subversion repository as described above, then issue commands below: -Note: This answer is obsolete but can get you started. Read the Makefile if it +Note: This answer is obsolete but can get you started. Continue reading if it doesn't work. ---- cd fvwm-crystal @@ -280,9 +282,24 @@ put the configuration files in ~/.fvwm-crystal directory (without the 'fvwm/' subdirectory!). Startup script will use them automatically. - You can also copy ~/.Xresources or fvwm-crystal.desktop as described above. +Note: The following is up-to-date. +The Makefile has been updated to reflect the current state of the software. In +consequence, you must be able to install Fvwm-Crystal by running +---- +make install +---- +or +---- +make prefix=/usr install +---- +Due to the installation of the session file in /etc/X11/Sessions and of a sudo +configuration file in /etc/sudoers.d, the installation into the user file hierarchy is not +supported. Anyway, if you don't have root access, you may process as explained above, +and install every thing but these files in /etc. + + 2.6 Q: How I can select FVWM-Crystal as my window manager? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: If you are using *startx* for running your X session, copy the file Modified: asciidoc/KeyboardBindings =================================================================== --- asciidoc/KeyboardBindings 2015-12-29 18:39:25 UTC (rev 838) +++ asciidoc/KeyboardBindings 2015-12-30 15:53:37 UTC (rev 839) @@ -136,6 +136,10 @@ *Alt + Shift + D*:: Restore the original size and place again the windows. +*Alt + Shift + F*:: + Toggle all non iconic windows on the current desktop page between full + screen and non fullscreen. + Music player and audio mixer: ----------------------------- *Alt + Z*:: @@ -153,23 +157,23 @@ *Alt + B*:: Selects next track in music player. +*Alt + P*:: + Selects previous track ignoring "Shuffle" setting in music player. + *Alt + N*:: - Selects prevous track ignoring "Shuffle" setting in music player. - -*Alt + M*:: Selects next track ignoring "Shuffle" setting in music player. *Alt + ,*:: - Lowers the volume by 1.5 dB. + Lowers the volume by 1.5 dB (with amixer by 1 hardware step). *Alt + .*:: - Raises the volume by 1.5 dB. + Raises the volume by 1.5 dB (with amixer by 1 hardware step). *Alt + Shift + ,*:: - Lowers the volume by 10 %. + Lowers the volume by 10 % (with amixer by 2 hardware steps). *Alt + Shift + .*:: - Raises the volume by 10 %. + Raises the volume by 10 % (with amixer by 2 hardware steps). *Alt + / (slash)*:: Activates the search function of the music player (currently only XMMS @@ -178,7 +182,7 @@ *Alt + Shift + / (slash)*:: Toggles sequential/random playback -*Alt + P*:: +*Alt + G*:: Toggle the display of the media player. With mplayer, it will display the file name. *Alt + S*:: @@ -277,10 +281,6 @@ Pressing Alt+KP_* on the full-screened window brings back the titlebar and border and resizes a window to it's previous size and position. -*Alt + Shift + F*:: - Toggle all non iconic windows on the current desktop page between full - screen and non fullscreen. - *`Alt + Shift + KP_*`*:: Switch focus between the different full-screened windows of the current desktop page and the desktop. Modified: doc/html/FAQ.html =================================================================== --- doc/html/FAQ.html 2015-12-29 18:39:25 UTC (rev 838) +++ doc/html/FAQ.html 2015-12-30 15:53:37 UTC (rev 839) @@ -1068,6 +1068,7 @@ series which has many improvements over the old stable tree is old now, for example support for PNG images, new modules, improvements in existing modules and bugfixes.</p></div> <div class="paragraph"><p>From FVWM 2.6.x, all releases are stable and 2.7 is outdated.</p></div> <div class="paragraph"><p>Due to the introduction of infostore in FVWM and its use in FVWM-Crystal, you will need FVWM 2.6.5+.</p></div> +<div class="paragraph"><p>In order to get the XDG application menu with <strong>Alt + A</strong>, you need FVWM 2.6.6+, which is FVWM from cvs at that time of writing.</p></div> </div> <div class="sect2"> <h3 id="_2_3_q_how_to_install_fvwm_crystal_from_distributed_packages">2.3 Q: How to install FVWM-Crystal from distributed packages?</h3> @@ -1103,7 +1104,7 @@ <div class="sect2"> <h3 id="_2_5_q_how_to_install_fvwm_crystal_manually">2.5 Q: How to install FVWM-Crystal manually?</h3> <div class="paragraph"><p>A: Parts of FVWM-Crystal configuration needs to have executable bit on, and it’s set by the make script. If you can’t or don’t want to use it, you can installa FVWM-Crystal manually. Unpack the distributed package or get a copy of the subversion repository as described above, then issue commands below:</p></div> -<div class="paragraph"><p>Note: This answer is obsolete but can get you started. Read the Makefile if it +<div class="paragraph"><p>Note: This answer is obsolete but can get you started. Continue reading if it doesn’t work.</p></div> <div class="listingblock"> <div class="content"> @@ -1117,55 +1118,71 @@ put the configuration files in ~/.fvwm-crystal directory (without the <em>fvwm/</em> subdirectory!). Startup script will use them automatically.</p></div> <div class="paragraph"><p>You can also copy ~/.Xresources or fvwm-crystal.desktop as described above.</p></div> -</div> -<div class="sect2"> -<h3 id="_2_6_q_how_i_can_select_fvwm_crystal_as_my_window_manager">2.6 Q: How I can select FVWM-Crystal as my window manager?</h3> -<div class="paragraph"><p>A: If you are using <strong>startx</strong> for running your X session, copy the file -<strong>addons/Xsession</strong> from FVWM-Crystal package to your <sub>~/.Xsession or -</sub>~/.xinitrc file. In other words, you need to start <strong>fvwm-crystal</strong> script, -<strong>fvwm</strong> or <strong>fvwm2</strong> will not work, because FVWM-Crystal has it’s main configuration files in different place than FVWM. That imply the last line of your .xinitrc file should contain:</p></div> +<div class="paragraph"><p>Note: The following is up-to-date. +The Makefile has been updated to reflect the current state of the software. In +consequence, you must be able to install Fvwm-Crystal by running</p></div> <div class="listingblock"> <div class="content"> -<pre><code>exec fvwm-crystal</code></pre> +<pre><code>make install</code></pre> </div></div> -<div class="paragraph"><p>If you are using a graphical login manager like <strong>GDM</strong>, just select -<strong>FVWM-Crystal</strong> in the Session menu.</p></div> </div> -<div class="sect2"> -<h3 id="_2_7_q_when_i_start_fvwm_crystal_i_get_only_the_empty_fvwm_desktop_8230">2.7 Q: When I start FVWM-Crystal I get only the empty FVWM desktop…</h3> -<div class="paragraph"><p>A: Make sure that you have correct path to the system-wide configuration files -in <strong>fvwm-crystal</strong> script. Also check if in your <sub>~/.Xsession or </sub>~/.xinitrc -the last line contains <strong>exec fvwm-crystal</strong>. Select <strong>FVWM-Crystal</strong> as your -session in GDM, <strong>FVWM</strong> will not work.</p></div> </div> -<div class="sect2"> -<h3 id="_2_8_q_why_there_is_no_application_panel_on_the_desktop">2.8 Q: Why there is no application panel on the desktop?</h3> -<div class="paragraph"><p>A: Do you have Python installed? -Is <strong>fvwm-crystal.apps</strong> script in a directory listed in $PATH environment variable? -All files in Crystal’s Application Database needs to have <strong>executable</strong> bit set (all files are actually scripts). You can set it by issuing command:</p></div> +</div> +<div class="sect1"> +<h2 id="_or">or</h2> +<div class="sectionbody"> +<div class="paragraph"><p>make prefix=/usr install</p></div> <div class="listingblock"> <div class="content"> -<pre><code>chmod -R a+rx <installpath>/Applications</code></pre> +<pre><code>Due to the installation of the session file in /etc/X11/Sessions and of a sudo +configuration file in /etc/sudoers.d, the installation into the user file hierarchy is not +supported. Anyway, if you don't have root access, you may process as explained above, +and install every thing but these files in /etc. + + +2.6 Q: How I can select FVWM-Crystal as my window manager? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: If you are using *startx* for running your X session, copy the file +*addons/Xsession* from FVWM-Crystal package to your ~~/.Xsession or +~~/.xinitrc file. In other words, you need to start *fvwm-crystal* script, +*fvwm* or *fvwm2* will not work, because FVWM-Crystal has it's main configuration files in different place than FVWM. That imply the last line of your .xinitrc file should contain:</code></pre> </div></div> -</div> -<div class="sect2"> -<h3 id="_2_9_q_how_can_i_get_the_error_log_of_fvwm_crystal">2.9 Q: How can I get the error log of FVWM-Crystal</h3> -<div class="paragraph"><p>A: The best way is to run FVWM-Crystal with startx. The last line of your .xinitrc file should be:</p></div> +<div class="paragraph"><p>exec fvwm-crystal</p></div> <div class="listingblock"> <div class="content"> -<pre><code>exec fvwm-crystal 2>.errors.fvwm-crystal</code></pre> +<pre><code>If you are using a graphical login manager like *GDM*, just select +*FVWM-Crystal* in the Session menu. + +2.7 Q: When I start FVWM-Crystal I get only the empty FVWM desktop... +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: Make sure that you have correct path to the system-wide configuration files +in *fvwm-crystal* script. Also check if in your ~~/.Xsession or ~~/.xinitrc +the last line contains *exec fvwm-crystal*. Select *FVWM-Crystal* as your +session in GDM, *FVWM* will not work. + +2.8 Q: Why there is no application panel on the desktop? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: Do you have Python installed? +Is *fvwm-crystal.apps* script in a directory listed in $PATH environment variable? +All files in Crystal's Application Database needs to have *executable* bit set (all files are actually scripts). You can set it by issuing command:</code></pre> </div></div> -<div class="paragraph"><p>The log of fvwm-crystal will be in the file ~/.errors.fvwm-crystal. The verbosity of the log can be reduced in the preferences:</p></div> +<div class="paragraph"><p>chmod -R a+rx <installpath>/Applications</p></div> <div class="listingblock"> <div class="content"> -<pre><code>Preferences -> Silent operations</code></pre> +<pre><code>2.9 Q: How can I get the error log of FVWM-Crystal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: The best way is to run FVWM-Crystal with startx. The last line of your .xinitrc file should be:</code></pre> </div></div> -</div> -</div> -</div> -<div class="sect1"> -<h2 id="_3_usage_2">3. Usage</h2> -<div class="sectionbody"> +<div class="paragraph"><p>exec fvwm-crystal 2>.errors.fvwm-crystal</p></div> +<div class="listingblock"> +<div class="content"> +<pre><code>The log of fvwm-crystal will be in the file ~/.errors.fvwm-crystal. The verbosity of the log can be reduced in the preferences:</code></pre> +</div></div> +<div class="paragraph"><p>Preferences → Silent operations</p></div> +<div class="listingblock"> +<div class="content"> +<pre><code>3. Usage</code></pre> +</div></div> <div class="sect2"> <h3 id="_3_1_q_where_can_i_start_some_prefered_application_at_startup">3.1 Q: Where can I start some prefered application at startup?</h3> <div class="paragraph"><p>A: Copy the file <strong>/usr/share/fvwm-crystal/fvwm/preferences/Startup</strong> to @@ -1358,7 +1375,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-12-27 16:41:32 CET +Last updated 2015-12-30 15:52:36 CET </div> </div> </body> Modified: doc/html/KeyboardBindings.html =================================================================== --- doc/html/KeyboardBindings.html 2015-12-29 18:39:25 UTC (rev 838) +++ doc/html/KeyboardBindings.html 2015-12-30 15:53:37 UTC (rev 839) @@ -997,6 +997,15 @@ Restore the original size and place again the windows. </p> </dd> +<dt class="hdlist1"> +<strong>Alt + Shift + F</strong> +</dt> +<dd> +<p> + Toggle all non iconic windows on the current desktop page between full + screen and non fullscreen. +</p> +</dd> </dl></div> </div> </div> @@ -1045,15 +1054,15 @@ </p> </dd> <dt class="hdlist1"> -<strong>Alt + N</strong> +<strong>Alt + P</strong> </dt> <dd> <p> - Selects prevous track ignoring "Shuffle" setting in music player. + Selects previous track ignoring "Shuffle" setting in music player. </p> </dd> <dt class="hdlist1"> -<strong>Alt + M</strong> +<strong>Alt + N</strong> </dt> <dd> <p> @@ -1065,7 +1074,7 @@ </dt> <dd> <p> - Lowers the volume by 1.5 dB. + Lowers the volume by 1.5 dB (with amixer by 1 hardware step). </p> </dd> <dt class="hdlist1"> @@ -1073,7 +1082,7 @@ </dt> <dd> <p> - Raises the volume by 1.5 dB. + Raises the volume by 1.5 dB (with amixer by 1 hardware step). </p> </dd> <dt class="hdlist1"> @@ -1081,7 +1090,7 @@ </dt> <dd> <p> - Lowers the volume by 10 %. + Lowers the volume by 10 % (with amixer by 2 hardware steps). </p> </dd> <dt class="hdlist1"> @@ -1089,7 +1098,7 @@ </dt> <dd> <p> - Raises the volume by 10 %. + Raises the volume by 10 % (with amixer by 2 hardware steps). </p> </dd> <dt class="hdlist1"> @@ -1110,7 +1119,7 @@ </p> </dd> <dt class="hdlist1"> -<strong>Alt + P</strong> +<strong>Alt + G</strong> </dt> <dd> <p> @@ -1349,15 +1358,6 @@ </p> </dd> <dt class="hdlist1"> -<strong>Alt + Shift + F</strong> -</dt> -<dd> -<p> - Toggle all non iconic windows on the current desktop page between full - screen and non fullscreen. -</p> -</dd> -<dt class="hdlist1"> <strong><code>Alt + Shift + KP_*</code></strong> </dt> <dd> @@ -1507,7 +1507,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-11-02 19:24:51 CET +Last updated 2015-12-30 16:37:52 CET </div> </div> </body> Modified: fvwm/components/bindings/Music =================================================================== --- fvwm/components/bindings/Music 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/bindings/Music 2015-12-30 15:53:37 UTC (rev 839) @@ -6,10 +6,10 @@ Key V A $[Mod1] Music-Stop Key B A $[Mod1] Music-Next -Key N A $[Mod1] Music-Backward -Key M A $[Mod1] Music-Forward +Key P A $[Mod1] Music-Backward +Key N A $[Mod1] Music-Forward -Key P A $[Mod1] Music-GUI +Key G A $[Mod1] Music-GUI Key S A $[Mod1] Music-QJackGUI Key comma A $[Mod1] Change-Volume-Down $[infostore.Vol_Step] Modified: fvwm/components/bindings/Music-Dvorak =================================================================== --- fvwm/components/bindings/Music-Dvorak 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/bindings/Music-Dvorak 2015-12-30 15:53:37 UTC (rev 839) @@ -6,10 +6,10 @@ Key K A $[Mod1] Music-Stop Key X A $[Mod1] Music-Next -Key B A $[Mod1] Music-Backward -Key M A $[Mod1] Music-Forward +Key P A $[Mod1] Music-Backward +Key N A $[Mod1] Music-Forward -Key P A $[Mod1] Music-GUI +Key G A $[Mod1] Music-GUI Key S A $[Mod1] Music-QJackGUI Key W A $[Mod1] Change-Volume-Down $[infostore.Vol_Step] Modified: fvwm/components/bindings/Music-Dvorak_NumLock =================================================================== --- fvwm/components/bindings/Music-Dvorak_NumLock 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/bindings/Music-Dvorak_NumLock 2015-12-30 15:53:37 UTC (rev 839) @@ -6,10 +6,10 @@ Key K A $[Mod1]2 Music-Stop Key K A $[Mod1]2 Music-Next -Key B A $[Mod1]2 Music-Backward -Key M A $[Mod1]2 Music-Forward +Key P A $[Mod1]2 Music-Backward +Key N A $[Mod1]2 Music-Forward -Key P A $[Mod1]2 Music-GUI +Key G A $[Mod1]2 Music-GUI Key S A $[Mod1]2 Music-QJackGUI Key W A $[Mod1]2 Change-Volume-Down $[infostore.Vol_Step] Modified: fvwm/components/bindings/Music_NumLock =================================================================== --- fvwm/components/bindings/Music_NumLock 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/bindings/Music_NumLock 2015-12-30 15:53:37 UTC (rev 839) @@ -6,10 +6,10 @@ Key V A $[Mod1]2 Music-Stop Key B A $[Mod1]2 Music-Next -Key N A $[Mod1]2 Music-Backward -Key M A $[Mod1]2 Music-Forward +Key P A $[Mod1]2 Music-Backward +Key N A $[Mod1]2 Music-Forward -Key P A $[Mod1]2 Music-GUI +Key G A $[Mod1]2 Music-GUI Key S A $[Mod1]2 Music-QJackGUI Key comma A $[Mod1]2 Change-Volume-Down $[infostore.Vol_Step] Modified: fvwm/components/functions/Mixer =================================================================== --- fvwm/components/functions/Mixer 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/functions/Mixer 2015-12-30 15:53:37 UTC (rev 839) @@ -91,7 +91,9 @@ + I PipeRead 'case $[infostore.Mixer] in \\ amixer) tmpval=`amixer -c $[infostore.SoundCard] cget numid=$[infostore.SoundDevice] | grep \": values\" | sed -e \"s:.*values=::\" -e \"s:,.*::\"`; \\ echo "InfoStoreAdd CurrentVolume $((${tmpval}+1))" ; \\ - exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}+1)) > /dev/null ;; \\ + if [ $0 != 10 ]; then \\ + exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}+1)) > /dev/null; \\ + else exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}+2)) > /dev/null; fi ;; \\ aumix) step=$(echo $[infostore.Vol_Step]*2|bc -l) ; exec aumix -d /dev/mixer$[infostore.SoundCard] -'$[infostore.VolControl]' +${step} ;; \\ audacious) exec audtool set-volume +$[0] ;; \\ cdcd) echo Nop ;; \\ @@ -110,7 +112,9 @@ + I PipeRead 'case $[infostore.Mixer] in \\ amixer) tmpval=`amixer -c $[infostore.SoundCard] cget numid=$[infostore.SoundDevice] | grep \": values\" | sed -e \"s:.*values=::\" -e \"s:,.*::\"`; \\ echo "InfoStoreAdd CurrentVolume $((${tmpval}-1))" ; \\ - exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}-1)) > /dev/null ;; \\ + if [ $0 != 10 ]; then \\ + exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}-1)) > /dev/null ; \\ + else exec amixer -c $[infostore.SoundCard] cset numid=$[infostore.SoundDevice] $((${tmpval}-2)) > /dev/null; fi ;; \\ aumix) step=$(echo $[infostore.Vol_Step]*2|bc -l) ; exec aumix -d /dev/mixer$[infostore.SoundCard] -'$[infostore.VolControl]' -"${step}" ;; \\ audacious) exec audtool set-volume -$[0] ;; \\ cdcd) echo Nop ;; \\ Modified: fvwm/components/functions/Music-cdcd =================================================================== --- fvwm/components/functions/Music-cdcd 2015-12-29 18:39:25 UTC (rev 838) +++ fvwm/components/functions/Music-cdcd 2015-12-30 15:53:37 UTC (rev 839) @@ -66,7 +66,7 @@ + I Music-cdcd ff AddToFunc Music-Backward -+ I Muisc-cdcd rew ++ I Music-cdcd rew AddToFunc Playback-generator + I DestroyMenu recreate /Playback Modified: man/ApplicationDatabase.1 =================================================================== --- man/ApplicationDatabase.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/ApplicationDatabase.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: ApplicationDatabase .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: ApplicationDatabase 3.4.0 .\" Language: English .\" -.TH "APPLICATIONDATABASE" "1" "12/27/2015" "ApplicationDatabase 3\&.4\&.0" "FVWM\-Crystal" +.TH "APPLICATIONDATABASE" "1" "12/30/2015" "ApplicationDatabase 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/CrystalRoxHOWTO.1 =================================================================== --- man/CrystalRoxHOWTO.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/CrystalRoxHOWTO.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: CrystalRoxHOWTO .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: CrystalROXHOWTO 3.2.5 .\" Language: English .\" -.TH "CRYSTALROXHOWTO" "1" "12/27/2015" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" +.TH "CRYSTALROXHOWTO" "1" "12/30/2015" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/FVWMCrystalFAQ.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal-FAQ .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: FAQ 3.4.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL\-FAQ" "1" "12/27/2015" "FAQ 3\&.4\&.0" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL\-FAQ" "1" "12/30/2015" "FAQ 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -635,6 +635,8 @@ From FVWM 2\&.6\&.x, all releases are stable and 2\&.7 is outdated\&. .sp Due to the introduction of infostore in FVWM and its use in FVWM\-Crystal, you will need FVWM 2\&.6\&.5+\&. +.sp +In order to get the XDG application menu with \fBAlt + A\fR, you need FVWM 2\&.6\&.6+, which is FVWM from cvs at that time of writing\&. .SS "2\&.3 Q: How to install FVWM\-Crystal from distributed packages?" .sp A: Unpack fvwm\-crystal\-X\&.Y\&.tar\&.gz to an empty directory\&. After that cd into the unpacked directory and execute: @@ -693,7 +695,7 @@ .sp A: Parts of FVWM\-Crystal configuration needs to have executable bit on, and it\(cqs set by the make script\&. If you can\(cqt or don\(cqt want to use it, you can installa FVWM\-Crystal manually\&. Unpack the distributed package or get a copy of the subversion repository as described above, then issue commands below: .sp -Note: This answer is obsolete but can get you started\&. Read the Makefile if it doesn\(cqt work\&. +Note: This answer is obsolete but can get you started\&. Continue reading if it doesn\(cqt work\&. .sp .if n \{\ .RS 4 @@ -711,63 +713,106 @@ Now put all files from \fBfvwm/\fR directory in the chosen configuration directory\&. If you want to install FVWM\-Crystal in your $HOME directory, put the configuration files in ~/\&.fvwm\-crystal directory (without the \fIfvwm/\fR subdirectory!)\&. Startup script will use them automatically\&. .sp You can also copy ~/\&.Xresources or fvwm\-crystal\&.desktop as described above\&. -.SS "2\&.6 Q: How I can select FVWM\-Crystal as my window manager?" .sp -A: If you are using \fBstartx\fR for running your X session, copy the file \fBaddons/Xsession\fR from FVWM\-Crystal package to your ~/\&.Xsession or ~/\&.xinitrc file\&. In other words, you need to start \fBfvwm\-crystal\fR script, \fBfvwm\fR or \fBfvwm2\fR will not work, because FVWM\-Crystal has it\(cqs main configuration files in different place than FVWM\&. That imply the last line of your \&.xinitrc file should contain: +Note: The following is up\-to\-date\&. The Makefile has been updated to reflect the current state of the software\&. In consequence, you must be able to install Fvwm\-Crystal by running .sp .if n \{\ .RS 4 .\} .nf -exec fvwm\-crystal +make install .fi .if n \{\ .RE .\} +.SH "OR" .sp -If you are using a graphical login manager like \fBGDM\fR, just select \fBFVWM\-Crystal\fR in the Session menu\&. -.SS "2\&.7 Q: When I start FVWM\-Crystal I get only the empty FVWM desktop\&..." +make prefix=/usr install .sp -A: Make sure that you have correct path to the system\-wide configuration files in \fBfvwm\-crystal\fR script\&. Also check if in your ~/\&.Xsession or ~/\&.xinitrc the last line contains \fBexec fvwm\-crystal\fR\&. Select \fBFVWM\-Crystal\fR as your session in GDM, \fBFVWM\fR will not work\&. -.SS "2\&.8 Q: Why there is no application panel on the desktop?" +.if n \{\ +.RS 4 +.\} +.nf +Due to the installation of the session file in /etc/X11/Sessions and of a sudo +configuration file in /etc/sudoers\&.d, the installation into the user file hierarchy is not +supported\&. Anyway, if you don\*(Aqt have root access, you may process as explained above, +and install every thing but these files in /etc\&. + + +2\&.6 Q: How I can select FVWM\-Crystal as my window manager? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: If you are using *startx* for running your X session, copy the file +*addons/Xsession* from FVWM\-Crystal package to your ~~/\&.Xsession or +~~/\&.xinitrc file\&. In other words, you need to start *fvwm\-crystal* script, +*fvwm* or *fvwm2* will not work, because FVWM\-Crystal has it\*(Aqs main configuration files in different place than FVWM\&. That imply the last line of your \&.xinitrc file should contain: +.fi +.if n \{\ +.RE +.\} .sp -A: Do you have Python installed? Is \fBfvwm\-crystal\&.apps\fR script in a directory listed in $PATH environment variable? All files in Crystal\(cqs Application Database needs to have \fBexecutable\fR bit set (all files are actually scripts)\&. You can set it by issuing command: +exec fvwm\-crystal .sp .if n \{\ .RS 4 .\} .nf -chmod \-R a+rx <installpath>/Applications +If you are using a graphical login manager like *GDM*, just select +*FVWM\-Crystal* in the Session menu\&. + +2\&.7 Q: When I start FVWM\-Crystal I get only the empty FVWM desktop\&.\&.\&. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: Make sure that you have correct path to the system\-wide configuration files +in *fvwm\-crystal* script\&. Also check if in your ~~/\&.Xsession or ~~/\&.xinitrc +the last line contains *exec fvwm\-crystal*\&. Select *FVWM\-Crystal* as your +session in GDM, *FVWM* will not work\&. + +2\&.8 Q: Why there is no application panel on the desktop? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: Do you have Python installed? +Is *fvwm\-crystal\&.apps* script in a directory listed in $PATH environment variable? +All files in Crystal\*(Aqs Application Database needs to have *executable* bit set (all files are actually scripts)\&. You can set it by issuing command: .fi .if n \{\ .RE .\} -.SS "2\&.9 Q: How can I get the error log of FVWM\-Crystal" .sp -A: The best way is to run FVWM\-Crystal with startx\&. The last line of your \&.xinitrc file should be: +chmod \-R a+rx <installpath>/Applications .sp .if n \{\ .RS 4 .\} .nf -exec fvwm\-crystal 2>\&.errors\&.fvwm\-crystal +2\&.9 Q: How can I get the error log of FVWM\-Crystal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: The best way is to run FVWM\-Crystal with startx\&. The last line of your \&.xinitrc file should be: .fi .if n \{\ .RE .\} .sp +exec fvwm\-crystal 2>\&.errors\&.fvwm\-crystal +.sp +.if n \{\ +.RS 4 +.\} +.nf The log of fvwm\-crystal will be in the file ~/\&.errors\&.fvwm\-crystal\&. The verbosity of the log can be reduced in the preferences: +.fi +.if n \{\ +.RE +.\} .sp +Preferences → Silent operations +.sp .if n \{\ .RS 4 .\} .nf -Preferences \-> Silent operations +3\&. Usage .fi .if n \{\ .RE .\} -.SH "3. USAGE" .SS "3\&.1 Q: Where can I start some prefered application at startup?" .sp A: Copy the file \fB/usr/share/fvwm\-crystal/fvwm/preferences/Startup\fR to \fB~/\&.fvwm\-crystal/preferences/Startup\fR and add yours commands here\&. Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/KeyboardBindings.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: KeyboardBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: KeyboardBindings 3.4.0 .\" Language: English .\" -.TH "KEYBOARDBINDINGS" "1" "12/27/2015" "KeyboardBindings 3\&.4\&.0" "FVWM\-Crystal" +.TH "KEYBOARDBINDINGS" "1" "12/30/2015" "KeyboardBindings 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -159,6 +159,11 @@ .RS 4 Restore the original size and place again the windows\&. .RE +.PP +\fBAlt + Shift + F\fR +.RS 4 +Toggle all non iconic windows on the current desktop page between full screen and non fullscreen\&. +.RE .SH "MUSIC PLAYER AND AUDIO MIXER:" .PP \fBAlt + Z\fR @@ -186,34 +191,34 @@ Selects next track in music player\&. .RE .PP -\fBAlt + N\fR +\fBAlt + P\fR .RS 4 -Selects prevous track ignoring "Shuffle" setting in music player\&. +Selects previous track ignoring "Shuffle" setting in music player\&. .RE .PP -\fBAlt + M\fR +\fBAlt + N\fR .RS 4 Selects next track ignoring "Shuffle" setting in music player\&. .RE .PP \fBAlt + ,\fR .RS 4 -Lowers the volume by 1\&.5 dB\&. +Lowers the volume by 1\&.5 dB (with amixer by 1 hardware step)\&. .RE .PP \fBAlt + \&.\fR .RS 4 -Raises the volume by 1\&.5 dB\&. +Raises the volume by 1\&.5 dB (with amixer by 1 hardware step)\&. .RE .PP \fBAlt + Shift + ,\fR .RS 4 -Lowers the volume by 10 %\&. +Lowers the volume by 10 % (with amixer by 2 hardware steps)\&. .RE .PP \fBAlt + Shift + \&.\fR .RS 4 -Raises the volume by 10 %\&. +Raises the volume by 10 % (with amixer by 2 hardware steps)\&. .RE .PP \fBAlt + / (slash)\fR @@ -226,7 +231,7 @@ Toggles sequential/random playback .RE .PP -\fBAlt + P\fR +\fBAlt + G\fR .RS 4 Toggle the display of the media player\&. With mplayer, it will display the file name\&. .RE @@ -357,11 +362,6 @@ Make currently focused window a full\-screened window\&. It looses the titlebar and border and is maximized to the entire screen\&. Full\-screened window cannot be lowered but can be iconified\&. Pressing Alt+KP_* on the full\-screened window brings back the titlebar and border and resizes a window to it\(cqs previous size and position\&. .RE .PP -\fBAlt + Shift + F\fR -.RS 4 -Toggle all non iconic windows on the current desktop page between full screen and non fullscreen\&. -.RE -.PP \fBAlt + Shift + KP_*\fR .RS 4 Switch focus between the different full\-screened windows of the current desktop page and the desktop\&. Modified: man/MouseBindings.1 =================================================================== --- man/MouseBindings.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/MouseBindings.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: MouseBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: MouseBindings 3.4.0 .\" Language: English .\" -.TH "MOUSEBINDINGS" "1" "12/27/2015" "MouseBindings 3\&.4\&.0" "FVWM\-Crystal" +.TH "MOUSEBINDINGS" "1" "12/30/2015" "MouseBindings 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/Tips.1 =================================================================== --- man/Tips.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/Tips.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: Tips .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: Tips 3.2.5 .\" Language: English .\" -.TH "TIPS" "1" "12/27/2015" "Tips 3\&.2\&.5" "FVWM\-Crystal" +.TH "TIPS" "1" "12/30/2015" "Tips 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2015-12-29 18:39:25 UTC (rev 838) +++ man/fvwm-crystal.1 2015-12-30 15:53:37 UTC (rev 839) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 12/27/2015 +.\" Date: 12/30/2015 .\" Manual: FVWM-Crystal .\" Source: fvwm-crystal 3.4.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "12/27/2015" "fvwm\-crystal 3\&.4\&.0" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "12/30/2015" "fvwm\-crystal 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-12-31 14:44:59
|
Revision: 845 http://sourceforge.net/p/fvwm-crystal/code/845 Author: dominique_libre Date: 2015-12-31 14:44:57 +0000 (Thu, 31 Dec 2015) Log Message: ----------- NEWS: updated with some of the last changes Modified Paths: -------------- ChangeLog NEWS Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-31 14:01:53 UTC (rev 844) +++ ChangeLog 2015-12-31 14:44:57 UTC (rev 845) @@ -6,6 +6,7 @@ jeudi 31 décembre 2015 functions/Icon-[Amiga|Mwm|Thumbnails]: fix the icons when resuming from a NoIcon style (some recipes and No Icon on desktop). + NEWS: updated with some of the last changes. mercredi 30 décembre 2015 functions/Mixer: make amixer to work with 2 hardware steps when called with Modified: NEWS =================================================================== --- NEWS 2015-12-31 14:01:53 UTC (rev 844) +++ NEWS 2015-12-31 14:44:57 UTC (rev 845) @@ -1,37 +1,59 @@ Version 3.4.0 ------------- -Fvwm-Crystal 3.4.0 brings some new features and bug fixes. +Fvwm-Crystal 3.4.0 brings new exiting features and many bug fixes. +- Support for Hibernation/Suspend via pm-utils, include automatic + hibernation when the battery become low +- The AlsaMixer control can use any ALSA 'Volume' control in the system. - fvwm-crystal.generate-menu: add bmp, gif, jpg, pcx, ppm and tga formats to icon generation; use first picture when source have several pictures, fix to make more icons, use awk instead of piped commands, cleanup, helper script to launch the menu generation automatically. - New XDG application menu via Alt + A with preference. For best result, install - fvwm-xdg-menu from https://github.com/domichel/fvwm-xdg-menu -- New instantaneous screen blanking function via Alt + O + fvwm-xdg-menu from https://github.com/domichel/fvwm-xdg-menu. For this to work, + you will need fvwm from cvs. +- A few key bindings changes: + - each key assigned to the old menu shortcuts can show both the Crystal menu + and the Applications menu (with or without the Shift key). This is usefull + with laptops and other keyboards. + - New instantaneous screen blanking function via Alt + O (as found on laptops) + - Alt + G toggle the media players GUI + - Alt + S toggle AlsaMixer and QJackCtl + - Alt + P for previous track (instead of Alt + N) + - Alt + N for next track (instead of Alt + M) + - Alt + M for Application menu (Alt + Shift + M for Crystal Menu) +- Alt + MMB show or hide the desktop panels + Alt + Shift + MMB toggle the desktop panels on top - Default terminal: support for urxvtd - New full screen preference to start application(s) in full screen by default - Wallpaper menu: support for different thumbnail sizes, fix for space(s) in the file names/paths - Media players: support for alsaplayer in daemon mode +- New colorsets for the ACPI aplets - Fix for the tool-tip function, use it to show the volume at volume change, and the current song with mplayer and alsaplayer -- Fvwm-Crystal desktop icons: support for arbitrary directories -- New key bindings: Alt + P toggle the media player, Alt + S toggle alsamixer and qjackctl +- Fvwm-Crystal desktop icons: support for arbitrary directories - some new icons - cleanup and graphical fixes for the Lap* recipes -- some fixes by alwin for the Dutch localization +- Updated German translation by Thomas Funk +- New UTF-8 Frisian and Dutch translations contribued by Alwin +- Many fixes and idea from Alwin +- Fully rewritten addons/make.pot by Alwin - fix for recipe reloading. Hopefully, it will work in any case (restart, automatic reloading from the preferences or external scripts like fvwm-crystal.generate-menu. - The support for the gnome terminal is broken due to a bug in gnome terminal: the preference will work, it will start with the right click on the desktop, but will fail to launch external programs. - They needed 2 years to fix the previous similar bug, and only 2 months to introduce this one... + They needed 2 years to fix a previous similar bug, and only 2 months to introduce this one... - Desktop icons: Initial support for simple-mtpfs, usefull for devices like some mobile phones. - the mounting and unmounting of the devices must be managed separately. + the mounting and unmounting of the devices must be managed separately + - Per Recipe Placement Preference + - Many fixes +- Fix for the desktop Icons when resuming from a NoIcon style +- Many fixes for the Preferences Editor -And a lot of minor fixes and improvements. See the ChangeLog for details. +Many minor fixes and improvements I don't have the place to put here. See the ChangeLog for details. +And enjoy that new and exiting release! - Version 3.3.2 ------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2016-01-02 13:19:05
|
Revision: 850 http://sourceforge.net/p/fvwm-crystal/code/850 Author: dominique_libre Date: 2016-01-02 13:19:03 +0000 (Sat, 02 Jan 2016) Log Message: ----------- updated copyright to 2016 Modified Paths: -------------- COPYING ChangeLog README Modified: COPYING =================================================================== --- COPYING 2016-01-02 13:05:19 UTC (rev 849) +++ COPYING 2016-01-02 13:19:03 UTC (rev 850) @@ -1,6 +1,6 @@ FVWM-Crystal Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015 fvwm-crystal development team. +2012, 2013, 2014, 2015, 2016 fvwm-crystal development team. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: ChangeLog =================================================================== --- ChangeLog 2016-01-02 13:05:19 UTC (rev 849) +++ ChangeLog 2016-01-02 13:19:03 UTC (rev 850) @@ -5,6 +5,8 @@ samedi 2 janvier 2016 locale/fr_FR.UTF-8/*: new string in French + COPYING: updated copyright to 2016 + README: typo fixes jeudi 31 décembre 2015 functions/Icon-[Amiga|Mwm|Thumbnails]: fix the icons when resuming from a NoIcon style Modified: README =================================================================== --- README 2016-01-02 13:05:19 UTC (rev 849) +++ README 2016-01-02 13:19:03 UTC (rev 850) @@ -1,6 +1,6 @@ FVWM-Crystal -http://fvwm-crystal.berlios.de/ -------------------------------- +http://fvwm-crystal.sourceforge.net/ +------------------------------------ FVWM-Crystal aims to create an easy to use, powerful desktop environment for Linux or other Unix-like operating systems with lots of eye-candy. @@ -180,9 +180,9 @@ function make an intensive use of the shell, and for that reason the only real fix at that time, and I think for all eternity, is to fix your file and directory names by removing such characters. (Do a goggle search on special characters in file -names and the shell to get more info on that. +names and the shell to get more info on that.) -In the preferences of the Music menu, it is an option to get no icons into that +In the preferences of the Music menu, it is an option to get no icon into that file browser: This can help with the special characters in some cases, but this is a workaround not a real fix, and it will be of no help with quoting characters, and will break the exec title function (the function that @@ -191,7 +191,8 @@ The real fix is to remove the quoting characters from your file and directory names. -): Certainly others. Please report them to the mailing list - best, your report(s) -will be archived, which insure they will not be lost, or to me directly: +will be archived, which insure they will not be lost, or to me directly - see next +section: Contribute to Fvwm-Crystal -------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2019-05-14 14:08:29
|
Revision: 904 http://sourceforge.net/p/fvwm-crystal/code/904 Author: dominique_libre Date: 2019-05-14 14:08:23 +0000 (Tue, 14 May 2019) Log Message: ----------- pot files and French translation update Modified Paths: -------------- ChangeLog addons/fvwm-crystal-script.pot addons/fvwm-crystal.pot fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po Modified: ChangeLog =================================================================== --- ChangeLog 2019-05-10 21:29:36 UTC (rev 903) +++ ChangeLog 2019-05-14 14:08:23 UTC (rev 904) @@ -1,6 +1,10 @@ ChangeLog for FVWM-Crystal -vendredi 10 mars 2019 +lundi 14 mai 2019 + addons/*.pot: update to current state of fvwm-crystal + locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.*o: translate new and missing strings + +vendredi 10 mai 2019 functions/CustomButtonBar-Menu scripts/CustomButtonBar/CustomButtonBar scripts/CustomButtonBar/CustomButtonBarMenu Modified: addons/fvwm-crystal-script.pot =================================================================== --- addons/fvwm-crystal-script.pot 2019-05-10 21:29:36 UTC (rev 903) +++ addons/fvwm-crystal-script.pot 2019-05-14 14:08:23 UTC (rev 904) @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fvwm-crystal\n" -"POT-Creation-Date: 2014-01-05 04:57+0100\n" +"Project-Id-Version: fvwm-crystal 3.4.1\n" +"POT-Creation-Date: 2019-05-14 16:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -16,124 +16,206 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "" +#: ../fvwm/components/scripts/FvwmScript-CpuTemp:18 +#: ../fvwm/components/scripts/FvwmScript-CpuTemp:28 +msgid "°C" msgstr "" -msgid "Add line" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:19 +msgid "FVWM-Crystal File Editor" msgstr "" -msgid "Apply" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:106 +msgid "File" msgstr "" -msgid "Bold" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:122 +#: ../fvwm/scripts/PrefVars/PrefVars:614 +msgid "Help" msgstr "" -msgid "Bold Italic" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:141 +#: ../fvwm/scripts/PrefVars/PrefVars:273 +#: ../fvwm/scripts/PrefVars/PrefVars:445 +#: ../fvwm/scripts/PrefVars/PrefVars:630 +#: ../fvwm/scripts/PrefVars/PrefVars:815 +msgid "Add line" msgstr "" -msgid "Browser" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:162 +#: ../fvwm/scripts/FontSelector/FontSelector:812 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:289 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:400 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:510 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:620 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:730 +#: ../fvwm/scripts/PrefVars/PrefVars:120 +#: ../fvwm/scripts/PrefVars/PrefVars:187 +#: ../fvwm/scripts/PrefVars/PrefVars:294 +#: ../fvwm/scripts/PrefVars/PrefVars:466 +#: ../fvwm/scripts/PrefVars/PrefVars:651 +#: ../fvwm/scripts/PrefVars/PrefVars:836 +msgid "Save" msgstr "" -msgid "Desktop" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:200 +#: ../fvwm/scripts/PrefVars/PrefVars:334 +#: ../fvwm/scripts/PrefVars/PrefVars:504 +#: ../fvwm/scripts/PrefVars/PrefVars:689 +#: ../fvwm/scripts/PrefVars/PrefVars:874 +msgid "Remove" msgstr "" -msgid "Directories" +#: ../fvwm/scripts/FileEditors/FileEditWithHelp:220 +#: ../fvwm/scripts/PrefVars/PrefVars:354 +#: ../fvwm/scripts/PrefVars/PrefVars:524 +#: ../fvwm/scripts/PrefVars/PrefVars:709 +#: ../fvwm/scripts/PrefVars/PrefVars:894 +msgid "Update" msgstr "" -msgid " Edit me:" +#: ../fvwm/scripts/FontSelector/FontSelector:8 +msgid "FVWM-Crystal Font Selector" msgstr "" -msgid "Editor" +#: ../fvwm/scripts/FontSelector/FontSelector:80 +#: ../fvwm/scripts/FontSelector/FontSelector:603 +#: ../fvwm/scripts/FontSelector/FontSelector:620 +#: ../fvwm/scripts/FontSelector/FontSelector:637 +#: ../fvwm/scripts/FontSelector/FontSelector:654 +#: ../fvwm/scripts/FontSelector/FontSelector:671 +#: ../fvwm/scripts/FontSelector/FontSelector:707 +msgid "abijk ABIJK éç ÀÉ O09 你好" msgstr "" -msgid "FVWM-Crystal File Editor" +#: ../fvwm/scripts/FontSelector/FontSelector:384 +#: ../fvwm/scripts/FontSelector/FontSelector:408 +msgid "Regular" msgstr "" -msgid "FVWM-Crystal Font Selector" +#: ../fvwm/scripts/FontSelector/FontSelector:424 +#: ../fvwm/scripts/FontSelector/FontSelector:448 +msgid "Bold" msgstr "" -msgid "FVWM-Crystal Keyboard Modifiers Editor" +#: ../fvwm/scripts/FontSelector/FontSelector:464 +#: ../fvwm/scripts/FontSelector/FontSelector:488 +msgid "Italic" msgstr "" -msgid "FVWM-Crystal Variables Editor" +#: ../fvwm/scripts/FontSelector/FontSelector:504 +#: ../fvwm/scripts/FontSelector/FontSelector:528 +msgid "Bold Italic" msgstr "" -msgid "File" +#: ../fvwm/scripts/FontSelector/FontSelector:568 +msgid "With" msgstr "" -msgid "Help" +#: ../fvwm/scripts/FontSelector/FontSelector:688 +msgid " Edit me:" msgstr "" -msgid "Icons" +#: ../fvwm/scripts/FontSelector/FontSelector:724 +msgid "Save editing" msgstr "" -msgid "Italic" +#: ../fvwm/scripts/FontSelector/FontSelector:740 +msgid "Reset editing" msgstr "" -msgid "Media" +#: ../fvwm/scripts/FontSelector/FontSelector:764 +msgid "Quit" msgstr "" -msgid ". Menu Font" +#: ../fvwm/scripts/FontSelector/FontSelector:780 +msgid "Apply" msgstr "" -msgid "Mod: any modifier (0 or more)" +#: ../fvwm/scripts/FontSelector/FontSelector:854 +msgid ". Panel Font" msgstr "" -msgid "Mod0: no modifier" +#: ../fvwm/scripts/FontSelector/FontSelector:882 +msgid ". Title Font" msgstr "" -msgid "Mod1: usually Meta" +#: ../fvwm/scripts/FontSelector/FontSelector:911 +msgid ". Menu Font" msgstr "" -msgid "Mod2: second mode" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:10 +msgid "FVWM-Crystal Keyboard Modifiers Editor" msgstr "" -msgid "SelectOnRelease: for WindowLists" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:221 +msgid "N=none, A=any (0 or more), M=Meta (Alt_L), S=Shift_L, C=Control_L, 4=Super_L (Win_L)" msgstr "" -msgid "Move song:" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:252 +msgid "Mod: any modifier (0 or more)" msgstr "" -msgid "" -"N=none, A=any (0 or more), M=Meta (Alt_L), S=Shift_L, C=Control_L, 4=Super_L " -"(Win_L)" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:331 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:441 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:551 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:661 +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:771 +msgid "Restore" msgstr "" -msgid ". Panel Font" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:363 +msgid "Mod0: no modifier" msgstr "" -msgid "Quit" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:473 +msgid "Mod1: usually Meta" msgstr "" -msgid "Regular" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:583 +msgid "Mod2: second mode" msgstr "" -msgid "Remove" +#: ../fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor:693 +msgid "SelectOnRelease: for WindowLists" msgstr "" -msgid "Reset editing" +#: ../fvwm/scripts/PrefVars/PrefVars:10 +msgid "FVWM-Crystal Variables Editor" msgstr "" -msgid "Restore" +#: ../fvwm/scripts/PrefVars/PrefVars:104 +msgid "Browser" msgstr "" -msgid "Save" +#: ../fvwm/scripts/PrefVars/PrefVars:171 +msgid "Editor" msgstr "" -msgid "Save editing" +#: ../fvwm/scripts/PrefVars/PrefVars:242 +msgid "Desktop" msgstr "" -msgid ". Title Font" +#: ../fvwm/scripts/PrefVars/PrefVars:257 +#: ../fvwm/scripts/PrefVars/PrefVars:429 +#: ../fvwm/scripts/PrefVars/PrefVars:599 +msgid "Directories" msgstr "" -msgid "Update" +#: ../fvwm/scripts/PrefVars/PrefVars:414 +msgid "Icons" msgstr "" -msgid "With" +#: ../fvwm/scripts/PrefVars/PrefVars:584 +msgid "Media" msgstr "" -msgid "abijk ABIJK éç ÀÉ O09 你好" +#: ../fvwm/scripts/PrefVars/PrefVars:769 +msgid "Full screen" msgstr "" -msgid "°C" +#: ../fvwm/scripts/PrefVars/PrefVars:784 +msgid "Applications" msgstr "" + +# End of generated strings Modified: addons/fvwm-crystal.pot =================================================================== --- addons/fvwm-crystal.pot 2019-05-10 21:29:36 UTC (rev 903) +++ addons/fvwm-crystal.pot 2019-05-14 14:08:23 UTC (rev 904) @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fvwm-crystal\n" -"POT-Creation-Date: 2014-01-05 04:57+0100\n" +"Project-Id-Version: fvwm-crystal 3.4.1\n" +"POT-Creation-Date: 2019-05-14 16:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -16,1554 +16,3112 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -# -msgid "" +#: ../bin/fvwm-crystal.generate-menu:314 +#: ../fvwm/Applications/Multimedia/ +msgid "Audio" msgstr "" -msgid " 1 min" +#: ../bin/fvwm-crystal.generate-menu:318 +#: ../fvwm/Applications/Multimedia/ +msgid "Audio-Video" msgstr "" -msgid " 1 min 30" +#: ../bin/fvwm-crystal.generate-menu:322 +#: ../fvwm/Applications/ +msgid "Development" msgstr "" -msgid " 2 min" +#: ../bin/fvwm-crystal.generate-menu:326 +#: ../fvwm/Applications/ +msgid "Knowledge" msgstr "" -msgid " 3 min" +#: ../bin/fvwm-crystal.generate-menu:330 +#: ../fvwm/Applications/ +msgid "Games" msgstr "" -msgid " 5 min" +#: ../bin/fvwm-crystal.generate-menu:334 +#: ../fvwm/Applications/ +msgid "Graphics" msgstr "" -msgid "+ 1 min" +#: ../bin/fvwm-crystal.generate-menu:338 +#: ../fvwm/Applications/ +msgid "Network" msgstr "" -msgid "+ 1 min 30" +#: ../bin/fvwm-crystal.generate-menu:342 +#: ../fvwm/Applications/ +msgid "Office" msgstr "" -msgid "+ 2 min" +#: ../bin/fvwm-crystal.generate-menu:346 +msgid "Science" msgstr "" -msgid "+ 3 min" +#: ../bin/fvwm-crystal.generate-menu:350 +#: ../fvwm/Applications/ +msgid "Settings" msgstr "" -msgid "+ 5 min" +#: ../bin/fvwm-crystal.generate-menu:354 +#: ../fvwm/Applications/ +#: ../fvwm/components/functions/Colorsets:24 +#: ../fvwm/components/functions/Preferences-Menu:55 +#: ../fvwm/components/functions/Window-Decorations:27 +msgid "System" msgstr "" -msgid "+ &1 tone" +#: ../bin/fvwm-crystal.generate-menu:358 +#: ../fvwm/Applications/ +msgid "Utilities" msgstr "" -msgid "+ 1 &comma" +#: ../bin/fvwm-crystal.generate-menu:362 +#: ../fvwm/Applications/Multimedia/ +msgid "Video" msgstr "" -msgid "+ 1 &fifth" +#: ../bin/fvwm-crystal.generate-menu:377 +#: ../fvwm/Applications/Graphics/ +msgid "2D Graphics" msgstr "" -msgid "+ 1 &octave" +#: ../bin/fvwm-crystal.generate-menu:381 +#: ../fvwm/Applications/Graphics/ +msgid "3D Graphics" msgstr "" -msgid "+ 1 &sixth" +#: ../bin/fvwm-crystal.generate-menu:385 +msgid "Accessibility" msgstr "" -msgid "+ 1 f&ourth" +#: ../bin/fvwm-crystal.generate-menu:389 +#: ../fvwm/Applications/20~Games/ +msgid "Action Games" msgstr "" -msgid "+ 1 s&eventh" +#: ../bin/fvwm-crystal.generate-menu:393 +msgid "Adventure Games" msgstr "" -msgid "+ 1 t&hird" +#: ../bin/fvwm-crystal.generate-menu:397 +msgid "Adult" msgstr "" -msgid "+ &tone" +#: ../bin/fvwm-crystal.generate-menu:401 +#: ../fvwm/Applications/20~Games/ +msgid "Arcade Games" msgstr "" -msgid "+ 10 min" +#: ../bin/fvwm-crystal.generate-menu:405 +msgid "Amusement" msgstr "" -msgid "+ 10 sec" +#: ../bin/fvwm-crystal.generate-menu:409 +#: ../fvwm/Applications/Utilities/ +msgid "Archiving" msgstr "" -msgid "+ 20 sec" +#: ../bin/fvwm-crystal.generate-menu:413 +msgid "Art" msgstr "" -msgid "+ 30 sec" +#: ../bin/fvwm-crystal.generate-menu:417 +msgid "Artificial Intelligence" msgstr "" -msgid "+ 45 sec" +#: ../bin/fvwm-crystal.generate-menu:421 +#: ../fvwm/Applications/Knowledge/ +msgid "Astronomy" msgstr "" -msgid "- 1 min" +#: ../bin/fvwm-crystal.generate-menu:425 +#: ../fvwm/Applications/Multimedia/Audio/ +#: ../fvwm/Applications/Multimedia/Audio-Video/ +#: ../fvwm/Applications/Multimedia/Video/ +msgid "Audio-Video Editing" msgstr "" -msgid "- 1 min 30" +#: ../bin/fvwm-crystal.generate-menu:429 +msgid "Biology" msgstr "" -msgid "- 2 min" +#: ../bin/fvwm-crystal.generate-menu:433 +msgid "Blocks Games" msgstr "" -msgid "- 3 min" +#: ../bin/fvwm-crystal.generate-menu:437 +#: ../fvwm/Applications/20~Games/ +msgid "Board Games" msgstr "" -msgid "- 5 min" +#: ../bin/fvwm-crystal.generate-menu:441 +msgid "Building" msgstr "" -msgid "- &1 tone" +#: ../bin/fvwm-crystal.generate-menu:445 +#: ../fvwm/Applications/Utilities/ +msgid "Calculators" msgstr "" -msgid "- 1 &comma" +#: ../bin/fvwm-crystal.generate-menu:449 +#: ../fvwm/Applications/Office/ +msgid "Calendars" msgstr "" -msgid "- 1 &fifth" +#: ../bin/fvwm-crystal.generate-menu:453 +#: ../fvwm/Applications/20~Games/ +msgid "Card Games" msgstr "" -msgid "- 1 &octave" +#: ../bin/fvwm-crystal.generate-menu:457 +msgid "Charts" msgstr "" -msgid "- 1 &sixth" +#: ../bin/fvwm-crystal.generate-menu:461 +msgid "Chat" msgstr "" -msgid "- 1 f&ourth" +#: ../bin/fvwm-crystal.generate-menu:465 +msgid "Chemistry" msgstr "" -msgid "- 1 s&eventh" +#: ../bin/fvwm-crystal.generate-menu:469 +msgid "Clocks" msgstr "" -msgid "- 1 t&hird" +#: ../bin/fvwm-crystal.generate-menu:473 +msgid "Compression" msgstr "" -msgid "- &tone" +#: ../bin/fvwm-crystal.generate-menu:477 +msgid "Computer Science" msgstr "" -msgid "- 10 min" +#: ../bin/fvwm-crystal.generate-menu:481 +msgid "Console Only" msgstr "" -msgid "- 10 sec" +#: ../bin/fvwm-crystal.generate-menu:485 +msgid "Construction" msgstr "" -msgid "- 20 sec" +#: ../bin/fvwm-crystal.generate-menu:489 +#: ../fvwm/Applications/Office/ +msgid "Contact Management" msgstr "" -msgid "- 30 sec" +#: ../bin/fvwm-crystal.generate-menu:493 +msgid "Core" msgstr "" -msgid "- 45 sec" +#: ../bin/fvwm-crystal.generate-menu:497 +msgid "Data Visualization" msgstr "" -msgid "1 day" +#: ../bin/fvwm-crystal.generate-menu:501 +#: ../fvwm/Applications/Multimedia/Audio-Video/ +msgid "Databases" msgstr "" -msgid "1 hour" +#: ../bin/fvwm-crystal.generate-menu:505 +#: ../fvwm/Applications/Network/ +msgid "Dial-up" msgstr "" -msgid "1 icon width" +#: ../bin/fvwm-crystal.generate-menu:509 +#: ../fvwm/Applications/Development/ +msgid "Debuggers" msgstr "" -msgid "1 minute" +#: ../bin/fvwm-crystal.generate-menu:513 +#: ../fvwm/Applications/Settings/ +msgid "Desktop Settings" msgstr "" -msgid "10 min" +#: ../bin/fvwm-crystal.generate-menu:517 +msgid "Dialup" msgstr "" -msgid "10 minutes" +#: ../bin/fvwm-crystal.generate-menu:521 +#: ../fvwm/Applications/Office/ +msgid "Dictionaries" msgstr "" -msgid "10 sec" +#: ../bin/fvwm-crystal.generate-menu:525 +#: ../fvwm/Applications/Multimedia/Audio-Video/ +msgid "Disc Burning" msgstr "" -msgid "10 seconds" +#: ../bin/fvwm-crystal.generate-menu:529 +#: ../fvwm/Applications/Development/ +#: ../fvwm/Applications/System/ +msgid "Documentation" msgstr "" -msgid "15 min" +#: ../bin/fvwm-crystal.generate-menu:533 +msgid "Economy" msgstr "" -msgid "15 minutes" +#: ../bin/fvwm-crystal.generate-menu:537 +msgid "Electricity" msgstr "" -msgid "15 seconds" +#: ../bin/fvwm-crystal.generate-menu:541 +#: ../fvwm/Applications/Development/ +msgid "Electronics" msgstr "" -msgid "12 icons width" +#: ../bin/fvwm-crystal.generate-menu:545 +#: ../fvwm/Applications/Network/ +msgid "Email" msgstr "" -msgid "15 icons width" +#: ../bin/fvwm-crystal.generate-menu:549 +#: ../fvwm/Applications/20~Games/ +#: ../fvwm/Applications/System/ +msgid "Emulators" msgstr "" -msgid "2 icons width" +#: ../bin/fvwm-crystal.generate-menu:553 +#: ../fvwm/Applications/Graphics/ +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Engineering" msgstr "" -msgid "20 icons width" +#: ../bin/fvwm-crystal.generate-menu:557 +msgid "Feed" msgstr "" -msgid "2D Graphics" +#: ../bin/fvwm-crystal.generate-menu:561 +#: ../fvwm/Applications/System/ +msgid "File Managers" msgstr "" -msgid "3 hours" +#: ../bin/fvwm-crystal.generate-menu:565 +msgid "File Systems" msgstr "" -msgid "3 icons width" +#: ../bin/fvwm-crystal.generate-menu:569 +#: ../fvwm/Applications/Utilities/ +msgid "File Tools" msgstr "" -msgid "30 minutes" +#: ../bin/fvwm-crystal.generate-menu:573 +#: ../fvwm/Applications/Network/ +msgid "File Transfer" msgstr "" -msgid "30 sec" +#: ../bin/fvwm-crystal.generate-menu:577 +#: ../fvwm/Applications/Office/ +msgid "Finance" msgstr "" -msgid "30 seconds" +#: ../bin/fvwm-crystal.generate-menu:581 +msgid "Flow Charts" msgstr "" -msgid "3D Graphics" +#: ../bin/fvwm-crystal.generate-menu:585 +msgid "Geography" msgstr "" -msgid "4 icons width" +#: ../bin/fvwm-crystal.generate-menu:589 +msgid "Geology" msgstr "" -msgid "5 icons width" +#: ../bin/fvwm-crystal.generate-menu:593 +msgid "Geoscience" msgstr "" -msgid "5 minutes" +#: ../bin/fvwm-crystal.generate-menu:605 +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "GUI Designers" msgstr "" -msgid "5 seconds" +#: ../bin/fvwm-crystal.generate-menu:609 +msgid "Ham Radio" msgstr "" -msgid "6 icons width" +#: ../bin/fvwm-crystal.generate-menu:613 +#: ../fvwm/Applications/Settings/ +msgid "Hardware Settings" msgstr "" -msgid "7 icons width" +#: ../bin/fvwm-crystal.generate-menu:617 +msgid "History" msgstr "" -msgid "8 hours" +#: ../bin/fvwm-crystal.generate-menu:621 +msgid "Humanities" msgstr "" -msgid "8 icons width" +#: ../bin/fvwm-crystal.generate-menu:625 +#: ../fvwm/Applications/Development/ +msgid "IDE" msgstr "" -msgid "9 icons width" +#: ../bin/fvwm-crystal.generate-menu:629 +msgid "Image Processing" msgstr "" -msgid "A console command must be prefixed by A and space," +#: ../bin/fvwm-crystal.generate-menu:633 +#: ../fvwm/Applications/Network/ +msgid "IRC Clients" msgstr "" -msgid "About FVWM-Crystal" +#: ../bin/fvwm-crystal.generate-menu:637 +#: ../fvwm/Applications/Network/ +msgid "Instant Messaging" msgstr "" -msgid "Accessibility" +#: ../bin/fvwm-crystal.generate-menu:641 +#: ../fvwm/Applications/Development/ +msgid "Java" msgstr "" -msgid "Action " +#: ../bin/fvwm-crystal.generate-menu:653 +#: ../fvwm/Applications/20~Games/ +msgid "Kids Games" msgstr "" -msgid "Action Games" +#: ../bin/fvwm-crystal.generate-menu:657 +#: ../fvwm/Applications/Knowledge/ +msgid "Languages" msgstr "" -msgid "Actions" +#: ../bin/fvwm-crystal.generate-menu:661 +msgid "Literature" msgstr "" -msgid "Activate" +#: ../bin/fvwm-crystal.generate-menu:665 +#: ../fvwm/Applications/20~Games/ +msgid "Logic Games" msgstr "" -msgid "Add a playlist" +#: ../bin/fvwm-crystal.generate-menu:669 +msgid "Maps" msgstr "" -msgid "Add playlist" +#: ../bin/fvwm-crystal.generate-menu:673 +#: ../fvwm/Applications/Knowledge/ +msgid "Math" msgstr "" -msgid "Adventure Games" +#: ../bin/fvwm-crystal.generate-menu:677 +msgid "Medical Softwares" msgstr "" -msgid "All pages wallpaper" +#: ../bin/fvwm-crystal.generate-menu:681 +#: ../fvwm/Applications/Multimedia/Audio/Engineering/ +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "MIDI" msgstr "" -msgid "Antennas" +#: ../bin/fvwm-crystal.generate-menu:685 +#: ../fvwm/Applications/Multimedia/Audio/ +#: ../fvwm/components/functions/Media:465 +msgid "Mixers" msgstr "" -msgid "Applications" +#: ../bin/fvwm-crystal.generate-menu:689 +#: ../fvwm/Applications/System/ +msgid "Monitors" msgstr "" -msgid "Arcade Games" +#: ../bin/fvwm-crystal.generate-menu:693 +msgid "Motif" msgstr "" -msgid "Archiving" +#: ../bin/fvwm-crystal.generate-menu:697 +#: ../fvwm/components/functions/CustomButtonBar-Menu:260 +#: ../fvwm/components/functions/CustomButtonBar-Menu:260 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:34 +#: ../fvwm/recipes/Amiga:408 +#: ../fvwm/recipes/Corner:151 +#: ../fvwm/recipes/LapLeft:90 +#: ../fvwm/recipes/LapLeft with ACPI:102 +#: ../fvwm/recipes/LapRight:88 +#: ../fvwm/recipes/LapRight with ACPI:93 +#: ../fvwm/recipes/Light:42 +#: ../fvwm/recipes/TopDown:53 +#: ../fvwm/recipes/Wing-Commander:47 +msgid "Music" msgstr "" -msgid "Artificial Intelligence" +#: ../bin/fvwm-crystal.generate-menu:701 +#: ../fvwm/Applications/Network/ +msgid "News" msgstr "" -msgid "Astronomy" +#: ../bin/fvwm-crystal.generate-menu:705 +msgid "Numerical Analysis" msgstr "" -msgid "Audio mixer" +#: ../bin/fvwm-crystal.generate-menu:709 +msgid "OCR" msgstr "" -msgid "Audio playlists" +#: ../bin/fvwm-crystal.generate-menu:713 +#: ../fvwm/Applications/Network/ +msgid "P2P" msgstr "" -msgid "Audio tools" +#: ../bin/fvwm-crystal.generate-menu:717 +#: ../fvwm/Applications/Settings/ +msgid "Package Managers" msgstr "" -msgid "Audio-Video Editing" +#: ../bin/fvwm-crystal.generate-menu:721 +msgid "Parallel Computing" msgstr "" -msgid "Authors" +#: ../bin/fvwm-crystal.generate-menu:725 +#: ../fvwm/Applications/Office/ +msgid "PDA" msgstr "" -msgid "Auto wallpaper" +#: ../bin/fvwm-crystal.generate-menu:729 +#: ../fvwm/Applications/Graphics/ +msgid "Photography" msgstr "" -msgid "Automatic suspend to disk" +#: ../bin/fvwm-crystal.generate-menu:733 +#: ../fvwm/Applications/Knowledge/ +msgid "Physics" msgstr "" -msgid "Backward" +#: ../bin/fvwm-crystal.generate-menu:737 +#: ../fvwm/Applications/Multimedia/Audio/ +#: ../fvwm/Applications/Multimedia/Video/ +msgid "Players" msgstr "" -msgid "Biology" +#: ../bin/fvwm-crystal.generate-menu:741 +msgid "Presentations" msgstr "" -msgid "Bling bling" +#: ../bin/fvwm-crystal.generate-menu:745 +#: ../fvwm/Applications/Settings/ +#: ../fvwm/Applications/Utilities/ +msgid "Printing" msgstr "" -msgid "Blocks Games" +#: ../bin/fvwm-crystal.generate-menu:749 +msgid "Profiling" msgstr "" -msgid "Board Games" +#: ../bin/fvwm-crystal.generate-menu:753 +msgid "Project Management" msgstr "" -msgid "Browse CDROM" +#: ../bin/fvwm-crystal.generate-menu:757 +#: ../fvwm/Applications/Office/ +msgid "Publishing" msgstr "" -msgid "Browse DVD" +#: ../bin/fvwm-crystal.generate-menu:765 +msgid "Raster Graphics" msgstr "" -msgid "Browse Info pages with EMacs" +#: ../bin/fvwm-crystal.generate-menu:769 +msgid "Recorders" msgstr "" -msgid "Browse Info pages with pinfo" +#: ../bin/fvwm-crystal.generate-menu:773 +#: ../fvwm/Applications/Network/ +msgid "Remote Access" msgstr "" -msgid "Browse Info pages with tkinfo" +#: ../bin/fvwm-crystal.generate-menu:777 +#: ../fvwm/Applications/Development/ +msgid "Revision Control" msgstr "" -msgid "Browse Medias" +#: ../bin/fvwm-crystal.generate-menu:781 +msgid "Robotics" msgstr "" -msgid "Browse Movies" +#: ../bin/fvwm-crystal.generate-menu:785 +#: ../fvwm/Applications/20~Games/ +msgid "Role Playing" msgstr "" -msgid "Browse Music" +#: ../bin/fvwm-crystal.generate-menu:789 +#: ../fvwm/Applications/Graphics/ +msgid "Scanning" msgstr "" -msgid "Building" +#: ../bin/fvwm-crystal.generate-menu:793 +#: ../fvwm/Applications/System/ +msgid "Security" msgstr "" -msgid "Button model" +#: ../bin/fvwm-crystal.generate-menu:797 +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Sequencers" msgstr "" -msgid "CD Burning" +#: ../bin/fvwm-crystal.generate-menu:801 +msgid "Shooter" msgstr "" -msgid "Calculators" +#: ../bin/fvwm-crystal.generate-menu:805 +#: ../fvwm/Applications/20~Games/ +msgid "Simulation" msgstr "" -msgid "Calendars" +#: ../bin/fvwm-crystal.generate-menu:809 +msgid "Spirituality" msgstr "" -msgid "Cancel" +#: ../bin/fvwm-crystal.generate-menu:813 +msgid "Sports" msgstr "" -msgid "Card Games" +#: ../bin/fvwm-crystal.generate-menu:817 +msgid "Sports Games" msgstr "" -msgid "Changed desktop manager" +#: ../bin/fvwm-crystal.generate-menu:821 +#: ../fvwm/Applications/Office/ +msgid "Spreadsheets" msgstr "" -msgid "Changed notification area manager" +#: ../bin/fvwm-crystal.generate-menu:825 +#: ../fvwm/Applications/20~Games/ +msgid "Strategy Games" msgstr "" -msgid "Channels" +#: ../bin/fvwm-crystal.generate-menu:833 +#: ../fvwm/Applications/Network/ +msgid "Telephony" msgstr "" -msgid "Character fonts" +#: ../bin/fvwm-crystal.generate-menu:837 +msgid "Telephony Tools" msgstr "" -msgid "Charts" +#: ../bin/fvwm-crystal.generate-menu:841 +#: ../fvwm/Applications/System/ +msgid "Terminals" msgstr "" -msgid "Chemistry" +#: ../bin/fvwm-crystal.generate-menu:845 +#: ../fvwm/Applications/Utilities/ +msgid "Text Editors" msgstr "" -msgid "Choose a playlist to load" +#: ../bin/fvwm-crystal.generate-menu:849 +#: ../fvwm/Applications/Utilities/ +msgid "Text Tools" msgstr "" -msgid "Choose a playlist to remove" +#: ../bin/fvwm-crystal.generate-menu:853 +msgid "Translation" msgstr "" -msgid "Choose playlist to copy" +#: ../bin/fvwm-crystal.generate-menu:857 +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Tuners" msgstr "" -msgid "Choose playlist to load" +#: ../bin/fvwm-crystal.generate-menu:861 +#: ../fvwm/Applications/Multimedia/Video/ +msgid "TV" msgstr "" -msgid "Choose playlist to remove" +#: ../bin/fvwm-crystal.generate-menu:865 +#: ../fvwm/Applications/Graphics/ +msgid "Vector Graphics" msgstr "" -msgid "Clear playlist" +#: ../bin/fvwm-crystal.generate-menu:869 +#: ../fvwm/Applications/Network/ +msgid "Webcam" msgstr "" -msgid "Clocks" +#: ../bin/fvwm-crystal.generate-menu:873 +#: ../fvwm/Applications/Graphics/ +#: ../fvwm/Applications/Office/ +msgid "Viewers" msgstr "" -msgid "Close" +#: ../bin/fvwm-crystal.generate-menu:877 +#: ../fvwm/Applications/Network/ +msgid "Web Browsers" msgstr "" -msgid "Colorsets" +#: ../bin/fvwm-crystal.generate-menu:881 +#: ../fvwm/Applications/Development/ +msgid "Web Development" msgstr "" -msgid "Computer Science" +#: ../bin/fvwm-crystal.generate-menu:885 +#: ../fvwm/Applications/Office/ +msgid "Word Processors" msgstr "" -msgid "Console Only" +#: ../fvwm/ +#: ../fvwm/components/functions/CustomButtonBar-Menu:277 +msgid "Applications" msgstr "" -msgid "Contact Management" +#: ../fvwm/Applications/20~Games/ +msgid "Block Games" msgstr "" -msgid "Copy playlist" +#: ../fvwm/Applications/20~Games/ +msgid "Adventures Games" msgstr "" -msgid "Core" +#: ../fvwm/Applications/20~Games/Logic_Games/ +msgid "Portable Puzzle Collection" msgstr "" -msgid "Crossfade" +#: ../fvwm/Applications/20~Games/ +msgid "Shooters" msgstr "" -msgid "Current playlist" +#: ../fvwm/Applications/Development/Electronics/ +msgid "Antennas" msgstr "" -msgid "Custom action " +#: ../fvwm/Applications/Development/Electronics/ +msgid "Chipmunksystem" msgstr "" -msgid "Custom playlists" +#: ../fvwm/Applications/Development/Electronics/ +msgid "Geda" msgstr "" -msgid "Data Visualization" +#: ../fvwm/Applications/ +msgid "Multimedia" msgstr "" -msgid "Databases" +#: ../fvwm/Applications/Multimedia/Audio/10~Mixers/ +#: ../fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/ +#: ../fvwm/Applications/Multimedia/Audio/Engineering/ +#: ../fvwm/Applications/Multimedia/Audio/Recording/ +#: ../fvwm/Applications/Multimedia/Audio/Rhythm/ +#: ../fvwm/Applications/Multimedia/Audio/Samplers/ +#: ../fvwm/Applications/Multimedia/Audio/Sequencers/ +#: ../fvwm/Applications/Multimedia/Audio/Sound_Effects/ +#: ../fvwm/Applications/Multimedia/Audio/Synthetizers/ +#: ../fvwm/Applications/Multimedia/Audio/Vu-Meters/ +msgid "Other" msgstr "" -msgid "Debuggers" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Composition" msgstr "" -msgid "Decorations and colorsets" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "DJ" msgstr "" -msgid "Default browser" +#: ../fvwm/Applications/Multimedia/Audio/Engineering/ +#: ../fvwm/Applications/Multimedia/Audio/Tuners/ +msgid "Jack" msgstr "" -msgid "Default terminal" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Mp3" msgstr "" -msgid "Delayed fullscreen" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Non" msgstr "" -msgid "Desktop Settings" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Notation" msgstr "" -msgid "Desktop geometry" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Radios" msgstr "" -msgid "Desktop manager" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Recording" msgstr "" -msgid "Desktop menu" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Rhythm" msgstr "" -msgid "Destroy" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Rippers" msgstr "" -msgid "Destroy MPlayer" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Samplers" msgstr "" -msgid "Developer menu" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Sound Effects" msgstr "" -msgid "Development" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Sound Processing" msgstr "" -msgid "Dial-up" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Streaming" msgstr "" -msgid "Dictionaries" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Synthetizers" msgstr "" -msgid "Dictionary" +#: ../fvwm/Applications/Multimedia/Audio/Synthetizers/ +msgid "Bristol" msgstr "" -msgid "Disc Burning" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Trackers" msgstr "" -msgid "Each line has the following format:" +#: ../fvwm/Applications/Multimedia/Audio/ +msgid "Vu-Meters" msgstr "" -msgid "Economy" +#: ../fvwm/Applications/Multimedia/Video/ +msgid "Video Effects" msgstr "" -msgid "Electricity" +#: ../fvwm/Applications/Network/Instant_Messaging/ +msgid "Jabber" msgstr "" -msgid "Electronics" +#: ../fvwm/Applications/Office/ +msgid "KOffice" msgstr "" -msgid "Email" +#: ../fvwm/Applications/Office/ +msgid "LibreOffice" msgstr "" -msgid "Emulators" +#: ../fvwm/Applications/Office/ +msgid "OpenOffice.org" msgstr "" -msgid "Emplacement" +#: ../fvwm/components/apps/DesktopIcons:49 +#: ../fvwm/scripts/desktop_manager:109 +msgid "Umount" msgstr "" -msgid "Engineering" +#: ../fvwm/components/apps/DesktopIcons:54 +#: ../fvwm/components/apps/DesktopIcons:71 +#: ../fvwm/components/apps/DesktopIcons:173 +#: ../fvwm/components/functions/CustomButtonBar-Menu:72 +#: ../fvwm/components/functions/CustomButtonBar-Menu:83 +#: ../fvwm/components/functions/CustomButtonBar-Menu:106 +#: ../fvwm/components/functions/Preferences-Menu:668 +#: ../fvwm/components/functions/Preferences-Menu:729 +msgid "On" msgstr "" -msgid "Enter the default browser" +#: ../fvwm/components/apps/DesktopIcons:55 +#: ../fvwm/components/apps/DesktopIcons:72 +#: ../fvwm/components/apps/DesktopIcons:174 +#: ../fvwm/components/functions/CustomButtonBar-Menu:62 +#: ../fvwm/components/functions/CustomButtonBar-Menu:73 +#: ../fvwm/components/functions/CustomButtonBar-Menu:84 +#: ../fvwm/components/functions/CustomButtonBar-Menu:96 +#: ../fvwm/components/functions/CustomButtonBar-Menu:107 +#: ../fvwm/components/functions/Preferences-Menu:669 +#: ../fvwm/components/functions/Preferences-Menu:730 +msgid "Off" msgstr "" -msgid "Enter the name of the channel list for the DVB input" +#: ../fvwm/components/apps/DesktopIcons:89 +#: ../fvwm/components/apps/DesktopIcons:90 +msgid "Action " msgstr "" -msgid "Everything" +#: ../fvwm/components/apps/DesktopIcons:91 +#: ../fvwm/components/apps/DesktopIcons:92 +msgid "Custom action " msgstr "" -msgid "Exit" +#: ../fvwm/components/apps/DesktopIcons:102 +#: ../fvwm/components/apps/DesktopIcons:123 +msgid "File browser action" msgstr "" -msgid "External scripts and applications" +#: ../fvwm/components/apps/DesktopIcons:103 +msgid "Type a command to bind to the first mouse button." msgstr "" -msgid "FVWM Man Pages" +#: ../fvwm/components/apps/DesktopIcons:106 +#: ../fvwm/components/apps/DesktopIcons:127 +msgid "A console command must be prefixed by A and space," msgstr "" -msgid "FVWM manpages" +#: ../fvwm/components/apps/DesktopIcons:109 +#: ../fvwm/components/apps/DesktopIcons:130 +msgid "use X and space otherwise." msgstr "" -msgid "FVWM version" +#: ../fvwm/components/apps/DesktopIcons:115 +#: ../fvwm/components/apps/DesktopIcons:136 +#: ../fvwm/components/functions/Feedback:75 +#: ../fvwm/components/functions/Music-audacious:47 +#: ../fvwm/components/functions/Music-mpd:65 +#: ../fvwm/components/functions/Music-xmms2:58 +#: ../fvwm/components/functions/Preferences-Menu:533 +msgid "Save" msgstr "" -msgid "FVWM-Crystal Help" +#: ../fvwm/components/apps/DesktopIcons:117 +#: ../fvwm/components/apps/DesktopIcons:138 +#: ../fvwm/components/functions/Feedback:45 +#: ../fvwm/components/functions/Preferences-Menu:80 +#: ../fvwm/components/functions/Preferences-Menu:316 +#: ../fvwm/components/functions/Preferences-Menu:330 +#: ../fvwm/components/functions/Preferences-Menu:371 +#: ../fvwm/components/functions/Preferences-Menu:447 +#: ../fvwm/components/functions/Preferences-Menu:535 +#: ../fvwm/components/functions/Preferences-Menu:701 +msgid "Not now" msgstr "" -msgid "FVWM-Crystal documentation" +#: ../fvwm/components/apps/DesktopIcons:124 +msgid "Type a command to bind to the second mouse button." msgstr "" -msgid "FVWM-Crystal users email list, or the" +#: ../fvwm/components/apps/DesktopIcons:156 +#: ../fvwm/components/functions/CustomButtonBar-Menu:210 +msgid "Left" msgstr "" -msgid "FVWM-Crystal with raise" +#: ../fvwm/components/apps/DesktopIcons:157 +#: ../fvwm/components/functions/CustomButtonBar-Menu:211 +msgid "Right" msgstr "" +#: ../fvwm/components/apps/Nautilus:41 +#: ../fvwm/components/apps/ROX-Filer:32 +#: ../fvwm/components/functions/Wallpaper:58 +msgid "Random" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:23 +msgid "Force suspend" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:24 +msgid "Activate" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:25 +#: ../fvwm/components/functions/Exit:58 +#: ../fvwm/components/functions/Exit-Safe:9 +msgid "Lock screen" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:26 +#: ../fvwm/components/functions/CustomButtonBar-Menu:270 +#: ../fvwm/components/functions/CustomButtonBar-Menu:270 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:45 +#: ../fvwm/recipes/Light:53 +#: ../fvwm/recipes/TopDown:64 +#: ../fvwm/recipes/Wing-Commander:60 +msgid "Preferences" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:28 +msgid "Stop screensaver" +msgstr "" + +#: ../fvwm/components/apps/XScreenSaver:28 +msgid "Start screensaver" +msgstr "" + +#: ../fvwm/components/functions/About:8 +#: ../fvwm/scripts/convert_preferences:4 +msgid "Version" +msgstr "" + +#: ../fvwm/components/functions/About:11 +msgid "Authors" +msgstr "" + +#: ../fvwm/components/functions/About:15 +msgid "With contributions from:" +msgstr "" + +#: ../fvwm/components/functions/About:31 +msgid "The majority of the icons are from the Tango project and from" +msgstr "" + +#: ../fvwm/components/functions/About:38 +msgid "FVWM version" +msgstr "" + +#: ../fvwm/components/functions/About:44 msgid "Feedback, support" msgstr "" -msgid "File browser action" +#: ../fvwm/components/functions/About:46 +#: ../fvwm/components/functions/Debug-Functions:57 +#: ../fvwm/components/functions/Window-Buttons:133 +#: ../fvwm/components/functions/Window-Buttons:192 +#: ../fvwm/components/functions/Window-Buttons-Vertical:131 +#: ../fvwm/components/functions/Window-Buttons-Vertical:188 +msgid "Close" msgstr "" -msgid "File Managers" +#: ../fvwm/components/functions/AutoWallpaper-Error:6 +#: ../fvwm/components/functions/Wallpaper:39 +msgid "Auto wallpaper" msgstr "" -msgid "File Systems" +#: ../fvwm/components/functions/AutoWallpaper-Error:7 +msgid "No pictures found." msgstr "" -msgid "File Tools" +#: ../fvwm/components/functions/AutoWallpaper-Error:10 +msgid "You should save wallpapers in" msgstr "" -msgid "File Transfer" +#: ../fvwm/components/functions/AutoWallpaper-Error:16 +msgid "Auto wallpapers must be in subdirectories." msgstr "" -msgid "Files" +#: ../fvwm/components/functions/AutoWallpaper-Error:19 +msgid "Symlinks to directories are allowed." msgstr "" -msgid "Flow Charts" +#: ../fvwm/components/functions/AutoWallpaper-Error:22 +msgid "The thumbnails generation is CPU intensive," msgstr "" -msgid "Fonts sizes" +#: ../fvwm/components/functions/AutoWallpaper-Error:25 +msgid "it is better to have a few subdirectories than" msgstr "" -msgid "Force suspend" +#: ../fvwm/components/functions/AutoWallpaper-Error:28 +msgid "a lot of files in one subdirectory." msgstr "" -msgid "Forward" +#: ../fvwm/components/functions/AutoWallpaper-Error:31 +#: ../fvwm/components/functions/CustomButtonBar-Menu:198 +#: ../fvwm/components/functions/Preferences-Menu:190 +#: ../fvwm/components/functions/Preferences-Menu:569 +#: ../fvwm/components/functions/Preferences-Menu:719 +#: ../fvwm/scripts/FileEditors/ShowDirectories-Help:40 +msgid "OK" msgstr "" -msgid "Frame" +#: ../fvwm/components/functions/Colorsets:25 +#: ../fvwm/components/functions/Preferences-Menu:56 +#: ../fvwm/components/functions/Window-Decorations:28 +msgid "User" msgstr "" -msgid "Frame step" +#: ../fvwm/components/functions/CustomButtonBar-Menu:57 +#: ../fvwm/components/functions/CustomButtonBar-Menu:94 +#: ../fvwm/components/functions/Media:443 +#: ../fvwm/components/functions/Music-alsaplayer:251 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:250 +msgid "Normal" msgstr "" -msgid "Fullscreen" +#: ../fvwm/components/functions/CustomButtonBar-Menu:58 +msgid "24 hours" msgstr "" -msgid "Fvwm-Crystal Docs" +#: ../fvwm/components/functions/CustomButtonBar-Menu:59 +#: ../fvwm/components/functions/CustomButtonBar-Menu:95 +#: ../fvwm/components/functions/CustomButtonBar-Menu:152 +msgid "Small" msgstr "" -msgid "FvwmConsole terminal" +#: ../fvwm/components/functions/CustomButtonBar-Menu:60 +msgid "Small + date" msgstr "" -msgid "GUI Designers" +#: ../fvwm/components/functions/CustomButtonBar-Menu:61 +msgid "24 hours small + date" msgstr "" -msgid "Games" +#: ../fvwm/components/functions/CustomButtonBar-Menu:153 +msgid "Medium" msgstr "" -msgid "Generate application menu" +#: ../fvwm/components/functions/CustomButtonBar-Menu:154 +msgid "Big" msgstr "" -msgid "Geography" +#: ../fvwm/components/functions/CustomButtonBar-Menu:170 +msgid "Custom Button Bar" msgstr "" -msgid "Geology" +#: ../fvwm/components/functions/CustomButtonBar-Menu:171 +#: ../fvwm/scripts/FileEditors/ShowDirectories-Help:4 +msgid "You are editing the file" msgstr "" -msgid "Geoscience" +#: ../fvwm/components/functions/CustomButtonBar-Menu:177 +#: ../fvwm/components/functions/Preferences-Menu:551 +#: ../fvwm/scripts/FileEditors/ShowDirectories-Help:10 +msgid "Each line has the following format:" msgstr "" -msgid "Go to the FVWM-Crystal users email list" +#: ../fvwm/components/functions/CustomButtonBar-Menu:180 +msgid "icon name command" msgstr "" -msgid "Go to the fvwm-crystal IRC channel" +#: ../fvwm/components/functions/CustomButtonBar-Menu:183 +msgid "where icon is the icon used for the button," msgstr "" -msgid "Graphics" +#: ../fvwm/components/functions/CustomButtonBar-Menu:186 +msgid "name is the button name" msgstr "" -msgid "Ham Radio" +#: ../fvwm/components/functions/CustomButtonBar-Menu:189 +msgid "and command will be launched by the button." msgstr "" -msgid "Handle width" +#: ../fvwm/components/functions/CustomButtonBar-Menu:192 +msgid "icon and name must have no space," msgstr "" -msgid "Hardware Settings" +#: ../fvwm/components/functions/CustomButtonBar-Menu:195 +msgid "command can have spaces." msgstr "" -msgid "Help" +#: ../fvwm/components/functions/CustomButtonBar-Menu:212 +msgid "Up" msgstr "" -msgid "History" +#: ../fvwm/components/functions/CustomButtonBar-Menu:213 +msgid "Down" msgstr "" -msgid "I am sure" +#: ../fvwm/components/functions/CustomButtonBar-Menu:242 +msgid "Custom bar location" msgstr "" -msgid "IDE" +#: ../fvwm/components/functions/CustomButtonBar-Menu:243 +msgid "Button size" msgstr "" -msgid "IRC Clients" +#: ../fvwm/components/functions/CustomButtonBar-Menu:244 +#: ../fvwm/components/functions/Preferences-Menu:29 +msgid "Preferences editor" msgstr "" -msgid "Iconify" +#: ../fvwm/components/functions/CustomButtonBar-Menu:245 +msgid "Generate this Menu" msgstr "" -msgid "Identify" +#: ../fvwm/components/functions/CustomButtonBar-Menu:246 +msgid "Generate the custom buttons bar" msgstr "" -msgid "Icons" +#: ../fvwm/components/functions/CustomButtonBar-Menu:249 +msgid "Choose an applet to add:" msgstr "" -msgid "Icons in file browser" +#: ../fvwm/components/functions/CustomButtonBar-Menu:251 +msgid "Clock" msgstr "" +#: ../fvwm/components/functions/CustomButtonBar-Menu:252 +msgid "ACPI battery" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:253 +msgid "CPU temperature" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:254 +msgid "CPU frequency" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:255 +msgid "Pager" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:258 +msgid "Choose a menu entry to add it as a button:" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:262 +#: ../fvwm/components/functions/CustomButtonBar-Menu:262 +#: ../fvwm/components/functions/Developer-Menu:19 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:32 +#: ../fvwm/recipes/Light:44 +#: ../fvwm/recipes/TopDown:55 +#: ../fvwm/recipes/Wing-Commander:49 +msgid "FVWM-Crystal documentation" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:264 +#: ../fvwm/components/functions/CustomButtonBar-Menu:264 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:37 +#: ../fvwm/recipes/Light:47 +#: ../fvwm/recipes/TopDown:58 +#: ../fvwm/recipes/Wing-Commander:52 +msgid "Screensaver" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:265 +#: ../fvwm/components/functions/CustomButtonBar-Menu:265 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:38 +#: ../fvwm/components/functions/Screenshot-import:6 +#: ../fvwm/components/functions/Screenshot-import:11 +#: ../fvwm/components/functions/Screenshot-import:16 +#: ../fvwm/recipes/Light:48 +#: ../fvwm/recipes/TopDown:59 +#: ../fvwm/recipes/Wing-Commander:53 +msgid "Screenshot" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:267 +#: ../fvwm/components/functions/CustomButtonBar-Menu:267 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:40 +#: ../fvwm/recipes/Light:50 +#: ../fvwm/recipes/TopDown:61 +#: ../fvwm/recipes/Wing-Commander:55 +msgid "Window decorations" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:268 +#: ../fvwm/components/functions/CustomButtonBar-Menu:268 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:41 +#: ../fvwm/recipes/Light:51 +#: ../fvwm/recipes/TopDown:62 +#: ../fvwm/recipes/Wing-Commander:56 +msgid "Colorsets" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:269 +#: ../fvwm/components/functions/CustomButtonBar-Menu:269 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:42 +#: ../fvwm/recipes/Light:52 +#: ../fvwm/recipes/TopDown:63 +#: ../fvwm/recipes/Wing-Commander:57 +msgid "Wallpaper" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:272 +#: ../fvwm/components/functions/CustomButtonBar-Menu:272 +#: ../fvwm/components/functions/Developer-Menu:4 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:47 +#: ../fvwm/recipes/Light:55 +#: ../fvwm/recipes/TopDown:66 +#: ../fvwm/recipes/Wing-Commander:62 +msgid "Developer menu" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:273 +#: ../fvwm/components/functions/CustomButtonBar-Menu:273 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:48 +#: ../fvwm/recipes/Light:56 +#: ../fvwm/recipes/TopDown:67 +#: ../fvwm/recipes/Wing-Commander:65 +msgid "About FVWM-Crystal" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:276 +#: ../fvwm/components/functions/CustomButtonBar-Menu:276 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:51 +#: ../fvwm/recipes/Light:57 +#: ../fvwm/recipes/TopDown:68 +#: ../fvwm/recipes/Wing-Commander:66 +msgid "Exit" +msgstr "" + +#: ../fvwm/components/functions/Debug-Functions:52 +#: ../fvwm/components/functions/Developer-Menu:6 msgid "Identify window" msgstr "" -msgid "If you don\\'t want any such icons," +#: ../fvwm/components/functions/Debug-Functions:53 +#: ../fvwm/components/functions/Developer-Menu:29 +#: ../fvwm/components/functions/Developer-Menu:158 +msgid "WindowStyle" msgstr "" -msgid "Image Processing" +#: ../fvwm/components/functions/Debug-Functions:55 +msgid "Move" msgstr "" -msgid "Image tools" +#: ../fvwm/components/functions/Debug-Functions:56 +msgid "Resize" msgstr "" -msgid "Instant Messaging" +#: ../fvwm/components/functions/Debug-Functions:58 +#: ../fvwm/components/functions/Window-Buttons:134 +#: ../fvwm/components/functions/Window-Buttons-Vertical:132 +msgid "Destroy" msgstr "" +#: ../fvwm/components/functions/Developer-Menu:5 +msgid "Reload current recipe" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:7 +msgid "Toggle FvwmConsole" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:8 +msgid "Open debug window" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:20 +msgid "FVWM manpages" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:21 +msgid "X.org documentation" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:25 +msgid "Browse Info pages with EMacs" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:26 +msgid "Browse Info pages with pinfo" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:27 +msgid "Browse Info pages with tkinfo" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:34 +msgid "Keyboard bindings" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:35 +msgid "Mouse bindings" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:36 +msgid "FAQ" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:37 +msgid "Tips" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:38 +msgid "Crystal Rox! HOWTO" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:39 +msgid "Application database" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:47 +msgid "Main documentation" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:48 +msgid "Decorations and colorsets" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:49 +msgid "Modules used in FVWM-Crystal" +msgstr "" + +#: ../fvwm/components/functions/Developer-Menu:51 msgid "Interface look and feel" msgstr "" -msgid "Jump" +#: ../fvwm/components/functions/Developer-Menu:52 +msgid "Programming and debugging" msgstr "" -msgid "Jump to left page" +#: ../fvwm/components/functions/Developer-Menu:53 +msgid "External scripts and applications" msgstr "" -msgid "Jump to previous page" +#: ../fvwm/components/functions/Developer-Menu:125 +msgid "X.Org documentation" msgstr "" -msgid "Jump to right page" +#: ../fvwm/components/functions/Developer-Menu:127 +msgid "X.Org-Xserver documentation" msgstr "" -msgid "Key binding modifiers editor" +#: ../fvwm/components/functions/Exit:17 +#: ../fvwm/components/functions/Exit:30 +msgid " 1 %" msgstr "" -msgid "Kids Games" +#: ../fvwm/components/functions/Exit:18 +#: ../fvwm/components/functions/Exit:31 +msgid " 2 %" msgstr "" -msgid "Knowledge" +#: ../fvwm/components/functions/Exit:19 +#: ../fvwm/components/functions/Exit:32 +msgid " 3 %" msgstr "" -msgid "Languages" +#: ../fvwm/components/functions/Exit:20 +#: ../fvwm/components/functions/Exit:33 +msgid " 5 %" msgstr "" -msgid "Left" +#: ../fvwm/components/functions/Exit:21 +#: ../fvwm/components/functions/Exit:34 +msgid "10 %" msgstr "" -msgid "Literature" +#: ../fvwm/components/functions/Exit:22 +#: ../fvwm/components/functions/Exit:35 +msgid "15 %" msgstr "" -msgid "Load all" +#: ../fvwm/components/functions/Exit:23 +#: ../fvwm/components/functions/Exit:36 +msgid "20 %" msgstr "" -msgid "Load media file" +#: ../fvwm/components/functions/Exit:24 +#: ../fvwm/components/functions/Exit:37 +msgid "25 %" msgstr "" -msgid "Load playlist" +#: ../fvwm/components/functions/Exit:25 +#: ../fvwm/components/functions/Exit:38 +msgid "50 %" msgstr "" -msgid "Lock screen" +#: ../fvwm/components/functions/Exit:26 +#: ../fvwm/components/functions/Exit:39 +msgid "75 %" msgstr "" -msgid "Logic Games" +#: ../fvwm/components/functions/Exit:45 +#: ../fvwm/components/functions/Exit:46 +msgid "Stop" msgstr "" +#: ../fvwm/components/functions/Exit:47 +#: ../fvwm/components/functions/Exit:48 +msgid "Start when battery is as low as" +msgstr "" + +#: ../fvwm/components/functions/Exit:57 +#: ../fvwm/components/functions/Exit-Safe:8 +#: ../fvwm/components/functions/Preferences-Menu:78 +#: ../fvwm/components/functions/Preferences-Menu:369 +#: ../fvwm/components/functions/Preferences-Menu:445 +#: ../fvwm/components/functions/Preferences-Menu:699 +msgid "Restart" +msgstr "" + +#: ../fvwm/components/functions/Exit:59 +#: ../fvwm/components/functions/Exit:60 +#: ../fvwm/components/functions/Exit-Safe:10 +#: ../fvwm/components/functions/Preferences-Menu:314 +#: ../fvwm/components/functions/Preferences-Menu:328 msgid "Logout" msgstr "" -msgid "MPlayer volume" +#: ../fvwm/components/functions/Exit:62 +#: ../fvwm/components/functions/Exit:63 +msgid "Automatic suspend to disk" msgstr "" -msgid "Main documentation" +#: ../fvwm/components/functions/Exit:64 +msgid "Resume hybride with screen lid" msgstr "" -msgid "Main volume" +#: ../fvwm/components/functions/Exit:66 +#: ../fvwm/components/functions/Exit:71 +msgid "Resume to RAM" msgstr "" -msgid "Max" +#: ../fvwm/components/functions/Exit:67 +msgid "Resume hybride" msgstr "" -msgid "Max back" +#: ../fvwm/components/functions/Exit:68 +#: ../fvwm/components/functions/Exit:72 +msgid "Suspend to disk" msgstr "" -msgid "Maximize" +#: ../fvwm/components/functions/Exit:69 +msgid "Powersave" msgstr "" -msgid "Maximize horizontally" +#: ../fvwm/components/functions/Exit:74 +msgid "Save session" msgstr "" -msgid "Maximize vertically" +#: ../fvwm/components/functions/Exit:75 +msgid "Manage session" msgstr "" -msgid "Media directories" +#: ../fvwm/components/functions/Exit-gdm:10 +#: ../fvwm/components/functions/Exit-Safe-gdm:10 +msgid "New login" msgstr "" -msgid "Medical Software" +#: ../fvwm/components/functions/Exit-gdm:11 +#: ../fvwm/components/functions/Exit-Safe-gdm:11 +msgid "New nested login" msgstr "" -msgid "Menu with left click" +#: ../fvwm/components/functions/Exit-gdm:13 +#: ../fvwm/components/functions/Exit-Safe-gdm:13 +#: ../fvwm/components/functions/Exit-Safe-sudo:6 +#: ../fvwm/components/functions/Exit-sudo:6 +#: ../fvwm/components/functions/Exit-systemctl:6 +msgid "Reboot computer" msgstr "" -msgid "Menus" +#: ../fvwm/components/functions/Exit-gdm:15 +#: ../fvwm/components/functions/Exit-Safe-gdm:15 +msgid "Suspend" msgstr "" -msgid "Menus font size" +#: ../fvwm/components/functions/Exit-gdm:17 +#: ../fvwm/components/functions/Exit-Safe-gdm:17 +#: ../fvwm/components/functions/Exit-Safe-sudo:7 +#: ../fvwm/components/functions/Exit-sudo:7 +#: ../fvwm/components/functions/Exit-systemctl:7 +msgid "Turn off computer" msgstr "" -msgid "Minimize" +#: ../fvwm/components/functions/Exit-Safe:19 +#: ../fvwm/components/functions/Exit-Safe:20 +#: ../fvwm/components/functions/Exit-Safe-gdm:21 +#: ../fvwm/components/functions/Exit-Safe-gdm:25 +#: ../fvwm/components/functions/Exit-Safe-gdm:29 +#: ../fvwm/components/functions/Exit-Safe-sudo:11 +#: ../fvwm/components/functions/Exit-Safe-sudo:15 +msgid "I am sure" msgstr "" -msgid "Mixers" +#: ../fvwm/components/functions/Feedback:19 +msgid "User feedback" msgstr "" -msgid "Modules used in FVWM-Crystal" +#: ../fvwm/components/functions/Feedback:20 +msgid "You are welcomed to send feedback to the developer:" msgstr "" -msgid "Monitors" +#: ../fvwm/components/functions/Feedback:22 +msgid "bug reports, suggestions, patches, ideas," msgstr "" -msgid "More..." +#: ../fvwm/components/functions/Feedback:24 +msgid "congratulations or complaints." msgstr "" -msgid "Mount" +#: ../fvwm/components/functions/Feedback:26 +msgid "This will help him make this software better." msgstr "" -msgid "Mounted partitions" +#: ../fvwm/components/functions/Feedback:28 +msgid "Send feedback (for support keep reading)" msgstr "" -msgid "Move song:" +#: ../fvwm/components/functions/Feedback:32 +msgid "To get support, the best places are the" msgstr "" -msgid "Move to left page" +#: ../fvwm/components/functions/Feedback:34 +msgid "FVWM-Crystal users email list, or the" msgstr "" -msgid "Move to page" +#: ../fvwm/components/functions/Feedback:36 +msgid "fvwm-crystal IRC channel on FreeNode:" msgstr "" -msgid "Move to previous page" +#: ../fvwm/components/functions/Feedback:38 +msgid "Go to the FVWM-Crystal users email list" msgstr "" -msgid "Move to right page" +#: ../fvwm/components/functions/Feedback:41 +msgid "Go to the fvwm-crystal IRC channel" msgstr "" -msgid "Multimedia" +#: ../fvwm/components/functions/Feedback:69 +msgid "Default browser" msgstr "" -msgid "Multimedia Browser" +#: ../fvwm/components/functions/Feedback:70 +msgid "Enter the default browser" msgstr "" -msgid "Music" +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:36 +#: ../fvwm/recipes/Light:46 +#: ../fvwm/recipes/TopDown:57 +#: ../fvwm/recipes/Wing-Commander:51 +msgid "Screen resolution" msgstr "" -msgid "Music find" +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:50 +#: ../fvwm/recipes/Wing-Commander:64 +msgid "Nested sessions" msgstr "" +#: ../fvwm/components/functions/Media:101 +#: ../fvwm/components/functions/Music-alsaplayer:31 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:32 +#: ../fvwm/components/functions/Music-audacious:18 +#: ../fvwm/components/functions/Music-audacious:169 +#: ../fvwm/components/functions/Music-cdcd:28 +#: ../fvwm/components/functions/Music-cmus:24 +#: ../fvwm/components/functions/Music-mocp:22 +#: ../fvwm/components/functions/Music-mpd:27 +#: ../fvwm/components/functions/Music-quodlibet:18 +#: ../fvwm/components/functions/Music-xmms2:21 +msgid "Recreate the Playlists" +msgstr "" + +#: ../fvwm/components/functions/Media:102 +#: ../fvwm/components/functions/Music-alsaplayer:32 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:33 +#: ../fvwm/components/functions/Music-audacious:19 +#: ../fvwm/components/functions/Music-audacious:170 +#: ../fvwm/components/functions/Music-cdcd:29 +#: ../fvwm/components/functions/Music-cdcd:92 +#: ../fvwm/components/functions/Music-cmus:25 +#: ../fvwm/components/functions/Music-cmus:119 +#: ../fvwm/components/functions/Music-mocp:23 +#: ../fvwm/components/functions/Music-mocp:110 +#: ../fvwm/components/functions/Music-mpd:28 +#: ../fvwm/components/functions/Music-mpd:188 +#: ../fvwm/components/functions/Music-quodlibet:19 +#: ../fvwm/components/functions/Music-quodlibet:86 +#: ../fvwm/components/functions/Music-xmms2:22 +#: ../fvwm/components/functions/Music-xmms2:177 msgid "Music player" msgstr "" -msgid "Name of the playlist" +#: ../fvwm/components/functions/Media:103 +msgid "Icons in file browser" msgstr "" -msgid "Nested sessions" +#: ../fvwm/components/functions/Media:105 +#: ../fvwm/components/functions/Music-alsaplayer:34 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:35 +#: ../fvwm/components/functions/Music-audacious:21 +#: ../fvwm/components/functions/Music-cdcd:31 +#: ../fvwm/components/functions/Music-cmus:27 +#: ../fvwm/components/functions/Music-mocp:25 +#: ../fvwm/components/functions/Music-mpd:30 +#: ../fvwm/components/functions/Music-quodlibet:21 +#: ../fvwm/components/functions/Music-xmms2:24 +msgid "Start QJackCtl" msgstr "" -msgid "Network" +#: ../fvwm/components/functions/Media:107 +msgid "Start player" msgstr "" -msgid "New login" +#: ../fvwm/components/functions/Media:108 +msgid "Stop MPlayer" msgstr "" -msgid "New menu entries will be used after next startup" +#: ../fvwm/components/functions/Media:109 +msgid "Destroy MPlayer" msgstr "" -msgid "New nested login" +#: ../fvwm/components/functions/Media:110 +#: ../fvwm/components/functions/Media:462 +msgid "Show/Hide menu" msgstr "" -msgid "New notification area manager will be used after next startup" +#: ../fvwm/components/functions/Media:155 +#: ../fvwm/components/functions/Music:118 +msgid "Audio playlists" msgstr "" -msgid "New notification area setting will be used after next startup" +#: ../fvwm/components/functions/Media:156 +msgid "Video playlists" msgstr "" -msgid "New notification area width will be used after next startup" +#: ../fvwm/components/functions/Media:157 +#: ../fvwm/components/functions/Music:119 +msgid "Personal audio playlists" msgstr "" -msgid "New recipe will be used after next startup" +#: ../fvwm/components/functions/Media:158 +msgid "Personal video playlists" msgstr "" -msgid "New type of icons will be used after next startup" +#: ../fvwm/components/functions/Media:174 +msgid "Choose playlist to remove" msgstr "" -msgid "News" +#: ../fvwm/components/functions/Media:176 +#: ../fvwm/components/functions/Media:177 +#: ../fvwm/components/functions/Media:195 +#: ../fvwm/components/functions/Media:196 +#: ../fvwm/components/functions/Music:112 +#: ../fvwm/scripts/media_directories:24 +msgid "Browse Medias" msgstr "" -msgid "Next" +#: ../fvwm/components/functions/Media:193 +msgid "Choose playlist to copy" msgstr "" -msgid "No icon" +#: ../fvwm/components/functions/Media:201 +#: ../fvwm/components/functions/Preferences-Menu:523 +msgid "Select channel list" msgstr "" -msgid "No menu with left click" +#: ../fvwm/components/functions/Media:202 +#: ../fvwm/components/functions/Media:240 +#: ../fvwm/components/functions/Music-alsaplayer:68 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:69 +#: ../fvwm/components/functions/Music-audacious:78 +#: ../fvwm/components/functions/Music-audacious:156 +#: ../fvwm/components/functions/Music-cmus:57 +#: ../fvwm/components/functions/Music-mocp:58 +#: ../fvwm/components/functions/Music-mocp:104 +#: ../fvwm/components/functions/Music-mpd:94 +#: ../fvwm/components/functions/Music-mpd:170 +#: ../fvwm/components/functions/Music-xmms2:102 +#: ../fvwm/components/functions/Music-xmms2:167 +msgid "Remove playlist" msgstr "" -msgid "No notification area" +#: ../fvwm/components/functions/Media:203 +#: ../fvwm/components/functions/Media:239 +msgid "Copy playlist" msgstr "" -msgid "No XDG menu with Alt+A" +#: ../fvwm/components/functions/Media:204 +#: ../fvwm/components/functions/Media:206 +#: ../fvwm/components/functions/Media:208 +#: ../fvwm/components/functions/Media:210 +#: ../fvwm/components/functions/Media:231 +#: ../fvwm/components/functions/Media:232 +#: ../fvwm/components/functions/Media:233 +#: ../fvwm/components/functions/Media:234 +msgid "Watch DVB" msgstr "" -msgid "None" +#: ../fvwm/components/functions/Media:205 +#: ../fvwm/components/functions/Media:207 +#: ../fvwm/components/functions/Media:209 +#: ../fvwm/components/functions/Media:211 +#: ../fvwm/components/functions/Media:469 +#: ../fvwm/components/functions/Media:470 +#: ../fvwm/components/functions/Media:471 +#: ../fvwm/components/functions/Media:472 +msgid "Channels" msgstr "" -msgid "Normal" +#: ../fvwm/components/functions/Media:212 +#: ../fvwm/components/functions/Media:236 +msgid "Load media file" msgstr "" -msgid "Normal &backward" +#: ../fvwm/components/functions/Media:213 +#: ../fvwm/components/functions/Media:235 +msgid "Play DVD" msgstr "" -msgid "Normal mode" +#: ../fvwm/components/functions/Media:214 +#: ../fvwm/components/functions/Media:237 +#: ../fvwm/components/functions/Music-alsaplayer:71 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:72 +#: ../fvwm/components/functions/Music-audacious:82 +#: ../fvwm/components/functions/Music-audacious:152 +#: ../fvwm/components/functions/Music-cmus:59 +#: ../fvwm/components/functions/Music-cmus:118 +#: ../fvwm/components/functions/Music-mocp:61 +#: ../fvwm/components/functions/Music-mocp:102 +#: ../fvwm/components/functions/Music-mpd:89 +#: ../fvwm/components/functions/Music-mpd:164 +#: ../fvwm/components/functions/Music-xmms2:98 +#: ../fvwm/components/functions/Music-xmms2:161 +msgid "Load playlist" msgstr "" -msgid "Not now" +#: ../fvwm/components/functions/Media:215 +#: ../fvwm/components/functions/Media:241 +msgid "Show file name" msgstr "" -msgid "Nothing else is allowed in that file." +#: ../fvwm/components/functions/Media:324 +msgid "Start" msgstr "" -msgid "Notification area manager" +#: ../fvwm/components/functions/Media:331 +#: ../fvwm/components/functions/Music-alsaplayer:138 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:137 +msgid "+ 10 min... [truncated message content] |
From: <dom...@us...> - 2019-08-28 10:24:29
|
Revision: 933 http://sourceforge.net/p/fvwm-crystal/code/933 Author: dominique_libre Date: 2019-08-28 10:24:26 +0000 (Wed, 28 Aug 2019) Log Message: ----------- Version bump to 3.5.1; update translations Modified Paths: -------------- ChangeLog addons/fvwm-crystal-script.pot addons/fvwm-crystal.pot fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2019-08-25 19:17:02 UTC (rev 932) +++ ChangeLog 2019-08-28 10:24:26 UTC (rev 933) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +mercredi 28 août 2019 + fvwm/components/functions/About: bump to 3.5.1 + addons/*.pot: update translations + dimanche 25 août 2019 bin/fvwm-crystal.generate-menu: apply the styles to all applications with icons; keep the existing styles file when call with a software name parameter; Modified: addons/fvwm-crystal-script.pot =================================================================== --- addons/fvwm-crystal-script.pot 2019-08-25 19:17:02 UTC (rev 932) +++ addons/fvwm-crystal-script.pot 2019-08-28 10:24:26 UTC (rev 933) @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fvwm-crystal 3.4.1\n" -"POT-Creation-Date: 2019-05-14 16:01+0200\n" +"Project-Id-Version: fvwm-crystal 3.5.1\n" +"POT-Creation-Date: 2019-08-28 12:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" Modified: addons/fvwm-crystal.pot =================================================================== --- addons/fvwm-crystal.pot 2019-08-25 19:17:02 UTC (rev 932) +++ addons/fvwm-crystal.pot 2019-08-28 10:24:26 UTC (rev 933) @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fvwm-crystal 3.4.1\n" -"POT-Creation-Date: 2019-05-14 16:01+0200\n" +"Project-Id-Version: fvwm-crystal 3.5.1\n" +"POT-Creation-Date: 2019-08-28 12:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -16,56 +16,56 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../bin/fvwm-crystal.generate-menu:314 +#: ../bin/fvwm-crystal.generate-menu:345 #: ../fvwm/Applications/Multimedia/ msgid "Audio" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:318 +#: ../bin/fvwm-crystal.generate-menu:349 #: ../fvwm/Applications/Multimedia/ msgid "Audio-Video" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:322 +#: ../bin/fvwm-crystal.generate-menu:353 #: ../fvwm/Applications/ msgid "Development" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:326 +#: ../bin/fvwm-crystal.generate-menu:357 #: ../fvwm/Applications/ msgid "Knowledge" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:330 +#: ../bin/fvwm-crystal.generate-menu:361 #: ../fvwm/Applications/ msgid "Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:334 +#: ../bin/fvwm-crystal.generate-menu:365 #: ../fvwm/Applications/ msgid "Graphics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:338 +#: ../bin/fvwm-crystal.generate-menu:369 #: ../fvwm/Applications/ msgid "Network" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:342 +#: ../bin/fvwm-crystal.generate-menu:373 #: ../fvwm/Applications/ msgid "Office" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:346 +#: ../bin/fvwm-crystal.generate-menu:377 msgid "Science" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:350 +#: ../bin/fvwm-crystal.generate-menu:381 #: ../fvwm/Applications/ msgid "Settings" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:354 +#: ../bin/fvwm-crystal.generate-menu:385 #: ../fvwm/Applications/ #: ../fvwm/components/functions/Colorsets:24 #: ../fvwm/components/functions/Preferences-Menu:55 @@ -73,71 +73,71 @@ msgid "System" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:358 +#: ../bin/fvwm-crystal.generate-menu:389 #: ../fvwm/Applications/ msgid "Utilities" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:362 +#: ../bin/fvwm-crystal.generate-menu:393 #: ../fvwm/Applications/Multimedia/ msgid "Video" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:377 +#: ../bin/fvwm-crystal.generate-menu:408 #: ../fvwm/Applications/Graphics/ msgid "2D Graphics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:381 +#: ../bin/fvwm-crystal.generate-menu:412 #: ../fvwm/Applications/Graphics/ msgid "3D Graphics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:385 +#: ../bin/fvwm-crystal.generate-menu:416 msgid "Accessibility" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:389 +#: ../bin/fvwm-crystal.generate-menu:420 #: ../fvwm/Applications/20~Games/ msgid "Action Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:393 +#: ../bin/fvwm-crystal.generate-menu:424 msgid "Adventure Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:397 +#: ../bin/fvwm-crystal.generate-menu:428 msgid "Adult" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:401 +#: ../bin/fvwm-crystal.generate-menu:432 #: ../fvwm/Applications/20~Games/ msgid "Arcade Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:405 +#: ../bin/fvwm-crystal.generate-menu:436 msgid "Amusement" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:409 +#: ../bin/fvwm-crystal.generate-menu:440 #: ../fvwm/Applications/Utilities/ msgid "Archiving" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:413 +#: ../bin/fvwm-crystal.generate-menu:444 msgid "Art" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:417 +#: ../bin/fvwm-crystal.generate-menu:448 msgid "Artificial Intelligence" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:421 +#: ../bin/fvwm-crystal.generate-menu:452 #: ../fvwm/Applications/Knowledge/ msgid "Astronomy" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:425 +#: ../bin/fvwm-crystal.generate-menu:456 #: ../fvwm/Applications/Multimedia/Audio/ #: ../fvwm/Applications/Multimedia/Audio-Video/ #: ../fvwm/Applications/Multimedia/Video/ @@ -144,527 +144,527 @@ msgid "Audio-Video Editing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:429 +#: ../bin/fvwm-crystal.generate-menu:460 msgid "Biology" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:433 +#: ../bin/fvwm-crystal.generate-menu:464 msgid "Blocks Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:437 +#: ../bin/fvwm-crystal.generate-menu:468 #: ../fvwm/Applications/20~Games/ msgid "Board Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:441 +#: ../bin/fvwm-crystal.generate-menu:472 msgid "Building" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:445 +#: ../bin/fvwm-crystal.generate-menu:476 #: ../fvwm/Applications/Utilities/ msgid "Calculators" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:449 +#: ../bin/fvwm-crystal.generate-menu:480 #: ../fvwm/Applications/Office/ msgid "Calendars" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:453 +#: ../bin/fvwm-crystal.generate-menu:484 #: ../fvwm/Applications/20~Games/ msgid "Card Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:457 +#: ../bin/fvwm-crystal.generate-menu:488 msgid "Charts" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:461 +#: ../bin/fvwm-crystal.generate-menu:492 msgid "Chat" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:465 +#: ../bin/fvwm-crystal.generate-menu:496 msgid "Chemistry" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:469 +#: ../bin/fvwm-crystal.generate-menu:500 msgid "Clocks" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:473 +#: ../bin/fvwm-crystal.generate-menu:504 msgid "Compression" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:477 +#: ../bin/fvwm-crystal.generate-menu:508 msgid "Computer Science" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:481 +#: ../bin/fvwm-crystal.generate-menu:512 msgid "Console Only" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:485 +#: ../bin/fvwm-crystal.generate-menu:516 msgid "Construction" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:489 +#: ../bin/fvwm-crystal.generate-menu:520 #: ../fvwm/Applications/Office/ msgid "Contact Management" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:493 +#: ../bin/fvwm-crystal.generate-menu:524 msgid "Core" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:497 +#: ../bin/fvwm-crystal.generate-menu:528 msgid "Data Visualization" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:501 +#: ../bin/fvwm-crystal.generate-menu:532 #: ../fvwm/Applications/Multimedia/Audio-Video/ msgid "Databases" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:505 +#: ../bin/fvwm-crystal.generate-menu:536 #: ../fvwm/Applications/Network/ msgid "Dial-up" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:509 +#: ../bin/fvwm-crystal.generate-menu:540 #: ../fvwm/Applications/Development/ msgid "Debuggers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:513 +#: ../bin/fvwm-crystal.generate-menu:544 #: ../fvwm/Applications/Settings/ msgid "Desktop Settings" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:517 +#: ../bin/fvwm-crystal.generate-menu:548 msgid "Dialup" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:521 +#: ../bin/fvwm-crystal.generate-menu:552 #: ../fvwm/Applications/Office/ msgid "Dictionaries" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:525 +#: ../bin/fvwm-crystal.generate-menu:556 #: ../fvwm/Applications/Multimedia/Audio-Video/ msgid "Disc Burning" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:529 +#: ../bin/fvwm-crystal.generate-menu:560 #: ../fvwm/Applications/Development/ #: ../fvwm/Applications/System/ msgid "Documentation" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:533 +#: ../bin/fvwm-crystal.generate-menu:564 msgid "Economy" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:537 +#: ../bin/fvwm-crystal.generate-menu:568 msgid "Electricity" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:541 +#: ../bin/fvwm-crystal.generate-menu:572 #: ../fvwm/Applications/Development/ msgid "Electronics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:545 +#: ../bin/fvwm-crystal.generate-menu:576 #: ../fvwm/Applications/Network/ msgid "Email" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:549 +#: ../bin/fvwm-crystal.generate-menu:580 #: ../fvwm/Applications/20~Games/ #: ../fvwm/Applications/System/ msgid "Emulators" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:553 +#: ../bin/fvwm-crystal.generate-menu:584 #: ../fvwm/Applications/Graphics/ #: ../fvwm/Applications/Multimedia/Audio/ msgid "Engineering" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:557 +#: ../bin/fvwm-crystal.generate-menu:588 msgid "Feed" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:561 +#: ../bin/fvwm-crystal.generate-menu:592 #: ../fvwm/Applications/System/ msgid "File Managers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:565 +#: ../bin/fvwm-crystal.generate-menu:596 msgid "File Systems" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:569 +#: ../bin/fvwm-crystal.generate-menu:600 #: ../fvwm/Applications/Utilities/ msgid "File Tools" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:573 +#: ../bin/fvwm-crystal.generate-menu:604 #: ../fvwm/Applications/Network/ msgid "File Transfer" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:577 +#: ../bin/fvwm-crystal.generate-menu:608 #: ../fvwm/Applications/Office/ msgid "Finance" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:581 +#: ../bin/fvwm-crystal.generate-menu:612 msgid "Flow Charts" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:585 +#: ../bin/fvwm-crystal.generate-menu:616 msgid "Geography" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:589 +#: ../bin/fvwm-crystal.generate-menu:620 msgid "Geology" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:593 +#: ../bin/fvwm-crystal.generate-menu:624 msgid "Geoscience" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:605 +#: ../bin/fvwm-crystal.generate-menu:636 #: ../fvwm/Applications/Multimedia/Audio/ msgid "GUI Designers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:609 +#: ../bin/fvwm-crystal.generate-menu:640 msgid "Ham Radio" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:613 +#: ../bin/fvwm-crystal.generate-menu:644 #: ../fvwm/Applications/Settings/ msgid "Hardware Settings" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:617 +#: ../bin/fvwm-crystal.generate-menu:648 msgid "History" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:621 +#: ../bin/fvwm-crystal.generate-menu:652 msgid "Humanities" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:625 +#: ../bin/fvwm-crystal.generate-menu:656 #: ../fvwm/Applications/Development/ msgid "IDE" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:629 +#: ../bin/fvwm-crystal.generate-menu:660 msgid "Image Processing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:633 +#: ../bin/fvwm-crystal.generate-menu:664 #: ../fvwm/Applications/Network/ msgid "IRC Clients" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:637 +#: ../bin/fvwm-crystal.generate-menu:668 #: ../fvwm/Applications/Network/ msgid "Instant Messaging" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:641 +#: ../bin/fvwm-crystal.generate-menu:672 #: ../fvwm/Applications/Development/ msgid "Java" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:653 +#: ../bin/fvwm-crystal.generate-menu:684 #: ../fvwm/Applications/20~Games/ msgid "Kids Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:657 +#: ../bin/fvwm-crystal.generate-menu:688 #: ../fvwm/Applications/Knowledge/ msgid "Languages" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:661 +#: ../bin/fvwm-crystal.generate-menu:692 msgid "Literature" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:665 +#: ../bin/fvwm-crystal.generate-menu:696 #: ../fvwm/Applications/20~Games/ msgid "Logic Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:669 +#: ../bin/fvwm-crystal.generate-menu:700 msgid "Maps" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:673 +#: ../bin/fvwm-crystal.generate-menu:704 #: ../fvwm/Applications/Knowledge/ msgid "Math" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:677 +#: ../bin/fvwm-crystal.generate-menu:708 msgid "Medical Softwares" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:681 +#: ../bin/fvwm-crystal.generate-menu:712 #: ../fvwm/Applications/Multimedia/Audio/Engineering/ #: ../fvwm/Applications/Multimedia/Audio/ msgid "MIDI" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:685 +#: ../bin/fvwm-crystal.generate-menu:716 #: ../fvwm/Applications/Multimedia/Audio/ -#: ../fvwm/components/functions/Media:465 +#: ../fvwm/components/functions/Media:466 msgid "Mixers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:689 +#: ../bin/fvwm-crystal.generate-menu:720 #: ../fvwm/Applications/System/ msgid "Monitors" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:693 +#: ../bin/fvwm-crystal.generate-menu:724 msgid "Motif" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:697 -#: ../fvwm/components/functions/CustomButtonBar-Menu:260 -#: ../fvwm/components/functions/CustomButtonBar-Menu:260 +#: ../bin/fvwm-crystal.generate-menu:728 +#: ../fvwm/components/functions/CustomButtonBar-Menu:277 +#: ../fvwm/components/functions/CustomButtonBar-Menu:277 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:34 -#: ../fvwm/recipes/Amiga:408 -#: ../fvwm/recipes/Corner:151 -#: ../fvwm/recipes/LapLeft:90 -#: ../fvwm/recipes/LapLeft with ACPI:102 -#: ../fvwm/recipes/LapRight:88 -#: ../fvwm/recipes/LapRight with ACPI:93 -#: ../fvwm/recipes/Light:42 -#: ../fvwm/recipes/TopDown:53 -#: ../fvwm/recipes/Wing-Commander:47 +#: ../fvwm/recipes/Amiga:409 +#: ../fvwm/recipes/Corner:152 +#: ../fvwm/recipes/LapLeft:91 +#: ../fvwm/recipes/LapLeft with ACPI:103 +#: ../fvwm/recipes/LapRight:89 +#: ../fvwm/recipes/LapRight with ACPI:94 +#: ../fvwm/recipes/Light:43 +#: ../fvwm/recipes/TopDown:54 +#: ../fvwm/recipes/Wing-Commander:48 msgid "Music" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:701 +#: ../bin/fvwm-crystal.generate-menu:732 #: ../fvwm/Applications/Network/ msgid "News" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:705 +#: ../bin/fvwm-crystal.generate-menu:736 msgid "Numerical Analysis" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:709 +#: ../bin/fvwm-crystal.generate-menu:740 msgid "OCR" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:713 +#: ../bin/fvwm-crystal.generate-menu:744 #: ../fvwm/Applications/Network/ msgid "P2P" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:717 +#: ../bin/fvwm-crystal.generate-menu:748 #: ../fvwm/Applications/Settings/ msgid "Package Managers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:721 +#: ../bin/fvwm-crystal.generate-menu:752 msgid "Parallel Computing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:725 +#: ../bin/fvwm-crystal.generate-menu:756 #: ../fvwm/Applications/Office/ msgid "PDA" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:729 +#: ../bin/fvwm-crystal.generate-menu:760 #: ../fvwm/Applications/Graphics/ msgid "Photography" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:733 +#: ../bin/fvwm-crystal.generate-menu:764 #: ../fvwm/Applications/Knowledge/ msgid "Physics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:737 +#: ../bin/fvwm-crystal.generate-menu:768 #: ../fvwm/Applications/Multimedia/Audio/ #: ../fvwm/Applications/Multimedia/Video/ msgid "Players" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:741 +#: ../bin/fvwm-crystal.generate-menu:772 msgid "Presentations" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:745 +#: ../bin/fvwm-crystal.generate-menu:776 #: ../fvwm/Applications/Settings/ #: ../fvwm/Applications/Utilities/ msgid "Printing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:749 +#: ../bin/fvwm-crystal.generate-menu:780 msgid "Profiling" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:753 +#: ../bin/fvwm-crystal.generate-menu:784 msgid "Project Management" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:757 +#: ../bin/fvwm-crystal.generate-menu:788 #: ../fvwm/Applications/Office/ msgid "Publishing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:765 +#: ../bin/fvwm-crystal.generate-menu:796 msgid "Raster Graphics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:769 +#: ../bin/fvwm-crystal.generate-menu:800 msgid "Recorders" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:773 +#: ../bin/fvwm-crystal.generate-menu:804 #: ../fvwm/Applications/Network/ msgid "Remote Access" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:777 +#: ../bin/fvwm-crystal.generate-menu:808 #: ../fvwm/Applications/Development/ msgid "Revision Control" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:781 +#: ../bin/fvwm-crystal.generate-menu:812 msgid "Robotics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:785 +#: ../bin/fvwm-crystal.generate-menu:816 #: ../fvwm/Applications/20~Games/ msgid "Role Playing" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:789 +#: ../bin/fvwm-crystal.generate-menu:820 #: ../fvwm/Applications/Graphics/ msgid "Scanning" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:793 +#: ../bin/fvwm-crystal.generate-menu:824 #: ../fvwm/Applications/System/ msgid "Security" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:797 +#: ../bin/fvwm-crystal.generate-menu:828 #: ../fvwm/Applications/Multimedia/Audio/ msgid "Sequencers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:801 +#: ../bin/fvwm-crystal.generate-menu:832 msgid "Shooter" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:805 +#: ../bin/fvwm-crystal.generate-menu:836 #: ../fvwm/Applications/20~Games/ msgid "Simulation" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:809 +#: ../bin/fvwm-crystal.generate-menu:840 msgid "Spirituality" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:813 +#: ../bin/fvwm-crystal.generate-menu:844 msgid "Sports" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:817 +#: ../bin/fvwm-crystal.generate-menu:848 msgid "Sports Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:821 +#: ../bin/fvwm-crystal.generate-menu:852 #: ../fvwm/Applications/Office/ msgid "Spreadsheets" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:825 +#: ../bin/fvwm-crystal.generate-menu:856 #: ../fvwm/Applications/20~Games/ msgid "Strategy Games" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:833 +#: ../bin/fvwm-crystal.generate-menu:864 #: ../fvwm/Applications/Network/ msgid "Telephony" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:837 +#: ../bin/fvwm-crystal.generate-menu:868 msgid "Telephony Tools" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:841 +#: ../bin/fvwm-crystal.generate-menu:872 #: ../fvwm/Applications/System/ msgid "Terminals" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:845 +#: ../bin/fvwm-crystal.generate-menu:876 #: ../fvwm/Applications/Utilities/ msgid "Text Editors" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:849 +#: ../bin/fvwm-crystal.generate-menu:880 #: ../fvwm/Applications/Utilities/ msgid "Text Tools" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:853 +#: ../bin/fvwm-crystal.generate-menu:884 msgid "Translation" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:857 +#: ../bin/fvwm-crystal.generate-menu:888 #: ../fvwm/Applications/Multimedia/Audio/ msgid "Tuners" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:861 +#: ../bin/fvwm-crystal.generate-menu:892 #: ../fvwm/Applications/Multimedia/Video/ msgid "TV" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:865 +#: ../bin/fvwm-crystal.generate-menu:896 #: ../fvwm/Applications/Graphics/ msgid "Vector Graphics" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:869 +#: ../bin/fvwm-crystal.generate-menu:900 #: ../fvwm/Applications/Network/ msgid "Webcam" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:873 +#: ../bin/fvwm-crystal.generate-menu:904 #: ../fvwm/Applications/Graphics/ #: ../fvwm/Applications/Office/ msgid "Viewers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:877 +#: ../bin/fvwm-crystal.generate-menu:908 #: ../fvwm/Applications/Network/ msgid "Web Browsers" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:881 +#: ../bin/fvwm-crystal.generate-menu:912 #: ../fvwm/Applications/Development/ msgid "Web Development" msgstr "" -#: ../bin/fvwm-crystal.generate-menu:885 +#: ../bin/fvwm-crystal.generate-menu:916 #: ../fvwm/Applications/Office/ msgid "Word Processors" msgstr "" #: ../fvwm/ -#: ../fvwm/components/functions/CustomButtonBar-Menu:277 +#: ../fvwm/components/functions/CustomButtonBar-Menu:294 msgid "Applications" msgstr "" @@ -814,9 +814,10 @@ #: ../fvwm/components/apps/DesktopIcons:54 #: ../fvwm/components/apps/DesktopIcons:71 #: ../fvwm/components/apps/DesktopIcons:173 -#: ../fvwm/components/functions/CustomButtonBar-Menu:72 -#: ../fvwm/components/functions/CustomButtonBar-Menu:83 -#: ../fvwm/components/functions/CustomButtonBar-Menu:106 +#: ../fvwm/components/functions/CustomButtonBar-Menu:73 +#: ../fvwm/components/functions/CustomButtonBar-Menu:84 +#: ../fvwm/components/functions/CustomButtonBar-Menu:107 +#: ../fvwm/components/functions/CustomButtonBar-Menu:169 #: ../fvwm/components/functions/Preferences-Menu:668 #: ../fvwm/components/functions/Preferences-Menu:729 msgid "On" @@ -825,11 +826,12 @@ #: ../fvwm/components/apps/DesktopIcons:55 #: ../fvwm/components/apps/DesktopIcons:72 #: ../fvwm/components/apps/DesktopIcons:174 -#: ../fvwm/components/functions/CustomButtonBar-Menu:62 -#: ../fvwm/components/functions/CustomButtonBar-Menu:73 -#: ../fvwm/components/functions/CustomButtonBar-Menu:84 -#: ../fvwm/components/functions/CustomButtonBar-Menu:96 -#: ../fvwm/components/functions/CustomButtonBar-Menu:107 +#: ../fvwm/components/functions/CustomButtonBar-Menu:63 +#: ../fvwm/components/functions/CustomButtonBar-Menu:74 +#: ../fvwm/components/functions/CustomButtonBar-Menu:85 +#: ../fvwm/components/functions/CustomButtonBar-Menu:97 +#: ../fvwm/components/functions/CustomButtonBar-Menu:108 +#: ../fvwm/components/functions/CustomButtonBar-Menu:170 #: ../fvwm/components/functions/Preferences-Menu:669 #: ../fvwm/components/functions/Preferences-Menu:730 msgid "Off" @@ -867,9 +869,9 @@ #: ../fvwm/components/apps/DesktopIcons:115 #: ../fvwm/components/apps/DesktopIcons:136 #: ../fvwm/components/functions/Feedback:75 -#: ../fvwm/components/functions/Music-audacious:47 -#: ../fvwm/components/functions/Music-mpd:65 -#: ../fvwm/components/functions/Music-xmms2:58 +#: ../fvwm/components/functions/Music-audacious:48 +#: ../fvwm/components/functions/Music-mpd:66 +#: ../fvwm/components/functions/Music-xmms2:60 #: ../fvwm/components/functions/Preferences-Menu:533 msgid "Save" msgstr "" @@ -892,12 +894,12 @@ msgstr "" #: ../fvwm/components/apps/DesktopIcons:156 -#: ../fvwm/components/functions/CustomButtonBar-Menu:210 +#: ../fvwm/components/functions/CustomButtonBar-Menu:226 msgid "Left" msgstr "" #: ../fvwm/components/apps/DesktopIcons:157 -#: ../fvwm/components/functions/CustomButtonBar-Menu:211 +#: ../fvwm/components/functions/CustomButtonBar-Menu:227 msgid "Right" msgstr "" @@ -922,12 +924,12 @@ msgstr "" #: ../fvwm/components/apps/XScreenSaver:26 -#: ../fvwm/components/functions/CustomButtonBar-Menu:270 -#: ../fvwm/components/functions/CustomButtonBar-Menu:270 +#: ../fvwm/components/functions/CustomButtonBar-Menu:287 +#: ../fvwm/components/functions/CustomButtonBar-Menu:287 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:45 -#: ../fvwm/recipes/Light:53 -#: ../fvwm/recipes/TopDown:64 -#: ../fvwm/recipes/Wing-Commander:60 +#: ../fvwm/recipes/Light:54 +#: ../fvwm/recipes/TopDown:65 +#: ../fvwm/recipes/Wing-Commander:61 msgid "Preferences" msgstr "" @@ -966,10 +968,10 @@ #: ../fvwm/components/functions/About:46 #: ../fvwm/components/functions/Debug-Functions:57 -#: ../fvwm/components/functions/Window-Buttons:133 -#: ../fvwm/components/functions/Window-Buttons:192 -#: ../fvwm/components/functions/Window-Buttons-Vertical:131 -#: ../fvwm/components/functions/Window-Buttons-Vertical:188 +#: ../fvwm/components/functions/Window-Buttons:75 +#: ../fvwm/components/functions/Window-Buttons:134 +#: ../fvwm/components/functions/Window-Buttons-Vertical:81 +#: ../fvwm/components/functions/Window-Buttons-Vertical:138 msgid "Close" msgstr "" @@ -1007,7 +1009,7 @@ msgstr "" #: ../fvwm/components/functions/AutoWallpaper-Error:31 -#: ../fvwm/components/functions/CustomButtonBar-Menu:198 +#: ../fvwm/components/functions/CustomButtonBar-Menu:214 #: ../fvwm/components/functions/Preferences-Menu:190 #: ../fvwm/components/functions/Preferences-Menu:569 #: ../fvwm/components/functions/Preferences-Menu:719 @@ -1021,219 +1023,223 @@ msgid "User" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:57 -#: ../fvwm/components/functions/CustomButtonBar-Menu:94 -#: ../fvwm/components/functions/Media:443 -#: ../fvwm/components/functions/Music-alsaplayer:251 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:250 +#: ../fvwm/components/functions/CustomButtonBar-Menu:58 +#: ../fvwm/components/functions/CustomButtonBar-Menu:95 +#: ../fvwm/components/functions/Media:444 +#: ../fvwm/components/functions/Music-alsaplayer:252 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:251 msgid "Normal" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:58 +#: ../fvwm/components/functions/CustomButtonBar-Menu:59 msgid "24 hours" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:59 -#: ../fvwm/components/functions/CustomButtonBar-Menu:95 -#: ../fvwm/components/functions/CustomButtonBar-Menu:152 +#: ../fvwm/components/functions/CustomButtonBar-Menu:60 +#: ../fvwm/components/functions/CustomButtonBar-Menu:96 +#: ../fvwm/components/functions/CustomButtonBar-Menu:153 msgid "Small" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:60 +#: ../fvwm/components/functions/CustomButtonBar-Menu:61 msgid "Small + date" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:61 +#: ../fvwm/components/functions/CustomButtonBar-Menu:62 msgid "24 hours small + date" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:153 +#: ../fvwm/components/functions/CustomButtonBar-Menu:154 msgid "Medium" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:154 +#: ../fvwm/components/functions/CustomButtonBar-Menu:155 msgid "Big" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:170 +#: ../fvwm/components/functions/CustomButtonBar-Menu:186 msgid "Custom Button Bar" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:171 +#: ../fvwm/components/functions/CustomButtonBar-Menu:187 #: ../fvwm/scripts/FileEditors/ShowDirectories-Help:4 msgid "You are editing the file" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:177 +#: ../fvwm/components/functions/CustomButtonBar-Menu:193 #: ../fvwm/components/functions/Preferences-Menu:551 #: ../fvwm/scripts/FileEditors/ShowDirectories-Help:10 msgid "Each line has the following format:" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:180 +#: ../fvwm/components/functions/CustomButtonBar-Menu:196 msgid "icon name command" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:183 +#: ../fvwm/components/functions/CustomButtonBar-Menu:199 msgid "where icon is the icon used for the button," msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:186 +#: ../fvwm/components/functions/CustomButtonBar-Menu:202 msgid "name is the button name" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:189 +#: ../fvwm/components/functions/CustomButtonBar-Menu:205 msgid "and command will be launched by the button." msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:192 +#: ../fvwm/components/functions/CustomButtonBar-Menu:208 msgid "icon and name must have no space," msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:195 +#: ../fvwm/components/functions/CustomButtonBar-Menu:211 msgid "command can have spaces." msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:212 +#: ../fvwm/components/functions/CustomButtonBar-Menu:228 msgid "Up" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:213 +#: ../fvwm/components/functions/CustomButtonBar-Menu:229 msgid "Down" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:242 +#: ../fvwm/components/functions/CustomButtonBar-Menu:258 msgid "Custom bar location" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:243 +#: ../fvwm/components/functions/CustomButtonBar-Menu:259 msgid "Button size" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:244 +#: ../fvwm/components/functions/CustomButtonBar-Menu:260 +msgid "Toggle bar with mouse on same border" +msgstr "" + +#: ../fvwm/components/functions/CustomButtonBar-Menu:261 #: ../fvwm/components/functions/Preferences-Menu:29 msgid "Preferences editor" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:245 +#: ../fvwm/components/functions/CustomButtonBar-Menu:262 msgid "Generate this Menu" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:246 +#: ../fvwm/components/functions/CustomButtonBar-Menu:263 msgid "Generate the custom buttons bar" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:249 +#: ../fvwm/components/functions/CustomButtonBar-Menu:266 msgid "Choose an applet to add:" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:251 +#: ../fvwm/components/functions/CustomButtonBar-Menu:268 msgid "Clock" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:252 +#: ../fvwm/components/functions/CustomButtonBar-Menu:269 msgid "ACPI battery" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:253 +#: ../fvwm/components/functions/CustomButtonBar-Menu:270 msgid "CPU temperature" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:254 +#: ../fvwm/components/functions/CustomButtonBar-Menu:271 msgid "CPU frequency" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:255 +#: ../fvwm/components/functions/CustomButtonBar-Menu:272 msgid "Pager" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:258 +#: ../fvwm/components/functions/CustomButtonBar-Menu:275 msgid "Choose a menu entry to add it as a button:" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:262 -#: ../fvwm/components/functions/CustomButtonBar-Menu:262 +#: ../fvwm/components/functions/CustomButtonBar-Menu:279 +#: ../fvwm/components/functions/CustomButtonBar-Menu:279 #: ../fvwm/components/functions/Developer-Menu:19 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:32 -#: ../fvwm/recipes/Light:44 -#: ../fvwm/recipes/TopDown:55 -#: ../fvwm/recipes/Wing-Commander:49 +#: ../fvwm/recipes/Light:45 +#: ../fvwm/recipes/TopDown:56 +#: ../fvwm/recipes/Wing-Commander:50 msgid "FVWM-Crystal documentation" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:264 -#: ../fvwm/components/functions/CustomButtonBar-Menu:264 +#: ../fvwm/components/functions/CustomButtonBar-Menu:281 +#: ../fvwm/components/functions/CustomButtonBar-Menu:281 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:37 -#: ../fvwm/recipes/Light:47 -#: ../fvwm/recipes/TopDown:58 -#: ../fvwm/recipes/Wing-Commander:52 +#: ../fvwm/recipes/Light:48 +#: ../fvwm/recipes/TopDown:59 +#: ../fvwm/recipes/Wing-Commander:53 msgid "Screensaver" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:265 -#: ../fvwm/components/functions/CustomButtonBar-Menu:265 +#: ../fvwm/components/functions/CustomButtonBar-Menu:282 +#: ../fvwm/components/functions/CustomButtonBar-Menu:282 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:38 #: ../fvwm/components/functions/Screenshot-import:6 #: ../fvwm/components/functions/Screenshot-import:11 #: ../fvwm/components/functions/Screenshot-import:16 -#: ../fvwm/recipes/Light:48 -#: ../fvwm/recipes/TopDown:59 -#: ../fvwm/recipes/Wing-Commander:53 +#: ../fvwm/recipes/Light:49 +#: ../fvwm/recipes/TopDown:60 +#: ../fvwm/recipes/Wing-Commander:54 msgid "Screenshot" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:267 -#: ../fvwm/components/functions/CustomButtonBar-Menu:267 +#: ../fvwm/components/functions/CustomButtonBar-Menu:284 +#: ../fvwm/components/functions/CustomButtonBar-Menu:284 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:40 -#: ../fvwm/recipes/Light:50 -#: ../fvwm/recipes/TopDown:61 -#: ../fvwm/recipes/Wing-Commander:55 +#: ../fvwm/recipes/Light:51 +#: ../fvwm/recipes/TopDown:62 +#: ../fvwm/recipes/Wing-Commander:56 msgid "Window decorations" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:268 -#: ../fvwm/components/functions/CustomButtonBar-Menu:268 +#: ../fvwm/components/functions/CustomButtonBar-Menu:285 +#: ../fvwm/components/functions/CustomButtonBar-Menu:285 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:41 -#: ../fvwm/recipes/Light:51 -#: ../fvwm/recipes/TopDown:62 -#: ../fvwm/recipes/Wing-Commander:56 +#: ../fvwm/recipes/Light:52 +#: ../fvwm/recipes/TopDown:63 +#: ../fvwm/recipes/Wing-Commander:57 msgid "Colorsets" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:269 -#: ../fvwm/components/functions/CustomButtonBar-Menu:269 +#: ../fvwm/components/functions/CustomButtonBar-Menu:286 +#: ../fvwm/components/functions/CustomButtonBar-Menu:286 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:42 -#: ../fvwm/recipes/Light:52 -#: ../fvwm/recipes/TopDown:63 -#: ../fvwm/recipes/Wing-Commander:57 +#: ../fvwm/recipes/Light:53 +#: ../fvwm/recipes/TopDown:64 +#: ../fvwm/recipes/Wing-Commander:58 msgid "Wallpaper" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:272 -#: ../fvwm/components/functions/CustomButtonBar-Menu:272 +#: ../fvwm/components/functions/CustomButtonBar-Menu:289 +#: ../fvwm/components/functions/CustomButtonBar-Menu:289 #: ../fvwm/components/functions/Developer-Menu:4 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:47 -#: ../fvwm/recipes/Light:55 -#: ../fvwm/recipes/TopDown:66 -#: ../fvwm/recipes/Wing-Commander:62 +#: ../fvwm/recipes/Light:56 +#: ../fvwm/recipes/TopDown:67 +#: ../fvwm/recipes/Wing-Commander:63 msgid "Developer menu" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:273 -#: ../fvwm/components/functions/CustomButtonBar-Menu:273 +#: ../fvwm/components/functions/CustomButtonBar-Menu:290 +#: ../fvwm/components/functions/CustomButtonBar-Menu:290 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:48 -#: ../fvwm/recipes/Light:56 -#: ../fvwm/recipes/TopDown:67 -#: ../fvwm/recipes/Wing-Commander:65 +#: ../fvwm/recipes/Light:57 +#: ../fvwm/recipes/TopDown:68 +#: ../fvwm/recipes/Wing-Commander:66 msgid "About FVWM-Crystal" msgstr "" -#: ../fvwm/components/functions/CustomButtonBar-Menu:276 -#: ../fvwm/components/functions/CustomButtonBar-Menu:276 +#: ../fvwm/components/functions/CustomButtonBar-Menu:293 +#: ../fvwm/components/functions/CustomButtonBar-Menu:293 #: ../fvwm/components/functions/Fvwm-Crystal-Menu:51 -#: ../fvwm/recipes/Light:57 -#: ../fvwm/recipes/TopDown:68 -#: ../fvwm/recipes/Wing-Commander:66 +#: ../fvwm/recipes/Light:58 +#: ../fvwm/recipes/TopDown:69 +#: ../fvwm/recipes/Wing-Commander:67 msgid "Exit" msgstr "" @@ -1257,8 +1263,8 @@ msgstr "" #: ../fvwm/components/functions/Debug-Functions:58 -#: ../fvwm/components/functions/Window-Buttons:134 -#: ../fvwm/components/functions/Window-Buttons-Vertical:132 +#: ../fvwm/components/functions/Window-Buttons:76 +#: ../fvwm/components/functions/Window-Buttons-Vertical:82 msgid "Destroy" msgstr "" @@ -1556,14 +1562,14 @@ msgstr "" #: ../fvwm/components/functions/Fvwm-Crystal-Menu:36 -#: ../fvwm/recipes/Light:46 -#: ../fvwm/recipes/TopDown:57 -#: ../fvwm/recipes/Wing-Commander:51 +#: ../fvwm/recipes/Light:47 +#: ../fvwm/recipes/TopDown:58 +#: ../fvwm/recipes/Wing-Commander:52 msgid "Screen resolution" msgstr "" #: ../fvwm/components/functions/Fvwm-Crystal-Menu:50 -#: ../fvwm/recipes/Wing-Commander:64 +#: ../fvwm/recipes/Wing-Commander:65 msgid "Nested sessions" msgstr "" @@ -1571,7 +1577,7 @@ #: ../fvwm/components/functions/Music-alsaplayer:31 #: ../fvwm/components/functions/Music-alsaplayerdaemon:32 #: ../fvwm/components/functions/Music-audacious:18 -#: ../fvwm/components/functions/Music-audacious:169 +#: ../fvwm/components/functions/Music-audacious:173 #: ../fvwm/components/functions/Music-cdcd:28 #: ../fvwm/components/functions/Music-cmus:24 #: ../fvwm/components/functions/Music-mocp:22 @@ -1585,19 +1591,19 @@ #: ../fvwm/components/functions/Music-alsaplayer:32 #: ../fvwm/components/functions/Music-alsaplayerdaemon:33 #: ../fvwm/components/functions/Music-audacious:19 -#: ../fvwm/components/functions/Music-audacious:170 +#: ../fvwm/components/functions/Music-audacious:174 #: ../fvwm/components/functions/Music-cdcd:29 -#: ../fvwm/components/functions/Music-cdcd:92 +#: ../fvwm/components/functions/Music-cdcd:96 #: ../fvwm/components/functions/Music-cmus:25 -#: ../fvwm/components/functions/Music-cmus:119 +#: ../fvwm/components/functions/Music-cmus:121 #: ../fvwm/components/functions/Music-mocp:23 -#: ../fvwm/components/functions/Music-mocp:110 +#: ../fvwm/components/functions/Music-mocp:120 #: ../fvwm/components/functions/Music-mpd:28 -#: ../fvwm/components/functions/Music-mpd:188 +#: ../fvwm/components/functions/Music-mpd:194 #: ../fvwm/components/functions/Music-quodlibet:19 -#: ../fvwm/components/functions/Music-quodlibet:86 +#: ../fvwm/components/functions/Music-quodlibet:92 #: ../fvwm/components/functions/Music-xmms2:22 -#: ../fvwm/components/functions/Music-xmms2:177 +#: ../fvwm/components/functions/Music-xmms2:184 msgid "Music player" msgstr "" @@ -1609,478 +1615,511 @@ #: ../fvwm/components/functions/Music-alsaplayer:34 #: ../fvwm/components/functions/Music-alsaplayerdaemon:35 #: ../fvwm/components/functions/Music-audacious:21 +#: ../fvwm/components/functions/Music-audacious:168 #: ../fvwm/components/functions/Music-cdcd:31 +#: ../fvwm/components/functions/Music-cdcd:92 #: ../fvwm/components/functions/Music-cmus:27 +#: ../fvwm/components/functions/Music-cmus:123 #: ../fvwm/components/functions/Music-mocp:25 +#: ../fvwm/components/functions/Music-mocp:116 #: ../fvwm/components/functions/Music-mpd:30 +#: ../fvwm/components/functions/Music-mpd:190 #: ../fvwm/components/functions/Music-quodlibet:21 +#: ../fvwm/components/functions/Music-quodlibet:87 #: ../fvwm/components/functions/Music-xmms2:24 +#: ../fvwm/components/functions/Music-xmms2:180 msgid "Start QJackCtl" msgstr "" -#: ../fvwm/components/functions/Media:107 +#: ../fvwm/components/functions/Media:106 +#: ../fvwm/components/functions/Music-alsaplayer:35 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:36 +#: ../fvwm/components/functions/Music-audacious:22 +#: ../fvwm/components/functions/Music-audacious:169 +#: ../fvwm/components/functions/Music-cdcd:32 +#: ../fvwm/components/functions/Music-cdcd:93 +#: ../fvwm/components/functions/Music-cmus:28 +#: ../fvwm/components/functions/Music-cmus:124 +#: ../fvwm/components/functions/Music-mocp:26 +#: ../fvwm/components/functions/Music-mocp:117 +#: ../fvwm/components/functions/Music-mpd:31 +#: ../fvwm/components/functions/Music-mpd:191 +#: ../fvwm/components/functions/Music-quodlibet:22 +#: ../fvwm/components/functions/Music-quodlibet:88 +#: ../fvwm/components/functions/Music-xmms2:25 +#: ../fvwm/components/functions/Music-xmms2:181 +msgid "Start Cadence" +msgstr "" + +#: ../fvwm/components/functions/Media:109 msgid "Start player" msgstr "" -#: ../fvwm/components/functions/Media:108 +#: ../fvwm/components/functions/Media:110 msgid "Stop MPlayer" msgstr "" -#: ../fvwm/components/functions/Media:109 +#: ../fvwm/components/functions/Media:111 msgid "Destroy MPlayer" msgstr "" -#: ../fvwm/components/functions/Media:110 -#: ../fvwm/components/functions/Media:462 -msgid "Show/Hide menu" -msgstr "" - -#: ../fvwm/components/functions/Media:155 +#: ../fvwm/components/functions/Media:156 #: ../fvwm/components/functions/Music:118 msgid "Audio playlists" msgstr "" -#: ../fvwm/components/functions/Media:156 +#: ../fvwm/components/functions/Media:157 msgid "Video playlists" msgstr "" -#: ../fvwm/components/functions/Media:157 +#: ../fvwm/components/functions/Media:158 #: ../fvwm/components/functions/Music:119 msgid "Personal audio playlists" msgstr "" -#: ../fvwm/components/functions/Media:158 +#: ../fvwm/components/functions/Media:159 msgid "Personal video playlists" msgstr "" -#: ../fvwm/components/functions/Media:174 +#: ../fvwm/components/functions/Media:175 msgid "Choose playlist to remove" msgstr "" -#: ../fvwm/components/functions/Media:176 #: ../fvwm/components/functions/Media:177 -#: ../fvwm/components/functions/Media:195 +#: ../fvwm/components/functions/Media:178 #: ../fvwm/components/functions/Media:196 +#: ../fvwm/components/functions/Media:197 #: ../fvwm/components/functions/Music:112 #: ../fvwm/scripts/media_directories:24 msgid "Browse Medias" msgstr "" -#: ../fvwm/components/functions/Media:193 +#: ../fvwm/components/functions/Media:194 msgid "Choose playlist to copy" msgstr "" -#: ../fvwm/components/functions/Media:201 +#: ../fvwm/components/functions/Media:202 #: ../fvwm/components/functions/Preferences-Menu:523 msgid "Select channel list" msgstr "" -#: ../fvwm/components/functions/Media:202 -#: ../fvwm/components/functions/Media:240 -#: ../fvwm/components/functions/Music-alsaplayer:68 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:69 -#: ../fvwm/components/functions/Music-audacious:78 -#: ../fvwm/components/functions/Music-audacious:156 -#: ../fvwm/components/functions/Music-cmus:57 -#: ../fvwm/components/functions/Music-mocp:58 -#: ../fvwm/components/functions/Music-mocp:104 -#: ../fvwm/components/functions/Music-mpd:94 -#: ../fvwm/components/functions/Music-mpd:170 -#: ../fvwm/components/functions/Music-xmms2:102 -#: ../fvwm/components/functions/Music-xmms2:167 +#: ../fvwm/components/functions/Media:203 +#: ../fvwm/components/functions/Media:241 +#: ../fvwm/components/functions/Music-alsaplayer:69 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:70 +#: ../fvwm/components/functions/Music-audacious:79 +#: ../fvwm/components/functions/Music-audacious:157 +#: ../fvwm/components/functions/Music-cmus:59 +#: ../fvwm/components/functions/Music-mocp:59 +#: ../fvwm/components/functions/Music-mocp:105 +#: ../fvwm/components/functions/Music-mpd:95 +#: ../fvwm/components/functions/Music-mpd:171 +#: ../fvwm/components/functions/Music-xmms2:104 +#: ../fvwm/components/functions/Music-xmms2:169 msgid "Remove playlist" msgstr "" -#: ../fvwm/components/functions/Media:203 -#: ../fvwm/components/functions/Media:239 +#: ../fvwm/components/functions/Media:204 +#: ../fvwm/components/functions/Media:240 msgid "Copy playlist" msgstr "" -#: ../fvwm/components/functions/Media:204 -#: ../fvwm/components/functions/Media:206 -#: ../fvwm/components/functions/Media:208 -#: ../fvwm/components/functions/Media:210 -#: ../fvwm/components/functions/Media:231 +#: ../fvwm/components/functions/Media:205 +#: ../fvwm/components/functions/Media:207 +#: ../fvwm/components/functions/Media:209 +#: ../fvwm/components/functions/Media:211 #: ../fvwm/components/functions/Media:232 #: ../fvwm/components/functions/Media:233 #: ../fvwm/components/functions/Media:234 +#: ../fvwm/components/functions/Media:235 msgid "Watch DVB" msgstr "" -#: ../fvwm/components/functions/Media:205 -#: ../fvwm/components/functions/Media:207 -#: ../fvwm/components/functions/Media:209 -#: ../fvwm/components/functions/Media:211 -#: ../fvwm/components/functions/Media:469 +#: ../fvwm/components/functions/Media:206 +#: ../fvwm/components/functions/Media:208 +#: ../fvwm/components/functions/Media:210 +#: ../fvwm/components/functions/Media:212 #: ../fvwm/components/functions/Media:470 #: ../fvwm/components/functions/Media:471 #: ../fvwm/components/functions/Media:472 +#: ../fvwm/components/functions/Media:473 msgid "Channels" msgstr "" -#: ../fvwm/components/functions/Media:212 -#: ../fvwm/components/functions/Media:236 +#: ../fvwm/components/functions/Media:213 +#: ../fvwm/components/functions/Media:237 msgid "Load media file" msgstr "" -#: ../fvwm/components/functions/Media:213 -#: ../fvwm/components/functions/Media:235 +#: ../fvwm/components/functions/Media:214 +#: ../fvwm/components/functions/Media:236 msgid "Play DVD" msgstr "" -#: ../fvwm/components/functions/Media:214 -#: ../fvwm/components/functions/Media:237 -#: ../fvwm/components/functions/Music-alsaplayer:71 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:72 -#: ../fvwm/components/functions/Music-audacious:82 -#: ../fvwm/components/functions/Music-audacious:152 -#: ../fvwm/components/functions/Music-cmus:59 -#: ../fvwm/components/functions/Music-cmus:118 -#: ../fvwm/components/functions/Music-mocp:61 -#: ../fvwm/components/functions/Music-mocp:102 -#: ../fvwm/components/functions/Music-mpd:89 -#: ../fvwm/components/functions/Music-mpd:164 -#: ../fvwm/components/functions/Music-xmms2:98 -#: ../fvwm/components/functions/Music-xmms2:161 +#: ../fvwm/components/functions/Media:215 +#: ../fvwm/components/functions/Media:238 +#: ../fvwm/components/functions/Music-alsaplayer:72 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:73 +#: ../fvwm/components/functions/Music-audacious:83 +#: ../fvwm/components/functions/Music-audacious:153 +#: ../fvwm/components/functions/Music-cmus:61 +#: ../fvwm/components/functions/Music-cmus:120 +#: ../fvwm/components/functions/Music-mocp:62 +#: ../fvwm/components/functions/Music-mocp:103 +#: ../fvwm/components/functions/Music-mpd:90 +#: ../fvwm/components/functions/Music-mpd:165 +#: ../fvwm/components/functions/Music-xmms2:100 +#: ../fvwm/components/functions/Music-xmms2:163 msgid "Load playlist" msgstr "" -#: ../fvwm/components/functions/Media:215 -#: ../fvwm/components/functions/Media:241 +#: ../fvwm/components/functions/Media:216 +#: ../fvwm/components/functions/Media:242 msgid "Show file name" msgstr "" -#: ../fvwm/components/functions/Media:324 +#: ../fvwm/components/functions/Media:325 msgid "Start" msgstr "" -#: ../fvwm/components/functions/Media:331 -#: ../fvwm/components/functions/Music-alsaplayer:138 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:137 -msgid "+ 10 min" -msgstr "" - #: ../fvwm/components/functions/Media:332 #: ../fvwm/components/functions/Music-alsaplayer:139 #: ../fvwm/components/functions/Music-alsaplayerdaemon:138 -msgid "+ 5 min" +msgid "+ 10 min" msgstr "" #: ../fvwm/components/functions/Media:333 #: ../fvwm/components/functions/Music-alsaplayer:140 #: ../fvwm/components/functions/Music-alsaplayerdaemon:139 -msgid "+ 3 min" +msgid "+ 5 min" msgstr "" #: ../fvwm/components/functions/Media:334 #: ../fvwm/components/functions/Music-alsaplayer:141 #: ../fvwm/components/functions/Music-alsaplayerdaemon:140 -msgid "+ 2 min" +msgid "+ 3 min" msgstr "" #: ../fvwm/components/functions/Media:335 #: ../fvwm/components/functions/Music-alsaplayer:142 #: ../fvwm/components/functions/Music-alsaplayerdaemon:141 -msgid "+ 1 min 30" +msgid "+ 2 min" msgstr "" #: ../fvwm/components/functions/Media:336 #: ../fvwm/components/functions/Music-alsaplayer:143 #: ../fvwm/components/functions/Music-alsaplayerdaemon:142 -msgid "+ 1 min" +msgid "+ 1 min 30" msgstr "" #: ../fvwm/components/functions/Media:337 -msgid "+ 45 sec" +#: ../fvwm/components/functions/Music-alsaplayer:144 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:143 +msgid "+ 1 min" msgstr "" #: ../fvwm/components/functions/Media:338 -#: ../fvwm/components/functions/Music-alsaplayer:144 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:143 -msgid "+ 30 sec" +msgid "+ 45 sec" msgstr "" #: ../fvwm/components/functions/Media:339 -msgid "+ 20 sec" +#: ../fvwm/components/functions/Music-alsaplayer:145 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:144 +msgid "+ 30 sec" msgstr "" #: ../fvwm/components/functions/Media:340 -#: ../fvwm/components/functions/Music-alsaplayer:145 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:144 -msgid "+ 10 sec" +msgid "+ 20 sec" msgstr "" -#: ../fvwm/components/functions/Media:342 -#: ../fvwm/components/functions/Music-alsaplayer:147 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:146 -msgid "- 10 sec" +#: ../fvwm/components/functions/Media:341 +#: ../fvwm/components/functions/Music-alsaplayer:146 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:145 +msgid "+ 10 sec" msgstr "" #: ../fvwm/components/functions/Media:343 -msgid "- 20 sec" +#: ../fvwm/components/functions/Music-alsaplayer:148 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:147 +msgid "- 10 sec" msgstr "" #: ../fvwm/components/functions/Media:344 -#: ../fvwm/components/functions/Music-alsaplayer:148 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:147 -msgid "- 30 sec" +msgid "- 20 sec" msgstr "" #: ../fvwm/components/functions/Media:345 -msgid "- 45 sec" +#: ../fvwm/components/functions/Music-alsaplayer:149 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:148 +msgid "- 30 sec" msgstr "" #: ../fvwm/components/functions/Media:346 -#: ../fvwm/components/functions/Music-alsaplayer:149 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:148 -msgid "- 1 min" +msgid "- 45 sec" msgstr "" #: ../fvwm/components/functions/Media:347 #: ../fvwm/components/functions/Music-alsaplayer:150 #: ../fvwm/components/functions/Music-alsaplayerdaemon:149 -msgid "- 1 min 30" +msgid "- 1 min" msgstr "" #: ../fvwm/components/functions/Media:348 #: ../fvwm/components/functions/Music-alsaplayer:151 #: ../fvwm/components/functions/Music-alsaplayerdaemon:150 -msgid "- 2 min" +msgid "- 1 min 30" msgstr "" #: ../fvwm/components/functions/Media:349 #: ../fvwm/components/functions/Music-alsaplayer:152 #: ../fvwm/components/functions/Music-alsaplayerdaemon:151 -msgid "- 3 min" +msgid "- 2 min" msgstr "" #: ../fvwm/components/functions/Media:350 #: ../fvwm/components/functions/Music-alsaplayer:153 #: ../fvwm/components/functions/Music-alsaplayerdaemon:152 -msgid "- 5 min" +msgid "- 3 min" msgstr "" #: ../fvwm/components/functions/Media:351 #: ../fvwm/components/functions/Music-alsaplayer:154 #: ../fvwm/components/functions/Music-alsaplayerdaemon:153 +msgid "- 5 min" +msgstr "" + +#: ../fvwm/components/functions/Media:352 +#: ../fvwm/components/functions/Music-alsaplayer:155 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:154 msgid "- 10 min" msgstr "" -#: ../fvwm/components/functions/Media:357 -#: ../fvwm/components/functions/Media:445 -#: ../fvwm/components/functions/Music-alsaplayer:164 -#: ../fvwm/components/functions/Music-alsaplayer:249 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:163 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:248 -#: ../fvwm/components/functions/Music-audacious:118 -#: ../fvwm/components/functions/Music-cdcd:78 -#: ../fvwm/components/functions/Music-cmus:103 -#: ../fvwm/components/functions/Music-mocp:92 -#: ../fvwm/components/functions/Music-mpd:149 -#: ../fvwm/components/functions/Music-quodlibet:65 -#: ../fvwm/components/functions/Music-xmms2:136 -#: ../fvwm/components/functions/Music-xmms2:175 +#: ../fvwm/components/functions/Media:358 +#: ../fvwm/components/functions/Media:446 +#: ../fvwm/components/functions/Music-alsaplayer:165 +#: ../fvwm/components/functions/Music-alsaplayer:250 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:164 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:249 +#: ../fvwm/components/functions/Music-audacious:119 +#: ../fvwm/components/functions/Music-cdcd:79 +#: ../fvwm/components/functions/Music-cmus:105 +#: ../fvwm/components/functions/Music-mocp:93 +#: ../fvwm/components/functions/Music-mpd:150 +#: ../fvwm/components/functions/Music-quodlibet:66 +#: ../fvwm/components/functions/Music-xmms2:138 +#: ../fvwm/components/functions/Music-xmms2:178 msgid "Pause" msgstr "" -#: ../fvwm/components/functions/Media:358 +#: ../fvwm/components/functions/Media:359 msgid "Frame step" msgstr "" -#: ../fvwm/components/functions/Media:360 -#: ../fvwm/components/functions/Music-alsaplayer:158 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:157 -#: ../fvwm/components/functions/Music-audacious:113 -#: ../fvwm/components/functions/Music-cdcd:73 -#: ../fvwm/components/functions/Music-cmus:97 -#: ../fvwm/components/functions/Music-mocp:87 -#: ../fvwm/components/functions/Music-mpd:144 -#: ../fvwm/components/functions/Music-quodlibet:59 -#: ../fvwm/components/functions/Music-xmms2:131 -msgid "Next" -msgstr "" - #: ../fvwm/components/functions/Media:361 #: ../fvwm/components/functions/Music-alsaplayer:159 #: ../fvwm/components/functions/Music-alsaplayerdaemon:158 #: ../fvwm/components/functions/Music-audacious:114 #: ../fvwm/components/functions/Music-cdcd:74 -#: ../fvwm/components/functions/Music-cmus:98 +#: ../fvwm/components/functions/Music-cmus:99 #: ../fvwm/components/functions/Music-mocp:88 #: ../fvwm/components/functions/Music-mpd:145 #: ../fvwm/components/functions/Music-quodlibet:60 -#: ../fvwm/components/functions/Music-xmms2:132 -msgid "Prev" +#: ../fvwm/components/functions/Music-xmms2:133 +msgid "Next" msgstr "" #: ../fvwm/components/functions/Media:362 -#: ../fvwm/components/functions/Music-alsaplayer:166 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:165 -msgid "Jump" +#: ../fvwm/components/functions/Music-alsaplayer:160 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:159 +#: ../fvwm/components/functions/Music-audacious:115 +#: ../fvwm/components/functions/Music-cdcd:75 +#: ../fvwm/components/functions/Music-cmus:100 +#: ../fvwm/components/functions/Music-mocp:89 +#: ../fvwm/components/functions/Music-mpd:146 +#: ../fvwm/components/functions/Music-quodlibet:61 +#: ../fvwm/components/functions/Music-xmms2:134 +msgid "Prev" msgstr "" #: ../fvwm/components/functions/Media:363 #: ../fvwm/components/functions/Music-alsaplayer:167 #: ../fvwm/components/functions/Music-alsaplayerdaemon:166 +msgid "Jump" +msgstr "" + +#: ../fvwm/components/functions/Media:364 +#: ../fvwm/components/functions/Music-alsaplayer:168 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:167 msgid "Seek" msgstr "" -#: ../fvwm/components/functions/Media:391 +#: ../fvwm/components/functions/Media:392 msgid "MPlayer volume" msgstr "" -#: ../fvwm/components/functions/Media:421 -#: ../fvwm/components/functions/Music-alsaplayer:226 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:225 +#: ../fvwm/components/functions/Media:422 +#: ../fvwm/components/functions/Music-alsaplayer:227 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:226 msgid "Speed control" msgstr "" -#: ../fvwm/components/functions/Media:423 -#: ../fvwm/components/functions/Music-alsaplayer:228 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:227 -msgid "Max" -msgstr "" - #: ../fvwm/components/functions/Media:424 #: ../fvwm/components/functions/Music-alsaplayer:229 #: ../fvwm/components/functions/Music-alsaplayerdaemon:228 -msgid "+ 1 &octave" +msgid "Max" msgstr "" #: ../fvwm/components/functions/Media:425 #: ../fvwm/components/functions/Music-alsaplayer:230 #: ../fvwm/components/functions/Music-alsaplayerdaemon:229 -msgid "+ 1 s&eventh" +msgid "+ 1 &octave" msgstr "" #: ../fvwm/components/functions/Media:426 #: ../fvwm/components/functions/Music-alsaplayer:231 #: ../fvwm/components/functions/Music-alsaplayerdaemon:230 -msgid "+ 1 &sixth" +msgid "+ 1 s&eventh" msgstr "" #: ../fvwm/components/functions/Media:427 #: ../fvwm/components/functions/Music-alsaplayer:232 #: ../fvwm/components/functions/Music-alsaplayerdaemon:231 -msgid "+ 1 &fifth" +msgid "+ 1 &sixth" msgstr "" #: ../fvwm/components/functions/Media:428 #: ../fvwm/components/functions/Music-alsaplayer:233 #: ../fvwm/components/functions/Music-alsaplayerdaemon:232 -msgid "+ 1 f&ourth" +msgid "+ 1 &fifth" msgstr "" #: ../fvwm/components/functions/Media:429 #: ../fvwm/components/functions/Music-alsaplayer:234 #: ../fvwm/components/functions/Music-alsaplayerdaemon:233 -msgid "+ 1 t&hird" +msgid "+ 1 f&ourth" msgstr "" #: ../fvwm/components/functions/Media:430 #: ../fvwm/components/functions/Music-alsaplayer:235 #: ../fvwm/components/functions/Music-alsaplayerdaemon:234 -msgid "+ &1 tone" +msgid "+ 1 t&hird" msgstr "" #: ../fvwm/components/functions/Media:431 #: ../fvwm/components/functions/Music-alsaplayer:236 #: ../fvwm/components/functions/Music-alsaplayerdaemon:235 -msgid "+ ½ &tone" +msgid "+ &1 tone" msgstr "" -#: ../fvwm/components/functions/Media:433 -#: ../fvwm/components/functions/Music-alsaplayer:238 -#: ../fvwm/components/functions/Music-alsaplayerdaemon:237 -msgid "- ½ &tone" +#: ../fvwm/components/functions/Media:432 +#: ../fvwm/components/functions/Music-alsaplayer:237 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:236 +msgid "+ ½ &tone" msgstr "" #: ../fvwm/components/functions/Media:434 #: ../fvwm/components/functions/Music-alsaplayer:239 #: ../fvwm/components/functions/Music-alsaplayerdaemon:238 -msgid "- &1 tone" +msgid "- ½ &tone" msgstr "" #: ../fvwm/components/functions/Media:435 #: ../fvwm/components/functions/Music-alsaplayer:240 #: ../fvwm/components/functions/Music-alsaplayerdaemon:239 -msgid "- 1 t&hird" +msgid "- &1 tone" msgstr "" #: ../fvwm/components/functions/Media:436 #: ../fvwm/components/functions/Music-alsaplayer:241 #: ../fvwm/components/functions/Music-alsaplayerdaemon:240 -msgid "- 1 f&ourth" +msgid "- 1 t&hird" msgstr "" #: ../fvwm/components/functions/Media:437 #: ../fvwm/components/functions/Music-alsaplayer:242 #: ../fvwm/components/functions/Music-alsaplayerdaemon:241 -msgid "- 1 &fifth" +msgid "- 1 f&ourth" msgstr "" #: ../fvwm/components/functions/Media:438 #: ../fvwm/components/functions/Music-alsaplayer:243 #: ../fvwm/components/functions/Music-alsaplayerdaemon:242 -msgid "- 1 &sixth" +msgid "- 1 &fifth" msgstr "" #: ../fvwm/components/functions/Media:439 #: ../fvwm/components/functions/Music-alsaplayer:244 #: ../fvwm/components/functions/Music-alsaplayerdaemon:243 -msgid "- 1 s&eventh" +msgid "- 1 &sixth" msgstr "" #: ../fvwm/components/functions/Media:440 #: ../fvwm/components/functions/Music-alsaplayer:245 #: ../fvwm/components/functions/Music-alsaplayerdaemon:244 +msgid "- 1 s&eventh" +msgstr "" + +#: ../fvwm/components/functions/Media:441 +#: ../fvwm/components/functions/Music-alsaplayer:246 +#: ../fvwm/components/functions/Music-alsaplayerdaemon:245 msgid "- 1 &oct... [truncated message content] |
From: <dom...@us...> - 2019-09-06 10:00:53
|
Revision: 934 http://sourceforge.net/p/fvwm-crystal/code/934 Author: dominique_libre Date: 2019-09-06 10:00:49 +0000 (Fri, 06 Sep 2019) Log Message: ----------- update fvwm dependency to >=2.6.9 Modified Paths: -------------- ChangeLog INSTALL README Modified: ChangeLog =================================================================== --- ChangeLog 2019-08-28 10:24:26 UTC (rev 933) +++ ChangeLog 2019-09-06 10:00:49 UTC (rev 934) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +vendredi 6 septembre 2019 + INSTALL, README: update fvwm dependency to >=2.6.9. + mercredi 28 août 2019 fvwm/components/functions/About: bump to 3.5.1 addons/*.pot: update translations Modified: INSTALL =================================================================== --- INSTALL 2019-08-28 10:24:26 UTC (rev 933) +++ INSTALL 2019-09-06 10:00:49 UTC (rev 934) @@ -145,7 +145,7 @@ Needed: ------- -- fvwm>=2.6.5 +- fvwm>=2.6.9 - python3 - tested with 3.6, should work with any python3 version. python2 is not supported anymore because upstream will end its support at the end of that year (2019). Modified: README =================================================================== --- README 2019-08-28 10:24:26 UTC (rev 933) +++ README 2019-09-06 10:00:49 UTC (rev 934) @@ -84,11 +84,11 @@ - Special script that will generate the application menu entries by searching for application type desktop files and applications icons. - + Requirements ------------ -- FVWM - version 2.5.31 or higher. +- FVWM - version 2.6.9 or higher. - Python 3 - for applications menu database and random wallpaper. - ImageMagick - import and convert are used for screenshots. - UAM and pmount-gui - automounting of removable medias, optional. @@ -107,7 +107,7 @@ Habak support was removed due to X Errors at restart. hsetroot will be used first if present. - A music player - At least one of Music Player Daemon (+ mpc), X MultiMedia - System (+ xmms-shell and XMMSFind) (orphaned now on most distribution, you + System (+ xmms-shell and XMMSFind) (orphaned now on most distribution, you will be better with another one), AlsaPlayer, cmus, mocp, mplayer, XMMS2, Quod Libet or cdcd. You will get video support with mplayer. Optional. - A mixer, one of the precedent if the player support it, aumix or This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2020-12-02 23:25:23
|
Revision: 1051 http://sourceforge.net/p/fvwm-crystal/code/1051 Author: dominique_libre Date: 2020-12-02 23:25:17 +0000 (Wed, 02 Dec 2020) Log Message: ----------- Update README to 3.7.0 and fvwm3 Modified Paths: -------------- ChangeLog README Modified: ChangeLog =================================================================== --- ChangeLog 2020-12-02 23:15:10 UTC (rev 1050) +++ ChangeLog 2020-12-02 23:25:17 UTC (rev 1051) @@ -14,6 +14,7 @@ asciidoc/fvwm-crystal: add fvwm3 and related variables; create the man and html doc. fvwm/components/functions/About; NEWS: bump to 3.7.0 + README: bump to 3.7.0; add fvwm3 into the dependencies. dimanche 29 novembre 2020 fvwm/components/scripts/FvwmScript-CpuTemp: fix temperature reading path. Modified: README =================================================================== --- README 2020-12-02 23:15:10 UTC (rev 1050) +++ README 2020-12-02 23:25:17 UTC (rev 1051) @@ -1,4 +1,4 @@ -FVWM-Crystal 3.5.1 +FVWM-Crystal 3.7.0 http://fvwm-crystal.sourceforge.net/ ------------------------------------ @@ -108,7 +108,7 @@ Requirements ------------ -- FVWM - version 2.6.9 or higher. +- fvwm - version 2.6.9 or higher. This include fvwm3. - Python 3 - for applications menu database and random wallpaper. - ImageMagick - import and convert are used for screenshots. - UAM and pmount-gui - automounting of removable medias, optional. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2020-12-03 00:38:35
|
Revision: 1052 http://sourceforge.net/p/fvwm-crystal/code/1052 Author: dominique_libre Date: 2020-12-03 00:38:27 +0000 (Thu, 03 Dec 2020) Log Message: ----------- Fix startup in debug mode Modified Paths: -------------- ChangeLog asciidoc/fvwm-crystal bin/fvwm-crystal doc/html/fvwm-crystal.html man/fvwm-crystal.1 Modified: ChangeLog =================================================================== --- ChangeLog 2020-12-02 23:25:17 UTC (rev 1051) +++ ChangeLog 2020-12-03 00:38:27 UTC (rev 1052) @@ -5,7 +5,7 @@ mercredi 2 décembre 2020 bin/fvwm-crystal: add initial support for fvwm3; - fvwm3 debug mode is supported if $FVWM_DEBUG is set to a non empty value + fvwm3 debug mode is supported if $FVWMCRYSTAL_DEBUG is set to a non empty value at startup; if $FVWM_LOGFILE is not set, the log file will be ~/.fvwm-crystal.log. fvwm/scripts/launchwm: add fvwm3 and fvwm2 support. Each fvwm variant will use its own FVWM_USERDIR path: Modified: asciidoc/fvwm-crystal =================================================================== --- asciidoc/fvwm-crystal 2020-12-02 23:25:17 UTC (rev 1051) +++ asciidoc/fvwm-crystal 2020-12-03 00:38:27 UTC (rev 1052) @@ -72,7 +72,7 @@ When fvwm3 is in use, the following variables can be used: -*FVWM-CRYSTAL_DEBUG* set fvwm3 in debug mode when set to a non empty value (default: not set). You don't need to redirect the errors into a file, fvwm3 will do it for you. +*FVWMCRYSTAL_DEBUG* set fvwm3 in debug mode when set to a non empty value (default: not set). You don't need to redirect the errors into a file, fvwm3 will do it for you. *FVWM_LOGFILE* set fvwm3 log file when in debug mode (default: ~/.fvwm-crystal.log). Modified: bin/fvwm-crystal =================================================================== --- bin/fvwm-crystal 2020-12-02 23:25:17 UTC (rev 1051) +++ bin/fvwm-crystal 2020-12-03 00:38:27 UTC (rev 1052) @@ -22,6 +22,7 @@ fi done fi +FVWM_EXEC=`basename ${FVWM_EXEC}` if [ "x${FVWM_EXEC}" == "x" ]; then echo 'No fvwm, fvwm2 or fvwm3 executable found in $PATH.' echo "Please adjust your PATH accordingly or install fvwm." @@ -56,9 +57,9 @@ fi # Where to write the log when fvwm3 is in debug mode if [ "${FVWM_EXEC}" == "fvwm3" ]; then - if [ "x${FVWM_LOGFILE}" == "x" ]; then - FVWM_LOGFILE="${HOME}/.fvwm-crystal.log" - export FVWM_LOGFILE + if [ "x${FVWM3_LOGFILE}" == "x" ]; then + FVWM3_LOGFILE="${HOME}/.fvwm-crystal.log" + export FVWM3_LOGFILE fi fi # @@ -119,12 +120,12 @@ #echo "exec fvwm -f $configfile $@" #exec fvwm -f $configfile $@ -if [ "x${FVWM-CRYSTAL_DEBUG}" == "x" ]; then +if [ "x${FVWMCRYSTAL_DEBUG}" == "x" ]; then echo "Fvwm-Crystal starting using ${FVWM_EXEC}." exec ${FVWM_EXEC} -f $configfile $@ else if [ "${FVWM_EXEC}" == "fvwm3" ]; then - echo "Fvwm-Crystal starting using ${FVWM_EXEC} in debug mode, the log file is ${FVWM_LOGFILE}." + echo "Fvwm-Crystal starting using ${FVWM_EXEC} in debug mode, the log file is ${FVWM3_LOGFILE}." exec ${FVWM_EXEC} -v -f $configfile $@ else echo "Debug mode is not supported by ${FVWM_EXEC}. It print all errors to stderr." Modified: doc/html/fvwm-crystal.html =================================================================== --- doc/html/fvwm-crystal.html 2020-12-02 23:25:17 UTC (rev 1051) +++ doc/html/fvwm-crystal.html 2020-12-03 00:38:27 UTC (rev 1052) @@ -802,7 +802,7 @@ <pre><code>startx</code></pre> </div></div> <div class="paragraph"><p>When fvwm3 is in use, the following variables can be used:</p></div> -<div class="paragraph"><p><strong>FVWM-CRYSTAL_DEBUG</strong> set fvwm3 in debug mode when set to a non empty value (default: not set). You don’t need to redirect the errors into a file, fvwm3 will do it for you.</p></div> +<div class="paragraph"><p><strong>FVWMCRYSTAL_DEBUG</strong> set fvwm3 in debug mode when set to a non empty value (default: not set). You don’t need to redirect the errors into a file, fvwm3 will do it for you.</p></div> <div class="paragraph"><p><strong>FVWM_LOGFILE</strong> set fvwm3 log file when in debug mode (default: ~/.fvwm-crystal.log).</p></div> <div class="sect2"> <h3 id="_first_start">First Start</h3> @@ -1444,7 +1444,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2020-12-02 23:31:08 CET + 2020-12-03 01:36:23 CET </div> </div> </body> Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2020-12-02 23:25:17 UTC (rev 1051) +++ man/fvwm-crystal.1 2020-12-03 00:38:27 UTC (rev 1052) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 12/02/2020 +.\" Date: 12/03/2020 .\" Manual: FVWM-Crystal .\" Source: fvwm-crystal 3.7.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "12/02/2020" "fvwm\-crystal 3\&.7\&.0" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "12/03/2020" "fvwm\-crystal 3\&.7\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -127,7 +127,7 @@ .sp When fvwm3 is in use, the following variables can be used: .sp -\fBFVWM\-CRYSTAL_DEBUG\fR set fvwm3 in debug mode when set to a non empty value (default: not set)\&. You don\(cqt need to redirect the errors into a file, fvwm3 will do it for you\&. +\fBFVWMCRYSTAL_DEBUG\fR set fvwm3 in debug mode when set to a non empty value (default: not set)\&. You don\(cqt need to redirect the errors into a file, fvwm3 will do it for you\&. .sp \fBFVWM_LOGFILE\fR set fvwm3 log file when in debug mode (default: ~/\&.fvwm\-crystal\&.log)\&. .SS "First Start" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |