arcolinux / archlinux-tweak-tool

GNU General Public License v3.0
136 stars 19 forks source link

AttributeError: 'NoneType' object has no attribute 'split' #6

Closed wavic closed 1 year ago

wavic commented 1 year ago

Line 59 in /usr/share/archlinux-tweak-tool/fixes.py
Can't post the error traceback because I bypassed it by put it in conditional: Do not want to install it again to reproduce it.

if check_cursor_global(lines, "inherits="):
            cursor_theme = check_cursor_global(lines, "Inherits=").split("=")[1]

Can't manipulate the cursor themes. Not big deal. Anyway I have installed Cinnamon and can't change the sddm theme hitting "Apply" btn. Iit sais "You need to select desktop and/or theme first" I have a desktop theme selected by Themes Cinnamon's tool.

arcolinuxz commented 1 year ago

run fix-sddm-conf

On Sat, Oct 8, 2022 at 8:22 PM wavic @.***> wrote:

Line 59 in /usr/share/archlinux-tweak-tool/fixes.py Can't post the error traceback because I bypassed it by put it in conditional: Do not want to install it again to reproduce it.

if check_cursor_global(lines, "inherits="): cursor_theme = check_cursor_global(lines, "Inherits=").split("=")[1]

Can't manipulate the cursor themes. Not big deal. Anyway I have installed Cinnamon and can't change the sddm theme hitting "Apply" btn. Iit sais "You need to select desktop and/or theme first" I have a desktop theme selected by Themes Cinnamon's tool.

— Reply to this email directly, view it on GitHub https://github.com/arcolinux/archlinux-tweak-tool/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIX253WQNMMPCXTOR25WQMTWCG3WXANCNFSM6AAAAAARALGOM4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>