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