From: <dom...@us...> - 2013-07-13 19:18:14
|
Revision: 517 http://sourceforge.net/p/fvwm-crystal/code/517 Author: dominique_libre Date: 2013-07-13 19:18:11 +0000 (Sat, 13 Jul 2013) Log Message: ----------- Updated version to 3.2.4. News: added a few words about this release. Install: Updated with optional dependencies for mounting/unmounting. asciidoc/FAQ: changed Q 3.12 to reflect the changes with the new u/mount functions. Modified Paths: -------------- ChangeLog INSTALL NEWS asciidoc/FAQ asciidoc/fvwm-crystal doc/html/FAQ.html doc/html/fvwm-crystal.html fvwm/components/functions/About man/FVWMCrystalFAQ.1 man/fvwm-crystal.1 Modified: ChangeLog =================================================================== --- ChangeLog 2013-07-13 18:29:19 UTC (rev 516) +++ ChangeLog 2013-07-13 19:18:11 UTC (rev 517) @@ -8,6 +8,10 @@ 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. + Updated version to 3.2.4. + News: added a few words about this release. + Install: Updated with optional dependencies for mounting/unmounting. + asciidoc/FAQ: changed Q 3.12 to reflect the changes with the new u/mount functions. Samedi 6 Juillet 2013 Dominique Michel Added trasmission icons and app script Modified: INSTALL =================================================================== --- INSTALL 2013-07-13 18:29:19 UTC (rev 516) +++ INSTALL 2013-07-13 19:18:11 UTC (rev 517) @@ -143,6 +143,7 @@ 'terminator' or 'xfce4-terminal' - for terminal emulator - One of 'mrxvt', 'urxvt', aterm' or 'xterm' for Quake console - A file manager to use with the icons on the desktop. Anything will go. +- mount, umount, pmount for mounting/unmounting of partitions and remouvable medias. Optional, but supported: ------------------------ @@ -162,3 +163,4 @@ 'addons/session-management.README'. It is for Gnome 2, if you can get it to work with a current Gnome version, please consider to contribute with some kind of up-to-date explaination. +- pmount-gui for mounting / unmounting of removable medias. Modified: NEWS =================================================================== --- NEWS 2013-07-13 18:29:19 UTC (rev 516) +++ NEWS 2013-07-13 19:18:11 UTC (rev 517) @@ -1,3 +1,20 @@ +Version 3.2.4 +------------- + +Time for a new release with some new features. + +- Added transmission support in the application menu +- Added mount/umount support in the FVWM-Crystal desktop manager. + +This last feature is a most wanted feature for a desktop manager. +It provide the following functions: + +- mount/umount support for the partitions using the user(s) key in /etc/fstab +- pmount support for mounting/unmounting the removable USB and Firewire devices. +- pmount-gui support. + +See ChangeLog for details. + Version 3.2.3 ------------- Modified: asciidoc/FAQ =================================================================== --- asciidoc/FAQ 2013-07-13 18:29:19 UTC (rev 516) +++ asciidoc/FAQ 2013-07-13 19:18:11 UTC (rev 517) @@ -2,7 +2,7 @@ =================== :doctype: manpage :man source: FAQ -:man version: 3.2.1 +:man version: 3.2.4 :man manual: FVWM-Crystal NAME @@ -80,7 +80,7 @@ 3.11: How to get a consistant look between toolkits? -3.12: How can I get my removable media to be mounted with Thunar? +3.12: Mounting/unmounting don't work with all medias? Frequently Asked Questions @@ -400,16 +400,22 @@ After selecting your favorite GTK+ theme with lxappearance, run qtconfig to select the Default theme to use the system settings, or the GTK+ style to apply your GTK+ settings to QT. -3.12 Q: How can I get my removable media to be mounted with Thunar? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: Short answer: you can't, Thunar is a file manager, nothing else. -- For the USB and Firewire devices, you can add entries for them in /etc/fstab. For example: +3.12 Q: Mounting/unmounting don't work with all medias? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A: FVWM-Crystal dekstop manager use mount, umount for the "regular" partitions and pmount for the removable medias. It also support pmount-gui for the removable medias. + +- For the "regular" partitions, they must be configured in /etc/fstab, and you must have the right to mount them. mount/umount will be used. For example: ---- +/dev/sdb1 /mnt/work ext4 users,noatime 0 2 +---- + +- For the USB and Firewire devices, you can add entries for them in /etc/fstab. mount/umount will be used. For example: +---- /dev/sdd1 /mnt/usb ext3 users,noatime 0 2 ---- -They will be mounted at boot and the users tag will let you mount and umount them as users. +They will be mounted at boot and the +users+ tag will let you mount and umount them as user. -- For the USB and Firewire devices not present in the fstab, you can install pmount and pmount-gui. They will be mounted in /media. You mwy want to install uam too. +- For the USB and Firewire devices not present in the fstab, you must install pmount. pmount-gui is also supported. They will be mounted in /media. You mwy want to install uam too. - For the CD/DVD devices and much more, install and configure autofs. Modified: asciidoc/fvwm-crystal =================================================================== --- asciidoc/fvwm-crystal 2013-07-13 18:29:19 UTC (rev 516) +++ asciidoc/fvwm-crystal 2013-07-13 19:18:11 UTC (rev 517) @@ -2,7 +2,7 @@ =============== :doctype: manpage :man source: fvwm-crystal -:man version: 3.2.3 +:man version: 3.2.4 :man manual: FVWM-Crystal NAME Modified: doc/html/FAQ.html =================================================================== --- doc/html/FAQ.html 2013-07-13 18:29:19 UTC (rev 516) +++ doc/html/FAQ.html 2013-07-13 19:18:11 UTC (rev 517) @@ -794,7 +794,7 @@ <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> -<div class="paragraph"><p>3.12: How can I get my removable media to be mounted with Thunar?</p></div> +<div class="paragraph"><p>3.12: Mounting/unmounting don’t work with all medias?</p></div> </div> </div> </div> @@ -1225,18 +1225,35 @@ <div class="paragraph"><p>After selecting your favorite GTK+ theme with lxappearance, run qtconfig to select the Default theme to use the system settings, or the GTK+ style to apply your GTK+ settings to QT.</p></div> </div> <div class="sect2"> -<h3 id="_3_12_q_how_can_i_get_my_removable_media_to_be_mounted_with_thunar">3.12 Q: How can I get my removable media to be mounted with Thunar?</h3> -<div class="paragraph"><p>A: Short answer: you can’t, Thunar is a file manager, nothing else. -- For the USB and Firewire devices, you can add entries for them in /etc/fstab. For example:</p></div> +<h3 id="_3_12_q_mounting_unmounting_don_8217_t_work_with_all_medias">3.12 Q: Mounting/unmounting don’t work with all medias?</h3> +<div class="paragraph"><p>A: FVWM-Crystal dekstop manager use mount, umount for the "regular" partitions and pmount for the removable medias. It also support pmount-gui for the removable medias.</p></div> +<div class="ulist"><ul> +<li> +<p> +For the "regular" partitions, they must be configured in /etc/fstab, and you must have the right to mount them. mount/umount will be used. For example: +</p> +</li> +</ul></div> <div class="listingblock"> <div class="content"> +<pre><code>/dev/sdb1 /mnt/work ext4 users,noatime 0 2</code></pre> +</div></div> +<div class="ulist"><ul> +<li> +<p> +For the USB and Firewire devices, you can add entries for them in /etc/fstab. mount/umount will be used. For example: +</p> +</li> +</ul></div> +<div class="listingblock"> +<div class="content"> <pre><code>/dev/sdd1 /mnt/usb ext3 users,noatime 0 2</code></pre> </div></div> -<div class="paragraph"><p>They will be mounted at boot and the users tag will let you mount and umount them as users.</p></div> +<div class="paragraph"><p>They will be mounted at boot and the <code>users</code> tag will let you mount and umount them as user.</p></div> <div class="ulist"><ul> <li> <p> -For the USB and Firewire devices not present in the fstab, you can install pmount and pmount-gui. They will be mounted in /media. You mwy want to install uam too. +For the USB and Firewire devices not present in the fstab, you must install pmount. pmount-gui is also supported. They will be mounted in /media. You mwy want to install uam too. </p> </li> <li> @@ -1275,7 +1292,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-06-06 21:49:34 CEST +Last updated 2013-07-13 21:12:28 CEST </div> </div> </body> Modified: doc/html/fvwm-crystal.html =================================================================== --- doc/html/fvwm-crystal.html 2013-07-13 18:29:19 UTC (rev 516) +++ doc/html/fvwm-crystal.html 2013-07-13 19:18:11 UTC (rev 517) @@ -1253,7 +1253,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2013-07-13 20:15:11 CEST +Last updated 2013-07-13 20:44:54 CEST </div> </div> </body> Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-07-13 18:29:19 UTC (rev 516) +++ fvwm/components/functions/About 2013-07-13 19:18:11 UTC (rev 517) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.3" +*About: Text "$[gt.Version]: 3.2.4" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2013-07-13 18:29:19 UTC (rev 516) +++ man/FVWMCrystalFAQ.1 2013-07-13 19:18:11 UTC (rev 517) @@ -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/18/2013 +.\" Date: 07/13/2013 .\" Manual: FVWM-Crystal -.\" Source: FAQ 3.2.1 +.\" Source: FAQ 3.2.4 .\" Language: English .\" -.TH "FVWM\-CRYSTAL\-FAQ" "1" "06/18/2013" "FAQ 3\&.2\&.1" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL\-FAQ" "1" "07/13/2013" "FAQ 3\&.2\&.4" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -95,7 +95,7 @@ .sp 3\&.11: How to get a consistant look between toolkits? .sp -3\&.12: How can I get my removable media to be mounted with Thunar? +3\&.12: Mounting/unmounting don\(cqt work with all medias? .SH "FREQUENTLY ASKED QUESTIONS" .sp Here are the answers! @@ -820,21 +820,53 @@ First, you must install lxappearance and qtconfig\&. At that time of writing (May 2013), lxappearance have a bug that imply any custom color change will be lost\&. But anyway, it is the best light application to change the GTK+ themes, icons, etc\&. If you want to customize the colors, you can always edit ~/\&.gtkrc\-2\&.0 directly\&. .sp After selecting your favorite GTK+ theme with lxappearance, run qtconfig to select the Default theme to use the system settings, or the GTK+ style to apply your GTK+ settings to QT\&. -.SS "3\&.12 Q: How can I get my removable media to be mounted with Thunar?" +.SS "3\&.12 Q: Mounting/unmounting don\(cqt work with all medias?" .sp -A: Short answer: you can\(cqt, Thunar is a file manager, nothing else\&. \- For the USB and Firewire devices, you can add entries for them in /etc/fstab\&. For example: +A: FVWM\-Crystal dekstop manager use mount, umount for the "regular" partitions and pmount for the removable medias\&. It also support pmount\-gui for the removable medias\&. .sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +For the "regular" partitions, they must be configured in /etc/fstab, and you must have the right to mount them\&. mount/umount will be used\&. For example: +.RE +.sp .if n \{\ .RS 4 .\} .nf +/dev/sdb1 /mnt/work ext4 users,noatime 0 2 +.fi +.if n \{\ +.RE +.\} +.sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +For the USB and Firewire devices, you can add entries for them in /etc/fstab\&. mount/umount will be used\&. For example: +.RE +.sp +.if n \{\ +.RS 4 +.\} +.nf /dev/sdd1 /mnt/usb ext3 users,noatime 0 2 .fi .if n \{\ .RE .\} .sp -They will be mounted at boot and the users tag will let you mount and umount them as users\&. +They will be mounted at boot and the users tag will let you mount and umount them as user\&. .sp .RS 4 .ie n \{\ @@ -844,7 +876,7 @@ .sp -1 .IP \(bu 2.3 .\} -For the USB and Firewire devices not present in the fstab, you can install pmount and pmount\-gui\&. They will be mounted in /media\&. You mwy want to install uam too\&. +For the USB and Firewire devices not present in the fstab, you must install pmount\&. pmount\-gui is also supported\&. They will be mounted in /media\&. You mwy want to install uam too\&. .RE .sp .RS 4 Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2013-07-13 18:29:19 UTC (rev 516) +++ man/fvwm-crystal.1 2013-07-13 19:18:11 UTC (rev 517) @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> .\" Date: 07/13/2013 .\" Manual: FVWM-Crystal -.\" Source: fvwm-crystal 3.2.3 +.\" Source: fvwm-crystal 3.2.4 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "07/13/2013" "fvwm\-crystal 3\&.2\&.3" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "07/13/2013" "fvwm\-crystal 3\&.2\&.4" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |