Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37816997
en ru br
ALT Linux repos
S:2.54-alt2

Group :: File tools
RPM: keepass

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: keepass-2.35-fedora-config.patch
Download


--- a/KeePass/App/AppDefs.cs
+++ b/KeePass/App/AppDefs.cs
@@ -44,6 +44,8 @@ namespace KeePass.App
 		public static readonly string PluginsDir = "Plugins";
 		public static readonly string PluginProductName = "KeePass Plugin";
 
+		public const string DebianDataDir = "/usr/share/keepass/";
+
 		public static readonly string XslFilesDir = "XSL";
 		public static readonly string XslFileHtmlFull = "KDBX_DetailsFull_HTML.xsl";
 		public static readonly string XslFileHtmlLight = "KDBX_DetailsLight_HTML.xsl";
--- a/KeePass/Forms/AboutForm.cs
+++ b/KeePass/Forms/AboutForm.cs
@@ -132,7 +132,7 @@ namespace KeePass.Forms
 			m_lvComponents.Columns.Add(KPRes.Component, 100);
 			m_lvComponents.Columns.Add(strValueColumn, 100);
 
-			string strExe = WinUtil.GetExecutable();
+			string strExe = AppDefs.DebianDataDir;
 			string strDir = UrlUtil.GetFileDirectory(strExe, true, false);
 
 			AddComponentItem(PwDefs.ShortProductName, strMainVersion, strExe);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin