Page MenuHomeSolus
Feed Advanced Search

Jul 19 2022

ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

Run sudo eopkg it mesalib --reinstall from a tty and then reboot again. Most likely I should have had install all the other mesalib packages as well, I'll provide instructions for that tomorrow.

Jul 19 2022, 6:50 AM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Oh wait, my system hangs on startup after reboot.

Jul 19 2022, 5:57 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

@joebonrichie Can you add the following to the environment section of the mesalib package?

Jul 19 2022, 5:45 AM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

installed the package and it works. Thanks a lot for the quick fix.

Jul 19 2022, 4:55 AM · Lacks Project

Jul 18 2022

ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

Try running this command:

sudo eopkg it https://solus.reillybrogan.com:8443/mesa-tls/mesalib-22.0.5-175-1-x86_64.eopkg

This should install a patched version of Mesa with the Arch workaround included. This package is built against stable and should be safe for you to install. Note that the next time sync happens your system will detect that mesalib is out of date and try to install the updated version from the stable repo which may or may not have the fix depending on whether the fix makes it to unstable before the next sync, this is intentional because mesalib needs to stay in sync with the rest of your system packages or you'll encounter worse issues.

Jul 18 2022, 11:33 PM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

:-) No i'm on stable. It's my daily driver. Would prefer not to do the switch If possible.

Jul 18 2022, 9:44 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

If you're not already on unstable definitely don't switch to unstable right now to help us test this. There's a bunch of stack updates going on right now and it's not a good time to switch from stable to unstable.

Jul 18 2022, 7:13 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

Are you on unstable? If so I can give you a test mesalib package with the Arch workaround so we can see if that's effective at fixing it (it probably is). Upon further examination of the upstream patches for this issue I think that it's probably not a good idea to try to use them as they touch a ton of places in the mesa source code and probably wouldn't apply cleanly on our older mesa version anyway. We'll most likely just use the Arch workaround until a newer version of mesa with those patches integrated comes out (probably Mesa 22.2 or so).

Jul 18 2022, 7:11 AM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

thanks, this seems to be it. As gnome-calendar does work for me since the last mesalib update, I tried with gnome-control-center and it worked

Jul 18 2022, 7:02 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

If that doesn't segfault and the logs indicate that the crocus driver is being used then the issue is most likely this one, which can be fixed in our mesalib by either trying the Arch workaround or by using these upstream patches if they can be backported to 22.0.x.

Jul 18 2022, 6:20 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

Can someone with the issue please try the following and see if that segfaults?

Jul 18 2022, 6:14 AM · Lacks Project
ReillyBrogan added a comment to T10302: Gnome Calendar Segmentation fault.

I also noticed that I've got this file inside lib64/dri:

-rwxr-xr-x 1 root root 36M 04-08 18:13 iHD_drv_video.so

Jul 18 2022, 6:04 AM · Lacks Project

Jul 15 2022

algent closed T10314: darktable update as Resolved by committing R588:b8f41e0e060a: Update to 4.0.0.
Jul 15 2022, 5:39 PM · Lacks Project
Atriaze created T10314: darktable update .
Jul 15 2022, 3:21 PM · Lacks Project

Jul 14 2022

toudi added a comment to T10302: Gnome Calendar Segmentation fault.

@d0nj0w that's hilarious but gnome-control-center works for me regardless of the parameter, I only have problems with gnome-calendar :D however, thanks to your debug flag, what I did notice was that when I launch gnome-control-center it loads up iris driver, like so:

Jul 14 2022, 2:01 PM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Oh, forgot to mention. The fallback for me is swrast_dri.so. I can see that when I start with the debug option

Jul 14 2022, 1:50 PM · Lacks Project
Jacek added a comment to T10302: Gnome Calendar Segmentation fault.

So I think when it can't mach the set of characters it must be falling back to some other driver, maybe LLVMPipe? So clearly Intel video drivers, both for new GPUs and the old ones are the problem. Could any of you report that on Gnome callendar's bug tracker, or maybe even Mesa bugtracker?

Jul 14 2022, 12:26 PM · Lacks Project
toudi added a comment to T10302: Gnome Calendar Segmentation fault.

I've tried the solution posted by @d0nj0w :

Jul 14 2022, 11:06 AM · Lacks Project

Jul 13 2022

moriel5 added a comment to T10302: Gnome Calendar Segmentation fault.

Hi guys,

sorry for not having reported such a long time. But, I resumed my investigation today and may have found something. @Jacek said

Could it be that on newer Intel graphics using "Iris" driver (Broadwell 5th-gen and up) it works, but this bug only concerns the old i915 driver? Maybe Mesa update to 22.0.5 fixed it for newer processors but not the older?

I found that very interesting and tried some of the mesa parameters for the userspace driver like

MESA_LOADER_DRIVER_OVERRIDE=iris gnome-control-center

Surprisingly this gives me a running gnome-control-center and no segfault (no matter if I put "iris" or some random other text there). So I checked the mesa driver folder befor

ls /usr/lib64/dri/

i830_dri.so            kms_swrast_dri.so      r200_dri.so            radeon_dri.so          virtio_gpu_dri.so
i915_dri.so            nouveau_dri.so         r300_dri.so            radeonsi_dri.so        vmwgfx_dri.so
i965_dri.so            nouveau_drv_video.so   r600_dri.so            radeonsi_drv_video.so  
iris_dri.so            nouveau_vieux_dri.so   r600_drv_video.so      swrast_dri.so

and after the libmesa update

ls /usr/lib64/dri/

crocus_dri.so          nouveau_dri.so         r600_dri.so            radeonsi_drv_video.so  vmwgfx_dri.so
iris_dri.so            nouveau_drv_video.so   r600_drv_video.so      swrast_dri.so          
kms_swrast_dri.so      r300_dri.so            radeonsi_dri.so        virtio_gpu_dri.so

Looks like the old i915, i965, ... drivers have been deleted or better replaced by crocus_dri.so. And guess what gives me the segfault again

MESA_LOADER_DRIVER_OVERRIDE=crocus gnome-control-center

So crocus doesn't work for older Intel integrated GPUs like my HD3000 obviously. But I'm running out of ideas what would be the right fix or if there's any.

Jul 13 2022, 4:31 PM · Lacks Project
Jacek added a comment to T10302: Gnome Calendar Segmentation fault.

Well, the solution is to build i915 again for now on Solus side, and report this issue upstream, on Mesa or gnome calendar bugtracker.

Jul 13 2022, 3:50 PM · Lacks Project

Jul 12 2022

d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Hi guys,

Jul 12 2022, 10:18 PM · Lacks Project
Jacek created T10311: Switch to BFQ IO scheduler for slower drives.
Jul 12 2022, 3:28 PM · Lacks Project
Jacek created T10310: Packaging rest of the ROCm stack.
Jul 12 2022, 10:03 AM · Software

Jul 8 2022

moriel5 added a comment to T10302: Gnome Calendar Segmentation fault.

@moriel5 : I did the procedure you wrote about:

sudo eopkg check | grep Broken
Checking integrity of pysolfc-cardsets                               Broken

so doesn't seem to be the issue

Hmm... It would certainly seem like that.

as for gnome-calendar not being dark, you need to set it in gnome-control-center (as opposed to budgie-control-center). the calendar still won't match the system dark theme but at least it will be dark ;-) as I understand it, it has something to do with the fact that gnome 42 completely blocked user themes.

I'm not a dark theme user, however I use the Arc theme that used to be the default on Linux, and yes, it is due to GNOME devs trying to pull an Apple (you the user do not get to choose what is enjoyable to you, only we, the devs, get to choose for you).

Just for reference, I'm pasting info about my system here:

grep 'model name' /proc/cpuinfo  | head -1
model name	: Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation CometLake-S GT2 [UHD Graphics 630] (rev 03)

lsmod | grep "kms\|drm"
drm_vram_helper        24576  1 vboxvideo
drm_ttm_helper         16384  2 drm_vram_helper,vboxvideo
ttm                    77824  3 drm_vram_helper,drm_ttm_helper,i915
drm_kms_helper        319488  3 drm_vram_helper,vboxvideo,i915
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
cec                    61440  2 drm_kms_helper,i915
drm                   651264  12 drm_kms_helper,drm_vram_helper,vboxvideo,drm_ttm_helper,i915,ttm

glxinfo | grep -i "vendor\|rendering"
direct rendering: Yes
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
    Vendor: Intel (0x8086)
OpenGL vendor string: Intel


grep LoadModule /var/log/Xorg.0.log
[     2.675] (II) LoadModule: "glx"
[     2.694] (II) LoadModule: "modesetting"
[     2.699] (II) LoadModule: "fbdev"
[     2.700] (II) LoadModule: "vesa"
[     2.707] (II) LoadModule: "fbdevhw"
[     2.708] (II) LoadModule: "glamoregl"
[     3.123] (II) LoadModule: "fb"
[     3.308] (II) LoadModule: "libinput"

and again, last lines from the gdb run:

gdb gnome-calendar
Reading symbols from gnome-calendar...
Reading symbols from /usr/lib64/debug/.build-id/7d/5cabfcbfa0e08263fbdd767ec1330902b0acd8.debug...
(gdb) run
( ... )
Thread 1 "gnome-calendar" received signal SIGSEGV, Segmentation fault.
0x00007fffc1cf15b7 in ?? () from /usr/lib64/dri/iris_dri.so

I have then installed dbginfo for mesalib (sudo eopkg it mesalib-dbginfo) and rebooted the machine, however it still doesn't show me what function is exploding

Jul 8 2022, 1:14 PM · Lacks Project
moriel5 added a comment to T10302: Gnome Calendar Segmentation fault.

@moriel5 If you want to see something like a Budgie Calendar, you would need to report it at Budgie's bugtracker, not here.

True, I had simply pointed this out.

Also, they did run sudo eopkg check already, this problem is not due to broken packages. But it really is weird that on your Intel machine it is working.
Could it be that on newer Intel graphics using "Iris" driver (Broadwell 5th-gen and up) it works, but this bug only concerns the old i915 driver? Maybe Mesa update to 22.0.5 fixed it for newer processors but not the older? If that is true, then switching to "Crocus" driver on older processors would fix it, as it uses newer driver code.

That is certainly possible, and would be backed up by the fact that it runs without any issues on my sister's BayTrail-laptop, which relies on Crocus.

Jul 8 2022, 1:08 PM · Lacks Project
toudi added a comment to T10302: Gnome Calendar Segmentation fault.

@moriel5 : I did the procedure you wrote about:

Jul 8 2022, 7:40 AM · Lacks Project

Jul 7 2022

Jacek added a comment to T10302: Gnome Calendar Segmentation fault.

@moriel5 If you want to see something like a Budgie Calendar, you would need to report it at Budgie's bugtracker, not here.
Also, they did run sudo eopkg check already, this problem is not due to broken packages. But it really is weird that on your Intel machine it is working.
Could it be that on newer Intel graphics using "Iris" driver (Broadwell 5th-gen and up) it works, but this bug only concerns the old i915 driver? Maybe Mesa update to 22.0.5 fixed it for newer processors but not the older? If that is true, then switching to "Crocus" driver on older processors would fix it, as it uses newer driver code.

Jul 7 2022, 11:12 PM · Lacks Project
moriel5 added a comment to T10302: Gnome Calendar Segmentation fault.

I had unfortunately missed last week's sync on my laptop (my previous report was from my desktop, where I am using an AMD dGPU, and I did not have time to test until now), however I did not install the .eopkg from the Googler Drive link.

Jul 7 2022, 9:37 AM · Lacks Project
toudi added a comment to T10302: Gnome Calendar Segmentation fault.

maybe we should install each of the dependencies of gnome-calendar debugging symbols and then we could run it with gdb and see where the code explodes ? how could we generate a list of such debug package names?

Jul 7 2022, 7:33 AM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Hi @Staudey , intalled the package this morning. Unfortunatly with no luck, the error is still present. Same error message.

Jul 7 2022, 5:59 AM · Lacks Project

Jul 6 2022

Staudey added a comment to T10302: Gnome Calendar Segmentation fault.

@d0nj0w Okay, updated the packages under the original link. Now they're actually compatible with the stable repository ^^

Jul 6 2022, 9:06 PM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Absolutely no need to apologize ;-). Would have loved to build the package on my own if my packaging skills were ... well existent.

Jul 6 2022, 7:04 PM · Lacks Project
Staudey added a comment to T10302: Gnome Calendar Segmentation fault.

Sorry, seems I accidentally built them against the Unstable repo. Will update them this evening when I get to my PC.

Jul 6 2022, 9:42 AM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

those 2 packages depend on glibc Release 78. But the newest version in the standard repository is 77.

Jul 6 2022, 9:33 AM · Lacks Project

Jul 5 2022

Staudey added a comment to T10302: Gnome Calendar Segmentation fault.

@d0nj0w: If you're up for it, and since I saw you know how to roll back updates and so on, can you try and see if it works for you with the following two updated packages (have to link them from my Google Drive because I don't want to push the changes just yet, in case it turns out to be for nothing):

Jul 5 2022, 5:48 PM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

Confirmed, Intel Core i5 2500K with integrated HD 3000 graphics.

Jul 5 2022, 4:36 PM · Lacks Project
Staudey added a comment to T10302: Gnome Calendar Segmentation fault.

sorry for creating a duplicate task earlier.

Jul 5 2022, 4:32 PM · Lacks Project
dms added a comment to T10302: Gnome Calendar Segmentation fault.

Some further info. This fault occurs on both my laptops with built in intel GPU. One is an old install of Solus of a few years rolling updates. My second is a fresh install a few months ago due to a SSD drive upgrade. Both are fully updated. Both the same fault.

Jul 5 2022, 4:30 PM · Lacks Project
d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.
In T10302#196678, @dms wrote:

Still getting the same seg fault and now running on the updated mesalib 22.0.5. For info I do not have the 32 bit version installed.

gnome-calendar

(gnome-calendar:1410): GLib-GObject-WARNING **: 20:13:55.963: ../gobject/gsignal.c:2510: signal 'size-allocate' is invalid for instance '0x56516b130360' of type 'GcalWindow'
Segmentation fault (core dumped)

Jul 5 2022, 10:45 AM · Lacks Project
toudi added a comment to T10302: Gnome Calendar Segmentation fault.

sorry for creating a duplicate task earlier.

Jul 5 2022, 7:30 AM · Lacks Project

Jul 3 2022

dms reopened T10302: Gnome Calendar Segmentation fault as "Open".

Still getting the same seg fault and now running on the updated mesalib 22.0.5. For info I do not have the 32 bit version installed.

Jul 3 2022, 7:20 PM · Lacks Project

Jul 1 2022

Staudey added a comment to T10306: gnome-calendar (version 42.1) segfaults.

Thanks for providing a lot of info, but this problem should be resolved with the mesalib update. See main task for more details.

Jul 1 2022, 9:32 PM · Lacks Project
Staudey merged T10306: gnome-calendar (version 42.1) segfaults into T10302: Gnome Calendar Segmentation fault.
Jul 1 2022, 9:31 PM · Lacks Project
Staudey merged task T10306: gnome-calendar (version 42.1) segfaults into T10302: Gnome Calendar Segmentation fault.
Jul 1 2022, 9:31 PM · Lacks Project
toudi renamed T10306: gnome-calendar (version 42.1) segfaults from gnome-calendar segfaults to gnome-calendar (version 42.1) segfaults.
Jul 1 2022, 12:13 PM · Lacks Project
toudi created T10306: gnome-calendar (version 42.1) segfaults.
Jul 1 2022, 12:13 PM · Lacks Project
joebonrichie closed T10302: Gnome Calendar Segmentation fault as Resolved by committing R2066:c30fbde3d329: Update to 22.0.5.
Jul 1 2022, 10:20 AM · Lacks Project

Jun 30 2022

d0nj0w added a comment to T10302: Gnome Calendar Segmentation fault.

I use the Gnome version of Solus and this looks much like the issue I had. Mesalib 22.0.4 is broken. In my case it does not only effect gnome-calendar. It also crashes gnome-control-center and gnome-extensions on startup. Which is a hug pain point to me.

Jun 30 2022, 9:24 PM · Lacks Project

Jun 28 2022

dms added a comment to T10302: Gnome Calendar Segmentation fault.

sudo eopkg check found 1 broken ttl font package which I fixed. Also tried the mesalib suggestion but still the same issue. I can confirm this fault also exists on my other laptop of a different brand that has a fairly recent new install of Solus. I will see if it gets fixed on some update.

Jun 28 2022, 6:11 PM · Lacks Project

Jun 27 2022

Staudey added a comment to T10302: Gnome Calendar Segmentation fault.

Now this is quite a shot in the dark, but somebody on the forums tracked their issues back to the mesalib package. Could you try if sudo eopkg it --reinstall mesalib (probably best followed by a restart) fixes this issue for you?

Jun 27 2022, 7:01 PM · Lacks Project
moriel5 added a comment to T10302: Gnome Calendar Segmentation fault.

I can confirm that GNOME Calendar works as expected (not very well, however that is due to GNOME devs' stance in regards to libadwaita and GTK4) here, and I am on a fully updated build here with the Shannon channel as well.

Jun 27 2022, 6:56 PM · Lacks Project
Jacek added a comment to T10302: Gnome Calendar Segmentation fault.

It is also useful to do sudo eopkg check when an app fails, and do sudo eopkg it --reinstall {appname} if any shows up as broken.

Jun 27 2022, 3:18 PM · Lacks Project

Jun 26 2022

dms added a comment to T10302: Gnome Calendar Segmentation fault.

It used to work but must have broke on the last update or so. My Solus is fully up to date using the above repo which I guess is stable. Also on Budgie.

Jun 26 2022, 3:51 PM · Lacks Project
EbonJaeger added a comment to T10302: Gnome Calendar Segmentation fault.

GNOME Calendar is working for me on Budgie, fully updated (on Unstable). Are you on the Stable repository (eopkg lr)? If so it might be something that will be fixed for you on next sync (currently scheduled for Tuesday).

Jun 26 2022, 3:30 PM · Lacks Project
dms created T10302: Gnome Calendar Segmentation fault.
Jun 26 2022, 2:51 PM · Lacks Project

Jun 25 2022

Jacek added a comment to T10273: Discord voice crashes.

Also, on Discord's Github it seems they finally started work on using newer Electron version, so hopefully they will update it in their client soon, and it might fix some of the issues.

Jun 25 2022, 1:00 PM · Lacks Project
Girtablulu closed T10273: Discord voice crashes as Wontfix.

we really can't do anything regarding discord, we are allowed to ship it but not modify anything on it

Jun 25 2022, 12:47 PM · Lacks Project
playforvoices created T10298: Wrong keyboard layout at KDE login screen.
Jun 25 2022, 8:08 AM · Plasma

Jun 22 2022

GZGavinZhao added a revision to T10209: LAPACK: D13305: Resurrect lapack to version 3.10.1.
Jun 22 2022, 7:55 PM · Software

Jun 20 2022

joebonrichie created T10295: clang cannot find gcc toolchain libstdc++ headers when using rust's x86_64-unknown-linux-gnu triplet.
Jun 20 2022, 9:46 PM · Software

Jun 19 2022

solarmass closed T10293: Kodi often crashes when using YouTube addon as Resolved.

Yay!

Jun 19 2022, 6:23 PM · Lacks Project
solarmass added a comment to T10293: Kodi often crashes when using YouTube addon.

What is resolution of video you experience crash?

Jun 19 2022, 6:21 PM · Lacks Project
nazar added a comment to T10293: Kodi often crashes when using YouTube addon.

I tried YT video with 720p resolution, played ok. Need more info reproducing the issue.

  • What is resolution of video you experience crash?
  • is this DRM enabled video maybe?
  • link to the video might help
Jun 19 2022, 5:06 AM · Lacks Project
solarmass created T10293: Kodi often crashes when using YouTube addon.
Jun 19 2022, 1:28 AM · Lacks Project

Jun 16 2022

Girtablulu closed T10287: InputStream Adaptive Kodi addon is missing as Resolved by committing R1571:001ca2e2bb5b: Kodi with original binary-addons.
Jun 16 2022, 1:11 PM · Lacks Project

Jun 15 2022

nazar added a revision to T10287: InputStream Adaptive Kodi addon is missing: D13279: Kodi with original binary-addons.
Jun 15 2022, 11:38 AM · Lacks Project

Jun 12 2022

nazar added a comment to T10287: InputStream Adaptive Kodi addon is missing.

I'll be looking into it
Edit:

Jun 12 2022, 5:35 AM · Lacks Project
EbonJaeger added a comment to T10287: InputStream Adaptive Kodi addon is missing.

I only looked at this briefly, but it seems that all of the addon stuff in /usr/lib/kodi is not present in the .eopkg (and thus is not installed; they're not in /usr/lib64, either), though they appear in the pspec file. This is the first time I've seen that happen, so I don't know more than that.

Jun 12 2022, 4:03 AM · Lacks Project
solarmass created T10287: InputStream Adaptive Kodi addon is missing.
Jun 12 2022, 3:45 AM · Lacks Project

Jun 9 2022

klausb created T10283: gnome-control-center fails to start.
Jun 9 2022, 11:32 AM · Software
klausb renamed T10280: Pitivi application launch fail from gnome control center and Pitivi application launch fail to Pitivi application launch fail.
Jun 9 2022, 11:30 AM · Software
padraig created T10282: Krita crashes when trying to save file.
Jun 9 2022, 10:55 AM · Software

Jun 7 2022

raenk added a comment to T10275: Mailspring broken.

I have this issue in at least a couple of machines. These are the specs of one of them:

Jun 7 2022, 4:13 PM · Software

Jun 6 2022

joebonrichie added a comment to T10280: Pitivi application launch fail.

Please create a separate task for gnome-control-center issue so I can close this one. Pitivi should be working now but only minimally tested.

Jun 6 2022, 1:19 PM · Software
klausb created T10280: Pitivi application launch fail.
Jun 6 2022, 11:39 AM · Software
Abhinav1217 added a comment to T10274: Pinta package is outdated, latest version is 2.0.2.

This is blocked by T2325

Jun 6 2022, 5:59 AM · Lacks Project, Software

Jun 4 2022

algent triaged T10274: Pinta package is outdated, latest version is 2.0.2 as Normal priority.
Jun 4 2022, 9:29 PM · Lacks Project, Software
algent added a comment to T10274: Pinta package is outdated, latest version is 2.0.2.

This is blocked by T2325

Jun 4 2022, 9:28 PM · Lacks Project, Software
brent added a comment to T10275: Mailspring broken.

bruce, I may have auditioned mailspring before the last 2 updates. so trying it again in realtime.

Jun 4 2022, 7:29 PM · Software
brucehankins added a comment to T10275: Mailspring broken.

Okay, tested against Lenovo w/newer AMD, 2014 dual core Intel/HP, and 7th gen Intel/Nvidia combo. Mailspring runs fine on all my configurations.

Jun 4 2022, 6:03 PM · Software
brent added a comment to T10275: Mailspring broken.

@brucehankins older intel quad core with mt 430 and MSI board. First thing I thought of every time blank, black Mailspring launched unusable was "theming." (Qogir Darl and Korla on Budgie). I wonder if @raenk shares any of these similar variables?

Jun 4 2022, 3:45 PM · Software
brucehankins added a comment to T10275: Mailspring broken.

Mailspring 1.10.3-41 has no issues on my laptop. What hardware are you using?

Jun 4 2022, 1:19 PM · Software

Jun 3 2022

brent added a comment to T10275: Mailspring broken.

can confirm what raenk said. complete blackout when I auditioned email clients this week. terminal threw a lot of errors. launches from menu black, launches from terminal black. unusable. so uninstalled. if bypass works then disregard, I only posted to say I could replicate OP's problem.

Jun 3 2022, 12:39 AM · Software

Jun 2 2022

DataDrake changed the status of T10276: Ecommerce App Development Company from Spite to Locked.
Jun 2 2022, 7:45 PM · Lacks Project
DataDrake closed T10276: Ecommerce App Development Company as Spite.
Jun 2 2022, 7:45 PM · Lacks Project
evabutler410 updated the task description for T10276: Ecommerce App Development Company.
Jun 2 2022, 12:29 PM · Lacks Project
evabutler410 created T10276: Ecommerce App Development Company.
Jun 2 2022, 12:28 PM · Lacks Project
raenk added a comment to T10275: Mailspring broken.

I don't have the exact errors (log) right now as I have downgraded it. But, executing it from CLI, I do remember a bunch of complaints regarding GPU.
In my case, the app simply didn't show. It does execute because the tray icon is there, although not visible (empty space). But I can right click on it and get the options and can quit it from there.

Jun 2 2022, 12:21 AM · Software

Jun 1 2022

Staudey added a comment to T10275: Mailspring broken.

Hmm, I could get it to work by passing the --disable-gpu argument, so it might be related to this fix: https://github.com/Foundry376/Mailspring/commit/a476c230890001ffb11be65e6071bc8985a8ad42

Jun 1 2022, 4:56 PM · Software
raenk created T10275: Mailspring broken.
Jun 1 2022, 4:06 PM · Software
Abhinav1217 created T10274: Pinta package is outdated, latest version is 2.0.2.
Jun 1 2022, 1:09 PM · Lacks Project, Software

May 31 2022

alexanderzhirov added a comment to T10206: The microphone does not work on the 5.15 core.

Will this thing ever be able to work again in the future?

May 31 2022, 4:29 PM · Hardware
EbonJaeger added a comment to T10273: Discord voice crashes.

This is a Discord issue, sadly. It's been a problem for years at this point, with nothing done about it. There are reports of it across various distros, such as this one.

May 31 2022, 2:52 PM · Lacks Project
kaktuspalme added a comment to T10273: Discord voice crashes.

I also have those crashes, at least since December last year, probably even longer. Also using a USB Headset.
The Flatpak version is also my solution at the moment.

May 31 2022, 7:19 AM · Lacks Project
Jacek added a comment to T10273: Discord voice crashes.

Could you see if it crashes when you are using speakers instead of this USB headset?

May 31 2022, 7:06 AM · Lacks Project
LupusSapien added a comment to T10273: Discord voice crashes.

Wired USB headset, so not Bluetooth. I did not move to experimental. Crashing started after an update but I don't remember which one as I kept procrastinating on reporting the bug. Until I uninstalled it about a week ago, I was fully up to date according to EOPkg. I'm running the flatpak of it now and it doesn't crash even watching several hour long streams with voice chatting, so I don't think it's strictly a hardware issue.

May 31 2022, 7:01 AM · Lacks Project
Jacek added a comment to T10273: Discord voice crashes.

Could you give more info? Are you using Bluetooth? Did you move to experimental pipewire? Probably not a problem, but what GPU do you have? Are you fully updated?

May 31 2022, 6:52 AM · Lacks Project

May 30 2022

LupusSapien created T10273: Discord voice crashes.
May 30 2022, 9:47 PM · Lacks Project

May 29 2022

Atari closed T10228: Can't see symlinks on samba or sftp file shares as Resolved.

Thank you for looking into this.

May 29 2022, 9:47 AM · Lacks Project

May 28 2022

sangheeta added a comment to T10272: Selecting "Format..." in USB drive context menu in Files does nothing. .

Yes, same here, nothing Happens.

May 28 2022, 6:25 AM · Software