Skip to content

Commit

Permalink
Merge pull request RedBearAK#73 from RedBearAK/dev_beta
Browse files Browse the repository at this point in the history
Minor updates
  • Loading branch information
RedBearAK authored Aug 19, 2023
2 parents d4a176b + 66b1332 commit d93cb37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current status: Stable-ish Beta (Please Read)
# Current status: Stable Beta (Please Read)

WARNING: There is a very annoying "bug" going around where there is a problem with the `xdg-desktop-portal` and `xdg-desktop-portal-gnome` services causing very long delays with launching certain applications (particularly GTK apps like Firefox, but also reportedly Qt apps sometimes) in a Wayland session. Some distros seem to have a fix for this, others have not fixed it yet.

Expand Down Expand Up @@ -28,7 +28,7 @@ Go to the FAQ entry for more info:

- The Wayland+KDE (Plasma) solution is better now. It should be possible to install under some desktop that is not KDE, then log into KDE on the same system and have Toshy working. If you're not having the issue described above.

- Some distros have no `journal` output for the user services, for unknown reasons. I've seen this on Arcolinux, the RHEL clones.
- Some distros have no `journalctl` output for the user services, for unknown reasons. I've seen this on Arcolinux, the RHEL clones.

- On a dual-init distro like MX Linux, if you install Toshy while using SysVinit it will avoid installing the `systemd` packages and services. If you then switch to `systemd` at the boot screen you'll need to re-run the Toshy installer once under `systemd` to make it work automatically like it does on other distros using `systemd`.

Expand Down
4 changes: 2 additions & 2 deletions toshy_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ def verify_user_groups():
"gobject-introspection-devel", "lib64ayatana-appindicator3_1",
"lib64ayatana-appindicator3-gir0.1", "lib64cairo-gobject2",
"lib64python-devel", "lib64systemd-devel", "libnotify",
"python-dbus-devel", "python-dbus", "python-ensurepip", "python3-pip",
"task-devel", "tkinter", "xset", "zenity"],
"python-dbus-devel", "python-dbus", "python-ensurepip",
"python3-pip", "task-devel", "tkinter", "xset", "zenity"],

'ubuntu-based': ["curl", "git", "input-utils", "libcairo2-dev", "libnotify-bin",
"python3-dbus", "python3-dev", "python3-pip", "python3-venv",
Expand Down

0 comments on commit d93cb37

Please sign in to comment.