<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>39342</bug_id>
          
          <creation_ts>2020-11-25 11:15:21 +0300</creation_ts>
          <short_desc>unbound variable в /usr/bin/remmina-file-wrapper</short_desc>
          <delta_ts>2025-06-24 18:08:42 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>remmina</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Anton Shevtsov">shevtsov.anton</reporter>
          <assigned_to name="Andrey Cherepanov">cas</assigned_to>
          <cc>cas</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>194454</commentid>
    <comment_count>0</comment_count>
    <who name="Anton Shevtsov">shevtsov.anton</who>
    <bug_when>2020-11-25 11:15:21 +0300</bug_when>
    <thetext>если запускать из меню, то не запускается потому что в файлике /usr/bin/remmina-file-wrapper из коробки вот такая ошибка
/usr/bin/remmina-file-wrapper: line 49: @: unbound variable

я сделал костыль, с которым работает

--- ./remmina-file-wrapper.orig 2020-11-25 11:48:00.478255692 +0500
+++ ./remmina-file-wrapper      2020-11-25 13:09:32.061607112 +0500
@@ -46,6 +46,10 @@
         &quot;$REMMINA&quot; &quot;${@#remmina:\/\/}&quot;
         ;;
     *)
+       if [[ &quot;$#&quot; == 0 ]]; then 
+       &quot;$REMMINA&quot; 
+       else
         &quot;$REMMINA&quot; &quot;${@}&quot;
+       fi
         ;;
 esac</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>267741</commentid>
    <comment_count>1</comment_count>
    <who name="Andrey Cherepanov">cas</who>
    <bug_when>2025-06-24 18:08:42 +0300</bug_when>
    <thetext>Не воспроизводится в remmina 1.4.40-alt1: запускается прямо из меню.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>