The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » fluxbox: no window decoration in firefox and thunderbird » 2023-01-25 15:20:41

I compile a dpkg of fluxbox from the [almost latest] upstream code. Here are my notes about why. Fluxbox package page (on Open Build Service)

#2 Re: Other Issues » [SOLVED] ungoogled-chromium, Iridium, or LibreWolf, please » 2022-06-02 14:32:15

I package LibreWolf in a debianized fashion: build.opensuse.org. Here is  the nice download page which includes instructions for installing the apt repo: software.opensuse.org

I collaborate with the upstream LibreWolf team, whenever I actually get around to building each new version. I actually then repackage LibreWolf dpkg with my own customizations on top of this debianized LW, so I am dogfooding this.

#3 Re: Other Issues » connman failing in a strange new way » 2021-10-07 13:58:09

I'm not an expert, but it sounds like your connman daemon wasn't being activated correctly. I'm going to guess it's a dbus-activated daemon. Although perhaps rfkill could have been triggered and somehow the network cards were disabled.
What you could do next time, is see if lower-level tools can see the network cards:

$ ip link

It's possible that restarting dbus would have worked, although historically I never got a dbus restart to actually operate correctly (on CentOS, but same bucket of poison, eh).

sudo service dbus restart

Although in Debian-based distros like our beloved Devuan, perhaps this would work:

sudo service networking restart

#4 Re: Installation » [SOLVED] What is the file to change this? » 2021-08-02 23:28:25

Ah, you wanted help changing the hostname that appears in the $PS1 prompt of your shell. I'm glad you found the answer, and that you shared it here. Yes, some installers can zip past some things (or not even provide an option to change them).

#5 Re: Installation » My chimaera install issues #10: We will take Jerusalem! » 2021-07-26 23:11:37

You could try to confirm that /etc/timezone is a symlink to the relevant file under /usr/share/zoneinfo. You can also just run tzselect(8) as root to set it [again].

#6 Re: Devuan » Cinnamon desktop will be unmaintained after bullseye » 2021-07-08 15:24:25

Well, a window manager primarily does one thing, which is manage the windows that are displayed or can be made available for display! Fluxbox actually includes a few extra features like its own integrated "toolbar" which is what a lot of DEs call a "panel." You can choose which of multiple items can be displayed on the toolbar, such as the list of running windows (the "iconbar" in Fluxbox parlance), and a "system tray" and a clock and a virtual desktop switcher.
Fluxbox as a window manager does also provide menu functionality on the desktop itself, so that you can add launcher entries so you can get to programs. I use a tool I found that generates XDG-compliant menus for Fluxbox: https://github.com/gapan/xdgmenumaker. That means, it reads /usr/share/applications like almost every other menuing program (from XFCE, Gnome, KDE, etc.) out there!

#7 Re: Other Issues » [Solved] Nautilus Thumbnails FIX! » 2021-07-08 15:17:15

$ apt-cache show nautilus
Package: nautilus
Version: 3.38.2-1
[...trimmed...]
Depends: bubblewrap, desktop-file-utils (>= 0.7), gsettings-desktop-schemas (>= 3.8.0), gvfs (>= 1.3.2), libglib2.0-data, libnautilus-extension1a (= 3.38.2-1), nautilus-data (= 3.38.2-1), shared-mime-info (>= 0.50), tracker, tracker-miner-fs, tracker-extract, libatk1.0-0 (>= 1.32.0), libc6 (>= 2.29), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libgdk-pixbuf-2.0-0 (>= 2.25.2), libgexiv2-2 (>= 0.10.0), libglib2.0-0 (>= 2.62), libgnome-autoar-0-0 (>= 0.2.1), libgnome-desktop-3-19 (>= 3.17.92), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.22.27), libpango-1.0-0 (>= 1.44.6), libpangocairo-1.0-0 (>= 1.42), libselinux1 (>= 3.1~), libtracker-sparql-2.0-0 (>= 1.12.0)
Breaks: totem (<< 3.31.91-1)
Homepage: https://wiki.gnome.org/action/show/Apps/Nautilus
Recommends: gnome-sushi, gvfs-backends, libgdk-pixbuf2.0-bin, librsvg2-common
[...trimmed...]

The nautilus package (in Ceres anyway) recommends libgdk-pixbuf2.0-bin. Of course it makes sense that a graphical file manager would also provide the thumbnail feature, but it's not a strictly required function of such a tool.

#8 Re: Desktop and Multimedia » [SOLVED] TDE media:/ protocol » 2021-07-08 15:11:07

Perhaps you could write a wrapper script that transforms "system:///media/sdb1" to "file:///media/sdb1" and which then calls mpv.
Now, it if involves access files on a partition (i.e., a disk partition such as /dev/sdb1) maybe your script could choose to mkdir /tmp/dev-sdb1 ; mount /dev/sdb1 /tmp/dev-sdb1 ; gimp ${newfilename}.

#9 Re: Devuan » Cinnamon desktop will be unmaintained after bullseye » 2021-06-14 13:19:16

Ah, I used Cinnamon back in the day on Fedora! I have never used Linux Mint which is of course the home of Cinnamon. But I have since migrated off of Cinnamon as my DE because Xfce (and separately, fluxbox) are lighter. So Cinnamon is fine, but bulkier than I want. I had even submitted a patch or two to Cinnamon. I guess I hadn't even realized it was an option in Debian/Devuan.

Thanks for the update, hoas!

#10 Re: Desktop and Multimedia » [SOLVED] Package: tuned, not working » 2021-06-14 13:12:51

Somebody had mentioned a sysvinit orphaned scripts package that might be in Debian? Maybe this script can go in there.

#11 Re: Off-topic » youtube-dl tutorial » 2021-04-20 19:41:56

Haha, that's nice! I have never dug deep enough with youtube-dl to discover you could save the flags to a file. In my ~/.useful file I just have my example:

youtube-dl -x --audio-format mp3 https://www.youtube.com/watch?v=1234567890

#12 Re: Documentation » HOW TO Install lightdm webkit2 greeter » 2021-04-05 18:58:01

I'm not discouraging its use! I think it's kind of scary-- to use web-related technologies on the login page, but I used it briefly when the project I was working with used it. But I think Antergos let it slip into the Aethernet, and I am unaware of any SuSE management of it.
Lightdm-webkit2-greeter also went by web-greeter or lightdm-web-greeter. I think it was renamed upstream briefly before stopping development: https://github.com/Antergos/web-greeter.

#13 Re: Documentation » HOW TO Install lightdm webkit2 greeter » 2021-04-05 16:39:39

Ah, I needed lightdm-webkit2-greeter for a project once. I think it's dead now, from the upstream. But I built a release for Devuan Ceres: https://build.opensuse.org/package/show … t2-greeter, and it's the same major version number as Spock's listed above.

#14 Re: Forum Feedback » New member SPOCK » 2021-04-05 16:36:11

Live long and prosper.

I would hope that if Spock from Star Trek were to live today, he would use Devuan GNU+Linux because it is the logical choice.

So you're a Linux sysadmin contracting firm, eh? That sounds really cool, and probably is my "dream job."

#15 Re: Installation » [SOLVED] Dual monitor VM issues with VirtualBox on 3.1.0 » 2021-03-10 14:47:34

Have you started with removing any packages related to brltty? And the bluez listing is related to bluetooth. If you are certain you don't need any bluetooth userspace tools installed (which you probably don't anyway, because it can't find it), make sure those are gone too.

Regardless, I seriously doubt brltty and any bluetooth/lack of bluetooth is related to preventing a display from working.

#16 Re: Installation » [SOLVED] Dual monitor VM issues with VirtualBox on 3.1.0 » 2021-03-09 16:19:27

Alas, we have no magic for you. Can you inspect /var/log/syslog and /var/log/Xorg.0.log for messages at the time you tried to enable the second monitor?

#17 Re: Devuan » Why are systemd files present in Devuan? » 2021-03-01 12:54:02

HoaS was being funny. He knows the people critical of systemd are apt to call such distros that use systemd "systemd/Linux." He was initially quoting the rms copypasta (https://wiki.installgentoo.com/index.php/Interjection) but with "systemd/Linux" instead of "GNU/Linux." The uninitiated probably will misinterpret what he means, but to the informed, it was amusing if a bit off-topic!

HoAS has his hands in many pies, and he tolerates systemd better than we do, so he doesn't hate it.

#18 Re: Desktop and Multimedia » MS application on Wine will not open its files » 2021-02-26 02:56:37

You didn't specify which file manager you are using, so I will assume this is with Thunar, the default file manager in Xfce, which I think is the default desktop environment for Beowulf. Thunar follows multiple XDG specifications, including the desktop file spec.

If you would like Thunar (and other Xfce applications in general) to easily recognize Irfanview as an application that handles various mimetypes, you can set up a file at /usr/share/applications/irfanview.desktop (all users) or ~/.local/share/applications/irfanview.desktop. Make the contents resemble (source):

[Desktop Entry]
Categories=Graphics;Viewer;
Comment=View graphics
Exec=/usr/bin/irfanview %F
GenericName=Graphics Viewer
Icon=irfanview
Keywords=irfan;graphics;image;viewer;batch;
MimeType=x-content/image-dcf;image/png;image/gif;image/jpeg;image/jpg;image/bmp;image/tiff;image/ico;image/vnd.adobe.photoshop;
Name=Irfanview
StartupNotify=true
Terminal=false
Type=Application
Version=1.0

Adjust the binary name in the Exec line to point to your script that invokes Irfanview, or perhaps the whole wine invocation, although files with spaces in their names could get messy. For example, it could be

Exec=/usr/bin/wine "C:\Program Files\Irfanview\iview64.exe" %F

The %F in the Exec line is important, because that will tell XDG-compliant applications that it can pass multiple files to the program at the same time. Irfanview, when given multiple files, will let you scroll between just those multiple files.

The MimeType line is also very important, because it tells $SOMETHING (I am not entirely certain) what filetypes should list this application in the "Open with..." pre-filled list. But the "Other application..." dialog will show all /usr/share/application/*.desktop files that have a %F or %f in the Exec.

I forget what command you need to run to update the caches or menus so everything initially becomes aware of the changed .desktop file. A logout usually does it too. Maybe somebody can rescue me from my strange gap in knowledge.

NOTE:
I disavow responsibility for troubleshooting spaces and quotes in the Exec line of a .desktop file!

#19 Re: Desktop and Multimedia » PulseAudio always resets to mute » 2021-02-26 02:37:26

Head_on_a_Stick wrote:

Fun fact: the GNOME desktop in Debian bullseye no longer needs PulseAudio at all. PipeWire is the future...

Head_on_a_Stick, what is your opinion of PipeWire? I don't know anything about it, or if there are good reasons to dislike it or its architecture in the same vein as PulseAudio.

#20 Re: Devuan » As Debian 11 moves closer to Devuan. Is there any reason to stay on De » 2021-02-24 14:08:34

I can see how Debian might choose some level of sanity by providing support for sysvinit again, but the heavy lifting of making that possible would have been done in a separate environment (i.e., Devuan). It's clear that such maintenance and support wouldn't happen within the Debian world directly.

#21 Re: Off-topic » A peek into the future of distros » 2021-01-28 16:32:22

Systemd core: Hahaha, no. Just no. If I wanted a giant blob, I'd just run a certain Micro$oft operating system.
Universal package manager: like apt+dpkg? Rpm/yum is fine too. Just horses of different colors.
Flatpak/appimage/snap: um, no. If it takes more than a second to start a calculator, you're doing it wrong. Also, even on that blog post, a person commented he has dozens of mount points from snaps.
Polkit and apparmor: I've always felt uneasy about policykit but I cannot quite put my reasons into words. I know some people hate xml, so that might be a good enough reason. And apparmor, lol. I really wish I had enough guts to set up SELinux on Devuan. I miss SELinux. You put that in targetted mode, and you're protected even from yourself!
Systemd-homed: "moveable home," lol, you mean like a separate logical volume for /home? I guess they don't mean that. Ew, /home on a removable media? Yank out the wrong disk and everything goes kaput.
Wayland: I thought X11's integration with everything was pretty great. I have no desire to switch to something else that isn't as fully-featured.
Pipewire: I didn't like pulseaudio. Maybe it's like Star Trek movies and this is an even-numbered (Warning: TVTropes link) one.

#22 Re: Devuan » devuan and LTS » 2021-01-28 15:47:51

Wow, you find it easier to help Debian? I have not even collected the courage to try to go offer help on any packages in Debian. The amount of red tape I infer from all their vast documentation makes me unwilling to go offer my limited services in packaging up software that I want to package. I realize they have concerns about orphaned packages at some point in the future should I become unavailable.

I just started showing up to Devuan meetings and said I had some modifications to packages, and boom, they shoved some stuff at me and now I'm responsible for a few things!

#23 Re: Devuan » Why are systemd files present in Devuan? » 2021-01-28 15:41:14

To be on topic, and probably to repeat earlier stuff which I'm not bothering to read: A lot of packages drop files into systemd locations. It doesn't harm a system to have /usr/lib/systemd/system/$FOOBAR.service as a file. It just doesn't help either.

There's rumblings of a devuan-sanity-systemctl package that will provide a systemctl translator script to actually provide the real behavior from the "systemctl" invocations, for the Ceres (unstable) release, but I don't know if that's going anywhere. If you download that yourself, be sure to put it in /usr/bin and not /usr/sbin. But be advised that the script will just run the real "service $FOOBAR stop" commands and not actually use the /usr/lib/systemd/system/$FOOBAR.service service entries. It isn't systemd, after all.

If you would like to contribute to how Devuan operates, we meet weekly. You can read the announcement for how to attend the meetings: https://lists.dyne.org/lurker/message/2 … 7c.en.html.

#24 Re: Devuan » Unreliable Wicd » 2021-01-18 15:03:34

If you think wicd itself is the cause of the problem, perhaps you could try another lightweight network manager (not to be confused with Network Manager). When Devuan Ceres dropped wicd because it is written in python2, I switched to connman. It has been about as good as wicd.

I had a flaky wireless network card that thankfully also got added to mainline kernel tree around the time I had to drop wicd, so I was never sure if it was the flaky driver or wicd.

#25 Re: Off-topic » openssl file encryption scripts » 2021-01-15 14:52:20

If I recall correctly, openssl has a relatively small upper limit of file size it can encrypt. I think it was like 1MB in my very unscientific testing.
The main way people encrypt files in a Linux and filesystem context is with GPG: https://www.howtogeek.com/427982/how-to … -on-linux/

Board footer

Forum Software