Nitrux / maui-shell

Maui Shell is a convergent shell for desktops, tablets, and phones.
GNU Lesser General Public License v3.0
1.49k stars 50 forks source link

Can't login to Cask (X11) in Debian (sid) #13

Closed Netherquark closed 2 years ago

Netherquark commented 2 years ago

Unable to log into Maui with the following:

System:
  Kernel: 5.15.0-2-amd64 x86_64 bits: 64 compiler: gcc v: 11.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-5.15.0-2-amd64
    root=UUID=89199c6d-f1be-4e94-8835-177f1a23c2f4 ro quiet
  Desktop: GNOME 41.2 tk: GTK 3.24.31 wm: gnome-shell dm: GDM3 41.0
    Distro: Debian GNU/Linux bookworm/sid
Machine:
  Type: Desktop Mobo: ASUSTeK model: TUF B450-PLUS GAMING v: Rev X.0x
    serial: <superuser required> UEFI: American Megatrends v: 3211
    date: 08/10/2021
Memory:
  RAM: total: 6.75 GiB used: 1.72 GiB (25.4%)
  RAM Report:
    permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 3 2200G with Radeon Vega Graphics bits: 64 type: MCP
    arch: Zen family: 0x17 (23) model-id: 0x11 (17) stepping: 0
    microcode: 0x8101016
  Topology: cpus: 1x cores: 4 smt: <unsupported> cache: L1: 384 KiB
    desc: d-4x32 KiB; i-4x64 KiB L2: 2 MiB desc: 4x512 KiB L3: 4 MiB
    desc: 1x4 MiB
  Speed (MHz): avg: 1599 high: 1607 min/max: 1600/3500 boost: disabled
    scaling: driver: acpi-cpufreq governor: schedutil cores: 1: 1596 2: 1607
    3: 1599 4: 1595 bogomips: 28002
Graphics:
  Device-1: AMD Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]
    vendor: ASUSTeK PRIME driver: N/A alternate: amdgpu bus-ID: 08:00.0
    chip-ID: 1002:15dd class-ID: 0300
  Device-2: Logitech Webcam C270 type: USB driver: snd-usb-audio,uvcvideo
    bus-ID: 5-1:2 chip-ID: 046d:0825 class-ID: 0102 serial: <filter>
  Display: x11 server: X.Org 1.20.13 compositor: gnome-shell driver:
    loaded: ati,vesa unloaded: fbdev,modesetting,radeon display-ID: :1
    screens: 1
  Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 271x203mm (10.7x8.0")
    s-diag: 339mm (13.3")
  Monitor-1: default res: 1024x768 hz: 76
  OpenGL: renderer: llvmpipe (LLVM 12.0.1 256 bits) v: 4.5 Mesa 21.3.3
    direct render: Yes
Audio:
  Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio
    vendor: ASUSTeK PRIME B450M-A driver: snd_hda_intel v: kernel
    bus-ID: 08:00.1 chip-ID: 1002:15de class-ID: 0403
  Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 08:00.6 chip-ID: 1022:15e3 class-ID: 0403
  Device-3: Logitech Webcam C270 type: USB driver: snd-usb-audio,uvcvideo
    bus-ID: 5-1:2 chip-ID: 046d:0825 class-ID: 0102 serial: <filter>
  Sound Server-1: ALSA v: k5.15.0-2-amd64 running: yes
  Sound Server-2: PulseAudio v: 15.0 running: yes
  Sound Server-3: PipeWire v: 0.3.43 running: yes
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default)
  ID-1: swap-1 type: partition size: 5.09 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/sda7 maj-min: 8:7 label: N/A
    uuid: 5b907a21-1bfd-4da7-a697-01caed129002
Info:
  Processes: 207 Uptime: 9m wakeups: 0 Init: systemd v: 249 runlevel: 5
  tool: systemctl Compilers: gcc: 11.2.0 alt: 10/11 Packages: apt: 1938
  lib: 1178 Shell: Bash v: 5.1.16 running-in: gnome-terminal inxi: 3.3.11

(Installed Debian 11, switched to unstable/rolling repos, updated everything to latest versions)

Self built CMake (V3.22.1) Self built MauiKit(V7.87 I think. the latest one as of 12 Jan 2022) (from kde repos)

Everything builds successfully, but I am reverted to the GDM login screen if I try to log into Cask X11. I have all the required prerequisites.

cniw commented 2 years ago

@Netherquark can you run cask in terminal window, so you can see if any errors there, maybe it's just missing dependency packages and send the debug output texts here if you don't know what to do.

nb: there was update in installation instruction in readme file you can read it again

Netherquark commented 2 years ago

@Netherquark can you run cask in terminal window, so you can see if any errors there, maybe it's just missing dependency packages and send the debug output texts here if you don't know what to do.

nb: there was update in installation instruction in readme file you can read it again

I forgot to close sorry. I fixed it with help from the telegram group. Nonetheless, thanks