You are not logged in.
@rolfie: the OP is not using GRUB. Well, not directly anyway.
Now I can not boot daedalus.
Why not? What happens when you try? What do you see?
The boot manager is refind
Please post your rEFInd configuration(s) and also the full output of
efibootmgr -uv
See https://en.wikipedia.org/wiki/Principle … _privilege — what's the point of running the graphical interface as root if you only need to use elevated priviledges to save the modified file? That's what sudoedit & admin:// do.
Almost every linux distribution lets run editor as root?
Almost every Linux distribution expressly advises against running editor GUIs as root. That's why sudoedit & admin:// exist. The latter is the default for GNOME and can also be used in the file manager so that can be operated without having to run the GUI itself as root.
EDIT: just for the record this works fine in my sway (Wayland) desktop:
doas mousepad /etc/fstab
I didn't think that was supposed to be possible
the software using it, intentionally has more support for pipewire
But isn't it the other way around? PipeWire provides the API needed to route sound correctly but ALSA has no such functionality (AFAIK).
Here's a(n old) list of what ALSA can't do:
https://www.freedesktop.org/wiki/Softwa … SA/Issues/
Trigger warning: Lennart wrote it
If you want to run a graphical text editor as root then either use one that takes advantage of the GVFS admin:// backend:
gedit admin:///full/path/to/file
Or stick with sudo:
SUDO_EDITOR=geany sudoedit /path/to/file
Set $SUDO_EDITOR in /etc/environment to make it permanent then just use plain sudoedit.
Running the entire GUI editor as root is simply ridiculous. Don't do it.
Please post the full content of ~/.local/share/xorg/Xorg.0.log (or any other Xorg.?.log if you ran startx from a different TTY).
I still need password with doas inspite of
Sorry to ask but you did replace username with the actual username, right?
That syntax works for me with the Debian doas package provided the actual username is supplied.
Note that apt install $package will change the status of $package from automatic to explicitly installed.
Also note that aptitude can do everything apt-mark can do; it even accepts the same options. I don't have a De{vu,bi}an system handy to check but I think apt unmarkauto $package might also work.
Pipewire is absolutely needed for video conferencing, at least in my system. Pure ALSA simply cannot do it.
Create a new /tmp/ & /var/tmp/ with
install -dv -m 1777 /tmp /var/tmp
Reference: https://www.linuxfromscratch.org/lfs/vi … gdirs.html
https://sourceforge.net/projects/archiveos/files/s/sharpbang/sharpbang-buster-10.2.0-i386.hybrid.iso/download
Don't bother with that one, it's ancient and obsolete.
I think I still have the live-build configuration and website squirrelled away somewhere so I'll look at re-hosting it at Sourcehut. Prices depending, obviously.
Sorry for the OT, OP.
EDIT: just remembered the sharp-configs package:
https://software.opensuse.org//download … rp-configs
^ That will "install" SharpBang to a bare system (ie, console only, no desktop, "standard system utilities" only from tasksel).
Then either create a new user from scratch (which should then inherit the desktop configurations) or run this command if the user was created before installing the sharp-configs package:
sharp-user-setup --firstrun
I don't think it will work with Devuan because of NetworkManager but I might be wrong.
Word has it that Plasma's Wayland desktop is the new Xfce.
And in respect of a Wayland Openbox-a-like see https://github.com/johanmalm/labwc — the author is a BunsenLabs developer (the community-lead continuation of CrunchBang) so it might be covered on their forums.
Unfortunately, CrunchBang developement was ended by it's developer back in 02/2015.
No, it wasn't. I remember that thread well.
Philip decided to rage quit because he wasn't able to earn enough money from #! to live off it. He forbade the community from using the name if they continued the project (which they did) but curiously did not mind at all when the "#!++" developer (who wasn't an active member of the community) did just that.
Several #! "forks" (for want of a better word) do exist and are maintained. Unfortunately Openbox is GTK2 based and GTK2 went EOL some time ago but some people like obsolete software, apparently.
MX Linux might backport the new Xfce version to stable. They've done it before but it is a large undertaking.
Hi guys, when Xfce 4.18 is released, is there a possibility that it will come in Chimaera? Maybe via the backports?
No.
Is there an echo in here?
/ should contain all program required to boot a minimal and usable system
That recommendation stems from a time when disk size was measured in MiB. The restriction makes no sense in a modern system.
Standards bureaucracies like the Linux Foundation (which consumed the Free
Standards Group in its' ever-growing accretion disk years ago) happily
document and add to this sort of complexity without ever trying to understand
why it was there in the first place. 'Ken and Dennis leaked their OS into the
equivalent of home because an RK05 disk pack on the PDP-11 was too small" goes
whoosh over their heads.
Well here's my processor benchmarked under both Windows & Linux:
https://www.phoronix.com/review/ryzen7p … ws-linux/8
^ That was with the old, "slow" ACPI code. Windows is clearly beaten. The difference should be even greater with the new fix. Yay.
EDIT: and who even uses ACPI anyway?
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
amd-pstate
$
removing wicd yielded error
Please post
ls -l /usr/bin/python
The conclusion is it doesn't work?
That is my understanding.
I'm using Arch, which has v1.14.0, and that pulls in xdg-desktop-portal & pipewire with it. I presume you have Recommends disabled (which isn't the best idea) because it looks like De{bi,vu}an's version should also bring in those packages in a sanely configured system (ie, one that has Recommends enabled by default).
A bit more universal:
x-terminal-emulator -e 'sudo apt upgrade'
The x-terminal-emulator alternative should point to the default emulator, which will be xfce4-terminal in an Xfce system. Using the alternative allows the command to work for all desktops regardless of the specific terminal emulator in use.
https://www.reddit.com/r/linuxquestions … a_flatpak/
Disclaimer: I don't use flatpak so I have no personal experience of this issue.
Don't use pkgmaster.devuan.org, that's the main mirror.
The URL given on the page to which I linked should be optimal for everybody all around the world. That's why it's the only URL listed.
in the page you indicated there is no mention of a round-robin redirector
Yes there is. Read it again. The page doesn't use that term but it only provides a single repository URL. Use it.
is the netselect-apt package usable in Devuan?
Doesn't look like it but that package has been irrelevant in Debian for several years now. CDNs ftw!
Just use the round-robin redirector, as suggested on the Devuan site.