Artix Linux Forum

Artix Linux => Announcements => Topic started by: linuxer on 13 June 2020, 08:11:37

Title: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 13 June 2020, 08:11:37
There are i3 Desktop ISOs, available for testing at:

            https://iso.artixlinux.org/testing-isos.php

Please report any issues, here.

Preconfigured Keys:


Have fun!
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: SGOrava on 13 June 2020, 08:38:13
It would be great to have conky with default keys displayed by default. (or it is there and I am missing it because I my laptop would burn before booting it?)
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: aldum on 13 June 2020, 10:54:24
No conky, but there's a clickable on the bar, which will display bindings in Geany.
We decided against it, as it would be covered anyway as soon as some windows open.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 13 June 2020, 21:18:39
Known Issues:


This is caused by the pulled pcmanfm package on ISO build.

Solution:
Code: [Select]
sudo rm /usr/share/applications/pcmanfm-desktop-pref.desktop


Solution:

please edit:
Code: [Select]
nano ~/.config/i3/config
and change the line 154 to:
Code: [Select]
bindsym $mod+Shift+X exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"


Solution:

Removed  artix-i3-s6-20200613-x86_64.iso, for the time being.


Modified rofi config for next ISO build   [Fixed on Next i3 ISO Release] 

(https://imgur.com/WxUWYga.png)



Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 19 June 2020, 20:56:48
Updated Artix Linux ISOs with i3 Desktop and init systems, have been uploaded.

https://iso.artixlinux.org/testing-isos.php (https://iso.artixlinux.org/testing-isos.php)

artix-i3-openrc-20200619-x86_64.iso 
artix-i3-runit-20200619-x86_64.iso 
artix-i3-s6-20200619-x86_64.iso

Known Issues:


This is caused by the pulled pcmanfm package on ISO build.

Solution:
Code: [Select]
sudo rm /usr/share/applications/pcmanfm-desktop-pref.desktop

Issues Fixed on this release:



Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: teacher4711 on 25 June 2020, 13:00:41
I'm on the testing i3 (artix-i3-openrc-20200619-x86_64.iso).
My keyboard media keys do not work with the default config XF86AudioRaiseVolume / XF86AudioLowerVolume amixer commands.
I replaced them with:
amixer -q sset Master 5%+

I do not know why, but now the keys work.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: gnubian on 26 June 2020, 01:45:26
Does anyone know the unicode for the battery emoji under the artix-i3-ISO i3blocks? They are all working except that one.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 26 June 2020, 10:04:27
Does anyone know the unicode for the battery emoji under the artix-i3-ISO i3blocks? They are all working except that one.

Hi,

Try the awesome fonts.

Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: KoO-i3 on 27 June 2020, 02:00:39
Thanks for the i3 version have been a long time i3 user will be modding the config and system. Don't mind the i3blocks bar as I have always used my i3 conkybar, will also be using i3-workspace-names-daemon as I like to see the program names in tabs.
 Lots of Fun a head.

Have been using Debian systems dual booting Debian 10 bullseye , MX-19 and now Artix-i3

Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: KoO-i3 on 28 June 2020, 02:55:48
Things I have done so far.
Changed i3 to i3gaps.
Changed i3blocks to my Conkybar.  (Using your shutdown_menu script with a mod key, will change to a bar button)
Running mpd & ncmpcpp (album art not showing need w3m-img for this to work)
Installed i3-workspace-names-daemon
Made lot of changers to the config file. Media keys now working.
Using Waterfox my portable.
More to come.
---------------------------
Conkybar (https://ibb.co/fnMn926)
neofetch (https://ibb.co/PGMrzgg)


Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 28 June 2020, 11:30:02
I'm on the testing i3 (artix-i3-openrc-20200619-x86_64.iso).
My keyboard media keys do not work with the default config XF86AudioRaiseVolume / XF86AudioLowerVolume amixer commands.
I replaced them with:
amixer -q sset Master 5%+

I do not know why, but now the keys work.

I will shift to these as a standard for next Release and commend the previous ones at the config file, as shown below:

(https://imgur.com/dzchhNw.png)

Thanks
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 01 July 2020, 20:10:09
Missing for next ISO, as reported (https://forum.artixlinux.org/index.php/topic,1562.0/).


For current users:


(https://imgur.com/d5dPdB7.png)
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 04 July 2020, 10:39:37
Missing for next ISO, as reported (https://forum.artixlinux.org/index.php/topic,1562.0/).

  • hibernation support

  • Please edit the file ~/.config/i3/scripts/shutdownmenu, and add the hibernate options, as shown below.

ISOs as from 20200704 release number and above, have these issues solved.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: tkor on 04 July 2020, 21:18:02
Please change the .xinitrc  to start the dbus with i3 (exec dbus-launch i3) so all file managers to work without a problem .
like the problem I had
Code: [Select]
https://forum.artixlinux.org/index.php/topic,1553.msg10699.html#msg10699
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 04 July 2020, 22:26:41
Please change the .xinitrc  to start the dbus with i3 (exec dbus-launch i3) so all file managers to work without a problem .
like the problem I had
Code: [Select]
https://forum.artixlinux.org/index.php/topic,1553.msg10699.html#msg10699

Hi,

Thanks for your feedback.

Unfortunately ISOs have been released today.

This will be included on next release.

Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: jovan on 17 July 2020, 13:48:50
Hello everyone, I really like this distro and I want to use it but I have problem this live enviroments seems to stay after installation is complete and I boot from my ssd and mod+return or any i3 key is not working after the installation is complete.Do I need to edit .xinitrc file or somthinf to exit this enviroment with edit config and keybinds and terminal opend?
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 21 July 2020, 19:36:39
Hello everyone, I really like this distro and I want to use it but I have problem this live enviroments seems to stay after installation is complete and I boot from my ssd and mod+return or any i3 key is not working after the installation is complete.Do I need to edit .xinitrc file or somthinf to exit this enviroment with edit config and keybinds and terminal opend?

I really do not quite comprehend, how so you face such issues.

In any case the configuration files are in your ~/.config/i3 folder.

Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: whitefang on 22 October 2020, 09:53:34
Can you, please, update the iso files for testing?
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 23 October 2020, 22:46:14
I hope in a few days that the ISO will move to official release.

I am in the process of making the final one.

Note that the configs have already been added as an extra package already, named artix-i3-presets (https://gitea.artixlinux.org/linuxer/artix-i3-presets).

You can install the package and copy them to your ~/.config/ folder, for the time being.

Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: pukko on 24 October 2020, 13:05:10
Hi,
I have installed this on two machines so far and really like it.
However, pcmanfm end up on the browser workspace, and midori on the terminal one.
This might be worth fixing before going official.

Thanks for a great distro!
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 24 October 2020, 20:02:54
However, pcmanfm end up on the browser workspace, and midori on the terminal one.

Hi,

The workspace number can be altered to the relative line 98 at the config (https://gitea.artixlinux.org/linuxer/artix-i3-presets/src/branch/master/skel/.config/i3/config#L98) file in your ~/.config/i3/ directory.

Code: [Select]
assign [class="Pcmanfm"] $ws3

Tilling desktops are highly configurable and we cannot satisfy everyone.

Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: aldum on 04 November 2020, 20:10:24
However, pcmanfm end up on the browser workspace, and midori on the terminal one.

Adding to my todo, thanks for testing.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 05 November 2020, 12:09:03
Adding to my todo, thanks for testing.

I do not agree on that as I easily could also add that to my TODO.

Tilling's can be easily be configured through their config files easily.

We will discuss this further.




Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: calvinh on 05 November 2020, 16:19:04
Did a quick test using the ISO from July. Awesome work!

Seems having a dbus issue. Could not launch apps which require dbus from cmd line. Have to do , for example

Code: [Select]
dbus-launch cbatticon 

Not sure if it's been fixed in later update since I was using the live image to test.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 05 November 2020, 18:01:17
Did a quick test using the ISO from July. Awesome work!

Seems having a dbus issue. Could not launch apps which require dbus from cmd line. Have to do , for example

Code: [Select]
dbus-launch cbatticon 

Not sure if it's been fixed in later update since I was using the live image to test.

Hi,

Thanks for the positive feedback.

dbus runs normally as seen below (installed system):

(https://imgur.com/tWXlAI1.png)

If not, add the following line at your ~/.xsession file:

Code: [Select]
exec dbus-launch i3

EDIT: checked the live ISO and dbus runs too:

(https://imgur.com/IZYKF9D.png)


Regards
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: Duns on 20 January 2021, 20:23:55
I tried to install Artix i3 in VirtualBox but when I restart the system it goes back to the live boot
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: linuxer on 20 January 2021, 21:44:17
I tried to install Artix i3 in VirtualBox but when I restart the system it goes back to the live boot

Well, change your VM's boot sequence, so to not boot from the ISO image
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: BambuMaymunu on 24 June 2021, 21:50:02
Devs, can you update the iso file of i3 version?
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: tacoman on 27 May 2022, 18:27:39
I really wanted to try this install, but it looks like it has not been updated in a good while. Is it going to be updated soon?
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: nous on 30 May 2022, 15:07:40
No, unless @damnwidget who originally had created the i3 profile decides to bring it up to date.

HOWEVER, the beauty of rolling distros is that you can just install an older ISO in a VM and see what happens if you try to update it. Keep our news page (https://artixlinux.org/news.php) open for possible hints, I bet there won't be any insurmountable problems.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: cat herders of linux on 30 May 2022, 16:18:50
A year is about as far back as I have used for an old iso on a rolling release.
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: sscorpio on 22 October 2022, 11:41:51
I've tried a few different combinations of yes's and no's on O/RC, Runit, S6 - Runit has given me the least amount of errors (3 or 6) but everything I try, or remove, or add only causes different or more errors. - Does anyone have an up to date ISO or proper update responses?

I have also tried installing i3 myself and using it but SO MANY issues. Anyone else? - It worked on all the systemd's for me before I departed. It works fine on my Void. - Is something extra necessary?

My Artix + i3 issues: No network upon login (unless I login to DM first then logout and into i3) - Certain programs will not and cannot sync, then I'm kicked out in DM and have to re-authenticate it. Help, please?
Title: Re: Artix Linux new flavor with i3 Desktop ISO
Post by: Dudemanguy on 22 October 2022, 16:01:23
This is an ancient testing ISO. I wouldn't recommend fiddling with it. Just install base and then i3. Simple and works fine.