Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37914510
en ru br
ALT Linux repos
S:0.6-alt22

Group :: Graphical desktop/KDE
RPM: quick-usb-formatter

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-fix-hang-format-ext-filesystem.patch
Download


--- a/src/window.cpp
+++ b/src/window.cpp
@@ -218,6 +218,7 @@ void Window::performAction(KAuth::Action
     else if(filesystem == QString("ext4")){
         qDebug() << "**** FORMATTING AS EXT4";
 
+        args << "-F";
         if(label.isEmpty())
             args << "-t" << "ext4" << "-v" << dirDev;
         else
@@ -229,6 +230,7 @@ void Window::performAction(KAuth::Action
 
         qDebug() << "**** FORMATTING AS EXT2";
 
+        args << "-F";
         if(label.isEmpty())
             args << "-t" << "ext2" << "-v" << dirDev;
         else
@@ -240,6 +242,7 @@ void Window::performAction(KAuth::Action
 
          qDebug() << "**** FORMATTING AS EXT3";
 
+        args << "-F";
         if(label.isEmpty())
             args << "-t" << "ext3" << "-v" << dirDev;
         else
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin