From: <dom...@us...> - 2017-09-09 12:27:52
|
Revision: 883 http://sourceforge.net/p/fvwm-crystal/code/883 Author: dominique_libre Date: 2017-09-09 12:27:49 +0000 (Sat, 09 Sep 2017) Log Message: ----------- fix systemctl to work with sudo and multi users Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit fvwm/components/functions/Exit-systemctl fvwm/scripts/AutoHibernate shared/fvwm-crystal.sudoers.d Modified: ChangeLog =================================================================== --- ChangeLog 2017-07-24 10:39:36 UTC (rev 882) +++ ChangeLog 2017-09-09 12:27:49 UTC (rev 883) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +samedi 9 septembre 2017 + functions/Exit, functions/Exit-systemctl, scripts/Autohibernate: add -i option to force + commands when another user is logged in. + shared/fvwm-crystal.sudoers.d: add systemctl, + lundi 15 mai 2017 functions/Exit, scripts/AutoHibernate: add auto hibernation support for systemd Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2017-07-24 10:39:36 UTC (rev 882) +++ fvwm/components/functions/Exit 2017-09-09 12:27:49 UTC (rev 883) @@ -67,8 +67,8 @@ Test (x /usr/sbin/pm-hibernate) + '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' S pm-hibernate Test (x /usr/sbin/pm-powersave) + '%22x22/fvwm-crystal/gdm.png%$[gt.Powersave]' S pm-powersave Test (x /usr/bin/systemctl) + '' Nop -Test (x /usr/bin/systemctl) + '%22x22/fvwm-crystal/gdm.png%$[gt.Resume to RAM]' S systemctl suspend -Test (X systemctl) + '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' S systemctl hibernate +Test (x /usr/bin/systemctl) + '%22x22/fvwm-crystal/gdm.png%$[gt.Resume to RAM]' S systemctl suspend -i +Test (X systemctl) + '%22x22/fvwm-crystal/gdm.png%$[gt.Suspend to disk]' S systemctl hibernate -i Test (EnvIsSet SESSION_MANAGER) + '' Nop Test (EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/gdm.png%$[gt.Save session]' Exec exec gnome-session-save --gui Test (EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/gdm.png%$[gt.Manage session]' Exec exec gnome-session-properties Modified: fvwm/components/functions/Exit-systemctl =================================================================== --- fvwm/components/functions/Exit-systemctl 2017-07-24 10:39:36 UTC (rev 882) +++ fvwm/components/functions/Exit-systemctl 2017-09-09 12:27:49 UTC (rev 883) @@ -3,7 +3,7 @@ AddToMenu /Exit Test (X systemctl) + "" Nop -Test (X systemctl) + '%22x22/fvwm-crystal/system-reboot.png%$[gt.Reboot computer]' S systemctl reboot -Test (X systemctl) + '%22x22/fvwm-crystal/system-shutdown.png%$[gt.Turn off computer]' S systemctl poweroff +Test (X systemctl) + '%22x22/fvwm-crystal/system-reboot.png%$[gt.Reboot computer]' S systemctl reboot -i +Test (X systemctl) + '%22x22/fvwm-crystal/system-shutdown.png%$[gt.Turn off computer]' S systemctl poweroff -i # vim:ft=fvwm Modified: fvwm/scripts/AutoHibernate =================================================================== --- fvwm/scripts/AutoHibernate 2017-07-24 10:39:36 UTC (rev 882) +++ fvwm/scripts/AutoHibernate 2017-09-09 12:27:49 UTC (rev 883) @@ -44,7 +44,7 @@ killall -9 mplayer 2>/dev/null if [[ "${2}" == "pm" ]] ; then sudo pm-hibernate - else sudo systemctl hibernate + else sudo systemctl hibernate -i fi # we must kill that script after rebbot to avoid loop Resumed="1" Modified: shared/fvwm-crystal.sudoers.d =================================================================== --- shared/fvwm-crystal.sudoers.d 2017-07-24 10:39:36 UTC (rev 882) +++ shared/fvwm-crystal.sudoers.d 2017-09-09 12:27:49 UTC (rev 883) @@ -7,3 +7,4 @@ %fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-hibernate %fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend-hybrid %fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-powersave +%fvwm-crystal ALL=(ALL) NOPASSWD: /usr/bin/systemctl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2019-11-22 17:56:36
|
Revision: 950 http://sourceforge.net/p/fvwm-crystal/code/950 Author: dominique_libre Date: 2019-11-22 17:56:34 +0000 (Fri, 22 Nov 2019) Log Message: ----------- Fix the quoting characters into the Italian translation Modified Paths: -------------- ChangeLog addons/fvwm-crystal-script.pot addons/fvwm-crystal.pot fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.mo fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.po Modified: ChangeLog =================================================================== --- ChangeLog 2019-11-22 17:44:40 UTC (rev 949) +++ ChangeLog 2019-11-22 17:56:34 UTC (rev 950) @@ -6,7 +6,7 @@ + fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.po + fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo + fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal-script.po: new Itlaian translation - from Emanuele Petrucci + from Emanuele Petrucci; fix the '. fvwm/scripts/XDG-Menu: adapt the XDG config menu to our needs addons/make.pot: add strings for the XDG menu addons/*.pot Modified: addons/fvwm-crystal-script.pot =================================================================== --- addons/fvwm-crystal-script.pot 2019-11-22 17:44:40 UTC (rev 949) +++ addons/fvwm-crystal-script.pot 2019-11-22 17:56:34 UTC (rev 950) @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm-crystal 3.5.1\n" -"POT-Creation-Date: 2019-11-22 14:35+0100\n" +"POT-Creation-Date: 2019-11-22 18:53+0100\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-11-22 17:44:40 UTC (rev 949) +++ addons/fvwm-crystal.pot 2019-11-22 17:56:34 UTC (rev 950) @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm-crystal 3.5.1\n" -"POT-Creation-Date: 2019-11-22 14:35+0100\n" +"POT-Creation-Date: 2019-11-22 18:53+0100\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: fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.mo =================================================================== (Binary files differ) Modified: fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.po =================================================================== --- fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.po 2019-11-22 17:44:40 UTC (rev 949) +++ fvwm/locale/it_IT.UTF-8/LC_MESSAGES/fvwm-crystal.po 2019-11-22 17:56:34 UTC (rev 950) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fvwm-crystal 3.5.1\n" -"POT-Creation-Date: 2019-09-14 20:00+0200\n" +"POT-Creation-Date: 2019-11-22 18:49+0100\n" "PO-Revision-Date: 2019-09-14 20:00+0200\n" "Last-Translator: Emanuele Petrucci <ky...@ky...>\n" "Language-Team: Italian\n" @@ -16,655 +16,569 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../bin/fvwm-crystal.generate-menu:345 -#: ../fvwm/Applications/Multimedia/ +#: ../bin/fvwm-crystal.generate-menu:348 ../fvwm/Applications/Multimedia/ msgid "Audio" msgstr "Audio" -#: ../bin/fvwm-crystal.generate-menu:349 -#: ../fvwm/Applications/Multimedia/ +#: ../bin/fvwm-crystal.generate-menu:352 ../fvwm/Applications/Multimedia/ msgid "Audio-Video" msgstr "Audio-Video" -#: ../bin/fvwm-crystal.generate-menu:353 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:356 ../fvwm/Applications/ msgid "Development" msgstr "Sviluppo" -#: ../bin/fvwm-crystal.generate-menu:357 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:360 ../fvwm/Applications/ msgid "Knowledge" msgstr "Conoscenza" -#: ../bin/fvwm-crystal.generate-menu:361 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:364 ../fvwm/Applications/ msgid "Games" msgstr "Giochi" -#: ../bin/fvwm-crystal.generate-menu:365 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:368 ../fvwm/Applications/ msgid "Graphics" msgstr "Grafica" -#: ../bin/fvwm-crystal.generate-menu:369 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:372 ../fvwm/Applications/ msgid "Network" msgstr "Rete" -#: ../bin/fvwm-crystal.generate-menu:373 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:376 ../fvwm/Applications/ msgid "Office" msgstr "Ufficio" -#: ../bin/fvwm-crystal.generate-menu:377 +#: ../bin/fvwm-crystal.generate-menu:380 msgid "Science" msgstr "Scienza" -#: ../bin/fvwm-crystal.generate-menu:381 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:384 ../fvwm/Applications/ msgid "Settings" msgstr "Impostazioni" -#: ../bin/fvwm-crystal.generate-menu:385 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:388 ../fvwm/Applications/ #: ../fvwm/components/functions/Colorsets:24 #: ../fvwm/components/functions/Preferences-Menu:55 -#: ../fvwm/components/functions/Window-Decorations:27 +#: ../fvwm/components/functions/Window-Decorations:26 msgid "System" msgstr "Sistema" -#: ../bin/fvwm-crystal.generate-menu:389 -#: ../fvwm/Applications/ +#: ../bin/fvwm-crystal.generate-menu:392 ../fvwm/Applications/ msgid "Utilities" msgstr "Utilità" -#: ../bin/fvwm-crystal.generate-menu:393 -#: ../fvwm/Applications/Multimedia/ +#: ../bin/fvwm-crystal.generate-menu:396 ../fvwm/Applications/Multimedia/ msgid "Video" msgstr "Video" -#: ../bin/fvwm-crystal.generate-menu:408 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:411 ../fvwm/Applications/Graphics/ msgid "2D Graphics" msgstr "Grafica 2D" -#: ../bin/fvwm-crystal.generate-menu:412 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:415 ../fvwm/Applications/Graphics/ msgid "3D Graphics" msgstr "Grafica 3D" -#: ../bin/fvwm-crystal.generate-menu:416 +#: ../bin/fvwm-crystal.generate-menu:419 msgid "Accessibility" msgstr "Accessibilità" -#: ../bin/fvwm-crystal.generate-menu:420 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:423 ../fvwm/Applications/20~Games/ msgid "Action Games" -msgstr "Giochi d\\'Azione" +msgstr "Giochi d’Azione" -#: ../bin/fvwm-crystal.generate-menu:424 +#: ../bin/fvwm-crystal.generate-menu:427 msgid "Adventure Games" -msgstr "Giochi d\\'Avventura" +msgstr "Giochi d’Avventura" -#: ../bin/fvwm-crystal.generate-menu:428 +#: ../bin/fvwm-crystal.generate-menu:431 msgid "Adult" msgstr "Adulti" -#: ../bin/fvwm-crystal.generate-menu:432 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:435 ../fvwm/Applications/20~Games/ msgid "Arcade Games" msgstr "Giochi Arcade" -#: ../bin/fvwm-crystal.generate-menu:436 +#: ../bin/fvwm-crystal.generate-menu:439 msgid "Amusement" msgstr "Divertimento" -#: ../bin/fvwm-crystal.generate-menu:440 -#: ../fvwm/Applications/Utilities/ +#: ../bin/fvwm-crystal.generate-menu:443 ../fvwm/Applications/Utilities/ msgid "Archiving" msgstr "Archiviazione" -#: ../bin/fvwm-crystal.generate-menu:444 +#: ../bin/fvwm-crystal.generate-menu:447 msgid "Art" msgstr "Arte" -#: ../bin/fvwm-crystal.generate-menu:448 +#: ../bin/fvwm-crystal.generate-menu:451 msgid "Artificial Intelligence" msgstr "Intelligenza Artificiale" -#: ../bin/fvwm-crystal.generate-menu:452 -#: ../fvwm/Applications/Knowledge/ +#: ../bin/fvwm-crystal.generate-menu:455 ../fvwm/Applications/Knowledge/ msgid "Astronomy" msgstr "Astronomia" -#: ../bin/fvwm-crystal.generate-menu:456 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:459 ../fvwm/Applications/Multimedia/Audio/ #: ../fvwm/Applications/Multimedia/Audio-Video/ #: ../fvwm/Applications/Multimedia/Video/ msgid "Audio-Video Editing" msgstr "Editing Audio-Video" -#: ../bin/fvwm-crystal.generate-menu:460 +#: ../bin/fvwm-crystal.generate-menu:463 msgid "Biology" msgstr "Biologia" -#: ../bin/fvwm-crystal.generate-menu:464 +#: ../bin/fvwm-crystal.generate-menu:467 msgid "Blocks Games" msgstr "Giochi di Blocchi" -#: ../bin/fvwm-crystal.generate-menu:468 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:471 ../fvwm/Applications/20~Games/ msgid "Board Games" msgstr "Giochi da Tavola" -#: ../bin/fvwm-crystal.generate-menu:472 +#: ../bin/fvwm-crystal.generate-menu:475 msgid "Building" msgstr "Compilazione" -#: ../bin/fvwm-crystal.generate-menu:476 -#: ../fvwm/Applications/Utilities/ +#: ../bin/fvwm-crystal.generate-menu:479 ../fvwm/Applications/Utilities/ msgid "Calculators" msgstr "Calcolatrici" -#: ../bin/fvwm-crystal.generate-menu:480 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:483 ../fvwm/Applications/Office/ msgid "Calendars" msgstr "Calendari" -#: ../bin/fvwm-crystal.generate-menu:484 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:487 ../fvwm/Applications/20~Games/ msgid "Card Games" msgstr "Giochi di Carte" -#: ../bin/fvwm-crystal.generate-menu:488 +#: ../bin/fvwm-crystal.generate-menu:491 msgid "Charts" msgstr "Grafici" -#: ../bin/fvwm-crystal.generate-menu:492 +#: ../bin/fvwm-crystal.generate-menu:495 msgid "Chat" msgstr "Chat" -#: ../bin/fvwm-crystal.generate-menu:496 +#: ../bin/fvwm-crystal.generate-menu:499 msgid "Chemistry" msgstr "Chimica" -#: ../bin/fvwm-crystal.generate-menu:500 +#: ../bin/fvwm-crystal.generate-menu:503 msgid "Clocks" msgstr "Orologi" -#: ../bin/fvwm-crystal.generate-menu:504 +#: ../bin/fvwm-crystal.generate-menu:507 msgid "Compression" msgstr "Compressione" -#: ../bin/fvwm-crystal.generate-menu:508 +#: ../bin/fvwm-crystal.generate-menu:511 msgid "Computer Science" msgstr "Informatica" -#: ../bin/fvwm-crystal.generate-menu:512 +#: ../bin/fvwm-crystal.generate-menu:515 msgid "Console Only" msgstr "Solo Console" -#: ../bin/fvwm-crystal.generate-menu:516 +#: ../bin/fvwm-crystal.generate-menu:519 msgid "Construction" msgstr "Costruzione" -#: ../bin/fvwm-crystal.generate-menu:520 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:523 ../fvwm/Applications/Office/ msgid "Contact Management" msgstr "Gestione dei Contatti" -#: ../bin/fvwm-crystal.generate-menu:524 +#: ../bin/fvwm-crystal.generate-menu:527 msgid "Core" msgstr "Cuore" -#: ../bin/fvwm-crystal.generate-menu:528 +#: ../bin/fvwm-crystal.generate-menu:531 msgid "Data Visualization" msgstr "Visualizzazione Dati" -#: ../bin/fvwm-crystal.generate-menu:532 +#: ../bin/fvwm-crystal.generate-menu:535 #: ../fvwm/Applications/Multimedia/Audio-Video/ msgid "Databases" msgstr "Base dati" -#: ../bin/fvwm-crystal.generate-menu:536 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:539 ../fvwm/Applications/Network/ msgid "Dial-up" msgstr "Connessione" -#: ../bin/fvwm-crystal.generate-menu:540 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:543 ../fvwm/Applications/Development/ msgid "Debuggers" msgstr "Debuggers" -#: ../bin/fvwm-crystal.generate-menu:544 -#: ../fvwm/Applications/Settings/ +#: ../bin/fvwm-crystal.generate-menu:547 ../fvwm/Applications/Settings/ msgid "Desktop Settings" msgstr "Impostazioni della Scrivania" -#: ../bin/fvwm-crystal.generate-menu:548 +#: ../bin/fvwm-crystal.generate-menu:551 msgid "Dialup" msgstr "Connessione" -#: ../bin/fvwm-crystal.generate-menu:552 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:555 ../fvwm/Applications/Office/ msgid "Dictionaries" msgstr "Dizionari" -#: ../bin/fvwm-crystal.generate-menu:556 +#: ../bin/fvwm-crystal.generate-menu:559 #: ../fvwm/Applications/Multimedia/Audio-Video/ msgid "Disc Burning" msgstr "Masterizzazione dischi" -#: ../bin/fvwm-crystal.generate-menu:560 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:563 ../fvwm/Applications/Development/ #: ../fvwm/Applications/System/ msgid "Documentation" msgstr "Documentazione" -#: ../bin/fvwm-crystal.generate-menu:564 +#: ../bin/fvwm-crystal.generate-menu:567 msgid "Economy" msgstr "Economia" -#: ../bin/fvwm-crystal.generate-menu:568 +#: ../bin/fvwm-crystal.generate-menu:571 msgid "Electricity" msgstr "Elettricità" -#: ../bin/fvwm-crystal.generate-menu:572 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:575 ../fvwm/Applications/Development/ msgid "Electronics" msgstr "Elettronica" -#: ../bin/fvwm-crystal.generate-menu:576 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:579 ../fvwm/Applications/Network/ msgid "Email" msgstr "Email" -#: ../bin/fvwm-crystal.generate-menu:580 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:583 ../fvwm/Applications/20~Games/ #: ../fvwm/Applications/System/ msgid "Emulators" msgstr "Emulatori" -#: ../bin/fvwm-crystal.generate-menu:584 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:587 ../fvwm/Applications/Graphics/ #: ../fvwm/Applications/Multimedia/Audio/ msgid "Engineering" msgstr "Ingegneria" -#: ../bin/fvwm-crystal.generate-menu:588 +#: ../bin/fvwm-crystal.generate-menu:591 msgid "Feed" msgstr "Feed" -#: ../bin/fvwm-crystal.generate-menu:592 -#: ../fvwm/Applications/System/ +#: ../bin/fvwm-crystal.generate-menu:595 ../fvwm/Applications/System/ msgid "File Managers" msgstr "Gestori File" -#: ../bin/fvwm-crystal.generate-menu:596 +#: ../bin/fvwm-crystal.generate-menu:599 msgid "File Systems" msgstr "File System" -#: ../bin/fvwm-crystal.generate-menu:600 -#: ../fvwm/Applications/Utilities/ +#: ../bin/fvwm-crystal.generate-menu:603 ../fvwm/Applications/Utilities/ msgid "File Tools" msgstr "Tools per i File" -#: ../bin/fvwm-crystal.generate-menu:604 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:607 ../fvwm/Applications/Network/ msgid "File Transfer" msgstr "Trasferimento File" -#: ../bin/fvwm-crystal.generate-menu:608 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:611 ../fvwm/Applications/Office/ msgid "Finance" msgstr "Finanza" -#: ../bin/fvwm-crystal.generate-menu:612 +#: ../bin/fvwm-crystal.generate-menu:615 msgid "Flow Charts" msgstr "Diagrammi di Flusso" -#: ../bin/fvwm-crystal.generate-menu:616 +#: ../bin/fvwm-crystal.generate-menu:619 msgid "Geography" msgstr "Geografia" -#: ../bin/fvwm-crystal.generate-menu:620 +#: ../bin/fvwm-crystal.generate-menu:623 msgid "Geology" msgstr "Geologia" -#: ../bin/fvwm-crystal.generate-menu:624 +#: ../bin/fvwm-crystal.generate-menu:627 msgid "Geoscience" msgstr "Geoscienze" -#: ../bin/fvwm-crystal.generate-menu:636 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:639 ../fvwm/Applications/Multimedia/Audio/ msgid "GUI Designers" msgstr "Design di GUI" -#: ../bin/fvwm-crystal.generate-menu:640 +#: ../bin/fvwm-crystal.generate-menu:643 msgid "Ham Radio" msgstr "Radio amatori" -#: ../bin/fvwm-crystal.generate-menu:644 -#: ../fvwm/Applications/Settings/ +#: ../bin/fvwm-crystal.generate-menu:647 ../fvwm/Applications/Settings/ msgid "Hardware Settings" msgstr "Impostazioni Hardware" -#: ../bin/fvwm-crystal.generate-menu:648 +#: ../bin/fvwm-crystal.generate-menu:651 msgid "History" msgstr "Storia" -#: ../bin/fvwm-crystal.generate-menu:652 +#: ../bin/fvwm-crystal.generate-menu:655 msgid "Humanities" msgstr "Scienze Umane" -#: ../bin/fvwm-crystal.generate-menu:656 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:659 ../fvwm/Applications/Development/ msgid "IDE" msgstr "IDE" -#: ../bin/fvwm-crystal.generate-menu:660 +#: ../bin/fvwm-crystal.generate-menu:663 msgid "Image Processing" msgstr "Elaborazione Immagini" -#: ../bin/fvwm-crystal.generate-menu:664 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:667 ../fvwm/Applications/Network/ msgid "IRC Clients" msgstr "Client IRC" -#: ../bin/fvwm-crystal.generate-menu:668 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:671 ../fvwm/Applications/Network/ msgid "Instant Messaging" msgstr "Messaggeria Istantanea" -#: ../bin/fvwm-crystal.generate-menu:672 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:675 ../fvwm/Applications/Development/ msgid "Java" msgstr "Java" -#: ../bin/fvwm-crystal.generate-menu:684 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:687 ../fvwm/Applications/20~Games/ msgid "Kids Games" msgstr "Giochi per Bambini" -#: ../bin/fvwm-crystal.generate-menu:688 -#: ../fvwm/Applications/Knowledge/ +#: ../bin/fvwm-crystal.generate-menu:691 ../fvwm/Applications/Knowledge/ msgid "Languages" msgstr "Lingue" -#: ../bin/fvwm-crystal.generate-menu:692 +#: ../bin/fvwm-crystal.generate-menu:695 msgid "Literature" msgstr "Letteratura" -#: ../bin/fvwm-crystal.generate-menu:696 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:699 ../fvwm/Applications/20~Games/ msgid "Logic Games" msgstr "Giochi di Logica" -#: ../bin/fvwm-crystal.generate-menu:700 +#: ../bin/fvwm-crystal.generate-menu:703 msgid "Maps" msgstr "Mappe" -#: ../bin/fvwm-crystal.generate-menu:704 -#: ../fvwm/Applications/Knowledge/ +#: ../bin/fvwm-crystal.generate-menu:707 ../fvwm/Applications/Knowledge/ msgid "Math" msgstr "Matematica" -#: ../bin/fvwm-crystal.generate-menu:708 +#: ../bin/fvwm-crystal.generate-menu:711 msgid "Medical Softwares" msgstr "Software di Medicina" -#: ../bin/fvwm-crystal.generate-menu:712 +#: ../bin/fvwm-crystal.generate-menu:715 #: ../fvwm/Applications/Multimedia/Audio/Engineering/ #: ../fvwm/Applications/Multimedia/Audio/ msgid "MIDI" msgstr "MIDI" -#: ../bin/fvwm-crystal.generate-menu:716 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:719 ../fvwm/Applications/Multimedia/Audio/ #: ../fvwm/components/functions/Media:466 msgid "Mixers" msgstr "Mixer" -#: ../bin/fvwm-crystal.generate-menu:720 -#: ../fvwm/Applications/System/ +#: ../bin/fvwm-crystal.generate-menu:723 ../fvwm/Applications/System/ msgid "Monitors" msgstr "Schermi" -#: ../bin/fvwm-crystal.generate-menu:724 +#: ../bin/fvwm-crystal.generate-menu:727 msgid "Motif" msgstr "Motif" -#: ../bin/fvwm-crystal.generate-menu:728 +#: ../bin/fvwm-crystal.generate-menu:731 #: ../fvwm/components/functions/CustomButtonBar-Menu:277 -#: ../fvwm/components/functions/CustomButtonBar-Menu:277 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:34 -#: ../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 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:34 ../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 ACPI:94 ../fvwm/recipes/Light:43 +#: ../fvwm/recipes/TopDown:54 ../fvwm/recipes/Wing-Commander:48 msgid "Music" msgstr "Musica" -#: ../bin/fvwm-crystal.generate-menu:732 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:735 ../fvwm/Applications/Network/ msgid "News" msgstr "Novità" -#: ../bin/fvwm-crystal.generate-menu:736 +#: ../bin/fvwm-crystal.generate-menu:739 msgid "Numerical Analysis" msgstr "Analisi Numerica" -#: ../bin/fvwm-crystal.generate-menu:740 +#: ../bin/fvwm-crystal.generate-menu:743 msgid "OCR" msgstr "OCR" -#: ../bin/fvwm-crystal.generate-menu:744 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:747 ../fvwm/Applications/Network/ msgid "P2P" msgstr "P2P" -#: ../bin/fvwm-crystal.generate-menu:748 -#: ../fvwm/Applications/Settings/ +#: ../bin/fvwm-crystal.generate-menu:751 ../fvwm/Applications/Settings/ msgid "Package Managers" msgstr "Gestori di Pacchetti" -#: ../bin/fvwm-crystal.generate-menu:752 +#: ../bin/fvwm-crystal.generate-menu:755 msgid "Parallel Computing" msgstr "Calcolo Parallelo" -#: ../bin/fvwm-crystal.generate-menu:756 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:759 ../fvwm/Applications/Office/ msgid "PDA" msgstr "PDA" -#: ../bin/fvwm-crystal.generate-menu:760 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:763 ../fvwm/Applications/Graphics/ msgid "Photography" msgstr "Fotografia" -#: ../bin/fvwm-crystal.generate-menu:764 -#: ../fvwm/Applications/Knowledge/ +#: ../bin/fvwm-crystal.generate-menu:767 ../fvwm/Applications/Knowledge/ msgid "Physics" msgstr "Fisica" -#: ../bin/fvwm-crystal.generate-menu:768 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:771 ../fvwm/Applications/Multimedia/Audio/ #: ../fvwm/Applications/Multimedia/Video/ msgid "Players" msgstr "Riproduttori" -#: ../bin/fvwm-crystal.generate-menu:772 +#: ../bin/fvwm-crystal.generate-menu:775 msgid "Presentations" msgstr "Presentazioni" -#: ../bin/fvwm-crystal.generate-menu:776 -#: ../fvwm/Applications/Settings/ +#: ../bin/fvwm-crystal.generate-menu:779 ../fvwm/Applications/Settings/ #: ../fvwm/Applications/Utilities/ msgid "Printing" msgstr "Stampa" -#: ../bin/fvwm-crystal.generate-menu:780 +#: ../bin/fvwm-crystal.generate-menu:783 msgid "Profiling" msgstr "Profilazione" -#: ../bin/fvwm-crystal.generate-menu:784 +#: ../bin/fvwm-crystal.generate-menu:787 msgid "Project Management" msgstr "Project Management" -#: ../bin/fvwm-crystal.generate-menu:788 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:791 ../fvwm/Applications/Office/ msgid "Publishing" msgstr "Editoria" -#: ../bin/fvwm-crystal.generate-menu:796 +#: ../bin/fvwm-crystal.generate-menu:799 msgid "Raster Graphics" msgstr "Grafica Raster" -#: ../bin/fvwm-crystal.generate-menu:800 +#: ../bin/fvwm-crystal.generate-menu:803 msgid "Recorders" msgstr "Registratori" -#: ../bin/fvwm-crystal.generate-menu:804 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:807 ../fvwm/Applications/Network/ msgid "Remote Access" msgstr "Accesso Remoto" -#: ../bin/fvwm-crystal.generate-menu:808 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:811 ../fvwm/Applications/Development/ msgid "Revision Control" msgstr "Controllo delle Revisioni" -#: ../bin/fvwm-crystal.generate-menu:812 +#: ../bin/fvwm-crystal.generate-menu:815 msgid "Robotics" msgstr "Robotica" -#: ../bin/fvwm-crystal.generate-menu:816 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:819 ../fvwm/Applications/20~Games/ msgid "Role Playing" msgstr "Giochi di Ruolo" -#: ../bin/fvwm-crystal.generate-menu:820 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:823 ../fvwm/Applications/Graphics/ msgid "Scanning" msgstr "Scansionamento Immagini" -#: ../bin/fvwm-crystal.generate-menu:824 -#: ../fvwm/Applications/System/ +#: ../bin/fvwm-crystal.generate-menu:827 ../fvwm/Applications/System/ msgid "Security" msgstr "Sicurezza" -#: ../bin/fvwm-crystal.generate-menu:828 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:831 ../fvwm/Applications/Multimedia/Audio/ msgid "Sequencers" msgstr "Sequencer" -#: ../bin/fvwm-crystal.generate-menu:832 +#: ../bin/fvwm-crystal.generate-menu:835 msgid "Shooter" msgstr "Giochi spara-tutto" -#: ../bin/fvwm-crystal.generate-menu:836 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:839 ../fvwm/Applications/20~Games/ msgid "Simulation" msgstr "Simulatori" -#: ../bin/fvwm-crystal.generate-menu:840 +#: ../bin/fvwm-crystal.generate-menu:843 msgid "Spirituality" msgstr "Spiritualità" -#: ../bin/fvwm-crystal.generate-menu:844 +#: ../bin/fvwm-crystal.generate-menu:847 msgid "Sports" msgstr "Sport" -#: ../bin/fvwm-crystal.generate-menu:848 +#: ../bin/fvwm-crystal.generate-menu:851 msgid "Sports Games" msgstr "Giochi di sport" -#: ../bin/fvwm-crystal.generate-menu:852 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:855 ../fvwm/Applications/Office/ msgid "Spreadsheets" msgstr "Fogli elettronici" -#: ../bin/fvwm-crystal.generate-menu:856 -#: ../fvwm/Applications/20~Games/ +#: ../bin/fvwm-crystal.generate-menu:859 ../fvwm/Applications/20~Games/ msgid "Strategy Games" msgstr "Giochi di strategia" -#: ../bin/fvwm-crystal.generate-menu:864 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:867 ../fvwm/Applications/Network/ msgid "Telephony" msgstr "Telefonia" -#: ../bin/fvwm-crystal.generate-menu:868 +#: ../bin/fvwm-crystal.generate-menu:871 msgid "Telephony Tools" msgstr "Tool per la Telefonia" -#: ../bin/fvwm-crystal.generate-menu:872 -#: ../fvwm/Applications/System/ +#: ../bin/fvwm-crystal.generate-menu:875 ../fvwm/Applications/System/ msgid "Terminals" msgstr "Terminali" -#: ../bin/fvwm-crystal.generate-menu:876 -#: ../fvwm/Applications/Utilities/ +#: ../bin/fvwm-crystal.generate-menu:879 ../fvwm/Applications/Utilities/ msgid "Text Editors" msgstr "Editor di Testo" -#: ../bin/fvwm-crystal.generate-menu:880 -#: ../fvwm/Applications/Utilities/ +#: ../bin/fvwm-crystal.generate-menu:883 ../fvwm/Applications/Utilities/ msgid "Text Tools" msgstr "Tool di Testo" -#: ../bin/fvwm-crystal.generate-menu:884 +#: ../bin/fvwm-crystal.generate-menu:887 msgid "Translation" msgstr "Traduzione" -#: ../bin/fvwm-crystal.generate-menu:888 -#: ../fvwm/Applications/Multimedia/Audio/ +#: ../bin/fvwm-crystal.generate-menu:891 ../fvwm/Applications/Multimedia/Audio/ msgid "Tuners" msgstr "Sintonizzatori" -#: ../bin/fvwm-crystal.generate-menu:892 -#: ../fvwm/Applications/Multimedia/Video/ +#: ../bin/fvwm-crystal.generate-menu:895 ../fvwm/Applications/Multimedia/Video/ msgid "TV" msgstr "TV" -#: ../bin/fvwm-crystal.generate-menu:896 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:899 ../fvwm/Applications/Graphics/ msgid "Vector Graphics" msgstr "Grafica Vettoriale" -#: ../bin/fvwm-crystal.generate-menu:900 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:903 ../fvwm/Applications/Network/ msgid "Webcam" msgstr "Webcam" -#: ../bin/fvwm-crystal.generate-menu:904 -#: ../fvwm/Applications/Graphics/ +#: ../bin/fvwm-crystal.generate-menu:907 ../fvwm/Applications/Graphics/ #: ../fvwm/Applications/Office/ msgid "Viewers" msgstr "Visualizzatori" -#: ../bin/fvwm-crystal.generate-menu:908 -#: ../fvwm/Applications/Network/ +#: ../bin/fvwm-crystal.generate-menu:911 ../fvwm/Applications/Network/ msgid "Web Browsers" msgstr "Web Browser" -#: ../bin/fvwm-crystal.generate-menu:912 -#: ../fvwm/Applications/Development/ +#: ../bin/fvwm-crystal.generate-menu:915 ../fvwm/Applications/Development/ msgid "Web Development" msgstr "Sviluppo Web" -#: ../bin/fvwm-crystal.generate-menu:916 -#: ../fvwm/Applications/Office/ +#: ../bin/fvwm-crystal.generate-menu:919 ../fvwm/Applications/Office/ msgid "Word Processors" msgstr "Gestori di Testo" -#: ../fvwm/ -#: ../fvwm/components/functions/CustomButtonBar-Menu:294 +#: ../fvwm/ ../fvwm/components/functions/CustomButtonBar-Menu:294 msgid "Applications" msgstr "Applicazioni" @@ -674,7 +588,7 @@ #: ../fvwm/Applications/20~Games/ msgid "Adventures Games" -msgstr "Giochi d\\'Avventura" +msgstr "Giochi d’Avventura" #: ../fvwm/Applications/20~Games/Logic_Games/ msgid "Portable Puzzle Collection" @@ -806,8 +720,7 @@ msgid "OpenOffice.org" msgstr "OpenOffice.org" -#: ../fvwm/components/apps/DesktopIcons:49 -#: ../fvwm/scripts/desktop_manager:109 +#: ../fvwm/components/apps/DesktopIcons:49 ../fvwm/scripts/desktop_manager:109 msgid "Umount" msgstr "Smonta" @@ -903,8 +816,7 @@ msgid "Right" msgstr "Destra" -#: ../fvwm/components/apps/Nautilus:41 -#: ../fvwm/components/apps/ROX-Filer:32 +#: ../fvwm/components/apps/Nautilus:41 ../fvwm/components/apps/ROX-Filer:32 #: ../fvwm/components/functions/Wallpaper:58 msgid "Random" msgstr "Casuale" @@ -917,8 +829,7 @@ msgid "Activate" msgstr "Attiva" -#: ../fvwm/components/apps/XScreenSaver:25 -#: ../fvwm/components/functions/Exit:58 +#: ../fvwm/components/apps/XScreenSaver:25 ../fvwm/components/functions/Exit:83 #: ../fvwm/components/functions/Exit-Safe:9 msgid "Lock screen" msgstr "Blocca schermo" @@ -925,11 +836,8 @@ #: ../fvwm/components/apps/XScreenSaver:26 #: ../fvwm/components/functions/CustomButtonBar-Menu:287 -#: ../fvwm/components/functions/CustomButtonBar-Menu:287 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:45 -#: ../fvwm/recipes/Light:54 -#: ../fvwm/recipes/TopDown:65 -#: ../fvwm/recipes/Wing-Commander:61 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:45 ../fvwm/recipes/Light:54 +#: ../fvwm/recipes/TopDown:65 ../fvwm/recipes/Wing-Commander:61 msgid "Preferences" msgstr "Preferenze" @@ -941,8 +849,7 @@ msgid "Start screensaver" msgstr "Avvia screensaver" -#: ../fvwm/components/functions/About:8 -#: ../fvwm/scripts/convert_preferences:4 +#: ../fvwm/components/functions/About:8 ../fvwm/scripts/convert_preferences:4 msgid "Version" msgstr "Versione" @@ -1019,7 +926,7 @@ #: ../fvwm/components/functions/Colorsets:25 #: ../fvwm/components/functions/Preferences-Menu:56 -#: ../fvwm/components/functions/Window-Decorations:28 +#: ../fvwm/components/functions/Window-Decorations:27 msgid "User" msgstr "Utente" @@ -1078,7 +985,7 @@ #: ../fvwm/components/functions/CustomButtonBar-Menu:199 msgid "where icon is the icon used for the button," -msgstr "dove icona è l\\'icona usata per il bottone," +msgstr "dove icona è l’icona usata per il bottone," #: ../fvwm/components/functions/CustomButtonBar-Menu:202 msgid "name is the button name" @@ -1158,88 +1065,61 @@ msgstr "Scegli una voce di menu da aggiungere come bottone:" #: ../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:45 -#: ../fvwm/recipes/TopDown:56 -#: ../fvwm/recipes/Wing-Commander:50 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:32 ../fvwm/recipes/Light:45 +#: ../fvwm/recipes/TopDown:56 ../fvwm/recipes/Wing-Commander:50 msgid "FVWM-Crystal documentation" msgstr "Documentazione FVWM-Crystal" #: ../fvwm/components/functions/CustomButtonBar-Menu:281 -#: ../fvwm/components/functions/CustomButtonBar-Menu:281 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:37 -#: ../fvwm/recipes/Light:48 -#: ../fvwm/recipes/TopDown:59 -#: ../fvwm/recipes/Wing-Commander:53 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:37 ../fvwm/recipes/Light:48 +#: ../fvwm/recipes/TopDown:59 ../fvwm/recipes/Wing-Commander:53 msgid "Screensaver" msgstr "Salva schermo" #: ../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:49 -#: ../fvwm/recipes/TopDown:60 -#: ../fvwm/recipes/Wing-Commander:54 +#: ../fvwm/components/functions/Screenshot-import:16 ../fvwm/recipes/Light:49 +#: ../fvwm/recipes/TopDown:60 ../fvwm/recipes/Wing-Commander:54 msgid "Screenshot" msgstr "Cattura schermata" #: ../fvwm/components/functions/CustomButtonBar-Menu:284 -#: ../fvwm/components/functions/CustomButtonBar-Menu:284 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:40 -#: ../fvwm/recipes/Light:51 -#: ../fvwm/recipes/TopDown:62 -#: ../fvwm/recipes/Wing-Commander:56 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:40 ../fvwm/recipes/Light:51 +#: ../fvwm/recipes/TopDown:62 ../fvwm/recipes/Wing-Commander:56 msgid "Window decorations" msgstr "Decorazioni finestre" #: ../fvwm/components/functions/CustomButtonBar-Menu:285 -#: ../fvwm/components/functions/CustomButtonBar-Menu:285 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:41 -#: ../fvwm/recipes/Light:52 -#: ../fvwm/recipes/TopDown:63 -#: ../fvwm/recipes/Wing-Commander:57 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:41 ../fvwm/recipes/Light:52 +#: ../fvwm/recipes/TopDown:63 ../fvwm/recipes/Wing-Commander:57 msgid "Colorsets" msgstr "Set di colori" #: ../fvwm/components/functions/CustomButtonBar-Menu:286 -#: ../fvwm/components/functions/CustomButtonBar-Menu:286 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:42 -#: ../fvwm/recipes/Light:53 -#: ../fvwm/recipes/TopDown:64 -#: ../fvwm/recipes/Wing-Commander:58 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:42 ../fvwm/recipes/Light:53 +#: ../fvwm/recipes/TopDown:64 ../fvwm/recipes/Wing-Commander:58 msgid "Wallpaper" msgstr "Sfondo" #: ../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:56 -#: ../fvwm/recipes/TopDown:67 -#: ../fvwm/recipes/Wing-Commander:63 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:47 ../fvwm/recipes/Light:56 +#: ../fvwm/recipes/TopDown:67 ../fvwm/recipes/Wing-Commander:63 msgid "Developer menu" msgstr "Menu sviluppatore" #: ../fvwm/components/functions/CustomButtonBar-Menu:290 -#: ../fvwm/components/functions/CustomButtonBar-Menu:290 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:48 -#: ../fvwm/recipes/Light:57 -#: ../fvwm/recipes/TopDown:68 -#: ../fvwm/recipes/Wing-Commander:66 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:48 ../fvwm/recipes/Light:57 +#: ../fvwm/recipes/TopDown:68 ../fvwm/recipes/Wing-Commander:66 msgid "About FVWM-Crystal" msgstr "Riguardo FVWM-Crystal" #: ../fvwm/components/functions/CustomButtonBar-Menu:293 -#: ../fvwm/components/functions/CustomButtonBar-Menu:293 -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:51 -#: ../fvwm/recipes/Light:58 -#: ../fvwm/recipes/TopDown:69 -#: ../fvwm/recipes/Wing-Commander:67 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:51 ../fvwm/recipes/Light:58 +#: ../fvwm/recipes/TopDown:69 ../fvwm/recipes/Wing-Commander:67 msgid "Exit" msgstr "Esci" @@ -1338,7 +1218,7 @@ #: ../fvwm/components/functions/Developer-Menu:51 msgid "Interface look and feel" -msgstr "Aspetto dell\\'interfaccia" +msgstr "Aspetto dell’interfaccia" #: ../fvwm/components/functions/Developer-Menu:52 msgid "Programming and debugging" @@ -1356,67 +1236,65 @@ msgid "X.Org-Xserver documentation" msgstr "Documentazione X.Org-Xserver" -#: ../fvwm/components/functions/Exit:17 -#: ../fvwm/components/functions/Exit:30 +#: ../fvwm/components/functions/Exit:18 ../fvwm/components/functions/Exit:31 msgid " 1 %" msgstr " 1 %" -#: ../fvwm/components/functions/Exit:18 -#: ../fvwm/components/functions/Exit:31 +#: ../fvwm/components/functions/Exit:19 ../fvwm/components/functions/Exit:32 msgid " 2 %" msgstr " 2 %" -#: ../fvwm/components/functions/Exit:19 -#: ../fvwm/components/functions/Exit:32 +#: ../fvwm/components/functions/Exit:20 ../fvwm/components/functions/Exit:33 msgid " 3 %" msgstr " 3 %" -#: ../fvwm/components/functions/Exit:20 -#: ../fvwm/components/functions/Exit:33 +#: ../fvwm/components/functions/Exit:21 ../fvwm/components/functions/Exit:34 msgid " 5 %" msgstr " 5 %" -#: ../fvwm/components/functions/Exit:21 -#: ../fvwm/components/functions/Exit:34 +#: ../fvwm/components/functions/Exit:22 ../fvwm/components/functions/Exit:35 msgid "10 %" msgstr "10 %" -#: ../fvwm/components/functions/Exit:22 -#: ../fvwm/components/functions/Exit:35 +#: ../fvwm/components/functions/Exit:23 ../fvwm/components/functions/Exit:36 msgid "15 %" msgstr "15 %" -#: ../fvwm/components/functions/Exit:23 -#: ../fvwm/components/functions/Exit:36 +#: ../fvwm/components/functions/Exit:24 ../fvwm/components/functions/Exit:37 msgid "20 %" msgstr "20 %" -#: ../fvwm/components/functions/Exit:24 -#: ../fvwm/components/functions/Exit:37 +#: ../fvwm/components/functions/Exit:25 ../fvwm/components/functions/Exit:38 msgid "25 %" msgstr "25 %" -#: ../fvwm/components/functions/Exit:25 -#: ../fvwm/components/functions/Exit:38 +#: ../fvwm/components/functions/Exit:26 ../fvwm/components/functions/Exit:39 msgid "50 %" msgstr "50 %" -#: ../fvwm/components/functions/Exit:26 -#: ../fvwm/components/functions/Exit:39 +#: ../fvwm/components/functions/Exit:27 ../fvwm/components/functions/Exit:40 msgid "75 %" msgstr "75 %" -#: ../fvwm/components/functions/Exit:45 -#: ../fvwm/components/functions/Exit:46 +#: ../fvwm/components/functions/Exit:46 ../fvwm/components/functions/Exit:47 msgid "Stop" msgstr "Stop" -#: ../fvwm/components/functions/Exit:47 -#: ../fvwm/components/functions/Exit:48 +#: ../fvwm/components/functions/Exit:48 ../fvwm/components/functions/Exit:49 msgid "Start when battery is as low as" msgstr "Avvia quando la batteria è scarica al" -#: ../fvwm/components/functions/Exit:57 +#: ../fvwm/components/functions/Exit:70 ../fvwm/components/functions/Exit:71 +#, fuzzy +msgid "No resume hybride with screen lid" +msgstr "Ripristino ibrido col sensore di chiusura dello schermo" + +#: ../fvwm/components/functions/Exit:72 ../fvwm/components/functions/Exit:73 +#: ../fvwm/components/functions/Exit:89 +msgid "Resume hybride with screen lid" +msgstr "Ripristino ibrido col sensore di chiusura dello schermo" + +#: ../fvwm/components/functions/Exit:82 #: ../fvwm/components/functions/Exit-Safe:8 #: ../fvwm/components/functions/Preferences-Menu:78 #: ../fvwm/components/functions/Preferences-Menu:369 @@ -1425,8 +1303,7 @@ msgid "Restart" msgstr "Riavvia" -#: ../fvwm/components/functions/Exit:59 -#: ../fvwm/components/functions/Exit:60 +#: ../fvwm/components/functions/Exit:84 ../fvwm/components/functions/Exit:85 #: ../fvwm/components/functions/Exit-Safe:10 #: ../fvwm/components/functions/Preferences-Menu:314 #: ../fvwm/components/functions/Preferences-Menu:328 @@ -1433,38 +1310,31 @@ msgid "Logout" msgstr "Termina sessione" -#: ../fvwm/components/functions/Exit:62 -#: ../fvwm/components/functions/Exit:63 +#: ../fvwm/components/functions/Exit:87 ../fvwm/components/functions/Exit:88 msgid "Automatic suspend to disk" msgstr "Sospensione automatica sul disco" -#: ../fvwm/components/functions/Exit:64 -msgid "Resume hybride with screen lid" -msgstr "Ripristino ibrido col sensore di chiusura dello schermo" - -#: ../fvwm/components/functions/Exit:66 -#: ../fvwm/components/functions/Exit:71 +#: ../fvwm/components/functions/Exit:91 ../fvwm/components/functions/Exit:96 msgid "Resume to RAM" msgstr "Ripristino in RAM" -#: ../fvwm/components/functions/Exit:67 +#: ../fvwm/components/functions/Exit:92 msgid "Resume hybride" msgstr "Ripristino ibrido" -#: ../fvwm/components/functions/Exit:68 -#: ../fvwm/components/functions/Exit:72 +#: ../fvwm/components/functions/Exit:93 ../fvwm/components/functions/Exit:97 msgid "Suspend to disk" msgstr "Sospendi sul disco" -#: ../fvwm/components/functions/Exit:69 +#: ../fvwm/components/functions/Exit:94 msgid "Powersave" msgstr "Modalità risparmio" -#: ../fvwm/components/functions/Exit:74 +#: ../fvwm/components/functions/Exit:99 msgid "Save session" msgstr "Salva la sessione" -#: ../fvwm/components/functions/Exit:75 +#: ../fvwm/components/functions/Exit:100 msgid "Manage session" msgstr "Gestisci sessione" @@ -1561,10 +1431,8 @@ msgid "Enter the default browser" msgstr "Inserisci il browser di default" -#: ../fvwm/components/functions/Fvwm-Crystal-Menu:36 -#: ../fvwm/recipes/Light:47 -#: ../fvwm/recipes/TopDown:58 -#: ../fvwm/recipes/Wing-Commander:52 +#: ../fvwm/components/functions/Fvwm-Crystal-Menu:36 ../fvwm/recipes/Light:47 +#: ../fvwm/recipes/TopDown:58 ../fvwm/recipes/Wing-Commander:52 msgid "Screen resolution" msgstr "Risoluzione schermo" @@ -1689,8 +1557,7 @@ #: ../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 +#: ../fvwm/components/functions/Music:112 ../fvwm/scripts/media_directories:24 msgid "Browse Medias" msgstr "Sfoglia i media" @@ -2570,7 +2437,7 @@ #: ../fvwm/components/functions/Preferences-Menu:21 msgid "Notification area manager" -msgstr "Gestore dell\\'area di notifica" +msgstr "Gestore dell’area di notifica" #: ../fvwm/components/functions/Preferences-Menu:23 msgid "Window focus policy" @@ -2765,7 +2632,7 @@ #: ../fvwm/components/functions/Preferences-Menu:442 msgid "New notification area setting will be used after next startup" -msgstr "Le nuove impostazioni dell\\'area di notifica verranno applicate al prossimo riavvio" +msgstr "Le nuove impostazioni dell’area di notifica verranno applicate al prossimo riavvio" #: ../fvwm/components/functions/Preferences-Menu:489 msgid "Icons" @@ -2773,7 +2640,7 @@ #: ../fvwm/components/functions/Preferences-Menu:524 msgid "Enter the name of the channel list for the DVB input" -msgstr "Inserisci il nome della lista del canale per l\\'input del DVB" +msgstr "Inserisci il nome della lista del canale per l’input del DVB" #: ../fvwm/components/functions/Preferences-Menu:541 msgid "Media directories" @@ -3076,7 +2943,7 @@ msgid "Jump to lower page" msgstr "Salta alla pagina inferiore" -#: ../fvwm/components/functions/Window-Decorations:30 +#: ../fvwm/components/functions/Window-Decorations:29 msgid "Button model" msgstr "Modello dei bottoni" @@ -3153,7 +3020,7 @@ msgstr "I nomi dei percorsi con gli spazi devono essere racchiusi da singoli apici." #: ../fvwm/scripts/FileEditors/ShowDirectories-Help:34 -msgid "If you don\\'t want any such icons," +msgid "If you don’t want any such icons," msgstr "Se non desideri avere nessuna di queste icone," #: ../fvwm/scripts/FileEditors/ShowDirectories-Help:37 @@ -3161,3 +3028,10 @@ msgstr "svuota il contenuto di questo file, ma mantienilo." # End of generated strings +#: ..fvwm/scripts/XDG-Menu +msgid "Configure" +msgstr "" + +#: ..fvwm/scripts/XDG-Menu +msgid "Regenerate" +msgstr "" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2020-04-12 01:57:00
|
Revision: 1030 http://sourceforge.net/p/fvwm-crystal/code/1030 Author: dominique_libre Date: 2020-04-12 01:56:59 +0000 (Sun, 12 Apr 2020) Log Message: ----------- Install the gtk+ config files when they don't exist Modified Paths: -------------- ChangeLog fvwm/scripts/SetGtkFont Added Paths: ----------- addons/.gtkrc-2.0 addons/settings.ini Modified: ChangeLog =================================================================== --- ChangeLog 2020-04-12 01:37:52 UTC (rev 1029) +++ ChangeLog 2020-04-12 01:56:59 UTC (rev 1030) @@ -2,10 +2,13 @@ samedi 11 avril 2020 asciidoc/FAQ: updated uniform look with gtk & qt ++ addons/.gtkrc-2.0: gtk+2 example config file ++ addons/settings.ini: gtk+3 example config file + fvwm/scripts/SetGtkFont: install gtk+ config files when they don't exist vendreedi 10 avril 2020 + fvwm/scripts/SetGtkFont; - fvwm/scripts/FontSelector/FontSelector: applay the panel font setting + fvwm/scripts/FontSelector/FontSelector: apply the panel font setting to GTK+ 2 and 3. jeudi 9 avril 2020 Added: addons/.gtkrc-2.0 =================================================================== --- addons/.gtkrc-2.0 (rev 0) +++ addons/.gtkrc-2.0 2020-04-12 01:56:59 UTC (rev 1030) @@ -0,0 +1,15 @@ +gtk-theme-name="Adwaita-dark" +gtk-icon-theme-name="Adwaita" +gtk-font-name="Verdana Regular 14" +gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="rgb" Added: addons/settings.ini =================================================================== --- addons/settings.ini (rev 0) +++ addons/settings.ini 2020-04-12 01:56:59 UTC (rev 1030) @@ -0,0 +1,19 @@ +[Settings] +gtk-theme-name=Adwaita-dark +gtk-icon-theme-name=Adwaita +gtk-font-name=Verdana Regular 14 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=rgb +gtk-application-prefer-dark-theme=1 +gtk-cursor-blink=0 + Modified: fvwm/scripts/SetGtkFont =================================================================== --- fvwm/scripts/SetGtkFont 2020-04-12 01:37:52 UTC (rev 1029) +++ fvwm/scripts/SetGtkFont 2020-04-12 01:56:59 UTC (rev 1030) @@ -11,5 +11,20 @@ Gtk3PrefFile="${HOME}/.config/gtk-3.0/settings.ini" GtkFontName=`echo ${panel_font} ${panel_font_style} ${panel_font_size}` -sed -i "s:gtk-font-name=\".*\":gtk-font-name=\"${GtkFontName}\":" "${Gtk2PrefFile}" -sed -i "s:gtk-font-name=.*:gtk-font-name=${GtkFontName}:" "${Gtk3PrefFile}" +if [ ! -f "${Gtk2PrefFile}" ]; then + cp ${FVWM_SYSTEMDIR}/../addons/.gtkrc-2.0 ${Gtk2PrefFile} +fi +if [ ! -f "${Gtk3PrefFile}" ]; then + mkdir -p "${HOME}/.config/gtk3-0" + cp ${FVWM_SYSTEMDIR}/../addons/settings.ini ${Gtk3PrefFile} +fi +if ! grep -q gtk-font-name "${Gtk2PrefFile}"; then + echo "gtk-font-name=\"${GtkFontName}\"" >> ${Gtk2PrefFile} +else + sed -i "s:gtk-font-name=\".*\":gtk-font-name=\"${GtkFontName}\":" "${Gtk2PrefFile}" +fi +if ! grep -q gtk-font-name "${Gtk3PrefFile}"; then + echo "gtk-font-name=${GtkFontName}" >> ${Gtk3PrefFile} +else + sed -i "s:gtk-font-name=.*:gtk-font-name=${GtkFontName}:" "${Gtk3PrefFile}" +fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2020-12-02 22:46:45
|
Revision: 1049 http://sourceforge.net/p/fvwm-crystal/code/1049 Author: dominique_libre Date: 2020-12-02 22:46:38 +0000 (Wed, 02 Dec 2020) Log Message: ----------- Add initial fvwm3 support; bump version to 3.7.0. Modified Paths: -------------- ChangeLog asciidoc/fvwm-crystal bin/fvwm-crystal doc/html/fvwm-crystal.html fvwm/components/functions/About fvwm/scripts/launchwm man/fvwm-crystal.1 Modified: ChangeLog =================================================================== --- ChangeLog 2020-11-29 22:39:25 UTC (rev 1048) +++ ChangeLog 2020-12-02 22:46:38 UTC (rev 1049) @@ -1,5 +1,19 @@ ChangeLog for FVWM-Crystal +Version 3.7.0 +------------- + +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 + 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: + fvwm in ~.fvwm, fvwm2 in ~/.fvwm2, fvwm3 in ~/.fvwm3 and fvwm-themes + in ~/fvwm-themes. + asciidoc/fvwm-crystal: add fvwm3 and related variables; create the man and html doc. + fvwm/components/functions/About: bump to 3.7.0 + dimanche 29 novembre 2020 fvwm/components/scripts/FvwmScript-CpuTemp: fix temperature reading path. Modified: asciidoc/fvwm-crystal =================================================================== --- asciidoc/fvwm-crystal 2020-11-29 22:39:25 UTC (rev 1048) +++ asciidoc/fvwm-crystal 2020-12-02 22:46:38 UTC (rev 1049) @@ -2,7 +2,7 @@ =============== :doctype: manpage :man source: fvwm-crystal -:man version: 3.5.1 +:man version: 3.7.0 :man manual: FVWM-Crystal NAME @@ -70,6 +70,13 @@ startx ---- +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. + +*FVWM_LOGFILE* set fvwm3 log file when in debug mode (default: ~/.fvwm-crystal.log). + + First Start ~~~~~~~~~~~ *FVWM-Crystal* checks while your first login if +~/.fvwm-crystal+ exist and if old preferences must be converted to the new Fvwm InfoStore variables. In all cases, it should just start. Modified: bin/fvwm-crystal =================================================================== --- bin/fvwm-crystal 2020-11-29 22:39:25 UTC (rev 1048) +++ bin/fvwm-crystal 2020-12-02 22:46:38 UTC (rev 1049) @@ -12,29 +12,55 @@ # Name of the configuration file configname=config +# We now have both fvwm and fvwm3. fvwm-crystal work with both of them. +# Use $FVWM_EXEC if set, fvwm3 if present, fvvwm otherwise: +if [ "x${FVWM_EXEC}" == "x" ]; then + for name in fvwm3 fvwm fvwm2; do + FVWM_EXEC=`which "${name}" 2>/dev/null` + if (($? == 0)); then + break + fi + done +fi +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." + echo "If fvwm is installed in another location, you can provide it as:" + echo ' export FVWM_EXEC="/my/location/fvwm"' + echo "before starting fvwm-crystal." + exit 1 +fi + # Other fvwm-crystal variables. They was previously in the configuration file, but # due how fvwm honor the -F option, it is better to define them before # fvwm statup. If they are already defined, skip this setup. # Where is the user-wide configuration -if [ -z "${FVWM_USERDIR}" ] -then FVWM_USERDIR="${HOME}/.fvwm-crystal" +if [ -z "${FVWM_USERDIR}" ]; then + FVWM_USERDIR="${HOME}/.fvwm-crystal" fi # Where is the system-wide configuration -if [ -z "${FVWM_CONFIGDIR}" ] -then FVWM_CONFIGDIR="/etc/X11/fvwm/fvwm-crystal" +if [ -z "${FVWM_CONFIGDIR}" ]; then + FVWM_CONFIGDIR="/etc/X11/fvwm/fvwm-crystal" fi # Where are the system-wide files -if [ -z "${FVWM_SYSTEMDIR}" ] -then FVWM_SYSTEMDIR="/usr/share/fvwm-crystal/fvwm" +if [ -z "${FVWM_SYSTEMDIR}" ]; then + FVWM_SYSTEMDIR="/usr/share/fvwm-crystal/fvwm" fi # Where the distribution specific menu is located -if [ -z "${FVWM_DISTROMENUDIR}" ] -then FVWM_DISTROMENUDIR="/var/lib/fvwm-crystal" +if [ -z "${FVWM_DISTROMENUDIR}" ]; then + FVWM_DISTROMENUDIR="/var/lib/fvwm-crystal" fi # Nema of the distribution menu -if [ -z "${FVWM_DISTROMENUNAME}" ] -then FVWM_DISTROMENUNAME="debian" +if [ -z "${FVWM_DISTROMENUNAME}" ]; then + FVWM_DISTROMENUNAME="debian" 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 + fi +fi # export FVWM_USERDIR FVWM_CONFIGDIR FVWM_SYSTEMDIR FVWM_DISTROMENUDIR FVWM_DISTROMENUNAME @@ -42,18 +68,15 @@ # if a variable 'configfile' is defined in the environment, its value is # preserved; otherwise, the scripts look for configuration in common places. configfile="$HOME/fvwm-crystal/$configname" -if [ -n "$FVWMCRYSTAL_BASECONFIG" ] - then - configfile="$FVWMCRYSTAL_BASECONFIG" - elif [ -f "$HOME/fvwm-crystal/$configname" ] - then - configfile=$HOME/fvwm-crystal/$configname; - elif [ -f "`dirname ${0}`/../share/fvwm-crystal/fvwm/$configname" ] - then - configfile="`dirname ${0}`/../share/fvwm-crystal/fvwm/$configname"; +if [ -n "$FVWMCRYSTAL_BASECONFIG" ]; then + configfile="$FVWMCRYSTAL_BASECONFIG" +elif [ -f "$HOME/fvwm-crystal/$configname" ]; then + configfile=$HOME/fvwm-crystal/$configname; +elif [ -f "`dirname ${0}`/../share/fvwm-crystal/fvwm/$configname" ]; then + configfile="`dirname ${0}`/../share/fvwm-crystal/fvwm/$configname"; fi -# This scripts will also kill the helper scripts when needed +# This script will also kill the helper scripts when needed cleanup() { exitcode="0" # remove orfaned fullscreen files @@ -95,4 +118,19 @@ #echo "paramètres: $@" #echo "exec fvwm -f $configfile $@" -exec fvwm -f $configfile $@ +#exec fvwm -f $configfile $@ +if [ "x${FVWM-CRYSTAL_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}." + exec ${FVWM_EXEC} -v -f $configfile $@ + else + echo "Debug mode is not supported by ${FVWM_EXEC}. It print all errors to stderr." + echo "You can redirect these errors into a file whith the following line in ~/.xinitrc:" + echo ' exec /usr/bin/fvwm-crystal 2>./.errors.fvwm-crystal' + echo "Fvwm-Crystal starting using ${FVWM_EXEC}." + exec ${FVWM_EXEC} -f $configfile $@ + fi +fi Modified: doc/html/fvwm-crystal.html =================================================================== --- doc/html/fvwm-crystal.html 2020-11-29 22:39:25 UTC (rev 1048) +++ doc/html/fvwm-crystal.html 2020-12-02 22:46:38 UTC (rev 1049) @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> -<meta name="generator" content="AsciiDoc 8.6.10" /> +<meta name="generator" content="AsciiDoc 9.0.2" /> <title>fvwm-crystal(1)</title> <style type="text/css"> /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ @@ -801,6 +801,9 @@ <div class="content"> <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>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> <div class="paragraph"><p><strong>FVWM-Crystal</strong> checks while your first login if <code>~/.fvwm-crystal</code> exist and if old preferences must be converted to the new Fvwm InfoStore variables. In all cases, it should just start.</p></div> @@ -1441,7 +1444,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2019-09-06 21:17:44 CEST + 2020-12-02 23:31:08 CET </div> </div> </body> Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2020-11-29 22:39:25 UTC (rev 1048) +++ fvwm/components/functions/About 2020-12-02 22:46:38 UTC (rev 1049) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.6.7" +*About: Text "$[gt.Version]: 3.7.0" *About: Line center *About: Text "Magic Star" *About: Line center Modified: fvwm/scripts/launchwm =================================================================== --- fvwm/scripts/launchwm 2020-11-29 22:39:25 UTC (rev 1048) +++ fvwm/scripts/launchwm 2020-12-02 22:46:38 UTC (rev 1049) @@ -17,17 +17,25 @@ XEPHYR_PID=`echo $!` # launch the wm -# We dont want the fvwm and fvwm-themes files to be mixed with fvwm-crystal +# We dont want the fvwm* and fvwm-themes files to be mixed with fvwm-crystal ENVWM=`basename $EXECWM` -if [ "$ENVWM" = "fvwm-themes-start" ] ; then - FVWM_USERDIR="${HOME}/.fvwm" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null -else - if [ "$ENVWM" = "fvwm" ] ; then - FVWM_USERDIR="/${HOME}/.fvwm" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null - else - DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null - fi -fi +case "${ENVWM}" in + fvwm-themes-start) + FVWM_USERDIR="${HOME}/.fvwm-themes" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null + ;; + fvwm) + FVWM_USERDIR="/${HOME}/.fvwm" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null + ;; + fvwm2) + FVWM_USERDIR="/${HOME}/.fvwm2" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null + ;; + fvwm3) + FVWM_USERDIR="/${HOME}/.fvwm3" DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null + ;; + *) + DISPLAY=:$XephyrDisplay $EXECWM 2>/dev/null + ;; +esac # stop Xephyr kill $! Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2020-11-29 22:39:25 UTC (rev 1048) +++ man/fvwm-crystal.1 2020-12-02 22:46:38 UTC (rev 1049) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 04/12/2020 +.\" Date: 12/02/2020 .\" Manual: FVWM-Crystal -.\" Source: fvwm-crystal 3.5.1 +.\" Source: fvwm-crystal 3.7.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "04/12/2020" "fvwm\-crystal 3\&.5\&.1" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "12/02/2020" "fvwm\-crystal 3\&.7\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -124,6 +124,12 @@ .if n \{\ .RE .\} +.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\&. +.sp +\fBFVWM_LOGFILE\fR set fvwm3 log file when in debug mode (default: ~/\&.fvwm\-crystal\&.log)\&. .SS "First Start" .sp \fBFVWM\-Crystal\fR checks while your first login if ~/\&.fvwm\-crystal exist and if old preferences must be converted to the new Fvwm InfoStore variables\&. In all cases, it should just start\&. 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:15:14
|
Revision: 1050 http://sourceforge.net/p/fvwm-crystal/code/1050 Author: dominique_libre Date: 2020-12-02 23:15:10 +0000 (Wed, 02 Dec 2020) Log Message: ----------- Update NEWS to 3.7.0 Modified Paths: -------------- ChangeLog NEWS Modified: ChangeLog =================================================================== --- ChangeLog 2020-12-02 22:46:38 UTC (rev 1049) +++ ChangeLog 2020-12-02 23:15:10 UTC (rev 1050) @@ -12,7 +12,8 @@ fvwm in ~.fvwm, fvwm2 in ~/.fvwm2, fvwm3 in ~/.fvwm3 and fvwm-themes in ~/fvwm-themes. asciidoc/fvwm-crystal: add fvwm3 and related variables; create the man and html doc. - fvwm/components/functions/About: bump to 3.7.0 + fvwm/components/functions/About; + NEWS: bump to 3.7.0 dimanche 29 novembre 2020 fvwm/components/scripts/FvwmScript-CpuTemp: fix temperature reading path. Modified: NEWS =================================================================== --- NEWS 2020-12-02 22:46:38 UTC (rev 1049) +++ NEWS 2020-12-02 23:15:10 UTC (rev 1050) @@ -1,3 +1,23 @@ +Version 3.7.0 +------------- + +Fvwm Crystal 3.7.0 is out! + +This release add fvwm3 support and a minor fix. + +- Initial fvwm3 support. It should work out of the box. + +- Support for fvwm3 debug mode vie environmental variables. + See 'man fvwm-crystal' for the details. + +- Xephyr nested sessions: make the different fvwm versions use different FVWM_USERDIR: + fvwm: ~/.fvwm; fvwm2: ~/.fvwm2; fvwm3: ~/.fvwm3 and fvwm-themes: ~/.fvwm-themes. + +- Fix temperature sensor path in the CpuTmp applet. + +See ChangeLog for details. +Dominique Michel + Version 3.6.7 ------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2012-07-12 22:37:01
|
Revision: 123 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=123&view=rev Author: dominique_libre Date: 2012-07-12 22:36:55 +0000 (Thu, 12 Jul 2012) Log Message: ----------- fvwm-crystal.generate-menu: use FvwmForm instead of xmessage Modified Paths: -------------- bin/fvwm-crystal.generate-menu fvwm/components/functions/Preferences-Menu Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2012-07-12 21:44:08 UTC (rev 122) +++ bin/fvwm-crystal.generate-menu 2012-07-12 22:36:55 UTC (rev 123) @@ -82,7 +82,7 @@ # Copy default user prefs if they don't exist. if [ ! -e $USERPREFS/$1 ]; then cp $SYSPREFS/$1 $USERPREFS - xmessage "Please edit $USERPREFS/$1 at your conveniance. When done, re-run this tool." + FvwmCommand "Pref-Warning \"$USERPREFS/$1\"" exit fi @@ -107,7 +107,7 @@ echo " " echo "Installing the menu entrie in $FC_MENUBASE and the icons in $FC_ICONBASE" -read PROCESS +#read PROCESS # / FIXME (this part work, see searchkeystrings()) # Locale test @@ -1021,5 +1021,6 @@ echo "You will find the list of the desktop files with non valid Main Category in non_valid_cat.log" if [ $# -ge 2 ]; then + rm non_valid_cat.log FvwmCommand 'Module FvwmForm Menu-Restart-Dialog' fi Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2012-07-12 21:44:08 UTC (rev 122) +++ fvwm/components/functions/Preferences-Menu 2012-07-12 22:36:55 UTC (rev 123) @@ -461,4 +461,20 @@ *Menu-Restart-Dialog: Command Nop *Menu-Restart-Dialog: Line center +DestroyFunc Pref-Warning +AddToFunc Pref-Warning ++ I All (Pref-Warning-Dialog) Close ++ I DestroyModuleConfig Pref-Warning-Dialog: * ++ I *Pref-Warning-Dialog: Title "$[gt.Preference Warning]" ++ I *Pref-Warning-Dialog: Text "$[gt.Please edit the following file to suit your need]" ++ I *Pref-Warning-Dialog: Text "$[gt.and restart this tool:]" ++ I *Pref-Warning-Dialog: Text "$[*]" ++ I *Pref-Warning-Dialog: Line center ++ I *Pref-Warning-Dialog: Line center ++ I *Pref-Warning-Dialog: Button quit " $[gt.OK] " ^[ ++ I *Pref-Warning-Dialog: Command Nop ++ I *Pref-Warning-Dialog: Line center ++ I Module FvwmForm Pref-Warning-Dialog + + # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-04-03 07:44:36
|
Revision: 146 http://sourceforge.net/p/fvwm-crystal/code/146 Author: dominique_libre Date: 2013-04-03 07:44:34 +0000 (Wed, 03 Apr 2013) Log Message: ----------- INSTALL: add section about png files and libpng gAMA warnings Modified Paths: -------------- ChangeLog INSTALL Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-03 07:17:28 UTC (rev 145) +++ ChangeLog 2013-04-03 07:44:34 UTC (rev 146) @@ -3,6 +3,7 @@ Mercredi 3 Avril 2013 Dominique Michel fvwm-crystal.generate-menu: run convert on the generated icon to remove the libpng gAMA warnings. + INSTALL: added a section about this issue. Mardi 2 Avril 2013 Dominique Michel recipes/*: Add support for nested X session Modified: INSTALL =================================================================== --- INSTALL 2013-04-03 07:17:28 UTC (rev 145) +++ INSTALL 2013-04-03 07:44:34 UTC (rev 146) @@ -91,7 +91,24 @@ FC_ICONBASEROOT="path_to_FVWM-Crystal_icons", usualy "/usr/share/fvwm-crystal/fvwm/icons/Default". +Libpng warnings +............... +The current version of fvwm-crystal.generate-menu include a fix to get ride +of warnings like the following: + libpng warning: Ignoring incorrect gAMA value .55 when sRGB is also present. +Howeher, it will not fix already present icon files. For that, you may want +to run the following commands: + cd ${HOME}/.fvwm-crystal/icons/Default + find -name "*.png* -exex convert "{}" "{}" \; + +When inside individual directory, you may prefer: + for i in $(ls); do convert "$i" "$i"; done + +In order to get ride of all the warnings, it can be necessary to run convert +several times (up to 3 times) on some files. This is important becuuse +Fvwm-Crystal feel faster without this kind of warning. + General installation tips ------------------------- If you don't have your own ~/.Xresources, copy one from 'addons/' directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-04-07 13:13:13
|
Revision: 174 http://sourceforge.net/p/fvwm-crystal/code/174 Author: dominique_libre Date: 2013-04-07 13:13:10 +0000 (Sun, 07 Apr 2013) Log Message: ----------- Added needed dependencies Modified Paths: -------------- ChangeLog INSTALL Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-07 12:54:28 UTC (rev 173) +++ ChangeLog 2013-04-07 13:13:10 UTC (rev 174) @@ -5,11 +5,12 @@ + addons/README: addons description + addons/convert_colorsets: show you how to convert existing colorsets to InfoStore + INSTALL: Added needed dependencies Samedi 6 Avril 2013 Dominique Michel recipes Corner, Dock: updated norification area -+ Mew Transparent cplprset; colorset #11 ++ Mew Transparent colorset; colorset #11 + New FullScreen recipe, show only a small transparent button. The menu and the window list work with mouse button 1 and 2. config: Moved Welcome from the recipe to the main config file. Modified: INSTALL =================================================================== --- INSTALL 2013-04-07 12:54:28 UTC (rev 173) +++ INSTALL 2013-04-07 13:13:10 UTC (rev 174) @@ -121,10 +121,16 @@ ----------------------------------------------------------------------------- Useful applications: +Needed: +------- +- fvwm>=2.6.5 +- ImageMagick (convert is used for application menu icons generation) +- bc if mplayer or alsaplayer are installed (used by speed control) + Strongly recommended: --------------------- - ImageMagick package for screenshots and thumbnailed icons -- 'habak' 'hsetroot' or 'Esetroot' for setting a wallpaper +- 'feh' 'hsetroot' or 'Esetroot' for setting a wallpaper - one of 'trayer' for tray icons (available on FVWM-Crystal webpage) or 'stalonetray' - One of 'aterm', 'urxvt', 'mrxvt', 'xterm', 'Eterm', 'gnome-terminal', 'konsole' , @@ -136,7 +142,7 @@ - 'xscreensaver' for screen saver - At least one of 'mpd', 'mpc', 'gmpc' or 'xmms', 'xmms-shell', 'xmms-find' or 'xmms2' or 'quodlibet' or 'cdcd' or 'cmus' or 'alsaplayer' or 'mplayer' for built-in music - player support (even video support with mplayer) + player support (even video support with mplayer) - A mixer application. I recommand alsamixer. - 'sudo' and 'gksudo' for running text/graphical applications as superuser and for reboot/shutdown options in the Exit menu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-04-11 06:27:36
|
Revision: 215 http://sourceforge.net/p/fvwm-crystal/code/215 Author: dominique_libre Date: 2013-04-11 06:27:29 +0000 (Thu, 11 Apr 2013) Log Message: ----------- components/functions/Music-mplayer; components/functions/Music: various clenup. FAQ: tear off menus Modified Paths: -------------- ChangeLog doc/FAQ fvwm/components/functions/Music fvwm/components/functions/Music-mplayer Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-10 21:52:30 UTC (rev 214) +++ ChangeLog 2013-04-11 06:27:29 UTC (rev 215) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Jeudi 11 Avril 2013 Dominique Michel + FAQ: Added q.a. about tear off menus. + Mercredi 10 Avril 2013 Dominique Michel + scripts/media_directories: auto generation of the /Music/LoadMovies Modified: doc/FAQ =================================================================== --- doc/FAQ 2013-04-10 21:52:30 UTC (rev 214) +++ doc/FAQ 2013-04-11 06:27:29 UTC (rev 215) @@ -24,6 +24,7 @@ 3. Usage. 3.1: Where can I start some prefered application at startup? 3.2: Where can I add my prefered fvwm command? + 3.3: How can I have a tear off menu? ----------------------------------------------------------------------------- Frequently Asked Questions @@ -218,3 +219,7 @@ 3.2 Q: Where can I add my prefered fvwm command? A: You want to use some custom styles, keybindings or so. Create the file ~/.fvwm-crystal/userconfig and add them here. + +3.3 Q: How can I have a tear off menu? + A: When in the menu you want to tear off, press the backspace key. + To remove the menu, press escape. This is a standard FVWM feature. Modified: fvwm/components/functions/Music =================================================================== --- fvwm/components/functions/Music 2013-04-10 21:52:30 UTC (rev 214) +++ fvwm/components/functions/Music 2013-04-11 06:27:29 UTC (rev 215) @@ -57,7 +57,8 @@ # ~/Playlists/User/Video for "by the user managed" video playlists # # 'Recreate the playlist' will manage ~/Playlists/Audio and ~/Playlists/Video -# in a very simple way: delete all and recreate all. +# in a very simple way: delete all and recreate all. At the same time, it will +# create the user managed directories if they don't exist. # # Todo: function AddFavorite (add a playlist from ~/Playlists/Audio or # ~/Playlists/Video to the "by the user managed" playlists @@ -135,9 +136,7 @@ # Recreate the playlists (all) DestroyFunc Music-RecreatePlaylist AddToFunc Music-RecreatePlaylist -#+ I Exec FvwmCommand ' + I A $[FVWM_SYSTEMDIR]/scripts/make_all_playlists $[infostore.AudioPlaylists] $[infostore.VideoPlaylists] -#$@' # wrapper for cdcd DestroyFunc Music-cdcd @@ -237,13 +236,13 @@ # alsaplayer, audacious, cdcd, cmus, mocp, mpd, quodlibet, xmms2 DestroyFunc Music-Stop -# alsaplayer, audacious, cdcd, cmus, mocp, mpd, quodlibet, xmms2 +# alsaplayer, audacious, cdcd, cmus, mocp, mpd, mplayer, quodlibet, xmms2 DestroyFunc Music-Play # alsaplayer, audacious, cdcd, cmus, mocp, mpd, mplayer, quodlibet, xmms2 DestroyFunc Music-Pause -# alsaplayer, audacious, cdcd, cmus, mocp, mpd, mplayer (button 3), quodlibet +# alsaplayer, audacious, cdcd, cmus, mocp, mpd, quodlibet DestroyFunc Music-PlayPause # cdcd, cmus, mpd, quodlibet @@ -283,8 +282,8 @@ # Third button {{{1 # Player controls and vol -# mouse 1 Music-Pause : allready here {{{2 -# mouse 2 Music-PlayPause : allready here +# mouse 1 Music-Play : allready here {{{2 +# mouse 2 Music-Pause : allready here # mouse 3 Menu /Music/Volume # alsaplayer DestroyFunc Music-VolumeFr Modified: fvwm/components/functions/Music-mplayer =================================================================== --- fvwm/components/functions/Music-mplayer 2013-04-10 21:52:30 UTC (rev 214) +++ fvwm/components/functions/Music-mplayer 2013-04-11 06:27:29 UTC (rev 215) @@ -1,5 +1,5 @@ # Support for MPlayer media player into Fvwm-Crystal -# Written by: Dominique Michel <dom...@so...> 2008-2013 +# Written by: Dominique Michel <dom...@so...> 2008-2013 # Load shared functions and initialisations {{{1 Include components/functions/Music @@ -11,16 +11,14 @@ Test (!F /home/$[infostore.USERDIR]/.mplayer/pipe) PipeRead 'mkfifo /home/$[infostore.USERDIR]/.mplayer/pipe' # First button {{{1 -# Player controls and prefs ## -# mouse 1 Menu /Player -####################### +# Player controls and prefs +# mouse 1 Menu /Player {{{2 DestroyFunc Music-Start AddToFunc Music-Start + I Exec exec $0 DestroyMenu /Music/Start AddToMenu /Music/Start -#+ '$[gt.Start MPlayer]' Music-Start "mplayer -ao jack, -menu -fs -fixed-vo -slave -idle -input file=/home/$[infostore.USERDIR]/.mplayer/pipe" + '$[gt.Start MPlayer]' Music-Start "mplayer -ao jack, -fs -fixed-vo -slave -idle -input file=/home/$[infostore.USERDIR]/.mplayer/pipe" Test (x xdradio) + '$[gt.Start XDRadio]' Music-Start "xdradio" @@ -31,7 +29,6 @@ DestroyFunc Music-GUI AddToFunc Music-GUI -+ I Exec exec echo "menu up" > /home/$[infostore.USERDIR]/.mplayer/pipe + I All (XDRadio) Iconify toggle DestroyFunc Player-generator @@ -46,19 +43,16 @@ + I AddToMenu /Player '$[gt.Stop MPlayer]' Music-Kill + I AddToMenu /Player '$[gt.Show/Hide menu]' Music-GUI -## mouse 2 Music-GUI : allready here -## mouse 3 Music-QJackGUI : in Music -## -## mouse 4 Mixer-Volume-Up -## mouse 5 Mixer-Volume-Down -## are in components/Mixer +# mouse 2 Music-GUI : allready here {{{2 +# mouse 3 Music-QJackGUI : in Music +# mouse 4 Mixer-Volume-Up +# mouse 5 Mixer-Volume-Down +# are in components/Mixer -#################### -## Second button ### -## Player controls and main vol ## -################################## -## mouse 1 Menu /Playlist-button -################################ +# Second button {{{1 +# Player controls and main vol +# mouse 1 Menu /Playlist-button {{{2 + DestroyFunc Load-DVD AddToFunc Load-DVD + I Exec exec fvwm-crystal.mplayer-wrapper dvd $[infostore.USERDIR] @@ -117,13 +111,11 @@ AddToMenu /Playlist-button + DynamicPopupAction Function Playlist-generator-button -## mouse 2 Menu /Playback -######################### +# mouse 2 Menu /Playback {{{2 DestroyFunc Music-Pause AddToFunc Music-Pause + I Exec exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe -# Todo DestroyFunc Music-FrameStep AddToFunc Music-FrameStep + I Exec exec echo "frame_step" > /home/$[infostore.USERDIR]/.mplayer/pipe @@ -191,22 +183,23 @@ + I AddToMenu /Playback '$[gt.Jump]' Popup /Music/Jump + I AddToMenu /Playback '$[gt.Seek]' Popup /Music/Seek -## mouse 3 Menu /Mixer : in components/Mixer -## mouse 4 Music-Next : allready here -## mouse 4 Music-Prev : allready here +# mouse 3 Menu /Mixer : in components/Mixer {{{2 +# mouse 4 Music-Next : allready here +# mouse 4 Music-Prev : allready here -#################### -## Third button ### -## Player controls and vol ## -############################# -## mouse 1 Music-Pause : allready here -## mouse 2 Music-PlayPause -DestroyFunc Music-PlayPause -AddToFunc Music-PlayPause +# Third button {{{1 +# Player controls and vol +# mouse 1 Music-Play {{{2 +DestroyFunc Music-Play +AddToFunc Music-Play + I Exec exec echo "frame_step" > /home/$[infostore.USERDIR]/.mplayer/pipe -## mouse 3 Menu /Music/Volume -############################# +# mouse 2 Music-PlayPause +#DestroyFunc Music-PlayPause +#AddToFunc Music-PlayPause +#+ I Exec exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe + +# mouse 3 Menu /Music/Volume {{{2 DestroyFunc Music-Volume AddToFunc Music-Volume + I Exec exec echo "volume $0 1" > /home/$[infostore.USERDIR]/.mplayer/pipe @@ -224,24 +217,19 @@ + "- 36 db" Music-Volume "1.5625" + " 0" Music-Volume "0" -## mouse 4 Music-Speed-Up -######################### +# mouse 4 Music-Speed-Up {{{2 DestroyFunc Music-Speed-Up AddToFunc Music-Speed-Up + I PipeRead 'echo InfoStoreAdd speed `$[FVWM_SYSTEMDIR]/scripts/speed_value +1comma mplayer $[infostore.speed]`; echo "speed_set `$[FVWM_SYSTEMDIR]/scripts/speed_value +1comma mplayer $[infostore.speed]`" > /home/$[infostore.USERDIR]/.mplayer/pipe' -## mouse 5 Music-Speed-Down -########################### +# mouse 5 Music-Speed-Down {{{2 DestroyFunc Music-Speed-Down AddToFunc Music-Speed-Down + I PipeRead 'echo InfoStoreAdd speed `$[FVWM_SYSTEMDIR]/scripts/speed_value -1comma mplayer $[infostore.speed]`; echo "speed_set `$[FVWM_SYSTEMDIR]/scripts/speed_value -1comma mplayer $[infostore.speed]`" > /home/$[infostore.USERDIR]/.mplayer/pipe' -################## -## Last button ### -## speed controls ## -#################### -## mouse 1 Menu /Speed -###################### +# Last button {{{1 +# speed controls +# mouse 1 Menu /Speed {{{2 DestroyFunc Music-Speed AddToFunc Music-Speed + I PipeRead 'echo InfoStoreAdd "speed `$[FVWM_SYSTEMDIR]/scripts/speed_value "$[0]" mplayer $[infostore.speed]`"; echo "speed_set `$[FVWM_SYSTEMDIR]/scripts/speed_value "$0" mplayer $[infostore.speed]`" > /home/$[infostore.USERDIR]/.mplayer/pipe' @@ -278,11 +266,10 @@ + '$[gt.Pause]' Music-Pause + '$[gt.- 1 comma]' Music-Speed '-1comma mplayer' -## mouse 4 Button-Seek-+ -## mouse 5 Button-Seek-- +# mouse 4 Button-Seek-+ {{{2 +# mouse 5 Button-Seek-- -# --------------------------------------------------------------------------- -# Basic control functions +# Basic control functions {{{1 DestroyFunc Music-VolumeUp AddToFunc Music-VolumeUp @@ -292,19 +279,8 @@ AddToFunc Music-VolumeDown + I Exec exec echo "volume -10 0" > /home/$[infostore.USERDIR]/.mplayer/pipe -#------------------------------------------------------------------ -# Basic menus +# Playlist functions and menus {{{1 -# Start Mplayer, "-ao jack," tell mplayer to first try jack, and if not found, it will try the other sound servers. -#DestroyMenu /Player -#AddToMenu /Player -#+ '$[gt.Start MPlayer]' Music-Start "mplayer -ao jack, -menu -fs -fixed-vo -slave -idle -input file=/home/$[infostore.USERDIR]/.mplayer/pipe" -#+ '$[gt.Stop MPlayer]' Music-Kill -# + '$[gt.Show/Hide player]' Music-GUI - -# --------------------------------------------------------------------------- -# Playlist functions and menus - DestroyMenu /Playlist AddToMenu /Playlist + DynamicPopupAction Function /Playlist-generator @@ -313,8 +289,7 @@ AddToMenu /Playlist-bot + DynamicPopupAction Function /Playlist-generator-bot -#----------------------------------------------------------------------------------- -# Main functions and menus +# Main functions and menus {{{1 DestroyFunc /Playlist-generator AddToFunc /Playlist-generator This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-04-25 09:35:40
|
Revision: 294 http://sourceforge.net/p/fvwm-crystal/code/294 Author: dominique_libre Date: 2013-04-25 09:35:36 +0000 (Thu, 25 Apr 2013) Log Message: ----------- Makefile: + bin/fvwm-crystal.videomodeswitch* installation Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-25 08:56:13 UTC (rev 293) +++ ChangeLog 2013-04-25 09:35:36 UTC (rev 294) @@ -4,6 +4,7 @@ + assons/10-local.rules: udev rules for some multituners dvb cards. + bin/fvwm-crystal.videomodeswitch+: video mode switching usingg xrandr + bin/fvwm-crystal.videomodeswitch-: video mode switching usingg xrandr + Makefile: added bin/fvwm-crystal.videomodeswicth* installation Mercredi 24 Avril 2013 Dominique Michel functions/Icon-Launcher: cleanup; fix icon style to work with Icon-Thumbnails Modified: Makefile =================================================================== --- Makefile 2013-04-25 08:56:13 UTC (rev 293) +++ Makefile 2013-04-25 09:35:36 UTC (rev 294) @@ -14,7 +14,7 @@ @echo Installing fvwm-crystal $(RELEASE) to $(prefix) mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm - install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies $(DESTDIR)$(prefix)/bin + install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-04-30 14:28:12
|
Revision: 330 http://sourceforge.net/p/fvwm-crystal/code/330 Author: dominique_libre Date: 2013-04-30 14:27:34 +0000 (Tue, 30 Apr 2013) Log Message: ----------- Updated the version and NEWS to 3.1.7 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About man/FVWMCrystalFAQ.1 man/KeyboardBindings.1 man/MouseBindings.1 Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-30 14:18:01 UTC (rev 329) +++ ChangeLog 2013-04-30 14:27:34 UTC (rev 330) @@ -7,6 +7,7 @@ bindings/Music*: updated to use the dB step defined in functions/Mixer (1.5 dB) updated the doc and man pages with those changes synchronized the FAQ man page with the text file + updated the version and NEWS to 3.1.7 Lundi 29 Avril 2013 Dominique Michel NEWS update Modified: NEWS =================================================================== --- NEWS 2013-04-30 14:18:01 UTC (rev 329) +++ NEWS 2013-04-30 14:27:34 UTC (rev 330) @@ -1,10 +1,5 @@ -TODO ----- -Check the bindings and decide which version number it will be. - -Version 3.0.7 +Version 3.1.7 ------------- -Not released A long wanted release that provide both new features and bugfixes. Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-04-30 14:18:01 UTC (rev 329) +++ fvwm/components/functions/About 2013-04-30 14:27:34 UTC (rev 330) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.0.7" +*About: Text "$[gt.Version]: 3.1.7" *About: Line center *About: Line center *About: Text "$[gt.Original author]: Maciej Delmanowski <ha...@gn...>" Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2013-04-30 14:18:01 UTC (rev 329) +++ man/FVWMCrystalFAQ.1 2013-04-30 14:27:34 UTC (rev 330) @@ -1,11 +1,11 @@ -.TH FVWMCrystalFAQ 1 "April 30, 2013" "version 3.1.0" "FVWM-Crystal" +.TH FVWMCrystalFAQ 1 "April 30, 2013" "version 3.1.7" "FVWM-Crystal" .SH NAME \fBFVWM-Crystal - FAQ \fB .SH DESCRIPTION Frequently Asked Questions for FVWM-Crystal .PP -Last updated: 30.04.2013, for version 3.1.0 +Last updated: 30.04.2013, for version 3.1.7 .SH TABLE OF CONTENTS .IP 1. 4 Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2013-04-30 14:18:01 UTC (rev 329) +++ man/KeyboardBindings.1 2013-04-30 14:27:34 UTC (rev 330) @@ -1,4 +1,4 @@ -.TH KeyboardBindings 1 "Avril 30, 2013" "version 3.1.0" "FVWM-Crystal" +.TH KeyboardBindings 1 "Avril 30, 2013" "version 3.1.7" "FVWM-Crystal" .SH NAME \fBFVWM-Crystal Keyboard Bindings Reference \fB Modified: man/MouseBindings.1 =================================================================== --- man/MouseBindings.1 2013-04-30 14:18:01 UTC (rev 329) +++ man/MouseBindings.1 2013-04-30 14:27:34 UTC (rev 330) @@ -1,4 +1,4 @@ -.TH MouseBindings 1 "April 30, 2013" "version 3.1.0" "FVWM-Crystal" +.TH MouseBindings 1 "April 30, 2013" "version 3.1.7" "FVWM-Crystal" .SH NAME \fBFVWM-Crystal Mouse Bindings Reference \fB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-13 21:27:35
|
Revision: 392 http://sourceforge.net/p/fvwm-crystal/code/392 Author: dominique_libre Date: 2013-05-13 21:27:32 +0000 (Mon, 13 May 2013) Log Message: ----------- + addons/Xdefauts: Xressource file example; fix garbage into urxwt. INSTALL; addons/README: some words about the Xdefaults file; AUTHORS: credited Daniel da Silva; functions/About: added all the authors I know about; functions/Window-Rearrange; bindings/Window-Rearrange; doc/Keyboard bindings.txt; man/KeyboardBindings.1: added Window-Rearrange-Default with associated key binding Modified Paths: -------------- AUTHORS ChangeLog INSTALL addons/README doc/Keyboard bindings.txt fvwm/components/bindings/Window-Rearrange fvwm/components/bindings/Window-Rearrange_NumLock fvwm/components/functions/About fvwm/components/functions/Window-Rearrange man/KeyboardBindings.1 Added Paths: ----------- addons/Xdefaults Modified: AUTHORS =================================================================== --- AUTHORS 2013-05-11 22:52:49 UTC (rev 391) +++ AUTHORS 2013-05-13 21:27:32 UTC (rev 392) @@ -16,6 +16,10 @@ - fvwm-crystal.apps script - some ideas +Daniel da Silva <da...@me...> +- Dawn Sky decoration +- Some work with harnir on the ClearLooks decoration + Dominik Tomasik <d.t...@ga...> - FVWM-Crystal logo - wallpapers @@ -46,5 +50,4 @@ <dom...@so...> If you will find any code which is similar to your own, please contact with -me (ha...@gn...) - +me (ha...@gn...) or best, with me <dom...@us...> Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-11 22:52:49 UTC (rev 391) +++ ChangeLog 2013-05-13 21:27:32 UTC (rev 392) @@ -1,5 +1,14 @@ ChangeLog for FVWM-Crystal +Lundi 13 Mai 2013 Dominique Michel ++ addons/Xdefauts: Xressource file example; fix garbage into urxwt. + INSTALL; addons/README: some words about the Xdefaults file + AUTHORS: credited Daniel da Silva + functions/About: added all the authors I know about + functions/Window-Rearrange; bindings/Window-Rearrange"; + doc/Keyboard bindings.txt; man/KeyboardBindings.1: added + Window-Rearrange-Default with associated key binding + Dimanche 12 Mai 2013 Dominique Michel Updated version to 3.1.16 Modified: INSTALL =================================================================== --- INSTALL 2013-05-11 22:52:49 UTC (rev 391) +++ INSTALL 2013-05-13 21:27:32 UTC (rev 392) @@ -114,6 +114,7 @@ ------------------------- If you don't have your own ~/.Xresources, copy one from 'addons/' directory. You can also find there sample ~/.Xsession (or ~/.xinitrc) file. +It is also a Xdefaults file that can be copied to ~/.Xdefaults. You need recent version of Python installed for 'fvwm-crystal.apps' script. And of course unstable version of FVWM (2.5.31+ or CVS) would be good... ;) Modified: addons/README =================================================================== --- addons/README 2013-05-11 22:52:49 UTC (rev 391) +++ addons/README 2013-05-13 21:27:32 UTC (rev 392) @@ -54,6 +54,10 @@ recursively. Please, don't run it as root and make some backup before to run it. +Xdefaults: Xressources example file to use with FVWM-Crystal- + Remove a strange urxwt binding that print garbage at stdout + And more + Xressources: Xressources example file to use with FVWM-Crystal. Read INSTALL in main Crystal folder. Added: addons/Xdefaults =================================================================== --- addons/Xdefaults (rev 0) +++ addons/Xdefaults 2013-05-13 21:27:32 UTC (rev 392) @@ -0,0 +1,255 @@ +! $Header: /home/taviso/.Xdefaults,v 1.3 2004/04/20 19:52:21 taviso Exp $ + +! TEST +!XEmacs*font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso8859-1 +!XEmacs*font: xft:Bistream Vera Sans Mono:pixelsize=20 +XEmacs*font: xft:Monospace:pixelsize=20 +!XEmacs*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*- +XEmacs*boldFont: xft:MonospaceBold:pixelsize=20 +!XEmacs*saveLines: 100000 +! TEST + + +Aterm*colorBD: blue +Aterm*colorUL: green +Aterm*loginShell: true +Aterm*scrollBar: false +Aterm*foreground: white +Aterm*background: #000052 +Aterm*transparent: true +Aterm*tintingType: true +Aterm*shading: 90 +Aterm*tinting: white +!Aterm*font: -monotype-andale mono-medium-r-normal--0-0-0-0-m-0-iso8859-1 +!Aterm*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*-* +Aterm*saveLines: 100000 + +Rxvt*geometry: 80x24 +Rxvt*colorBD: blue +Rxvt*colorUL: green +Rxvt*loginShell: true +Rxvt*scrollBar: false +Rxvt*foreground: white +Rxvt*background: #577274 +!Rxvt*font: -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso8859-1 +!Rxvt*font: xft:Bistream Vera Sans Mono:pixelsize=20 +Rxvt*font: xft:Monospace:pixelsize=20 +!Rxvt*boldFont: -*-terminus-bold-*-*-*-*-*-*-*-*-*-*- +Rxvt*boldFont: xft:MonospaceBold:pixelsize=20 +Rxvt*saveLines: 100000 + +! =========================================================================== +! URxvt resources + +! Remove garbage with Alt+NumLook+KP_Multiply +URxvt.keysym.M-N-KP_Multiply: command: + +! Look similar to the Linux Console, with transparency +! --------------------------------------------------------------------------- +URxvt.background: black +URxvt.foreground: white +URxvt.shading: 30 +URxvt.tintColor: white +URxvt.transparent: true +URxvt.scrollBar: false + +! Font settings +! URxvt uses UTF-8, so we don't need encoding-specific settings' +! --------------------------------------------------------------------------- +! 640x480 +!URxvt.font: xft:Monospace:pixelsize=10 +! 800x600 +!URxvt.font: xft:Monospace:pixelsize=10 +! 1024x768 +!URxvt.font: xft:Monospace:pixelsize=11 +! 1152x864 +!URxvt.font: xft:Monospace:pixelsize=12 +! 1280x1024 +!URxvt.font: xft:Monospace:pixelsize=14 +! 1600x1024 +URxvt.font: xft:Monospace:pixelsize=20 +! 1680x1280 +!URxvt.font: xft:Monospace:pixelsize=20 + +! Colors similar to Linux console +! --------------------------------------------------------------------------- +URxvt.color0: rgb:0/0/0 +URxvt.color1: rgb:cc/00/00 +URxvt.color2: rgb:00/cc/00 +URxvt.color3: #bd5e01 +URxvt.color4: rgb:00/00/cc +URxvt.color5: rgb:cc/00/cc +URxvt.color6: rgb:00/cc/cc +URxvt.color7: rgb:aa/aa/aa +URxvt.color8: rgb:33/33/33 +URxvt.color9: rgb:ff/00/00 +URxvt.color10: rgb:00/ff/00 +URxvt.color11: rgb:ff/ff/00 +URxvt.color12: rgb:00/00/ff +URxvt.color13: rgb:ff/00/ff +URxvt.color14: rgb:00/ff/ff +URxvt.color15: rgb:ff/ff/ff + +! Default URxvt colors +! --------------------------------------------------------------------------- +!URxvt.color0: black +!URxvt.color1: red3 +!URxvt.color2: green3 +!URxvt.color3: brown +!URxvt.color4: blue3 +!URxvt.color5: magenta3 +!URxvt.color6: cyan3 +!URxvt.color7: gray90 +!URxvt.color8: gray30 +!URxvt.color9: red +!URxvt.color10: green +!URxvt.color11: yellow +!URxvt.color12: blue +!URxvt.color13: magenta +!URxvt.color14: cyan +!URxvt.color15: white + +!ascii[-range]:class,... +!XTerm*VT100*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 +!XTerm*VT100*widefont: -misc-fixed-medium-r-normal-ja-13-125-75-75-c-120-iso10646-1 +!XTerm*VT100*boldfont: -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso10646-1 +XTerm*charClass: 33:48,37:48,45-47:48,38:48,58:48 +!XTerm*faceName: Andale Mono Bold:size=11 +XTerm*faceName: Terminus +XTerm*faceSize: 18 +XTerm*Background: #577274 +XTerm*Foreground: #ffffff +XTerm*eightBitInput: false +XTerm*eightBitControl: false +XTerm*utf8: 1 +XTerm*ActiveIcon: true +XTerm*AllowWindowOps: true +! use mouse wheel in mutt +Mutt*Translations: #override \ + <Btn5Down>:string("\033[6~") \n\ + <Btn4Down>:string("\033[5~") +IDAPro*showBlinkAsBold: true +! intercept mouse wheel events in ida +IDAPro*Translations: #override \ + <Btn5Down>:interpret("\033[?1002l\033[?1002r") string("\033[6~") \n\ + <Btn5Up>:interpret("\033[?1002s\033[?1002h") \n\ + <Btn4Down>:interpret("\033[?1002l\033[?1002r") string("\033[5~") \n\ + <Btn4Up>:interpret("\033[?1002s\033[?1002h") + + +HiddenConsole*faceName: Andale Mono Bold:size=11 +HiddenConsole*Background: #577274 +HiddenConsole*Foreground: #ffffff +HiddenConsole*eightBitInput: false + +! look in /usr/share/cursors/xorg-x11 +! Xcursor.theme: whiteglass +! Xcursor.theme: tuxcursor +! Xcursor.theme: Blue +! Xcursor.theme: Gold +! Xcursor.theme : ComixCursors-Orange-Regular +! Xcursor.theme : ComixCursors-Orange-Large +Xcursor.theme : Oxygen_White_Big +Xcursor.size: 48 + +XTerm*loginShell: true + +xosview*title: xosview +xosview*captions: False +xosview*labels: False +xosview*usedlabels: False +xosview*borderwidth: 0 +xosview*foreground: black +xosview*transparent: True +xosview*background: #c6c3c6 + +xosview*cpuUserColor: #ffe4b5 +xosview*cpuNiceColor: #ffe4b5 +xosview*cpuSystemColor: #ffe4b5 +xosview*cpuInterruptColor: #ffe4b5 +xosview*cpuFreeColor: #c6cbd6 +xosview*cpuDecay: False +xosview*cpuGraph: False +xosview*cpuPriority: 2 + +xosview*memFreeColor: #c6cbd6 +xosview*memInactiveColor: #99b0de +xosview*memUsedColor: #99b0de +xosview*memBufferColor: #c6cbd6 +xosview*memCacheColor: #c6cbd6 +xosview*memSharedColor: #99b0de +xosview*memTextColor: #99b0de +xosview*memOtherColor: #99b0de +xosview*memActiveColor: #99b0de +xosview*memGraph: False + +xosview*netBackground: #c6cbd6 +xosview*netInColor: #b5c7b5 +xosview*netOutColor: #b5c7b5 +xosview*netBandwidth: 120000 +xosview*netDecay: False +xosview*netGraph: False + +xosview*swapFreeColor: #c6cbd6 +xosview*swapUsedColor: #7ec0ee + +xosview*diskIdleColor: #c6cbd6 +xosview*diskReadColor: #b5aeff +xosview*diskWriteColor: #b5aeff +xosview*diskUsedColor: #b5aeff +xosview*diskGraph: False +xosview*diskDecay: False + +xosview*battery: False +xosview*gfx: False +xosview*net: False +xosview*page: False +xosview*disk: False +xosview*interrupts: False +xosview*load: False +xosview*swap: False +xosview*lmstemp: False +xosview*cpu: False +xosview*mem: False + +*beNiceToColormap: False +!*shapeStyle: Rectangle +!*Text.borderWidth: 0 +!*SimpleMenu.borderWidth: 0 +!*Paned.internalBorderWidth: 0 +!SmeBSB.shadowWidth: 0 + +!## NETSCAPE +Netscape*drawingArea.translations: #replace \ +<Btn1Down>: ArmLink() \n\ +<Btn2Down>: ArmLink() \n\ +~Shift<Btn1Up>: ActivateLink() \n\ +~Shift<Btn2Up>: ActivateLink(new-window) \ +DisarmLink() \n\ +Shift<Btn1Up>: ActivateLink(save-only) \ +DisarmLink() \n\ +Shift<Btn2Up>: ActivateLink(save-only) \ +DisarmLink() \n\ +<Btn1Motion>: DisarmLinkIfMoved() \n\ +<Btn2Motion>: DisarmLinkIfMoved() \n\ +<Btn3Motion>: DisarmLinkIfMoved() \n\ +<Motion>: DescribeLink() \n\ +<Btn3Down>: xfeDoPopup() \n\ +<Btn3Up>: ActivatePopup() \n\ +Ctrl<Btn4Down>: PageUp()\n\ +Ctrl<Btn5Down>: PageDown()\n\ +Shift<Btn4Down>: LineUp()\n\ +Shift<Btn5Down>: LineDown()\n\ +None<Btn4Down>: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ +None<Btn5Down>: LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ +Alt<Btn4Down>: xfeDoCommand(forward)\n\ +Alt<Btn5Down>: xfeDoCommand(back)\n + + Netscape*globalNonTextTranslations: #override\n\ + Shift<Btn4Down>: LineUp()\n\ + Shift<Btn5Down>: LineDown()\n\ + None<Btn4Down>:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ + None<Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ + Alt<Btn4Down>: xfeDoCommand(forward)\n\ + Alt<Btn5Down>: xfeDoCommand(back)\n + Modified: doc/Keyboard bindings.txt =================================================================== --- doc/Keyboard bindings.txt 2013-05-11 22:52:49 UTC (rev 391) +++ doc/Keyboard bindings.txt 2013-05-13 21:27:32 UTC (rev 392) @@ -105,7 +105,7 @@ Window resizer ----------------------------------------------------------------------------- -Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 +Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, D Resizes currently focused window in different ways. Try it to see what happens :) Modified: fvwm/components/bindings/Window-Rearrange =================================================================== --- fvwm/components/bindings/Window-Rearrange 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/bindings/Window-Rearrange 2013-05-13 21:27:32 UTC (rev 392) @@ -4,6 +4,7 @@ Key 2 A $[Mod2] Window-Rearrange-Two-Column Key 3 A $[Mod2] Window-Rearrange-Cascade Key 4 A $[Mod2] Window-Rearrange-Cascade-Shaded +Key D A $[Mod2] Window-Rearrange-Default PipeRead 'echo Key 5 A $[Mod2] Window-Resize-Context $(($[vp.width]-($[vp.width]/4))) $(($[vp.height]-($[vp.height]/4)))' PipeRead 'echo Key 6 A $[Mod2] Window-Resize-Context $(($[vp.width]-10)) $((($[vp.height]/2)-45))' Modified: fvwm/components/bindings/Window-Rearrange_NumLock =================================================================== --- fvwm/components/bindings/Window-Rearrange_NumLock 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/bindings/Window-Rearrange_NumLock 2013-05-13 21:27:32 UTC (rev 392) @@ -4,6 +4,7 @@ Key 2 A $[Mod2]2 Window-Rearrange-Two-Column Key 3 A $[Mod2]2 Window-Rearrange-Cascade Key 4 A $[Mod2]2 Window-Rearrange-Cascade-Shaded +Key D A $[Mod2]2 Window-Rearrange-Default PipeRead 'echo Key 5 A $[Mod2]2 Window-Resize-Context $(($[vp.width]-(($[vp.width]/4)))) $(($[vp.height]-(($[vp.height]/4))))' PipeRead 'echo Key 6 A $[Mod2]2 Window-Resize-Context $(($[vp.width]-10)) $(((($[vp.height]/2))-45))' Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/functions/About 2013-05-13 21:27:32 UTC (rev 392) @@ -8,10 +8,26 @@ *About: Text "$[gt.Version]: 3.1.16" *About: Line center *About: Line center -*About: Text "$[gt.Original author]: Maciej Delmanowski <ha...@gn...>" +*About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" *About: Line center -*About: Text "$[gt.Author]: Dominique Michel <dom...@so...> +*About: Text "Dominique Michel <dom...@so...>" *About: Line center +*About: Text "Rafa Bisingier <rafal@man.poznan.èl" +*About: Line center +*About: Text "Dominik Tomasik <d.t...@ga..." +*About: Line center +*About: Text "Lukasz Strzygowski <lu...@ge...>" +*About: Line center +*About: Text "Michael Stilkerich <sti...@uc..." +*About: Line center +*About: Text "Myles Green <rm...@te...>" +*About: Line center +*About: Text "Ber the BlackDragon Geens <be...@la...>" +*About: Line center +*About: Text "With code derived from Tavis Ormandy configuration" +*About: Line center +*About: Text "and Thomas Adam contribution." +*About: Line center *About: Text "http://fvwm-crystal.sourceforge.net/" *About: Line center *About: Line center Modified: fvwm/components/functions/Window-Rearrange =================================================================== --- fvwm/components/functions/Window-Rearrange 2013-05-11 22:52:49 UTC (rev 391) +++ fvwm/components/functions/Window-Rearrange 2013-05-13 21:27:32 UTC (rev 392) @@ -20,4 +20,9 @@ + I All (CurrentPage,!Fvwm*, !gkrellm, !trayer) WindowShade off + I Piperead 'echo FvwmRearrange -tile -animate -resize -mn 2 -m $[EWMH_BS_Panel_Left]p $[EWMH_BS_Panel_Top]p `expr $[vp.width] - $[EWMH_BS_Panel_Right]`p `expr $[vp.height] - $[EWMH_BS_Panel_Bottom]`p' +DestroyFunc Window-Rearrange-Default +AddToFunc Window-Rearrange-Default ++ I All (CurrentPage, !Fvwm*, !gkrellm; !trayer) WinddowShade off ++ I All (CurrentPage, !Fvwm*, !gkrellm; !trayer) NS-Default + # vim:ft=fvwm Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2013-05-11 22:52:49 UTC (rev 391) +++ man/KeyboardBindings.1 2013-05-13 21:27:32 UTC (rev 392) @@ -126,7 +126,7 @@ .SH WINDOW RESIZER .TP .B -Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 +Alt + Shift + 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, D Resizes currently focused window in different ways. Try it to see what happens :) .SH MUSIC PLAYER AND AUDIO MIXER .TP This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-22 08:43:21
|
Revision: 441 http://sourceforge.net/p/fvwm-crystal/code/441 Author: dominique_libre Date: 2013-05-22 08:43:18 +0000 (Wed, 22 May 2013) Log Message: ----------- moved the desktop and X session file to new location: shared Modified Paths: -------------- ChangeLog addons/README Added Paths: ----------- shared/ shared/fvwm-crystal shared/fvwm-crystal.desktop Removed Paths: ------------- addons/fvwm-crystal addons/fvwm-crystal.desktop Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-21 17:11:36 UTC (rev 440) +++ ChangeLog 2013-05-22 08:43:18 UTC (rev 441) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Mercredi 22 Mai 2013 Dominique Michel + moved the X session and desktop files to new location: shared + Mardi 21 Mai 2013 Dominque Michel scripts/ThunarCheckMounts; apps/Thunar: version 2 much simpler and better even if I do prefer the look of the old version; v2 is just better. Modified: addons/README =================================================================== --- addons/README 2013-05-21 17:11:36 UTC (rev 440) +++ addons/README 2013-05-22 08:43:18 UTC (rev 441) @@ -18,12 +18,6 @@ convert_colorsets: will show you how to convert colorsets for fvwm-crystal<3.0.7 -fvwm-crystal: session file to launch fvwm-crystal. Is installed - by default in /etc/X11/Sessions/ - -fvwm-crystal.desktop: a desktop file to launch fvwm-crystal. - Installed by default in $prefix/share/xsessions - fvwm.vim: fvwm syntax file for vim make_mo: copy the locales and make_mo in $[FVWM_USERDIR]/locale/$LANG/LC_MESSAGES, Deleted: addons/fvwm-crystal =================================================================== --- addons/fvwm-crystal 2013-05-21 17:11:36 UTC (rev 440) +++ addons/fvwm-crystal 2013-05-22 08:43:18 UTC (rev 441) @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/fvwm-crystal Deleted: addons/fvwm-crystal.desktop =================================================================== --- addons/fvwm-crystal.desktop 2013-05-21 17:11:36 UTC (rev 440) +++ addons/fvwm-crystal.desktop 2013-05-22 08:43:18 UTC (rev 441) @@ -1,13 +0,0 @@ -# /usr/share/xsessions/fvwm-crystal.desktop -[Desktop Entry] -Encoding=UTF-8 -Name=FVWM-Crystal -Comment=Umm... Nice desktop. Transparent, and all... -Exec=fvwm-crystal -Terminal=False -TryExec=fvwm-crystal -Type=Application - -[Window Manager] -SessionManaged=true - Added: shared/fvwm-crystal =================================================================== --- shared/fvwm-crystal (rev 0) +++ shared/fvwm-crystal 2013-05-22 08:43:18 UTC (rev 441) @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/fvwm-crystal Property changes on: shared/fvwm-crystal ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: shared/fvwm-crystal.desktop =================================================================== --- shared/fvwm-crystal.desktop (rev 0) +++ shared/fvwm-crystal.desktop 2013-05-22 08:43:18 UTC (rev 441) @@ -0,0 +1,13 @@ +# /usr/share/xsessions/fvwm-crystal.desktop +[Desktop Entry] +Encoding=UTF-8 +Name=FVWM-Crystal +Comment=Umm... Nice desktop. Transparent, and all... +Exec=fvwm-crystal +Terminal=False +#TryExec=fvwm-crystal +Type=Application + +[Window Manager] +SessionManaged=true + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-25 12:58:35
|
Revision: 469 http://sourceforge.net/p/fvwm-crystal/code/469 Author: dominique_libre Date: 2013-05-25 12:58:32 +0000 (Sat, 25 May 2013) Log Message: ----------- make it work with the new asciidoc documentation Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-25 12:44:11 UTC (rev 468) +++ ChangeLog 2013-05-25 12:58:32 UTC (rev 469) @@ -18,7 +18,8 @@ Mouse Bindings & Tips.txt: removed txt documentation + html/*: autogenerated html documentation man/*: auto updated the man pages - + Makefile: make it work with the new asciidoc documentation + Vendredi 23 Mai 2013 Dominique Michel functions/FvwmExpose: silent xwd apps/Thunar: add preliminary preference support for the action 1 and 2 Modified: Makefile =================================================================== --- Makefile 2013-05-25 12:44:11 UTC (rev 468) +++ Makefile 2013-05-25 12:58:32 UTC (rev 469) @@ -2,10 +2,10 @@ .PHONY: all install uninstall dist correctpermissions install-doc uninstall-doc prefix?=/usr/local -docdir?=$(prefix)/share/doc/fvwm-crystal/ addondir?=$(prefix)/share/fvwm-crystal/addons RELEASE=`grep Version fvwm/components/functions/About | sed -e 's/\*About: Text "\$$\[gt\.Version\]: \([0-9.]\+\)"/\1/'` +docdir?=$(prefix)/share/doc/fvwm-crystal-$(RELEASE) all: @echo "There is nothing to compile." @@ -211,7 +211,7 @@ -rm -rf $(DESTDIR)$(addondir) install-doc: - mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir) + mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html install -m 644 addons/* $(DESTDIR)$(addondir) install -m 644 AUTHORS Contribute COPYING NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) - install -m 644 doc/* $(DESTDIR)$(docdir) + cp -d -r doc/* $(DESTDIR)$(docdir) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-05-26 15:29:32
|
Revision: 478 http://sourceforge.net/p/fvwm-crystal/code/478 Author: dominique_libre Date: 2013-05-26 15:29:30 +0000 (Sun, 26 May 2013) Log Message: ----------- updated NEWS Modified Paths: -------------- ChangeLog NEWS Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-26 13:59:42 UTC (rev 477) +++ ChangeLog 2013-05-26 15:29:30 UTC (rev 478) @@ -6,6 +6,7 @@ + asciidoc/fvwm-crystal: introduced fvwm-crystal man page asciidoc/*; functions/About: updated version to 3.2.0 functions/Developer-Menu: added fvwm-crystal man page + updated NEWS Samedi 24 Mai 2013 Dominique Michel - apps/Thunar; Modified: NEWS =================================================================== --- NEWS 2013-05-26 13:59:42 UTC (rev 477) +++ NEWS 2013-05-26 15:29:30 UTC (rev 478) @@ -1,7 +1,61 @@ -- Kenneth E. Lester, Jr. kindly gave me the permission to use his icons. +Version 3.2 +----------- + +This release is a major update that provide major new features. + +I will first thank Kenneth E. Lester, Jr. Which kindly gave me the permission to use his icons. His original and beautiful work can be find at http://www.five-star.com/icons.htm +- The Thunar desktop manager was renamed to FVWM-Crystal desktop manager. + It provide desktop icons in 3 groups, which can be shown/hidden on the fly: + - $HOME, - the XDG user directories and - the mounted partitions. + Support for more mount points was fixed. + It is a full rewrite from the scratch. The icons are grouped into a fully + transparent button, which make them both much more stable on the screen + and fully integrated into FVWM. The user can select the icon actions between + a list of file managers or set its own custom commands. + It make an extensive use of Kenneth's 2 images icons. + +- Other Kenneth's icons was introduced into the Preference menu and + the Music menu. + +- An icon from Cuba is introduced into the Preferences menu. + +- New Geometry preference: let you select and apply on the fly the number + of desktop pages + +- Added automatic hotkey support in the menus. + +- 2 new recipes: LapLeft and LapRight. They are both a replacement for the + FullScreen recipe which was removed, and well suited for modern wide screens. + +- Improved the Font Selector. + +- Fixed the synchronization and the flaky of the Expose clone, and make it + available via "Alt + E". + +- New Bling bling function. Original idea from gronono on the gentoo forum. + +- The "Left click" menu can be enabled from the Preferences menu for all + recipes + +- The Music menu is available in all recipes. + +- Ported the documentation to asciidoc. Added fvwm-crystal man page. + See also http://fvwm-crystal.sourceforge.net/documentation.html + +- Added the contributors into the About form. + +- Make the desktop and xsession files to be installed by default. + +- And the usual bug fixes, including a fix for the clock not being located + in its button at initial startup on a new installation. + Thanks to Thomas Funk for reporting that and other issues. + +See ChangeLog for details. + + Version 3.1.12 -------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-04 07:11:17
|
Revision: 495 http://sourceforge.net/p/fvwm-crystal/code/495 Author: dominique_libre Date: 2013-06-04 07:11:12 +0000 (Tue, 04 Jun 2013) Log Message: ----------- MAkefile: fix make uninstall of fvwm-crystal man page Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-01 11:28:36 UTC (rev 494) +++ ChangeLog 2013-06-04 07:11:12 UTC (rev 495) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Mardi 4 Juin 2013 Dominique Michel + Makefile: fix make uninstall of fvwm-crystal man page + Samedi 1 Jui 2013 Dominique michel INSTALL: updated Modified: Makefile =================================================================== --- Makefile 2013-06-01 11:28:36 UTC (rev 494) +++ Makefile 2013-06-04 07:11:12 UTC (rev 495) @@ -26,7 +26,7 @@ @echo "Uninstalling previously installed fvwm-crystal" rm -rf $(DESTDIR)$(prefix)/share/fvwm-crystal rm -f $(DESTDIR)$(prefix)/bin/fvwm-crystal.wallpaper $(DESTDIR)$(prefix)/bin/fvwm-crystal.apps $(DESTDIR)$(prefix)/bin/fvwm-crystal $(DESTDIR)$(prefix)/bin/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin/fvwm-crystal.infoline $(DESTDIR)$(prefix)/bin/fvwm-crystal.mplayer-wrapper $(DESTDIR)$(prefix)/bin/fvwm-crystal.play-movies $(DESTDIR)$(prefix)/bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin/fvwm-crystal.videomodeswitch- - rm -f $(DESTDIR)$(prefix)/share/man/man1/fvwm-crystal $(DESTDIR)$(prefix)/share/man/man1/ApplicationDatabase.1 $(DESTDIR)$(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(DESTDIR)$(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(DESTDIR)$(prefix)/share/man/man1/KeyboardBindings.1 $(DESTDIR)$(prefix)/share/man/man1/MouseBindings.1 $(DESTDIR)$(prefix)/share/man/man1/Tips.1 + rm -f $(DESTDIR)$(prefix)/share/man/man1/fvwm-crystal.1 $(DESTDIR)$(prefix)/share/man/man1/ApplicationDatabase.1 $(DESTDIR)$(prefix)/share/man/man1/CrystalRoxHOWTO.1 $(DESTDIR)$(prefix)/share/man/man1/FVWMCrystalFAQ.1 $(DESTDIR)$(prefix)/share/man/man1/KeyboardBindings.1 $(DESTDIR)$(prefix)/share/man/man1/MouseBindings.1 $(DESTDIR)$(prefix)/share/man/man1/Tips.1 rm -f $(DESTDIR)$(prefix)/share/xsessions/fvwm-crystal.desktop $(DESTDIR)/etc/X11/Sessions/fvwm-crystal # This is meant for creating a distribution tarball from the repository and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-04 07:59:43
|
Revision: 496 http://sourceforge.net/p/fvwm-crystal/code/496 Author: dominique_libre Date: 2013-06-04 07:59:41 +0000 (Tue, 04 Jun 2013) Log Message: ----------- Makefile: fix for successive installations with different install prefixes Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-04 07:11:12 UTC (rev 495) +++ ChangeLog 2013-06-04 07:59:41 UTC (rev 496) @@ -2,6 +2,7 @@ Mardi 4 Juin 2013 Dominique Michel Makefile: fix make uninstall of fvwm-crystal man page + Makefile: fix for successive installations with different install prefixes Samedi 1 Jui 2013 Dominique michel INSTALL: updated Modified: Makefile =================================================================== --- Makefile 2013-06-04 07:11:12 UTC (rev 495) +++ Makefile 2013-06-04 07:59:41 UTC (rev 496) @@ -14,9 +14,10 @@ @echo Installing fvwm-crystal $(RELEASE) to $(prefix) mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm $(DESTDIR)$(prefix)/share/xsessions $(DESTDIR)/etc/X11/Sessions - install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin + install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin + install -m 755 tmp/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ - cp shared/fvwm-crystal $(DESTDIR)/etc/X11/Sessions + cp tmp/fvwm-crystal $(DESTDIR)/etc/X11/Sessions cp shared/fvwm-crystal.desktop $(DESTDIR)$(prefix)/share/xsessions mkdir -p $(DESTDIR)$(prefix)/share/man/man1 @@ -202,10 +203,13 @@ # It is needed to adjust some path inside fvwm-crystal.generate-menu since this file must know the install path correctpath: - sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu - sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu - sed -i 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' bin/fvwm-crystal.generate-menu - sed -i 's:/usr/bin:$(prefix)/bin:' shared/fvwm-crystal + mkdir -p tmp + cp -f bin/fvwm-crystal.generate-menu tmp + cp -f shared/fvwm-crystal tmp + sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu + sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu + sed -i 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu + sed -i 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal uninstall-doc: -rm -rf $(DESTDIR)$(docdir) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-04 08:05:36
|
Revision: 497 http://sourceforge.net/p/fvwm-crystal/code/497 Author: dominique_libre Date: 2013-06-04 08:05:31 +0000 (Tue, 04 Jun 2013) Log Message: ----------- Makefile: added make clean section Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-04 07:59:41 UTC (rev 496) +++ ChangeLog 2013-06-04 08:05:31 UTC (rev 497) @@ -3,6 +3,7 @@ Mardi 4 Juin 2013 Dominique Michel Makefile: fix make uninstall of fvwm-crystal man page Makefile: fix for successive installations with different install prefixes + Makefile: added make clean section Samedi 1 Jui 2013 Dominique michel INSTALL: updated Modified: Makefile =================================================================== --- Makefile 2013-06-04 07:59:41 UTC (rev 496) +++ Makefile 2013-06-04 08:05:31 UTC (rev 497) @@ -201,6 +201,9 @@ tar czf "../fvwm-crystal-minimal-$(RELEASE).tar.gz" "fvwm-crystal-minimal-$(RELEASE)" rm -rf "fvwm-crystal-minimal-$(RELEASE)" +clean: + rm -rf tmp + # It is needed to adjust some path inside fvwm-crystal.generate-menu since this file must know the install path correctpath: mkdir -p tmp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-04 16:47:25
|
Revision: 498 http://sourceforge.net/p/fvwm-crystal/code/498 Author: dominique_libre Date: 2013-06-04 16:47:22 +0000 (Tue, 04 Jun 2013) Log Message: ----------- Makefile: make preferences/LastChoosenRecipe to respect ; thanks to Thomas Funk for pointing that out. Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-04 08:05:31 UTC (rev 497) +++ ChangeLog 2013-06-04 16:47:22 UTC (rev 498) @@ -4,6 +4,8 @@ Makefile: fix make uninstall of fvwm-crystal man page Makefile: fix for successive installations with different install prefixes Makefile: added make clean section + Makefile: make preferences/LastChoosenRecipe to respect $prefix; thanks to + Thomas Funk for pointing that out. Samedi 1 Jui 2013 Dominique michel INSTALL: updated Modified: Makefile =================================================================== --- Makefile 2013-06-04 08:05:31 UTC (rev 497) +++ Makefile 2013-06-04 16:47:22 UTC (rev 498) @@ -22,6 +22,8 @@ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1 +# restore the original file; needed for successive run + cp -f tmp/LastChoosenRecipe fvwm/preferences/LastChoosenRecipe uninstall: uninstall-doc @echo "Uninstalling previously installed fvwm-crystal" @@ -209,10 +211,12 @@ mkdir -p tmp cp -f bin/fvwm-crystal.generate-menu tmp cp -f shared/fvwm-crystal tmp + cp -f fvwm/preferences/LastChoosenRecipe tmp sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu sed -i 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu sed -i 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal + sed -i 's:/usr/bin:$(prefix)/bin:' fvwm/preferences/LastChoosenRecipe uninstall-doc: -rm -rf $(DESTDIR)$(docdir) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-05 19:28:03
|
Revision: 503 http://sourceforge.net/p/fvwm-crystal/code/503 Author: dominique_libre Date: 2013-06-05 19:28:01 +0000 (Wed, 05 Jun 2013) Log Message: ----------- bin/fvwm-crystal.apps; bin/fvwm-crystal.wallpaper; scripts/FvwmMPD/*.py: updated the python shebangs from python2 to python2.7 Modified Paths: -------------- ChangeLog bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper fvwm/scripts/FvwmMPD/getprevdir.py fvwm/scripts/FvwmMPD/stripnames.py Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-05 19:18:07 UTC (rev 502) +++ ChangeLog 2013-06-05 19:28:01 UTC (rev 503) @@ -5,6 +5,8 @@ when the font size is changing bindings/Misc_Keybindings_NumLock: removed non necessary and wrong binding on PrintScreen + bin/fvwm-crystal.apps; bin/fvwm-crystal.wallpaper; scripts/FvwmMPD/*.py: + updated the python shebangs from python2 to python2.7 Mardi 4 Juin 2013 Dominique Michel Makefile: fix make uninstall of fvwm-crystal man page Modified: bin/fvwm-crystal.apps =================================================================== --- bin/fvwm-crystal.apps 2013-06-05 19:18:07 UTC (rev 502) +++ bin/fvwm-crystal.apps 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # # Author: Rafal Bisingier 2005 # Modified: bin/fvwm-crystal.wallpaper =================================================================== --- bin/fvwm-crystal.wallpaper 2013-06-05 19:18:07 UTC (rev 502) +++ bin/fvwm-crystal.wallpaper 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Select random wallpaper from given directory or directories # Written by: Maciej Delmanowski <ha...@po...> Modified: fvwm/scripts/FvwmMPD/getprevdir.py =================================================================== --- fvwm/scripts/FvwmMPD/getprevdir.py 2013-06-05 19:18:07 UTC (rev 502) +++ fvwm/scripts/FvwmMPD/getprevdir.py 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Return the path to the previous mpd library directory import sys Modified: fvwm/scripts/FvwmMPD/stripnames.py =================================================================== --- fvwm/scripts/FvwmMPD/stripnames.py 2013-06-05 19:18:07 UTC (rev 502) +++ fvwm/scripts/FvwmMPD/stripnames.py 2013-06-05 19:28:01 UTC (rev 503) @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 import sys if __name__ == "__main__": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2013-06-18 20:46:41
|
Revision: 511 http://sourceforge.net/p/fvwm-crystal/code/511 Author: dominique_libre Date: 2013-06-18 20:46:38 +0000 (Tue, 18 Jun 2013) Log Message: ----------- functions/Mixer: fix for possible cursor freeze with mplayer; add Mixer-Mute-Toggle which only toggle mute alsamixer or aumix. bindings/KeyboardBinding: Mixer-Mute-Toggle with Ctrl + XF86AudioMute. asciidoc/KeyboardBindings: add above bindings. functions/About: updated version to 3.2.2. NEWS: version 3.2.2 Modified Paths: -------------- ChangeLog NEWS asciidoc/KeyboardBindings doc/html/KeyboardBindings.html fvwm/components/bindings/Multimedia_Keys fvwm/components/bindings/Multimedia_Keys_NumLock fvwm/components/functions/About fvwm/components/functions/Mixer 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 2013-06-15 18:00:02 UTC (rev 510) +++ ChangeLog 2013-06-18 20:46:38 UTC (rev 511) @@ -1,5 +1,13 @@ ChangeLog for FVWM-Crystal +Mardi 18 Juin 2013 Dominique Michel + functions/Mixer: fix for possible cursor freeze with mplayer; + add Mixer-Mute-Toggle which only toggle mute alsamixer or aumix. + vindings/KeyboardBinding: Mixer-Mute-Toggle with Ctrl + XF86AudioMute. + asciidoc/KeyboardBindings: add above bindings. + functions/About: updated version to 3.2.2 + NEWS: version 3.2.2 + Samedi 15 Juin 2013 Dominique Michel functions/About: updated version to 3.2.1 asciidoc/KeyboardBindings: fixed typo Modified: NEWS =================================================================== --- NEWS 2013-06-15 18:00:02 UTC (rev 510) +++ NEWS 2013-06-18 20:46:38 UTC (rev 511) @@ -1,3 +1,15 @@ +Version 3.2.2 +------------- + +This is a bug fix release that address a possible cursor freeze +whit the toggle mute and/or pause function. + +A new toggle mute only function was added as well +with the Ctrl + XF86AudioMute key binding. + +See ChangeLog for details. + + Version 3.2.1 ------------- Modified: asciidoc/KeyboardBindings =================================================================== --- asciidoc/KeyboardBindings 2013-06-15 18:00:02 UTC (rev 510) +++ asciidoc/KeyboardBindings 2013-06-18 20:46:38 UTC (rev 511) @@ -2,7 +2,7 @@ =================== :doctype: manpage :man source: KeyboardBindings -:man version: 3.2.1 +:man version: 3.2.2 :man manual: FVWM-Crystal NAME @@ -194,6 +194,9 @@ Toggle mute. When alsamixer or aumix is selected in the mixer preferences, the Master control, with fallback to PCM, will be (un)muted, and the prefered media player will be (un)paused. When another mixer is selected, only the prefered media player will be (un)paused. +*Ctrl + XF86AudioMute*:: + Toggle mute only alsamixer or aumix. + *XF86AudioPlay*:: Player frame step. Advance one frame or resume the pause. Modified: doc/html/KeyboardBindings.html =================================================================== --- doc/html/KeyboardBindings.html 2013-06-15 18:00:02 UTC (rev 510) +++ doc/html/KeyboardBindings.html 2013-06-18 20:46:38 UTC (rev 511) @@ -1142,6 +1142,14 @@ </p> </dd> <dt class="hdlist1"> +<strong>Ctrl + XF86AudioMute</strong> +</dt> +<dd> +<p> + Toggle mute only alsamixer or aumix. +</p> +</dd> +<dt class="hdlist1"> <strong>XF86AudioPlay</strong> </dt> <dd> @@ -1453,7 +1461,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-06-15 19:57:50 CEST +Last updated 2013-06-18 22:46:12 CEST </div> </div> </body> Modified: fvwm/components/bindings/Multimedia_Keys =================================================================== --- fvwm/components/bindings/Multimedia_Keys 2013-06-15 18:00:02 UTC (rev 510) +++ fvwm/components/bindings/Multimedia_Keys 2013-06-18 20:46:38 UTC (rev 511) @@ -10,7 +10,7 @@ Key XF86AudioLowerVolume A C Music-Speed-Down Key XF86AudioRaiseVolume A C Music-Speed-Up Key XF86AudioMute A $[Mod0] Mixer-Volume-Toggle -key XF86AudioMute A C Mixer-Volume-Toggle +key XF86AudioMute A C Mixer-Mute-Toggle key XF86AudioPlay A $[Mod0] Music-FrameStep #key XF86AudioPlay A $[Mod0] Music-PlayPause key XF86AudioPlay A $[Mod1] Music-Speed normal mplayer Modified: fvwm/components/bindings/Multimedia_Keys_NumLock =================================================================== --- fvwm/components/bindings/Multimedia_Keys_NumLock 2013-06-15 18:00:02 UTC (rev 510) +++ fvwm/components/bindings/Multimedia_Keys_NumLock 2013-06-18 20:46:38 UTC (rev 511) @@ -10,7 +10,7 @@ Key XF86AudioLowerVolume A C2 Music-Speed-Down Key XF86AudioRaiseVolume A C2 Music-Speed-Up Key XF86AudioMute A $[Mod0]2 Mixer-Volume-Toggle -key XF86AudioMute A C2 Music-Volume-Toggle +key XF86AudioMute A C2 Mixer-Mute-Toggle key XF86AudioPlay A $[Mod0]2 Music-FrameStep key XF86AudioPlay A $[Mod1]2 Music-Speed normal mplayer key XF86AudioPlay A C2 Music-Pause Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-06-15 18:00:02 UTC (rev 510) +++ fvwm/components/functions/About 2013-06-18 20:46:38 UTC (rev 511) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.1" +*About: Text "$[gt.Version]: 3.2.2" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" Modified: fvwm/components/functions/Mixer =================================================================== --- fvwm/components/functions/Mixer 2013-06-15 18:00:02 UTC (rev 510) +++ fvwm/components/functions/Mixer 2013-06-18 20:46:38 UTC (rev 511) @@ -141,10 +141,20 @@ + I PipeRead 'if [[ $[infostore.MusicPlayer] == mocp ]]; then \\ exec mocp --sync --toggle-pause; fi' + I PipeRead 'if [[ $[infostore.MusicPlayer] == mplayer ]]; then \\ - if [[ $[infostore.MixerMuteMP] == 0 ]]; then echo "InfoStoreAdd MixerMuteMP 1"; exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe; else echo "InfoStoreAdd MixerMuteMP 0"; exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe; fi; fi' + if [[ $[infostore.MixerMuteMP] == 0 ]]; then echo "InfoStoreAdd MixerMuteMP 1"; echo "Exec exec echo pause > /home/$[infostore.USERDIR]/.mplayer/pipe"; else echo "InfoStoreAdd MixerMuteMP 0"; echo "Exec exec echo pause > /home/$[infostore.USERDIR]/.mplayer/pipe"; fi; fi' + I PipeRead 'if [[ $[infostore.MusicPlayer] == mplayer2 ]]; then \\ - if [[ $[infostore.MixerMuteMP2] == 0 ]]; then echo "InfoStoreAdd MixerMuteMP2 1"; exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe; else echo "InfoStoreAdd MixerMuteMP2 0"; exec echo "pause" > /home/$[infostore.USERDIR]/.mplayer/pipe; fi; fi' + if [[ $[infostore.MixerMuteMP2] == 0 ]]; then echo "InfoStoreAdd MixerMuteMP2 1"; echo "Exec exec echo pause > /home/$[infostore.USERDIR]/.mplayer/pipe"; else echo "InfoStoreAdd MixerMuteMP2 0"; echo "Exec exec echo pause > /home/$[infostore.USERDIR]/.mplayer/pipe"; fi; fi' +# Mixer volume mute toggle mute {{{2 +# Toggle only alsamixer or aumix if selected. +DestroyFunc Mixer-Mute-Toggle +AddToFunc Mixer-Mute-Toggle ++ I PipeRead 'if [[ $[infostore.Mixer] == amixer ]]; then \\ + if [[ $[infostore.MixerMute] == 0 ]]; then tmpval=`amixer -c $[infostore.SoundCard] get $[infostore.VolControl]`; tmpval2=`echo $tmpval|sed -e "s:\\(.*\\)\\(\\[.*dB]\\):\\2:" -e "s:\\[::" -e "s:\\]::"`; echo "InfoStoreAdd CurrentVolume $tmpval2"; amixer -c $[infostore.SoundCard] -- set $[infostore.VolControl] 0 > /dev/null; echo "InfoStoreAdd MixerMute 1"; else amixer -c $[infostore.Soundcard] -- set $[infostore.VolControl] $[infostore.CurrentVolume] > /dev/null; echo "InfoStoreAdd MixerMute 0"; fi; fi' ++ I PipeRead 'if [[ $[infostore.Mixer] == aumix ]]; then \\ + if [[ $[infostore.MixerMute] == 0 ]]; then echo "InfoStoreAdd MixerMute 1"; tmpval=`aumix -d /dev/mixer$[infostore.SoundCard] -'$[infostore.VolControl]'q | sed -e "s:.*, ::"`; echo "InfoStoreAdd CurrentVolume $tmpval"; exec aumix -d /dev/mixer$[infostore.SoundCard] -'$[infostore.VolControl]' 0 > /dev/null; else echo "InfoStoreAdd MixerMute 0"; exec aumix -d /dev/mixer$[infostore.SoundCard] -'$[infostore.VolControl]' $[infostore.CurrentVolume] > /dev/null; fi; fi' ++ + # Mixer-Volume-dB <value>dB {{{2 DestroyFunc Mixer-Volume-dB AddToFunc Mixer-Volume-dB Modified: man/ApplicationDatabase.1 =================================================================== --- man/ApplicationDatabase.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/ApplicationDatabase.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: ApplicationDatabase .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: ApplicationDatabase 3.2.1 .\" Language: English .\" -.TH "APPLICATIONDATABASE" "1" "06/15/2013" "ApplicationDatabase 3\&.2\&.1" "FVWM\-Crystal" +.TH "APPLICATIONDATABASE" "1" "06/18/2013" "ApplicationDatabase 3\&.2\&.1" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/CrystalRoxHOWTO.1 =================================================================== --- man/CrystalRoxHOWTO.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/CrystalRoxHOWTO.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: CrystalRoxHOWTO .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: CrystalROXHOWTO 3.2.1 .\" Language: English .\" -.TH "CRYSTALROXHOWTO" "1" "06/15/2013" "CrystalROXHOWTO 3\&.2\&.1" "FVWM\-Crystal" +.TH "CRYSTALROXHOWTO" "1" "06/18/2013" "CrystalROXHOWTO 3\&.2\&.1" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/FVWMCrystalFAQ.1 2013-06-18 20:46:38 UTC (rev 511) @@ -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: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: FAQ 3.2.1 .\" Language: English .\" -.TH "FVWM\-CRYSTAL\-FAQ" "1" "06/15/2013" "FAQ 3\&.2\&.1" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL\-FAQ" "1" "06/18/2013" "FAQ 3\&.2\&.1" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/KeyboardBindings.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: KeyboardBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal -.\" Source: KeyboardBindings 3.2.1 +.\" Source: KeyboardBindings 3.2.2 .\" Language: English .\" -.TH "KEYBOARDBINDINGS" "1" "06/15/2013" "KeyboardBindings 3\&.2\&.1" "FVWM\-Crystal" +.TH "KEYBOARDBINDINGS" "1" "06/18/2013" "KeyboardBindings 3\&.2\&.2" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -244,6 +244,11 @@ Toggle mute\&. When alsamixer or aumix is selected in the mixer preferences, the Master control, with fallback to PCM, will be (un)muted, and the prefered media player will be (un)paused\&. When another mixer is selected, only the prefered media player will be (un)paused\&. .RE .PP +\fBCtrl + XF86AudioMute\fR +.RS 4 +Toggle mute only alsamixer or aumix\&. +.RE +.PP \fBXF86AudioPlay\fR .RS 4 Player frame step\&. Advance one frame or resume the pause\&. Modified: man/MouseBindings.1 =================================================================== --- man/MouseBindings.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/MouseBindings.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: MouseBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: MouseBindings 3.2.1 .\" Language: English .\" -.TH "MOUSEBINDINGS" "1" "06/15/2013" "MouseBindings 3\&.2\&.1" "FVWM\-Crystal" +.TH "MOUSEBINDINGS" "1" "06/18/2013" "MouseBindings 3\&.2\&.1" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/Tips.1 =================================================================== --- man/Tips.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/Tips.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: Tips .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: Tips 3.2.1 .\" Language: English .\" -.TH "TIPS" "1" "06/15/2013" "Tips 3\&.2\&.1" "FVWM\-Crystal" +.TH "TIPS" "1" "06/18/2013" "Tips 3\&.2\&.1" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2013-06-15 18:00:02 UTC (rev 510) +++ man/fvwm-crystal.1 2013-06-18 20:46:38 UTC (rev 511) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/15/2013 +.\" Date: 06/18/2013 .\" Manual: FVWM-Crystal .\" Source: fvwm-crystal 3.2.1 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "06/15/2013" "fvwm\-crystal 3\&.2\&.1" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "06/18/2013" "fvwm\-crystal 3\&.2\&.1" "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...> - 2013-07-13 18:29:21
|
Revision: 516 http://sourceforge.net/p/fvwm-crystal/code/516 Author: dominique_libre Date: 2013-07-13 18:29:19 +0000 (Sat, 13 Jul 2013) Log Message: ----------- asciidoc/create.sh: added aotomatic man and html file move when only 1 file is created. components/apps/DesktopIcons: added mount/umout options using mount, pmount and pmount-gui. asciidoc/fvwm-crystal: desktop icons - added mount/umount description. + fvwm/scripts/findumpartitions: helper script for dito. Modified Paths: -------------- ChangeLog asciidoc/create.sh asciidoc/fvwm-crystal doc/html/fvwm-crystal.html fvwm/components/apps/DesktopIcons man/fvwm-crystal.1 Added Paths: ----------- fvwm/scripts/findumpartitions Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-06 20:29:17 UTC (rev 515) +++ ChangeLog 2013-07-13 18:29:19 UTC (rev 516) @@ -1,5 +1,14 @@ ChangeLog for FVWM-Crystal +Samedi 13 Juillet 2013 Dominique Michel + asciidoc/create.sh: added aotomatic man and html file move when only 1 file + is created. + components/apps/DesktopIcons: added mount/umout options using mount, pmount + and pmount-gui. + asciidoc/fvwm-crystal: desktop icons - added mount/umount description. ++ scripts/findumpartitions: helper script that check for unmounted partitions + in /etc&fstab and add the corresponding menu items if they have the user(s) key. + Samedi 6 Juillet 2013 Dominique Michel Added trasmission icons and app script Modified: asciidoc/create.sh =================================================================== --- asciidoc/create.sh 2013-07-06 20:29:17 UTC (rev 515) +++ asciidoc/create.sh 2013-07-13 18:29:19 UTC (rev 516) @@ -33,4 +33,6 @@ controldoc else dodoc $1 + mv $1.1 ../man/$1.1 + mv $1.html ../doc/html/$1.html fi Modified: asciidoc/fvwm-crystal =================================================================== --- asciidoc/fvwm-crystal 2013-07-06 20:29:17 UTC (rev 515) +++ asciidoc/fvwm-crystal 2013-07-13 18:29:19 UTC (rev 516) @@ -2,7 +2,7 @@ =============== :doctype: manpage :man source: fvwm-crystal -:man version: 3.2.1 +:man version: 3.2.3 :man manual: FVWM-Crystal NAME @@ -206,8 +206,10 @@ 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+. + A custom command can also be set where both console commands and X commands can be used. A self documented form will be launched, which let you update and save the configuration. ++ +If +pmount-gui+ is installed, the contextual menu of the Home icon will show 2 options for mounting and unmounting the removable devices. The contextual menu of the partition's icons will show the mount points of the patitions and an item for umounting the partitions. This options will use +pumount+ if the partition is mounted in /media, +umount+ otherwise. +You will also get menu items to mount the unmounted partitions, if they are present in /etc/fstab with the option user(s). - _Application Icons_:: + They are the icons of the iconic applications. This will work only with the recipe that doesn't provide an icon manager for them. Modified: doc/html/fvwm-crystal.html =================================================================== --- doc/html/fvwm-crystal.html 2013-07-06 20:29:17 UTC (rev 515) +++ doc/html/fvwm-crystal.html 2013-07-13 18:29:19 UTC (rev 516) @@ -976,6 +976,8 @@ <div class="paragraph"><p>When <code>FVWM-Crystal</code> is selected, it will show all its icons be default. Right clicking on the <code>Home</code> icon will open the <code>Desktop icons preference menu</code>. the <code>Home</code> icon is mandatory, both the <code>XDG user directories</code> icons and the <code>partitions</code> icons are optionals.</p></div> <div class="paragraph"><p>In the same menu, you can select the actions for the left and middle clicks. Several file managers have built-in support: <code>Thunar</code>, <code>Worker</code> (a very good Directory Opus clone), <code>Midnight Commander</code> (mc in short), <code>ROX-Filer</code>, <code>Nautilus</code>, <code>Krusader</code>, <code>Xfm</code>, <code>4Pane</code>, <code>Ranger</code> (a Vim like file manager), <code>PCMan FM</code>, <code>gentoo</code> (another dopus clone), <code>Konqueror</code>, <code>emelFM2</code> (which, like mc, support extfs), <code>Dolphin</code> and <code>SpaceFM</code>.</p></div> <div class="paragraph"><p>A custom command can also be set where both console commands and X commands can be used. A self documented form will be launched, which let you update and save the configuration.</p></div> +<div class="paragraph"><p>If <code>pmount-gui</code> is installed, the contextual menu of the Home icon will show 2 options for mounting and unmounting the removable devices. The contextual menu of the partition’s icons will show the mount points of the patitions and an item for umounting the partitions. This options will use <code>pumount</code> if the partition is mounted in /media, <code>umount</code> otherwise. +You will also get menu items to mount the unmounted partitions, if they are present in /etc/fstab with the option user(s).</p></div> </dd> <dt class="hdlist1"> <em>Application Icons</em> @@ -1251,7 +1253,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-06-06 21:48:56 CEST +Last updated 2013-07-13 20:15:11 CEST </div> </div> </body> Modified: fvwm/components/apps/DesktopIcons =================================================================== --- fvwm/components/apps/DesktopIcons 2013-07-06 20:29:17 UTC (rev 515) +++ fvwm/components/apps/DesktopIcons 2013-07-13 18:29:19 UTC (rev 516) @@ -1,6 +1,6 @@ -# Desktop icons with Thunar and mc support for Fvwm-Crystal. +# Desktop icons for Fvwm-Crystal. Support any file manager. # -# Version: 2.0.0 +# Version: 2.1.0 # Licence: GPL 2 # # Written by Dominique Michel <dom...@us...>, 2010-2013 @@ -14,7 +14,8 @@ # A middle click will do the same with mc (Thunar doesn't heve a built-in shell). # A right click on the $HOME icon open the preferences. # -# Requirement: gawk, sort, Thunar, mc and /proc/mounts. +# Requirement: gawk, sort, Thunar, mc, mount, and /proc/mounts. +# Recommanded: pmount and pmount-gui # Preferences {{{1 LoadPreferences ShowXDG @@ -45,6 +46,15 @@ # IconBox {{{1 #+ I PipeRead 'echo "Style * IconBox $(($[vp.width]-((((50*$[IconColumnsNumber]))+$[infostore.DeskIconsXSup))))x$(($[vp.height]-92))+$((36+((50*$[IconColumnsNumber]))))+46"' +# umount/pumount wrapper +DestroyFunc DesktopUmount +AddToFunc DesktopUmount ++ I PipeRead 'if [[ $(echo $* | grep -e media) != "" ]]; \ + then exem="pumount"; \ + else exem="umount"; \ + fi ; \ + echo "+ \\\"Unmount $*\\\" Exec exec ${exem} $*"' + # The button {{{1 DestroyFunc ShowDesktopIcons AddToFunc ShowDesktopIcons @@ -77,6 +87,7 @@ echo "DestroyMenu /Partitions${line}"; \ echo "AddToMenu /Partitions${line}"; \ echo "+ ${line} Nop"; \ + echo "DesktopUmount ${line}"; \ if [[ "${line}" == "/" ]]; \ then icon="48x48/categories/Root.png"; \ else if [[ $(echo ${line} | grep -e cdrom -e dvd) != "" ]]; \ @@ -99,10 +110,23 @@ # Preferences menu {{{2 DestroyMenu /Preferences/IconLauncher AddToMenu /Preferences/IconLauncher -+ '$[gt.XDG user directories]' PopUp /Preferences/XDG -+ '$[gt.Mounted partitions]' PopUp /Preferences/Partitions -+ '$[gt.Actions]' PopUp /Preferences/FileBrowser ++ DynamicPopupAction Function IconLauncher-generator /Preferences/IconLauncher +DestroyFunc FindUMPartitions +AddToFunc FindUMPartitions ++ I PipeRead "cat /etc/fstab|grep user|grep -v \\\#| awk \'{print $$2}\'|while read line; do partition=${line}; exist=0; while read lines; do if [[ ${partition} == ${lines} ]]; then exist=1; fi; done </tmp/Icon-Drives; if [[ ${exist} == 0 ]]; then echo AddToMenu $0 \\\"Mount ${line}\\\" Exec exec mount ${line}; fi; done" + +DestroyFunc IconLauncher-generator +AddToFunc IconLauncher-generator ++ I DestroyMenu recreate $0 ++ I AddToMenu $0 ++ I Test (x pmount-gui) AddToMenu $0 'PMount' Exec exec pmount-gui ++ I Test (x pmount-gui) AddToMenu $0 'PUmount' Exec exec pmount-gui -u ++ I PipeRead "${FVWM_SYSTEMDIR}/scripts/findumpartitions $0" ++ I AddToMenu $0 '$[gt.XDG user directories]' PopUp /Preferences/XDG ++ I AddToMenu $0 '$[gt.Mounted partitions]' PopUp /Preferences/Partitions ++ I AddToMenu $0 '$[gt.Actions]' PopUp /Preferences/FileBrowser + DestroyMenu /Preferences/XDG AddToMenu /Preferences/XDG + '%22x22/fvwm-crystal/On.png%$[gt.On]' ShowXDG Added: fvwm/scripts/findumpartitions =================================================================== --- fvwm/scripts/findumpartitions (rev 0) +++ fvwm/scripts/findumpartitions 2013-07-13 18:29:19 UTC (rev 516) @@ -0,0 +1,24 @@ +#!/bin/sh + +# Find the unmounted partitions from /etc/fstab +# This file is part of FVWM-Crystal +# +# Version: 1.0.0 +# Licence: GPL 2 +# +# Written by Dominique Michel <dom...@us...>, 2013 +# for Fvwm-Crystal. + +cat /etc/fstab|grep user|grep -v \#| awk '{print $2}'|while read line +do partition=${line} + exist=0 + while read lines + do if [[ ${partition} == ${lines} ]] + then exist=1 + fi + done </tmp/Icon-Drives + if [[ ${exist} == 0 ]] + then echo AddToMenu $1 \"Mount ${line}\" Exec exec mount ${line} + fi +done + Property changes on: fvwm/scripts/findumpartitions ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2013-07-06 20:29:17 UTC (rev 515) +++ man/fvwm-crystal.1 2013-07-13 18:29:19 UTC (rev 516) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 06/18/2013 +.\" Date: 07/13/2013 .\" Manual: FVWM-Crystal -.\" Source: fvwm-crystal 3.2.1 +.\" Source: fvwm-crystal 3.2.3 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "06/18/2013" "fvwm\-crystal 3\&.2\&.1" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "07/13/2013" "fvwm\-crystal 3\&.2\&.3" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -492,6 +492,14 @@ SpaceFM\&. .sp A custom command can also be set where both console commands and X commands can be used\&. A self documented form will be launched, which let you update and save the configuration\&. +.sp +If +pmount\-gui +is installed, the contextual menu of the Home icon will show 2 options for mounting and unmounting the removable devices\&. The contextual menu of the partition\(cqs icons will show the mount points of the patitions and an item for umounting the partitions\&. This options will use +pumount +if the partition is mounted in /media, +umount +otherwise\&. You will also get menu items to mount the unmounted partitions, if they are present in /etc/fstab with the option user(s)\&. .RE .PP \fIApplication Icons\fR This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2014-01-03 04:43:34
|
Revision: 570 http://sourceforge.net/p/fvwm-crystal/code/570 Author: dominique_libre Date: 2014-01-03 04:43:30 +0000 (Fri, 03 Jan 2014) Log Message: ----------- - bindings/Application-Ardour: removed outdated and non working Ardour bindings. styles/Applications: idem. asciidoc/FAQ: udated 3.8 functions/About: updated version to 3.2.8 Modified Paths: -------------- ChangeLog asciidoc/FAQ doc/html/FAQ.html fvwm/components/functions/About fvwm/components/styles/Applications man/ApplicationDatabase.1 man/CrystalRoxHOWTO.1 man/FVWMCrystalFAQ.1 man/KeyboardBindings.1 man/MouseBindings.1 man/Tips.1 man/fvwm-crystal.1 Removed Paths: ------------- fvwm/components/bindings/Application-Ardour Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-03 03:39:39 UTC (rev 569) +++ ChangeLog 2014-01-03 04:43:30 UTC (rev 570) @@ -1,5 +1,7 @@ ChangeLog for FVWM-Crystal +Version 3.2.8 +------------- Vendredi 3 Janvier 2014 Dominique Michel + scripts/KeyModifiersEditor/KeyModifiersEditor: An editor for the keyboard modifiers. Can be useful with applications like Ardour and Emacs that use a lot of key bindings. @@ -8,6 +10,10 @@ functions/Preferences-Menu; functions/Media; scripts/media-directories: workaround a fvwm bug with auto generated menu with some characters in file names; for that added a preference option to toggle the icons into the menus. +- bindings/Application-Ardour: removed outdated and non working Ardour bindings. + styles/Applications: idem. + asciidoc/FAQ: udated 3.8 + functions/About: updated version to 3.2.8 Mercredi 1 Janvier 2014 Dominique Michel + Applications/*: a lot of new application Modified: asciidoc/FAQ =================================================================== --- asciidoc/FAQ 2014-01-03 03:39:39 UTC (rev 569) +++ asciidoc/FAQ 2014-01-03 04:43:30 UTC (rev 570) @@ -72,7 +72,7 @@ 3.7: Mplayer is flaky. What can I do? -3.8: How to change FVWM-Crystal key bindings that collide with Emacs? +3.8: How to change FVWM-Crystal key bindings that collide with Emacs or Ardour? 3.9: What do I need to do to create my own personal recipe(s)? @@ -354,10 +354,13 @@ You can also try a different X graphic driver. For that, you must follow the documentation of your GNU/Linux distribution, install the wanted driver and edit the configuration of your X server. -3.8 Q: How to change FVWM-Crystal key bindings that collide with Emacs? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: With Emacs, the problem is the Alt key. You must change this keyboard modifier. For that, copy +3.8 Q: How to change FVWM-Crystal key bindings that collide with Emacs or Ardour? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: With Emacs and Ardour, the problem is the Alt key. You must change this keyboard modifier. +From FVWM-Crystal-3.2.8, you may use the Key Binding Modifiers Editor located into the preferences menu. +With older versions, copy + ---- /usr/share/fvwm-crystal/fvwm/compoments/functions/Keyboard-Modifiers ---- @@ -374,6 +377,8 @@ You may want to also change *SetEnv SelectOnReleaseKey Alt_L* to *SetEnv SelectOnReleaseKey Super_L*. +From FVWM-Crystal-3.2.7, you may use the Key Binding Modifiers Editor located into the preferences menu. + 3.9 Q: What do I need to do to create my own personal recipe(s)? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A: Create the directory ~/.fvwm-crystal/recipes and put your recipe(s) in it. After restrarting FWM-Crystal from its main menu, you will get 2 choices in the preferences recipes menu: system and user. Modified: doc/html/FAQ.html =================================================================== --- doc/html/FAQ.html 2014-01-03 03:39:39 UTC (rev 569) +++ doc/html/FAQ.html 2014-01-03 04:43:30 UTC (rev 570) @@ -790,7 +790,7 @@ <div class="paragraph"><p>3.5: The Music menu get screwed. What can I do about this?</p></div> <div class="paragraph"><p>3.6: Mplayer doesn’t show the movie I selected into the menu. Why?</p></div> <div class="paragraph"><p>3.7: Mplayer is flaky. What can I do?</p></div> -<div class="paragraph"><p>3.8: How to change FVWM-Crystal key bindings that collide with Emacs?</p></div> +<div class="paragraph"><p>3.8: How to change FVWM-Crystal key bindings that collide with Emacs or Ardour?</p></div> <div class="paragraph"><p>3.9: What do I need to do to create my own personal recipe(s)?</p></div> <div class="paragraph"><p>3.10: How to customize the application menu?</p></div> <div class="paragraph"><p>3.11: How to get a consistant look between toolkits?</p></div> @@ -1188,8 +1188,10 @@ <div class="paragraph"><p>You can also try a different X graphic driver. For that, you must follow the documentation of your GNU/Linux distribution, install the wanted driver and edit the configuration of your X server.</p></div> </div> <div class="sect2"> -<h3 id="_3_8_q_how_to_change_fvwm_crystal_key_bindings_that_collide_with_emacs">3.8 Q: How to change FVWM-Crystal key bindings that collide with Emacs?</h3> -<div class="paragraph"><p>A: With Emacs, the problem is the Alt key. You must change this keyboard modifier. For that, copy</p></div> +<h3 id="_3_8_q_how_to_change_fvwm_crystal_key_bindings_that_collide_with_emacs_or_ardour">3.8 Q: How to change FVWM-Crystal key bindings that collide with Emacs or Ardour?</h3> +<div class="paragraph"><p>A: With Emacs and Ardour, the problem is the Alt key. You must change this keyboard modifier. +From FVWM-Crystal-3.2.8, you may use the Key Binding Modifiers Editor located into the preferences menu.</p></div> +<div class="paragraph"><p>With older versions, copy</p></div> <div class="listingblock"> <div class="content"> <pre><code>/usr/share/fvwm-crystal/fvwm/compoments/functions/Keyboard-Modifiers</code></pre> @@ -1203,6 +1205,7 @@ <strong>SetEnv Mod 2 4S</strong> to use the windows key.</p></div> <div class="paragraph"><p>You may want to also change <strong>SetEnv SelectOnReleaseKey Alt_L</strong> to <strong>SetEnv SelectOnReleaseKey Super_L</strong>.</p></div> +<div class="paragraph"><p>From FVWM-Crystal-3.2.7, you may use the Key Binding Modifiers Editor located into the preferences menu.</p></div> </div> <div class="sect2"> <h3 id="_3_9_q_what_do_i_need_to_do_to_create_my_own_personal_recipe_s">3.9 Q: What do I need to do to create my own personal recipe(s)?</h3> @@ -1309,7 +1312,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-07-22 17:19:32 CEST +Last updated 2014-01-03 05:53:05 CET </div> </div> </body> Deleted: fvwm/components/bindings/Application-Ardour =================================================================== --- fvwm/components/bindings/Application-Ardour 2014-01-03 03:39:39 UTC (rev 569) +++ fvwm/components/bindings/Application-Ardour 2014-01-03 04:43:30 UTC (rev 570) @@ -1,78 +0,0 @@ -# This is a sample configuration file to show how to create -# application-specific bindings in FVWM-Crystal -# Author: Dominique Michel <dom...@ci...> - -# Ardour has it's own bindings, so we need to remove Crystal keybindings out -# of the way. - -# Key (window name/class/resource) Keyname Context Modifiers Function -# To remove the binding, Function is "-" -# "W" context means Window - -Key (ardour) W W C - -Key (ardour) E W M - -Key (ardour) M W M - -Key (ardour) C W M - -Key (ardour) T W C - -Key (ardour) S W C - -Key (ardour) Q W C - -Key (ardour) U W C - -Key (ardour) M W C - -Key (ardour) Space W CS - -Key (ardour) R W S - -Key (ardour) Home W N - -Key (ardour) Space W N - -Key (ardour) End W N - -Key (ardour) Right W N - -Key (ardour) Right W S - -Key (ardour) Left W M - -Key (ardour) Left W S - -Key (ardour) Left W C - -Key (ardour) Tab W C - -Key (ardour) dead_grave W C - -Key (ardour) Q W C - -Key (ardour) I W C - -Key (ardour) Return W M - -Key (ardour) bracketleft W C - -Key (ardour) bracketright W C - -Key (ardour) F1 W N - -Key (ardour) F2 W N - -Key (ardour) Left W N - -Key (ardour) B W C - -Key (ardour) Right W N - -Key (ardour) F W C - -Key (ardour) Prior W N - -Key (ardour) Next W N - -Key (ardour) Up W N - -Key (ardour) Down W N - -Key (ardour) A W M - -Key (ardour) A W CS - -Key (ardour) A W CM - -Key (ardour) Z W C - -Key (ardour) R W C - -Key (ardour) X W C - -Key (ardour) Delete W N - -Key (ardour) C W C - -Key (ardour) V W C - -Key (ardour) KP_Down W N - -Key (ardour) KP_Up W N - -Key (ardour) Tab W S - -Key (ardour) Tab W CS - -Key (ardour) S W M - -Key (ardour) KP_Add W N - -Key (ardour) KP_Add W C - -Key (ardour) KP_Subtract W N - -Key (ardour) KP_Subtract W C - -Key (ardour) S W M - -Key (ardour) Insert W N - -Key (ardour) D W M - -Key (ardour) R W M - -Key (ardour) N W M - -Key (ardour) KP_Enter W N - -# I don't know what the 2 following keys are and we run into errors -# in xsession-errors: -#Key (ardour) Right W SRight - -#Key (ardour) KP_> W N - -#Key (ardour) KP_< W N - -# http://ardour.org/files/manual/sn-mouse-amd-keyboard-bindings.html - Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-01-03 03:39:39 UTC (rev 569) +++ fvwm/components/functions/About 2014-01-03 04:43:30 UTC (rev 570) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.7" +*About: Text "$[gt.Version]: 3.2.8" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" Modified: fvwm/components/styles/Applications =================================================================== --- fvwm/components/styles/Applications 2014-01-03 03:39:39 UTC (rev 569) +++ fvwm/components/styles/Applications 2014-01-03 04:43:30 UTC (rev 570) @@ -52,6 +52,4 @@ # Media players styles are in components/Music -Include components/bindings/Application-Ardour - # vim:ft=fvwm Modified: man/ApplicationDatabase.1 =================================================================== --- man/ApplicationDatabase.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/ApplicationDatabase.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: ApplicationDatabase .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: ApplicationDatabase 3.2.5 .\" Language: English .\" -.TH "APPLICATIONDATABASE" "1" "07/22/2013" "ApplicationDatabase 3\&.2\&.5" "FVWM\-Crystal" +.TH "APPLICATIONDATABASE" "1" "01/03/2014" "ApplicationDatabase 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/CrystalRoxHOWTO.1 =================================================================== --- man/CrystalRoxHOWTO.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/CrystalRoxHOWTO.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: CrystalRoxHOWTO .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: CrystalROXHOWTO 3.2.5 .\" Language: English .\" -.TH "CRYSTALROXHOWTO" "1" "07/22/2013" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" +.TH "CRYSTALROXHOWTO" "1" "01/03/2014" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/FVWMCrystalFAQ.1 2014-01-03 04:43:30 UTC (rev 570) @@ -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: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: FAQ 3.2.5 .\" Language: English .\" -.TH "FVWM\-CRYSTAL\-FAQ" "1" "07/22/2013" "FAQ 3\&.2\&.5" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL\-FAQ" "1" "01/03/2014" "FAQ 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -87,7 +87,7 @@ .sp 3\&.7: Mplayer is flaky\&. What can I do? .sp -3\&.8: How to change FVWM\-Crystal key bindings that collide with Emacs? +3\&.8: How to change FVWM\-Crystal key bindings that collide with Emacs or Ardour? .sp 3\&.9: What do I need to do to create my own personal recipe(s)? .sp @@ -770,10 +770,12 @@ With \fBAlt + F7\fR, you will go back to Fvwm\-Crystal\&. .sp You can also try a different X graphic driver\&. For that, you must follow the documentation of your GNU/Linux distribution, install the wanted driver and edit the configuration of your X server\&. -.SS "3\&.8 Q: How to change FVWM\-Crystal key bindings that collide with Emacs?" +.SS "3\&.8 Q: How to change FVWM\-Crystal key bindings that collide with Emacs or Ardour?" .sp -A: With Emacs, the problem is the Alt key\&. You must change this keyboard modifier\&. For that, copy +A: With Emacs and Ardour, the problem is the Alt key\&. You must change this keyboard modifier\&. From FVWM\-Crystal\-3\&.2\&.8, you may use the Key Binding Modifiers Editor located into the preferences menu\&. .sp +With older versions, copy +.sp .if n \{\ .RS 4 .\} @@ -799,6 +801,8 @@ edit it and change \fBSetEnv Mod1 M\fR to \fBSetEnv Mod1 4\fR, and \fBSetEnv Mod2 MS\fR to \fBSetEnv Mod 2 4S\fR to use the windows key\&. .sp You may want to also change \fBSetEnv SelectOnReleaseKey Alt_L\fR to \fBSetEnv SelectOnReleaseKey Super_L\fR\&. +.sp +From FVWM\-Crystal\-3\&.2\&.7, you may use the Key Binding Modifiers Editor located into the preferences menu\&. .SS "3\&.9 Q: What do I need to do to create my own personal recipe(s)?" .sp A: Create the directory ~/\&.fvwm\-crystal/recipes and put your recipe(s) in it\&. After restrarting FWM\-Crystal from its main menu, you will get 2 choices in the preferences recipes menu: system and user\&. Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/KeyboardBindings.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: KeyboardBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: KeyboardBindings 3.2.5 .\" Language: English .\" -.TH "KEYBOARDBINDINGS" "1" "07/22/2013" "KeyboardBindings 3\&.2\&.5" "FVWM\-Crystal" +.TH "KEYBOARDBINDINGS" "1" "01/03/2014" "KeyboardBindings 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/MouseBindings.1 =================================================================== --- man/MouseBindings.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/MouseBindings.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: MouseBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: MouseBindings 3.2.5 .\" Language: English .\" -.TH "MOUSEBINDINGS" "1" "07/22/2013" "MouseBindings 3\&.2\&.5" "FVWM\-Crystal" +.TH "MOUSEBINDINGS" "1" "01/03/2014" "MouseBindings 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/Tips.1 =================================================================== --- man/Tips.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/Tips.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: Tips .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: Tips 3.2.5 .\" Language: English .\" -.TH "TIPS" "1" "07/22/2013" "Tips 3\&.2\&.5" "FVWM\-Crystal" +.TH "TIPS" "1" "01/03/2014" "Tips 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2014-01-03 03:39:39 UTC (rev 569) +++ man/fvwm-crystal.1 2014-01-03 04:43:30 UTC (rev 570) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 07/22/2013 +.\" Date: 01/03/2014 .\" Manual: FVWM-Crystal .\" Source: fvwm-crystal 3.2.5 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "07/22/2013" "fvwm\-crystal 3\&.2\&.5" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "01/03/2014" "fvwm\-crystal 3\&.2\&.5" "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...> - 2014-03-19 22:47:39
|
Revision: 620 http://sourceforge.net/p/fvwm-crystal/code/620 Author: dominique_libre Date: 2014-03-19 22:47:35 +0000 (Wed, 19 Mar 2014) Log Message: ----------- locale/fr*/fvwm-crystal-script.*; addons/fvwm-crystal-script.pot: add Help string. Modified Paths: -------------- ChangeLog addons/fvwm-crystal-script.pot fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po Modified: ChangeLog =================================================================== --- ChangeLog 2014-03-19 21:58:46 UTC (rev 619) +++ ChangeLog 2014-03-19 22:47:35 UTC (rev 620) @@ -8,6 +8,7 @@ scripts/PrefVars: Add help for MediaDirectories. scripts/mediadirectories: removed test for MediaDirectories pref file. bin/fvwm-crystal.generate-menu: remove PrefFile warning; made it to continue after copying the pref files. + locale/fr*/fvwm-crystal-script.*; addons/fvwm-crystal-script.pot: add Help string. Mardi 25 février 2014 Dominique Michel bin/fvwm-crystal.generate-menu: add bmp, gif, jpg, pcx, ppm and tga formats to Modified: addons/fvwm-crystal-script.pot =================================================================== --- addons/fvwm-crystal-script.pot 2014-03-19 21:58:46 UTC (rev 619) +++ addons/fvwm-crystal-script.pot 2014-03-19 22:47:35 UTC (rev 620) @@ -55,6 +55,9 @@ msgid "FVWM-Crystal Variables Editor" msgstr "" +msgid "Help" +msgstr "" + msgid "Icons" msgstr "" Modified: fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo =================================================================== (Binary files differ) Modified: fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po =================================================================== --- fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po 2014-03-19 21:58:46 UTC (rev 619) +++ fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po 2014-03-19 22:47:35 UTC (rev 620) @@ -52,6 +52,9 @@ msgid "FVWM-Crystal Variables Editor" msgstr "Sélecteur des variables FVWM-Crystal" +msgid "Help" +msgstr "Aide" + msgid "Icons" msgstr "Icônes" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dom...@us...> - 2015-10-26 11:26:22
|
Revision: 762 http://sourceforge.net/p/fvwm-crystal/code/762 Author: dominique_libre Date: 2015-10-26 11:26:20 +0000 (Mon, 26 Oct 2015) Log Message: ----------- locale string for the new show DeskIcons on top pref setting Modified Paths: -------------- 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: addons/fvwm-crystal-script.pot =================================================================== --- addons/fvwm-crystal-script.pot 2015-10-25 18:39:21 UTC (rev 761) +++ addons/fvwm-crystal-script.pot 2015-10-26 11:26:20 UTC (rev 762) @@ -20,8 +20,6 @@ msgid "" msgstr "" -# -# msgid "Add line" msgstr "" Modified: addons/fvwm-crystal.pot =================================================================== --- addons/fvwm-crystal.pot 2015-10-25 18:39:21 UTC (rev 761) +++ addons/fvwm-crystal.pot 2015-10-26 11:26:20 UTC (rev 762) @@ -1091,6 +1091,9 @@ msgid "Show directories" msgstr "" +msgid "Show on top with panels" +msgstr "" + msgid "Shuffle playlist" msgstr "" Modified: fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo =================================================================== (Binary files differ) Modified: fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po =================================================================== --- fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po 2015-10-25 18:39:21 UTC (rev 761) +++ fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po 2015-10-26 11:26:20 UTC (rev 762) @@ -1116,6 +1116,9 @@ msgid "Show directories" msgstr "Montrer des répertoires" +msgid "Show on top with panels" +msgstr "Montrer en avant avec les panneaux" + msgid "Shuffle playlist" msgstr "Liste de lecture aléatoire" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |