The officially official Devuan Forum!

You are not logged in.

#326 Re: Devuan » Clarification of the relationship between Dyne and Devuan » 2019-12-01 18:13:40

Ron

As someone who is only a user of the OS, but would like to see it become one of the "big" distros, I'd say it wasn't the accusations that damaged the project, but the dumb April Fool's joke that did (in full agreement with ChuangTzu). I just hope 4 months from now nothing like this happens again.

#328 Re: Desktop and Multimedia » Choosing an email client » 2019-10-27 21:06:17

Ron

32-bit Linux is going the way of the Dodo bird. How long will it be before Devuan drops it?

#330 Re: Devuan Derivatives » [MiyoLinux] Update on the Update Notifier » 2019-09-18 21:49:41

Ron

So is the updater now ready for prime time?

#331 Re: Installation » firefox 52.9 esr » 2019-09-15 04:05:40

Ron

Well, DRM used to work in Basilisk, but it currently does not. Not sure if it will again.

I would advise anyone using an old browser version to use Firejail, a sandboxing app:

https://sourceforge.net/projects/firejail/

#332 Re: Installation » firefox 52.9 esr » 2019-09-14 16:18:10

Ron

It really isn't safe to use older browser versions. Have you considered using browsers that support legacy extensions and are still maintained with security and bug fixes? There's Pale Moon, Basilisk, and Iceweasel-UXP to choose from (and the upcoming Borealis Navigator). There are still choices out there. smile While it can't be said that all legacy extensions will work on them, the vast majority will.

#333 Re: Devuan Derivatives » [MiyoLinux] Update on the Update Notifier » 2019-09-07 21:19:16

Ron

I had updates today and I didn't get any icon in the panel. I am using the original download. I followed the instructions to a tee but it still didn't work.

#334 Re: Devuan Derivatives » [MiyoLinux] Update on the Update Notifier » 2019-09-04 23:05:55

Ron

Is there supposed to be an icon in the panel? I don't have one. I copied the files/folder according to the instructions and rebooted. I didn't have any updates (checked in Synaptic) so is that why?

#335 Re: Off-topic » Knoppix 8.6 — first wide public release to abandon systemd » 2019-08-21 20:46:12

Ron

This is good news. Hopefully more distros will follow in ditching systemd.
Now next on the chopping block, pulseaudio. wink

#336 Re: Off-topic » Life after Firefox » 2019-07-23 02:45:59

Ron
SmokeyGrey wrote:

I've encountered one addon that I can't seem to get working. I downloaded Redirector from the Classic Add-ons Archive, and it just gives me an error "Redirector does not work in Private Mode", even when I'm just using a regular window. This could be because it's built for Firefox and is running in Firefox compatibility mode.

I looked that up and I see that there are 24 versions of it. Which version did you try? It might be worth a shot to try an earlier version. Or, try changing to Gecko compatibility. That's the setting I use.

#337 Re: Hardware & System Configuration » PulseAudio? Seriously!? » 2019-07-06 17:41:01

Ron
dxrobertson wrote:

I think the --installed option shows only whats actually installed-

Thanks.

I also ran this command for libpulse0 and it shows that of the apps I have installed, that simple screen recorder, mpv, mplayer, and mate-settings-daemon (among others) depend upon it. Looking at the description for libpulse0 in Synaptic it says it is PulseAudio client libraries. Why would these apps depend on libpulse0 especially since a lot of people on Linux don't use Pulseaudio? I find that disturbing, even though I don't fully know why.  hmm

#338 Re: Hardware & System Configuration » PulseAudio? Seriously!? » 2019-07-06 02:13:46

Ron
dxrobertson wrote:

You can see what packages depend on a package via rdepends:

apt rdepends gstreamer1.0-pulseaudio

And you can "try-out" a purge of a package by use of the -s option, to see what would be removed along with it:

apt -s purge  gstreamer1.0-pulseaudio

I ran apt rdepends gstreamer1.0-pulseaudio and this is the result. What does the line before some of the items on the list mean, if anything? At first I thought it meant that those are installed apps since I noticed Handbrake has one, but I checked some of the others and they weren't installed. Is there a way to get results of only installed apps on my system?

gstreamer1.0-pulseaudio
Reverse Depends:
  Depends: gstreamer1.0-plugins-good-dbg (= 1.10.4-1)
  Recommends: totem
  Recommends: rhythmbox
  Depends: quodlibet
  Recommends: plainbox-provider-checkbox
 |Depends: pitivi
  Recommends: pidgin
 |Depends: phonon4qt5-backend-gstreamer
  Depends: phonon-backend-gstreamer
  Recommends: mopidy
 |Recommends: libwebkit2gtk-4.0-37
  Depends: knowthelist
  Depends: kazam
 |Recommends: handbrake
  Depends: gnome-core (>= 1.10)
  Recommends: gst123
  Depends: gnome-sound-recorder
 |Depends: banshee
  Suggests: gnome-control-center
  Depends: empathy
  Recommends: clementine
  Suggests: cinnamon-control-center
 |Depends: buzztrax
  Recommends: banshee

#339 Re: Hardware & System Configuration » PulseAudio? Seriously!? » 2019-07-05 02:07:56

Ron

Out of curiosity I checked what I had installed. While I don't have pulseaudio installed, I do have gstreamer1.0-pulseaudio, libpulse-mainloop-glib0, and libpulse0 installed. Can I delete these 3 without any adverse effects? Thanks.

#340 Re: Desktop and Multimedia » Codec needed for Handbrake » 2019-06-28 01:25:48

Ron
clnr wrote:

Handbrake uses ffmpeg already so you could look around in the Handbrake documentation for options on the codec you are looking for.
BTW SMPplayer is also using ffmpeg for playing your video.

I look around in Preferences and there's nothing there to select/switch codecs. I'll see if I can find anything on their website.

#341 Re: Desktop and Multimedia » Codec needed for Handbrake » 2019-06-26 21:24:27

Ron

Thanks. I'm used to Handbrake, but maybe I'll give ffmpeg (i.e., winff) a try.

#342 Desktop and Multimedia » Codec needed for Handbrake » 2019-06-15 20:31:21

Ron
Replies: 4

Handbrake doesn't recognize the audio portion on videos made with my camera. I have to first convert the audio with Audacity to m4a format, then mux that new audio together with the original camera video, then use that new file to reencode the video to a manageable size (I use passthrough for the audio since it has already been converted with Audacity). I noticed when I play the original video file with SMPlayer that is uses the pcm_mulaw codec (which I guess is an internal SMPlayer codec). Is there a codec I can install via Synaptic that Handbrake would use to recognize this? I searched Synaptic for "mulaw" but that search came up empty. Then I search "pcm" and that gave a few hits, but I'm clueless if anything there would solve this problem. One entry, morse2ascii, says "tool for decoding the morse codes from a PCM WAV file." This seems to be what I need (EDIT: on further research, this does not seem to be what I need). Any ideas? Thanks.

#343 Re: Devuan » Clarification of the relationship between Dyne and Devuan » 2019-06-09 14:46:19

Ron
stanz wrote:

My next donation will not go thru dyne! We'll chat about that one day.  tongue

Is there another way?

#344 Re: Off-topic » Music » 2019-05-12 02:29:45

Ron

MiyoLinux wrote:
Speaking of Glen Campbell...his guitar playing was amazing. People like to talk about shredding a guitar. He could shred it, put it back together, and then shred it again.

Fun fact: he played guitar on quite a few Beach Boys songs. I got to see him in Vegas in 2006 (or maybe it was 2007).

#345 Re: Off-topic » Music » 2019-05-10 02:01:05

Ron

MiyoLinux wrote:
Fun music! smile

Conway Twitty: It's Only Make Believe

Good song. I like Glen Campbell's version best:

https://www.youtube.com/watch?v=JijBzCUxYkc

#346 Re: Desktop and Multimedia » Mozilla Firefox unacceptable tactics - PLEASE ADVISE » 2019-05-06 00:18:59

Ron

I've been using Pale Moon for years and love it. If you run into any problems (because Pale Moon has diverged far away from Firefox things that work in FF may not work in PM, but there are usually alternatives) I'd suggest searching the PM forums.  Or post here (in off topic I suppose). I usually visit this forum at least once a day.

#348 Re: Other Issues » [SOLVED] Weird message while updating the system » 2019-05-01 01:09:39

Ron

Well, I just retried it today before trying anything else, and everything installed like it normally does without any kind of messages.
So is everything good to go and I got a fully up-to-date system? ?

#349 Other Issues » [SOLVED] Weird message while updating the system » 2019-04-30 03:08:57

Ron
Replies: 4

When trying to install updates tonight, I got a message box that read:

Some of the packages could not be retrieved from the server(s).
Do you want to continue, ignoring these packages?

So I clicked "no." Below is the message I got afterwards:

W: Failed to fetch http://mirrors.dotsrc.org/debian-security/pool/updates/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.10.4-1+deb9u1_amd64.deb
  404  Not Found

W: Failed to fetch http://mirrors.dotsrc.org/debian-security/pool/updates/main/g/gst-plugins-base1.0/gstreamer1.0-plugins-base_1.10.4-1+deb9u1_amd64.deb
  404  Not Found

W: Failed to fetch http://mirrors.dotsrc.org/debian-security/pool/updates/main/g/gst-plugins-base1.0/gstreamer1.0-x_1.10.4-1+deb9u1_amd64.deb
  404  Not Found

I've never had this happen before. Should these 3 things become available later on? Should I just redo this again and click "Yes" this time, or just wait?

#350 Re: Hardware & System Configuration » What tool for software updates + notifications? » 2019-04-24 01:18:22

Ron

MiyoLinux wrote:
I also change the number of minutes that elapse between update checks, but that's voluntary on my part.

Can it be configured to only check about 1 minute after boot up? (Each boot up, that is.)

Board footer

Forum Software