From mboxrd@z Thu Jan 1 00:00:00 1970 From: Refpga Subject: Error adding sddm theme. Date: Thu, 23 Jan 2020 21:57:07 +0530 Message-ID: <87a76ef89w.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34743) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iufKG-00059V-Pk for help-guix@gnu.org; Thu, 23 Jan 2020 11:27:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iufKF-0000hl-Eq for help-guix@gnu.org; Thu, 23 Jan 2020 11:27:24 -0500 Received: from knopi.disroot.org ([178.21.23.139]:51846) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iufKF-0000dW-0R for help-guix@gnu.org; Thu, 23 Jan 2020 11:27:23 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4EB1E2A2A1 for ; Thu, 23 Jan 2020 17:27:20 +0100 (CET) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z8G7SAOaTJm8 for ; Thu, 23 Jan 2020 17:27:19 +0100 (CET) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, I'm trying to apply an sddm theme (called slice: https://github.com/RadRussianRus/sddm-slice). The version installed on my system is aaw7i330kq9pc98dwaj8zncz096izav0-sddm-0.18.1. My sddm-configuration contains the following lines: (theme "slice") (themes-directory "/home/username/.guix/sddm-themes") And path to the theme directory slice is /home/username/.guix/sddm-themes/slice. Moreover, Main.qml exists in that directory, with permissions -rw-r--r-- (644). The error I get is: file:///home/username/.guix/sddm-themes/slice/Main.qml: No such file or directory. How can I make sddm detect that theme file (Main.qml)?