Arch, Plasma desktop and wayland
#1
Hey pals,
I somehow got plasma-desktop on wayland with arch running and some people asked for a write-up so here we go. Please consider that this is all work in progress and that performance might not be best, especially if you run from sd card. Also you should not mindlessly copy paste commands from the internet, but you know that, don't you? Wink
With that said, let's rock on.

First of all get an image for arch https://github.com/dreemurrs-embedded/Pi...h/releases
Get the barebone-image with your favourite tool on a SD card and put it in your tab.
You'll be greeted by a screen that is rotated by 90° because that's the default orientation for the panel as I heard. Login with the provided creds. You can connect to a  WLAN with the tool nmtui. After that I recommend turning on ssh and doing most of it over ssh as that simplifies quite a lot with copy pasting and so on.
The command is 
Code:
sudo systemctl enable sshd
sudo systemctl start sshd

If you want to turn off ssh at some point or after you're done with the config
Code:
sudo systemctl disable sshd
sudo systemctl stop sshd
Depending on how old the image is, you should upgrade first
Code:
sudo pacman -Syu
Let's get the groundwork for plasma done. This may take some time, because a lot of packages are installed. I did not test a minimal build yet.
Code:
sudo pacman -S fakeroot git make gcc go binutils qt5-svg knotifications kdbusaddons kservice kcmutils purpose cmake breeze breeze-icons plasma-framework sddm qt5-wayland plasma-wayland-session plasma-meta qt5-virtualkeyboard iio-sensor-proxy sddm-kcm
After everything is installed there's some work to be done, for plasma to automagically start.
Code:
sudo systemctl enable sddm
Because sddms wayland support is experimental and it won't show you anything beside the cursor, I went the way of autologin. First you create the folder for the sddm config and then you create the file for the login itself.
Code:
sudo mkdir /etc/sddm.conf.d/
sudo nano /etc/sddm.conf.d/autologin.conf
Put the following into the file
Code:
[Autologin]
User=alarm
Session=plasmawayland.desktop
If I haven't forget something you can reboot now and should be greeted with a gui for the first time.

Plasma does have some issues still. Your display is still rotated and it doesn't rotate automatically like you want to. Go to systemsettings -> Display and Monitor -> Display Configuration and unmark the "Only when in table mode." after an apply you're able to rotate the table as you like.
Something that helped me too was to activate tap-to click under input devices-> touchpad.

If you're familiar with arch you may have noticed that you installed stuff for compilation too. That is because I wanted to use the plasma mobile apps and some of them are on AUR and can therefore be compiled.
As an example the plasma browser angelfish
Code:
git clone https://aur.archlinux.org/plasma-angelfish.git
cd plasma-angelfish/
nano PKGBUILD
change the x86_64 to aarch64
Code:
makepkg -si
Obviously this takes some time but afterwards the package is installed.
  Reply
#2
now you dnot mention it, so Im thinking that you did NOT expeience the BLACK screen when booting with an SD card in the drive?

Kind of a bummer for 2 reasons: 1) makes changing the OS tough 2) On many of my devices I have a data card in the slot 24/7/365 with books/music/etc, looks like it may not be possible?

Anyone know what the resolution is?\\Im going to work through your steps later this eve hope they work

Thanks

j
  Reply
#3
(09-14-2020, 04:41 PM)mindwave Wrote: now you dnot mention it, so Im thinking that you did NOT expeience the BLACK screen when booting with an SD card in the drive?

Kind of a bummer for 2 reasons:  1) makes changing the OS tough  2) On many of my devices I have a data card in the slot 24/7/365 with books/music/etc, looks like it may not be possible?

Anyone know what the resolution is?\\Im going to work through your steps later this eve hope they work

Thanks

j
You're right I didn't mention it because it's fixed in the latest arch build.
Have fun!
  Reply
#4
I had to do sudo systemctl disable phosh as well.
Also had to manually rotate screen first before switching to automatic.
Oddly sound works in arch plasma while it didn't in arch phosh.
  Reply
#5
(09-15-2020, 02:37 AM)pjsf Wrote: I had to do sudo systemctl disable phosh as well.
Also had to manually rotate screen first before  switching to automatic.
Oddly sound works in arch plasma while it didn't in arch phosh.
Probably some configuration made by phosh. Didn't happen to me on the barebone image.
  Reply
#6
Thanks for this. Worked great and so much better than phosh. Windows show up where you expect, everything seems to work well. As you said, the ZRAM configuration probably helps, too.

Great stuff!Thanks for this. Worked great and so much better than phosh. Windows show up where you expect, everything seems to work well. As you said, the ZRAM configuration probably helps, too.

Great stuff!

A few notes: If you want dicover to work, install packagekit-qt5 using pacman. You might also consider installing konsole since the configuration "knows" about it and maybe dolphin, although that gets you baloo, which you might want to disable to be kind to battery.

If anyone is thinking of trying this: pretty much everything works. The lock screen orients correctly. The function keys work. The meta key works. Sound works. BT works. This is what should have shipped to start with.
  Reply
#7
Nice! Not sure why, but I was scared of starting with the barebones image. This is the way to go if you know you're way around!
For what it's worth, installing the 'base-devel' meta package should get you everything needed to build packages.

I got Gnome Shell up and running last night using pretty much this same method: Install 'gnome-shell', and substitute 'gnome.desktop' for 'plasmawayland.desktop' in autologin.conf.
IMHO it seems to be the most tablet friendly out of the box, and performs fairly well!

I've compiled packages giving me a 'working' copy of Plasma Mobile as well, but it's not too functional...fun to see though!

Loving this full Arch experience on a tablet.
  Reply
#8
(09-14-2020, 10:15 AM)peperjohnny Wrote: Hey pals,
...

Thank you! Your instructions worked perfectly. It's a bit slower than I would have hoped, but it's just what I wanted!
  Reply
#9
(09-17-2020, 12:04 AM)SpoofyKid Wrote:
(09-14-2020, 10:15 AM)peperjohnny Wrote: Hey pals,
...

Thank you! Your instructions worked perfectly. It's a bit slower than I would have hoped, but it's just what I wanted!

Yeah, it is like a shock using Arch/Plasma instead of phosh or UB-Touch.

The speed issues are also an effect of testing the installation from an SD card. The EMMC inside will be faster when installed with Arch/KDE.

I wonder how will Librem in any time deliver mobile phones with Phosh ???? IMO phosh needs minimum one year, maybe two for a solid and usable shell for us.

It is a heart-warming experience to use plasma on the tablet. It works flawlessly, touch works, programs are running fine, windows act as expected..... and the energy consumption is absolutely OK.

Hopefully Manjaro and/or others will give us a build with Plasma or XFCE for the pine tablet ??
  Reply
#10
(09-17-2020, 01:01 AM)firefox-58 Wrote: Hopefully Manjaro and/or others will give us a build with Plasma or XFCE for the pine tablet ??
They may come around on the decision, but currently they don't want to and honestly I can understand why.
While it's really cool to have plasma running on the tab, most people would probably use it from a SD card and that is not a good representation of what plasma can be imho.
There are some fixes and improvements in the pipeline with 5.20 though, so maybe it'll be better then.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to install Plasma Mobile in Archlinux Surehand53 14 3,391 02-28-2024, 07:07 AM
Last Post: aular
  Plasma Update broken? Corkonian 0 463 11-03-2023, 07:40 AM
Last Post: Corkonian
  Arch Linux (danctnix) virtual keyboard layout change cudo 0 605 09-27-2023, 12:19 PM
Last Post: cudo
  Favourite desktop environment discussion FortunateFowl 6 1,473 09-02-2023, 07:38 AM
Last Post: lllll
  Plasma Mobile configuration Surehand53 0 1,108 07-05-2023, 03:29 PM
Last Post: Surehand53
  Download new plasma widgets error Corconegre 1 912 06-26-2023, 05:20 AM
Last Post: dachalife
  No desktop after latest updates (Jun 16, 2023) rqkeating 5 1,559 06-21-2023, 04:16 PM
Last Post: rqkeating
  Arch Linux ARM on PineTab 1 Danct12 25 29,182 06-10-2023, 05:33 PM
Last Post: fxc
Video Does DactNix Arch Linux support my use case? BlueGalaxy 22 5,637 05-18-2023, 03:45 AM
Last Post: KC9UDX
  PineTab Mobian LXDE desktop fjord 0 2,213 02-24-2021, 06:32 PM
Last Post: fjord

Forum Jump:


Users browsing this thread: 1 Guest(s)