Package Details: regolith-full 1.6-19

Git Clone URL: https://aur.archlinux.org/regolith-full.git (read-only, click to copy)
Package Base: regolith-full
Description: Full Regolith Desktop Environment, for the full stock experience.
Upstream URL: https://github.com/regolith-linux/regolith-desktop
Licenses: custom: multiple
Submitter: gardotd426
Maintainer: gardotd426
Last Packager: gardotd426
Votes: 9
Popularity: 0.000006
First Submitted: 2021-09-29 17:51 (UTC)
Last Updated: 2023-06-21 04:01 (UTC)

Latest Comments

1 2 Next › Last »

Th3oSmith commented on 2024-05-12 14:37 (UTC)

If you want to use Gnome 46 it is possible to migrate the user session management for regolith to systemd. This can be done with the following two commands:

sed -i 's/--builtin //' /usr/bin/regolith-session
cp -r /usr/lib/systemd/user/{gnome-session\@gnome-flashback-metacity.target.d/,gnome-session\@regolith.target.d}

I have been using this for a couple of weeks and I haven't noticed any issue so far.

alfador commented on 2024-04-30 09:58 (UTC)

To downgrade from gnome 46 , install downgrade package from aur and run the following command

 sudo downgrade --ala-only epiphany evince gdm gnome-backgrounds gnome-calculator gnome-calendar gnome-characters gnome-clocks gnome-color-manager gnome-console gnome-contacts gnome-control-center gnome-di
sk-utility gnome-font-viewer gnome-keyring gnome-logs gnome-maps gnome-menus gnome-music gnome-remote-desktop gnome-session gnome-settings-daemon gnome-shell gnome-shell-extensions gnome-system-monitor gnome-tex
t-editor gnome-user-docs gnome-user-share gnome-weather nautilus sushi tecla xdg-desktop-portal-gnome mutter
  • Choose version 45 when possible
  • After downgrade is complete , choose y to add downgraded packages to ignorePackages so that pacman does not upgrade them again
  • make sure that --builtin flag is included in /usr/bin/regolith-session ; i.e
#!/bin/bash

if [ -z $XDG_CURRENT_DESKTOP ]; then
    export XDG_CURRENT_DESKTOP="Regolith:GNOME-Flashback:GNOME"
fi
exec gnome-session --builtin --session=regolith --disable-acceleration-check "$@"

gertburger commented on 2024-03-30 11:24 (UTC) (edited on 2024-03-30 11:24 (UTC) by gertburger)

Latest Gnome 46 update breaks this.

Login fails as --builtin flag doesn't exist on gnome-session. Removing the flag only gives a partially working session.

gardotd426 commented on 2023-11-16 02:16 (UTC)

On top of the i3 settings there is another system of specifying settings called "Xresources". You can see in the /etc/regolith/i3/config file how these are applied. But if you ever need to add a new i3 setting not covered by Regolith's i3 config file, you need to mess with both the i3 config file and Xresources.

That's not true, though. You never have to touch ~/.Xresources-regolith. It's always done for you.

aleb commented on 2023-11-15 22:03 (UTC) (edited on 2023-11-16 00:41 (UTC) by aleb)

I understand Regolith 2 has been launched since more than a year ago, so it's likely the latest documentation is out of sync with version 1.6 used by this package. One of the reasons it feels very messy.

I had to dig deep to find why some apps take 10+ seconds to start. Managed to find a workaround after understanding things normal people should not have to: systemctl --user mask xdg-desktop-portal-gnome --now.

Gnome-terminal was not even starting, but the workaround above fixed it. Even so, win+enter was starting it much slower than the one started from the command line. I tried to search for what exactly is being started, to figure what the difference is; grepped config files for "term", but nothing found. The official way to change the terminal is to run Ubuntu's update-alternatives, available from AUR. No luck.

The official way to disable elements in the status bar is to uninstall the corresponding package, but here all are installed in the same regolith-i3xrocks-config package. I changed AUR config files before, but just another "too much".

With win+shift+? you can see the keyboard shortcuts, but it's too damn many. I did manage to accidentally hide the status bar with win+i, for example. I did not look too much, but I failed to find how to get rid of them. Oh and they use hjkl instead of jkl; just to mess with your head. :)

On top of the i3 settings there is another system of specifying settings called "Xresources". You can see in the /etc/regolith/i3/config file how these are applied. But if you ever need to add a new i3 setting not covered by Regolith's i3 config file, you need to mess with both the i3 config file and Xresources.

Comically, when pressing win+esc to lock the session, sometimes when returning the windows last displayed were visible instead of the UI for unlocking the session. I still had to type the password and press Enter to be able to use them windows. Very confusing.

Looking forward to Regolith 2/3/etc, maybe they simplified some things, it would be really nice to have GNOME+i3wm without bells and whistles.

akspecs commented on 2023-02-20 05:57 (UTC) (edited on 2023-02-20 05:58 (UTC) by akspecs)

thanks for this PKGBUILD.

how's your progress for v. 2.x?

do you need a hand testing / writing / updating the PKGBUILD for v. 2.x ?

if the progress you've made for v. 2 is publicly available, i'm sure some of us may be willing to help you test and/or update the PKGBUILD.

do let us know if there's anything we can do :)

catman commented on 2023-01-12 01:28 (UTC)

@gardot426 all good now. thanks.

catman, try again. rofitheme.patch now passes the validity check, and everything builds.

defunkt commented on 2023-01-11 21:43 (UTC)

Thanks @gardotd426 :)

gardotd426 commented on 2023-01-11 02:44 (UTC)

@Granitosaurus: Yeah, it's an extraordinarily huge amount of work to move over to 2.0, mostly because of things that would sound incomprehensible to average users. TL;DR is that Regolith 2.0 COMPLETELY reworked the very way that Regolith itself (and all of its associated apps) work on a fundamental level. So basically, I have to start from scratch and will only be able to keep maybe 15% of my original 700+ lines of work from Regolith 1.X. I am indeed working on it. It's coming asap.

@catman, try again. rofitheme.patch now passes the validity check, and everything builds.

gardotd426 commented on 2023-01-11 02:44 (UTC)

@Granitosaurus: Yeah, it's an extraordinarily huge amount of work to move over to 2.0, mostly because of things that would sound incomprehensible to average users. TL;DR is that Regolith 2.0 COMPLETELY reworked the very way that Regolith itself (and all of its associated apps) work on a fundamental level. So basically, I have to start from scratch and will only be able to keep maybe 15% of my original 700+ lines of work from Regolith 1.X. I am indeed working on it. It's coming asap.

@catman, try again. rofitheme.patch now passes the validity check, and everything builds.