Summary: | file associations: XML files should open in a text editor | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Diggory Hardy <kde2> |
Component: | kcm_filetypes | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | david.perez.ingeniero |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | rendering of an XML file |
Description
Diggory Hardy
2014-01-20 12:31:54 UTC
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone! Krusader in KDE Neon 18.04, shows XML files as HTML, and it is hard to understand anything. So, this bug is still active. Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Created attachment 155397 [details]
rendering of an XML file
I've attache how an XML file with these contents: ``` <!--Configuracion de trazado para usar en produccion. En Eclipse se usa logback-test.xml. https://fccmadoc.atlassian.net/wiki/display/DEV/Trazado http://logback.qos.ch/manual/configuration.html--> <configuration> <include resource="logback-base.xml"/> <!--Trazar a fichero, rotando y comprimiendo cada dia--> <appender name="Fichero" class="ch.qos.logback.core.rolling.RollingFileAppender"> <!--Si se cambia el nombre o ubicacion de fichero, actualizar chkstart.py--> <file>../logs/ima.log</file> <encoder> <!--Si se cambia %.-1level\), actualizar chkstart.py para que detecte errores.--> <pattern>%date{HH:mm:ss} %.-1level\) <%replace(%thread){'Thread|thread|qtp\d+-|Scheduler_Worker-',''}> %logger{15} %mdcTodo{params,equipo} %msj\n%exc</pattern> </encoder> <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> <!-- Rotacion diaria, visibles con zgrep --> <fileNamePattern>../logs/ima%d{ddMMMyyyy}.%i.gz</fileNamePattern> <!-- Mantener 30 dias de historia--> <maxFileSize>300MB</maxFileSize> <maxHistory>20</maxHistory> <totalSizeCap>25GB</totalSizeCap> </rollingPolicy> </appender> <root level="warn"> <appender-ref ref="ErrorConversionPorCorreo" /> <appender-ref ref="Fichero" /> </root> </configuration> ``` is rendered. Completely useless. Using recent version of KDE Neon based on Ubuntu 22.04. KDE 5.26 |