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

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

    <bug>
          <bug_id>34763</bug_id>
          
          <creation_ts>2018-04-04 12:26:50 +0300</creation_ts>
          <short_desc>Не открывает файлы *.cs - Error while loading style :Light</short_desc>
          <delta_ts>2019-02-01 15:45:50 +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>monodevelop</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Константин Артюшкин">akv</reporter>
          <assigned_to name="Anton Farygin">rider</assigned_to>
          <cc>darktemplaralt</cc>
    
    <cc>rider</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>170223</commentid>
    <comment_count>0</comment_count>
    <who name="Константин Артюшкин">akv</who>
    <bug_when>2018-04-04 12:26:50 +0300</bug_when>
    <thetext>1) Запустить monodevelop
2a) Создать новый проект -&gt; Общий проект -&gt; test
Либо
2b) Попытаться открыть любой *.cs файл из существующих проектов

Результат : Получаем окно с ошибкой
  Не удалось открыть файл &quot;/home/guest/Projects/test/test/MyClass.cs&quot;.
  Error while loading style :Light

После чего работать нельзя

При этом с файлом всё в порядке:
$ file Projects/test/test/MyClass.cs 
Projects/test/test/MyClass.cs: UTF-8 Unicode (with BOM) C++ program text

$ cat Projects/test/test/MyClass.cs 
using System;
namespace test
{
	public class MyClass
	{
		public MyClass()
		{
		}
	}
}


В консоль ничего не выводится, что такое Light не понятно. strace молчит в момент открытия файла *.cs.

Воспроизводится как в Sisyphus, так и в p8</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170426</commentid>
    <comment_count>1</comment_count>
    <who name="Aleksei Nikiforov">darktemplaralt</who>
    <bug_when>2018-04-16 14:36:43 +0300</bug_when>
    <thetext>Если на Sisyphus обновить mono и monodevelop до последних версий (5.10.0.157-alt2.S1 и 6.3.0.864-alt1.S1 соответственно), проблема воспроизводится?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>178067</commentid>
    <comment_count>2</comment_count>
    <who name="Aleksei Nikiforov">darktemplaralt</who>
    <bug_when>2019-02-01 15:45:50 +0300</bug_when>
    <thetext>Не удаётся воспроизвести.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>