albertlauncher / albert

A fast and flexible keyboard launcher
https://albertlauncher.github.io
Other
7.2k stars 304 forks source link

Segmentation fault on clean install #1285

Closed philion closed 1 year ago

philion commented 1 year ago

Description

  1. Followed instructions for installing on an ubuntu system as per https://albertlauncher.github.io/installing/
  2. Started albert from the terminal.
  3. A dialog is displayed: "This is the first time you've launched Albert. Albert is plugin based. You have to enable some plugins you want to use." with only an OK button.
  4. Clicked "OK"
  5. Segmentation fault (core dumped)

Every time. Can't move forward and configure plugins.

Expected behavior

The configure plugins dialog would be displayed, and then the app would start properly.

Steps to reproduce

See steps in Description above.

Source

Standard install instructions, https://albertlauncher.github.io/installing/ and https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=albert

Debug output

``` Albert version: 0.22.2 Build date: Aug 14 2023 20:53:45 Qt version: 6.4.2 Build ABI: x86_64-little_endian-lp64 Arch (build/current): x86_64/x86_64 Kernel (type/version): linux/6.2.0-27-generic OS: Ubuntu 23.04 OS (type/version): ubuntu/23.04 $QT_QPA_PLATFORMTHEME: Platform name: xcb Font: Ubuntu,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 Binary location: /usr/bin/albert $PWD: /home/philion $SHELL: /bin/bash $LANG: en_US.UTF-8 Language: English Locale: en_US $XDG_SESSION_TYPE: x11 $XDG_CURRENT_DESKTOP: ubuntu:GNOME $DESKTOP_SESSION: ubuntu $XDG_SESSION_DESKTOP: ubuntu Icon theme: Yaru-purple Segmentation fault (core dumped) ```
philion commented 1 year ago

The only thing that I can think of that might break this is that I'm running Barrier (https://github.com/debauchee/barrier), and the Ubuntu host is running the client. I'll retry without Barrier running.

philion commented 1 year ago

Confirmed failure after reboot with Barrier disabled, same result (segmentation fault).

ManuelSchneid3r commented 1 year ago

Most likely a dupe of #1282