Re: Artix Linux new flavor with Gnome Desktop ISO Reply #45 – 11 February 2021, 19:17:33 [Update]fakesystemctl script has been created, to assist some gnome-shell-exensions, alone with some other special cases.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #46 – 18 April 2021, 13:21:45 I don't want to be misunderstood, I'm just curious when a stable iso of Artix Gnome will be released.I find the Gnome desktop very nice, but the current test iso is now so old that I fear it will probably be difficult to install.Maybe I am wrong.Nevertheless I would like to see an official stable iso.greetsRoberto
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #47 – 18 April 2021, 14:56:58 Quote from: Roberto – on 18 April 2021, 13:21:45I don't want to be misunderstood, I'm just curious when a stable iso of Artix Gnome will be released.I find the Gnome desktop very nice, but the current test iso is now so old that I fear it will probably be difficult to install.Maybe I am wrong.Not the answer to your question, but I'm actually using GNOME+GDM+Wayland on Artix runit as my daily driver. Instead of using the GNOME image I installed Artix from the LXQt ISO and replaced LXQt+SDDM by GNOME+GDM. I didn't like the GNOME ISO, because it's not based on GDM and doesn't use Wayland by default.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #48 – 18 April 2021, 17:36:04 Quote from: xanadu – on 18 April 2021, 14:56:58Not the answer to your question, but I'm actually using GNOME+GDM+Wayland on Artix runit as my daily driver. Instead of using the GNOME image I installed Artix from the LXQt ISO and replaced LXQt+SDDM by GNOME+GDM. I didn't like the GNOME ISO, because it's not based on GDM and doesn't use Wayland by default.The ISO was based on LightDM, when we had issues with GDM not starting.Now, when released, it will be with GDM only.Would be nice to read all first, prior to judging like that. Last Edit: 19 April 2021, 00:04:58 by linuxer
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #49 – 18 April 2021, 23:13:18 I was reporting how I got to use GNOME+GDM+Wayland long before there was an ISO providing this combination. This can hardly be called a judgement.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #50 – 19 April 2021, 00:07:51 Didn't see any report before that.Anyway, I am waiting for my MR so to keep on going as a project.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #51 – 01 May 2021, 21:42:01 Hey linuxer,I just saw with great joy that there is a current Artix Gnome openrc iso.I immediately downloaded and installed it and I can simply say, just fantastic, great work.Everything is running smoothly so far.If I notice anything, I will be happy to give feedback.Thanks again for this new iso.Roberto
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #53 – 07 May 2021, 18:38:55 The iso is working nicely for me too. Just don't forget to run sudo pacman -Syu after the installation. Hope we can have plymouth in the future.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #54 – 07 May 2021, 20:07:20 Quote from: shuryanc – on 07 May 2021, 18:38:55The iso is working nicely for me too. Just don't forget to run sudo pacman -Syu after the installation. Hope we can have plymouth in the future.Thanks for the feedback.Plymouth is not planned to be used in our ISOs Last Edit: 08 May 2021, 17:59:30 by linuxer
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #55 – 14 May 2021, 10:14:43 Quote from: linuxer – on 11 February 2021, 19:17:33fakesystemctl script has been created…A minor bug: print_help() sets ${colorgreen} but doesn’t clean up after that.And just curious (not to criticize): since when did 92 characters per line become a sort de bon ton for shell scripts? Why namely this number?And yet another unrelated thing: conversion of images captured from desktop to JPEG is an abomination.
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #56 – 16 May 2021, 17:23:25 Quote from: Incnis Mrsi – on 14 May 2021, 10:14:43A minor bug: print_help() sets ${colorgreen} but doesn’t clean up after that.And just curious (not to criticize): since when did 92 characters per line become a sort de bon ton for shell scripts? Why namely this number?And yet another unrelated thing: conversion of images captured from desktop to JPEG is an abomination.Hi,Thanks for the evaluation, is not yet production ready, cause that script was created for some specific purposes.Btw, I do not get your comment about the characters per line. Last Edit: 16 May 2021, 18:12:40 by linuxer
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #57 – 18 May 2021, 22:23:01 good evening, when will there be a new iso gnome runit, thanks 1 Likes
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #58 – 02 August 2021, 07:29:57 HI there!honestly pretty new to linux still and jumping in on the deep end here, based on what i've learned recently, artix seems like a really exciting project. i'm coming from ubuntu and prefer the gnome de over the others i've tried, so i downloaded and installed the runit version of this iso on a vm but am running into some trouble. i went to update everything for the first time after installing and received this error:Code: [Select]error: failed to prepare transaction (could not satisfy dependencies) :: installing elogind (246.10-5) breaks dependency 'systemd' required by gnome-logs my pacman.conf matches what is suggested on the wiki's repository page. the github page for gnome-logs says "GNOME Logs is a log viewer for the systemd journal." so i'm not sure why or how that is installed in the first place. how should i proceed? remove gnome-logs? thanks edit: I just went ahead and removed gnome-logs, and that at least let me proceed with the installation, however, i now received the following error after checking for file conflictsCode: [Select]error: failed to commit transaction (conflicting files)esysusers: /usr/bin/sysusers exists in filesystem (owned by opensysusers)esysusers: /usr/lib/sysusers.d/basic.conf exists in filesystem (owned by opensysusers)etmpfiles: /usr/bin/tmpfiles exists in filesystem (owned by opentmpfiles)Errors occurred, no packages were upraged. I see the post artoo made in september of 2020 saying he moved from opentmpfiles and opensysusers to etmpfiles and esysusers and notice that the runit iso is dated july of 2020 so i'm assuming that's where the issue is. Is there some way I can replace opentmpfiles and opensysusers with etmpfiles and esysusers? Like i said, i'm still somewhat new to linux so i'm a little out of my depth on this particular issue Last Edit: 02 August 2021, 07:54:35 by ndpebf
Re: Artix Linux new flavor with Gnome Desktop ISO Reply #59 – 02 August 2021, 13:20:25 Quote from: ndpebf – on 02 August 2021, 07:29:57Code: [Select]error: failed to prepare transaction (could not satisfy dependencies) :: installing elogind (246.10-5) breaks dependency 'systemd' required by gnome-logs Why do you use systemd? Don't use systemd, don't use Arch Linux repositories. This is Artix Linux.If you really need to use Arch Linux repositories, then take the time to carefully set them up so they don't take precedence over Artix repositories:https://artixlinux.org/news.php#Arch_repositories_made_optionalhttps://wiki.artixlinux.org/Main/Repositories