Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37805254
en ru br
ALT Linux repos
5.0: 1.0.13-alt0.M50.1
4.1: 1.0.13-alt0.M41.1
4.0: 1.0.7-alt2.M40.1

Group :: Networking/Remote access
RPM: italc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: italc-1.0.9.1.6-ubuntu-username.patch
Download


 ica/src/local_system_ica.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ica/src/local_system_ica.cpp b/ica/src/local_system_ica.cpp
index 88fdac6..7cd6456 100644
--- a/ica/src/local_system_ica.cpp
+++ b/ica/src/local_system_ica.cpp
@@ -394,7 +394,7 @@ QString currentUser( void )
 		}
 
 		return( QString( "%1 (%2)" ).
-				arg( QString::fromUtf8( pw_entry->pw_gecos ) ).
+				arg( QString::fromUtf8( pw_entry->pw_gecos ).replace( ",,,", "" ) ).
 				arg( QString::fromUtf8( pw_entry->pw_name ) ) );
 	}
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin