Package: sirikali
Version: 1.2.3-1
Severity: Important
thanks

Recently, a change in Encfs was found to have broken cryptkeeper, causing it
to use the password 'p' for all operations, regardless of user intput (#852751).
The bug was closed by removing cryptkeeper from Debian.

The issue, however, remains. Sirikali suffers from the same failure. Upstream
encfs has indicated that the problem will be fixed there [1]. If not,
disable encfs
in sirikali.


diff --git a/src/sirikali.cpp b/src/sirikali.cpp
index 388267e..44d32e4 100644
--- a/src/sirikali.cpp
+++ b/src/sirikali.cpp
@@ -148,6 +148,11 @@ void sirikali::setUpApp( const QString& volume )
  }else{
  ac->setText( tr( "%1 Is Not Installed" ).arg( exe ) ) ;
  }
+
+ }
+ else if( exe == "Encfs" ) {
+ ac->setEnabled( false ) ;
+ ac->setText( tr( "%1 Is Disabled" ).arg( exe ) ) ;
  }
  } ;

Reply via email to