lubot | [telegram] <charlysfeliz> Yo estuve unos 10 min con chrome y me anduvo bien, vi youtube, instagram y alguna busqueda de google... Despues actualicé desde el gestor de lubuntu, tambuen hice update&upgrade, y hasta refresque snap... Reinicie y otros 10 min con chrome sin problemas | 00:01 |
---|---|---|
lubot | [telegram] <Gabriel> Hola buenas, vivo en lubuntu 22.04.02 y tenía una duda, los programas en app image, han de "desinstalarse" del sistema de alguna forma?? | 13:01 |
lubot | [telegram] <Rodrigo> simplemente borrás el archivo appimage (re @Gabriel: Hola buenas, vivo en lubuntu 22.04.02 y tenía una duda, los programas en app image, han de "desinstalarse" del sistema de alguna forma??) | 13:03 |
lubot | [telegram] <Rodrigo> no hay que desinstalar nada | 13:03 |
lubot | [telegram] <Rodrigo> Gente, consulta: | 13:07 |
lubot | [telegram] <Rodrigo> - abro el featherpad y creo un archivo nuevo | 13:07 |
lubot | [telegram] <Rodrigo> - cuando quiero guardar no me deja guardarlo en el directorio que yo quiero (una carpeta persona, 'normal' en mi disco rígido - notengo drama con ningún otro programa), solamente me deja guardarlo en un subdirectorio del desktop | 13:07 |
lubot | [telegram] <Rodrigo> | 13:07 |
lubot | [telegram] <Rodrigo> ¿alguna idea? | 13:07 |
lubot | [telegram] <alitor2022> Yo abrí Chrome simplemente para probar ya que en verdad utilizo diariamente Brave. He reiniciado y sigue igual. Esto sucedió después de un sudo apt update y sudo apt dist-upgrade. (re @mchoaib: Vos sabes que Chrome me tira error grafico y tuve que usar su hermano Chromium?) | 13:30 |
lubot | [telegram] <alitor2022> Eso te pasó ayer? (re @mchoaib: Vos sabes que Chrome me tira error grafico y tuve que usar su hermano Chromium?) | 13:34 |
lubot | [telegram] <Gabriel> Gracias! (re @Rodrigo: simplemente borrás el archivo appimage) | 14:16 |
lubot | [telegram] <luisleonet> buenas dias me aparece este error al intentar actualizar : https://matterbridge.lubuntu.me/5ab917d1/file_9712.jpg | 15:48 |
lubot | [telegram] <Roberalz> Tienes espacio en disco? | 15:50 |
lubot | [telegram] <luisleonet> 10 gb | 15:50 |
lubot | [telegram] <Roberalz> sudo chmod 777 /tmp | 15:52 |
lubot | [telegram] <luisleonet> https://matterbridge.lubuntu.me/209feab1/file_9713.jpg | 15:53 |
lubot | [telegram] <Roberalz> El sistema está en solo lectura | 15:53 |
lubot | [telegram] <Roberalz> Por lo que no te deja hacer nada | 15:53 |
lubot | [telegram] <luisleonet> que sera el dico duro esta malo? | 15:54 |
lubot | [telegram] <Roberalz> https://www.linuxadictos.com/solucion-al-error-read-only-file-system.html | 15:54 |
lubot | [telegram] <Roberalz> Puede see | 15:54 |
lubot | [telegram] <Roberalz> Pero también puede ser que sea un error lógico en el disco | 15:55 |
lubot | [telegram] <alitor2022> https://matterbridge.lubuntu.me/790fd92e/screen128.jpg | 16:04 |
lubot | [telegram] <alitor2022> https://matterbridge.lubuntu.me/87f1d154/screen129.jpg | 16:04 |
lubot | [telegram] <alitor2022> Ahí mandé captura de lo que pasa con Brave | 16:04 |
lubot | [telegram] <alitor2022> alitoreinaldi@alitoreinaldi-te5:~$ brave-browser | 16:05 |
lubot | [telegram] <alitor2022> [2082:2082:0525/130455.901170:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. | 16:05 |
lubot | [telegram] <alitor2022> [2117:2117:0525/130457.659978:ERROR:shared_context_state.cc(77)] Skia shader compilation error | 16:05 |
lubot | [telegram] <alitor2022> ------------------------ | 16:05 |
lubot | [telegram] <alitor2022> // Vertex SKSL | 16:05 |
lubot | [telegram] <alitor2022> #extension GL_NV_shader_noperspective_interpolation : require | 16:05 |
lubot | [telegram] <alitor2022> in half2 a_vertex;uniform half4 u_texCoordXform;uniform half4 u_posXform;noperspective out half2 v_texCoord;void main() {v_texCoord = half2(a_vertex.xy * u_texCoordXform.xy + u_texCoordXform.zw);sk_Position.xy = a_vertex * u_posXform.xy + u_posXform.zw;sk_Position.zw = half2(0, 1);} | 16:05 |
lubot | [telegram] <alitor2022> // Fragment SKSL | 16:05 |
lubot | [telegram] <alitor2022> #extension GL_NV_shader_noperspective_interpolation : require | 16:05 |
lubot | [telegram] <alitor2022> noperspective in half2 v_texCoord;uniform sampler2D u_texture;void main() {sk_FragColor = sample(u_texture, v_texCoord);} | 16:05 |
lubot | [telegram] <alitor2022> // Vertex GLSL | 16:05 |
lubot | [telegram] <alitor2022> #version 300 es | 16:05 |
lubot | [telegram] <alitor2022> | 16:05 |
lubot | [telegram] <alitor2022> #extension GL_NV_shader_noperspective_interpolation : require | 16:05 |
lubot | [telegram] <alitor2022> precision mediump float; | 16:05 |
lubot | [telegram] <alitor2022> precision mediump sampler2D; | 16:05 |
lubot | [telegram] <alitor2022> in mediump vec2 a_vertex; | 16:05 |
lubot | [telegram] <alitor2022> uniform mediump vec4 u_texCoordXform; | 16:05 |
lubot | [telegram] <alitor2022> uniform mediump vec4 u_posXform; | 16:05 |
lubot | [telegram] <alitor2022> noperspective out mediump vec2 v_texCoord; | 16:05 |
lubot | [telegram] <alitor2022> void main() { | 16:05 |
lubot | [telegram] <alitor2022> v_texCoord = a_vertex * u_texCoordXform.xy + u_texCoordXform.zw; | 16:05 |
lubot | [telegram] <alitor2022> gl_Position.xy = a_vertex * u_posXform.xy + u_posXform.zw; | 16:05 |
lubot | [telegram] <alitor2022> gl_Position.zw = vec2(0.0, 1.0); | 16:05 |
lubot | [telegram] <alitor2022> } | 16:05 |
lubot | [telegram] <alitor2022> | 16:05 |
lubot | [telegram] <alitor2022> // Fragment GLSL | 16:05 |
lubot | [telegram] <alitor2022> #version 300 es | 16:05 |
lubot | [telegram] <alitor2022> | 16:05 |
lubot | [telegram] <alitor2022> #extension GL_NV_shader_noperspective_interpolation : require | 16:05 |
lubot | [telegram] <alitor2022> precision mediump float; | 16:05 |
lubot | [telegram] <alitor2022> Estoy buscando en la web qué onda con "Skia shader compilation error" | 16:07 |
lubot | [telegram] <Roberalz> Creo recordar que es un bug del programa (re @Rodrigo: Gente, consulta: | 16:07 |
lubot | [telegram] <Roberalz> - abro el featherpad y creo un archivo nuevo | 16:07 |
lubot | [telegram] <Roberalz> - cuando quiero guardar no me deja guardarlo en el directorio que yo quiero (una carpeta persona, 'normal' en mi disco rígido - notengo drama con ningún otro programa), solamente me deja guardarlo en un subdirectorio del desktop | 16:07 |
lubot | [telegram] <Roberalz> | 16:07 |
lubot | [telegram] <Roberalz> ¿alguna idea?) | 16:07 |
lubot | [telegram] <Roberalz> Pero lo probaré | 16:08 |
lubot | [telegram] <Roberalz> Es un bug (re @alitor2022: alitoreinaldi@alitoreinaldi-te5:~$ brave-browser | 16:11 |
lubot | [telegram] <Roberalz> [2082:2082:0525/130455.901170:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. | 16:11 |
lubot | [telegram] <Roberalz> [2117:2117:0525/130457.659978:ERROR:shared_context_state.cc(77)] Skia shader compilation error | 16:11 |
lubot | [telegram] <Roberalz> ------------------------ | 16:11 |
lubot | [telegram] <Roberalz> // Vertex SKSL | 16:11 |
lubot | [telegram] <Roberalz> #extension GL_NV_shader_noperspective_interpolation : require | 16:11 |
lubot | [telegram] <Roberalz> in half2 a_vertex;uniform half4 u_texCoordXform;uniform half4 u_posXform;noperspective out half2 v_texCoord;void main() {v_texCoord = half2(a_vertex.xy * u_texCoordXform.xy + u_texCoordXform.zw);sk_Position.xy = a_vertex * u_posXform.xy + u_posXform.zw;sk_Position.zw = half2(0, 1);} | 16:11 |
lubot | [telegram] <Roberalz> // Fragment SKSL | 16:11 |
lubot | [telegram] <Roberalz> #extension GL_NV_shader_noperspective_interpolation : require | 16:11 |
lubot | [telegram] <Roberalz> noperspective in half2 v_texCoord;uniform sampler2D u_texture;void main() {sk_FragColor = sample(u_texture, v_texCoord);} | 16:11 |
lubot | [telegram] <Roberalz> // Vertex GLSL | 16:11 |
lubot | [telegram] <Roberalz> #version 300 es | 16:11 |
lubot | [telegram] <Roberalz> | 16:11 |
lubot | [telegram] <Roberalz> #extension GL_NV_shader_noperspective_interpolation : require | 16:11 |
lubot | [telegram] <Roberalz> precision mediump float; | 16:11 |
lubot | [telegram] <Roberalz> precision mediump sampler2D; | 16:11 |
lubot | [telegram] <Roberalz> in mediump vec2 a_vertex; | 16:11 |
lubot | [telegram] <Roberalz> uniform mediump vec4 u_texCoordXform; | 16:11 |
lubot | [telegram] <Roberalz> uniform mediump vec4 u_posXform; | 16:11 |
lubot | [telegram] <Roberalz> noperspective out mediump vec2 v_texCoord; | 16:11 |
lubot | [telegram] <Roberalz> void main() { | 16:11 |
lubot | [telegram] <Roberalz> v_texCoord = a_vertex * u_texCoordXform.xy + u_texCoordXform.zw; | 16:11 |
lubot | [telegram] <Roberalz> gl_Position.xy = a_vertex * u_posXform.xy + u_posXform.zw; | 16:11 |
lubot | [telegram] <Roberalz> gl_Position.zw = vec2(0.0, 1.0); | 16:11 |
lubot | [telegram] <Roberalz> } | 16:11 |
lubot | [telegram] <Roberalz> | 16:11 |
lubot | [telegram] <Roberalz> // Fragment GLSL | 16:11 |
lubot | [telegram] <Roberalz> #version 300 es | 16:11 |
lubot | [telegram] <Roberalz> | 16:11 |
lubot | [telegram] <Roberalz> #extension GL_NV_shader_noperspective_interpolation : require | 16:11 |
lubot | [telegram] <Roberalz> precision mediump float; | 16:11 |
lubot | [telegram] <Roberalz> https://bugs.chromium.org/p/chromium/issues/detail?id=1442633 | 16:11 |
lubot | [telegram] <alitor2022> "removing the GPUCache", cómo lo hago? | 16:14 |
lubot | [telegram] <Roberalz> Supuestamente es una carpeta que debería de estar en tu home de usuario | 16:20 |
lubot | [telegram] <alitor2022> Ahí estoy indagando | 16:21 |
lubot | [telegram] <alitor2022> Gracias | 16:21 |
lubot | [telegram] <alitor2022> Problema resuelto | 16:23 |
lubot | [telegram] <alitor2022> Borré esos archivos y volví a abrir Brave funcionando ok | 16:23 |
lubot | [telegram] <alitor2022> Muchas gracias | 16:24 |
lubot | [telegram] <alitor2022> https://matterbridge.lubuntu.me/3b684715/screen130.jpg | 16:24 |
lubot | [telegram] <Rodrigo> ok gracias! (re @Roberalz: Creo recordar que es un bug del programa) | 18:55 |
lubot | [telegram] <Rodrigo> yo también tengo problemas desde ayer con Chrome, pensé que era problema mío así que lo reinstalé, pero se sigue portando raro... lo único que cambió es que activé el backport y actualicé lqxt, pero no se si está o no relacionado con eso (re @alitor2022: Eso te pasó ayer?) | 18:57 |
lubot | [telegram] <César> No debería, los backports solo traen updates de LXQt y no afectan a Chrome (re @Rodrigo: yo también tengo problemas desde ayer con Chrome, pensé que era problema mío así que lo reinstalé, pero se sigue portando raro... lo único que cambió es que activé el backport y actualicé lqxt, pero no se si está o no relacionado con eso) | 18:59 |
lubot | [telegram] <mchoaib> me paso hace 3 o 4 dias.... Y por eso me pase a Chromium (re @alitor2022: Eso te pasó ayer?) | 19:58 |
lubot | [telegram] <Roberalz> Es un bug sin solución de momento a no ser que se borre la carpeta que se puso arriba | 21:14 |
lubot | [telegram] <Rodrigo> En la mañana me volvió a salir el tema del grub : https://matterbridge.lubuntu.me/b32a4d65/file_9718.jpg | 23:29 |
lubot | [telegram] <Rodrigo> Lo apague, y después prendió normal (necesitaba hacer algo urgente, por eso traté de salir del paso) | 23:31 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!