The officially official Devuan Forum!

You are not logged in.

#376 Re: Off-topic » USA Foods » 2023-12-02 02:15:13

Well spoken.

We have been purchasing as many "organic" items as we can; however, how can we actually know those items are organic?

Just because the packaging says so?

From what I understand (and I may be wrong), a producer can put "Organic" on their product whether it is or not. I don't really know if that's true.

@JWM Kit...a great number of USAians live in apartment complexes, and they have no land to "grow their own". I grew up on several acres of land. We always had a huge garden...I hated it back then as a kid...but what I wouldn't give to be able to have the land to raise my own beef, lamb, chickens, and vegetables now.

Sorry PETA...

tongue

Many Americans (USA) can't afford to buy "organic", so they're left with buying things like Ramen Noodles and such.

The FDA wins...

#377 Re: Off-topic » USA Foods » 2023-12-01 21:29:13

Well, I've never been a "junk food" eater.

However, I have been a consumer of "over-the-counter" goods. These items left me feeling hungry later (I won't go into that right now...too much to cover in this discourse...

It seems almost as if the USA's FDA wants to push products upon its citizens that pillage, plunder, and proliferate us to become obese.

Why?

Even the "Lay's Potato Chips" are healthier in other countries, and they taste better. Even their "junk-food" is better. yikes

Geesh...

#378 Off-topic » USA Foods » 2023-12-01 19:34:27

I don't know if this will interest anyone, and it may be nothing new.

However, there has been much talk (in certain circles) about the foods that USA residents eat.

It's a fact that many USA residents are overweight.
_________________________________________

My wife works in a certain field; in which, she often has the opportunity to visit other countries. When she does visit other countries, she will usually bring home "food samples" from those countries. I'm always amazed at how much better, "cleaner", and healthier those foods taste.

I look at the ingredients, and the comparison between the USA's foods and their foods is incomparable. Their foods are always much healthier.

Now, my moniker (forum name) is there for a reason...The Amnesiac Philosopher

I'm quite forgetful, and I often don't remember things that I say or do.

However, after discovering this "food discrepancy", my family has changed our eating habits. As such, I seem to be doing better. Coincidence? I don't know.

Am I a "Conspiracy Theorist"? I may be after this. tongue

All that I know is that I seem to be doing better after changing my diet.

I'm not trying to start any arguments, but I would truly be interested to know what other's thoughts may be on this in order to get a more grounded view.

#379 Re: Other Issues » Brightness adjustment not working on AMD apu laptop » 2023-11-28 22:04:00

I rarely adjust screen brightness (hence, why I use the console for it)...but I decided to get all fancy-n-stuff tongue ...and made a simple GUI for brightnessctl with YAD. You can't really see the GUI window due to the background of the forum though.

Of course, I made it for my system...so if anyone is interested, you might need to adjust it for your needs if wanted. smile

2023-11-28-164315-260x300-scrot.png

Click a button, and screen-brightness adjusts to that percentage. wink

Requires yad brightnessctl papirus-icon-theme as the code shows below. If you don't have papirus icons, I don't have a stinkin' clue if the icons will show in the GUI window. tongue

Here's the YAD code...

#!/usr/bin/env bash

yad --form --columns=1 --width=260 --borders=10 --title="Screen Brightness" --buttons-layout=center --height=300 --window-icon="/usr/share/icons/Papirus/symbolic/status/display-brightness-high-symbolic.svg" --center --text-align=center --undecorated --text="
Temporarily change the 
display brightness.
" \
--field="  100%!display-brightness-high-symbolic":fbtn "brightnessctl set 255" \
--field="  75%!display-brightness-medium-symbolic":fbtn "brightnessctl set 191" \
--field="  50%!display-brightness-low-symbolic":fbtn "brightnessctl set 128" \
--field="  25%!display-brightness-off-symbolic":fbtn "brightnessctl set 64" \
--button="Close!window-close-symbolic" \

#380 Re: Other Issues » Brightness adjustment not working on AMD apu laptop » 2023-11-28 14:24:42

Welcome to Devuan!

I use the brightnessctl package. Works well for my needs. smile

apt install brightnessctl
man brightnessctl

Good luck on whichever path you take.

EDIT: A couple of examples...

user@devuan:~$ brightnessctl info
Device 'radeon_bl0' of class 'backlight':
        Current brightness: 255 (100%)
        Max brightness: 255
user@devuan:~$ brightnessctl set 100
Updated device 'radeon_bl0':
Device 'radeon_bl0' of class 'backlight':
        Current brightness: 100 (39%)
        Max brightness: 255

EDIT #2: Instead of whole numbers, you can also use percentages if desired; such as...

user@devuan:~$ brightnessctl set 80%
Updated device 'radeon_bl0':
Device 'radeon_bl0' of class 'backlight':
        Current brightness: 204 (80%)
        Max brightness: 255

#382 Re: Other Issues » Seriously? » 2023-11-27 18:58:54

greenjeans wrote:

it's not broken so no need to fix it

wink

#383 Re: Other Issues » Seriously? » 2023-11-27 18:53:06

aluma wrote:

In my case the reason was the included repository

  deb http://packages.devuan.org/devuan/ unstable main    
  

Disabling it solved the problem.

Uncle aluma,

Devuan has always recommended...almost insisted...for users to use actual Devuan release names in their sources list instead of the generic names of stable, testing, and unstable.

wink

#384 Re: Other Issues » Seriously? » 2023-11-27 02:14:58

One thing that I learned many years ago when running unstable...

Look at the terminal output before agreeing to an upgrade. If it's going to remove something that you consider detrimental to your system, tell it n (no). You can then upgrade the other packages individually that aren't part of the packages that will/would be removed.

Under normal circumstances, it will be fixed within a few days. Other times, it may take a week or two. I remember one time...not that my memory is that good any longer...but I remember one time...I probably went nearly two or three months before the package was fixed and able to be upgraded.

During that time, I upgraded all of the other stuff individually.

However, I was still frisky back then. I've gotten older and cantankerous and just want a stable system now. tongue

#385 Re: Desktop and Multimedia » [SOLVED] Firefox no sound. » 2023-11-26 19:41:42

golinux wrote:

/me doesn't often have to block an avatar . . .

I tried to squash that gnat 3 times before I figured out it was an avatar...

tongue big_smile

#386 Re: Off-topic » Weak processor + minimal DE = no miracle! » 2023-11-24 19:22:40

Uncle aluma,

I don't mean to overstep my bounds if what I say is for nought, but have you tried apulse to get sound working in Firefox?

#387 Re: Hardware & System Configuration » [SOLVED] allow-hotplug not working properly on ifupdown » 2023-11-22 17:47:13

alexkemp wrote:

Please, please STOP FULL-POST QUOTING. Thank you.

The Kempster,

It would probably help if you pointed to THIS POST so that you don't come off as so offensive when (cough-cough) requesting for people to please STOP FULL POST QUOTING...by explaining that an administrator has requested the same...instead of coming across as an angry man with an agenda of his own.

#390 Re: Desktop and Multimedia » are you happy with all the old and new wm's for simple small distros? » 2023-11-17 23:35:46

andyp67 wrote:

Sakura is great because you can copy and paste.

I like Sakura, but you can copy and paste in xterm on Devuan. No need to bring in another terminal. wink

Do some automagic with an .Xresources file to make xterm look decent...

! Run --> xrdb -load .Xresources <-- after editing this file

Xft.autohint: 1
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault

xterm*faceName:   Liberation Mono
xterm*faceSize:   11
xterm*charClass:  33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
xterm*saveLines:  16384
xterm*geometry:   78x24
XTerm*utf8:       1
!xterm*ScrollBar:   true
!xterm*rightScrollBar: true
XTerm*ScrollKey:  true
xterm*termName:   xterm-color

XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font() \n\
Ctrl <Key> 0: set-vt-font(d) \n\

*background:      #2D2D2D
*foreground:      #C3C9D9
*.color0:         #2b2b2b
*.color8:         #5a647e
*.color1:         #da4939
*.color9:         #da4939
*.color2:         #a5c261
*.color10:        #a5c261
*.color3:         #ffc66d
*.color11:        #ffc66d
*.color4:         #6d9cbe
*.color12:        #6d9cbe
*.color5:         #b6b3eb
*.color13:        #b6b3eb
*.color6:         #519f50
*.color14:        #519f50
*.color7:         #e6e1dc
*.color15:        #f9f7f3

...Even give it transparency in a picom.conf file...if that floats your boat! smile

opacity-rule = ["85:class_g*='XTerm'"];

...change 85 to whatever amount of transparency you'd prefer.

On my system, I can copy/paste in xterm...

1. Highlight the text that you want to copy and paste...DO NOT RIGHT CLICK on the highlighted text to select "Copy"...just highlight the text with your mouse.
2. After highlighting the text, go to xterm and middle-click on your mouse. BAM!!! It's there. wink

No charge. You're welcome.

tongue

Edited to add: Add the following to your autostart if you want xterm to look slickly/cooly/shmoozly every time...from your shiny startup until your flashy shutdown... big_smile

xrdb -load .Xresources

#391 Re: Desktop and Multimedia » are you happy with all the old and new wm's for simple small distros? » 2023-11-17 21:52:54

aluma wrote:

.xsession-errors

JWM-Kit wrote:

.xsession-errors

I just delete that file every so often, but the pensive penguin just starts it all over again afterward... roll tongue

#393 Re: Devuan » The insanity continues... BSOD coming to a systemd near you? » 2023-11-17 15:11:15

swanson wrote:

PS Read the whole article
PPS I didn't. (Hiding in the corner)

It's a quick read. YOU CAN DO IT!!! smile

#394 Re: Desktop and Multimedia » are you happy with all the old and new wm's for simple small distros? » 2023-11-17 02:32:00

Braaaa,

I'm not sure how my post was taken, but I didn't mean for it to come across as a put-down upon others if that's how it was taken.

We all have our preferences. Full stop.

What I may accept or deny is my preference. What others may accept or deny is theirs. I never said anything against how others express their preferences???

I have no use for tiling window managers; other people love them.

Am I right, or are they wrong?

It's up to the individual.

Yes, it's fun to see how others configure their system...and glean from their expertise...but at the end of the day, we all make out our systems as we prefer.

Take care.

#395 Re: Desktop and Multimedia » are you happy with all the old and new wm's for simple small distros? » 2023-11-16 18:59:10

We all like different things; there is no "right nor wrong" dependent upon the person and their needs.

Let each decide what is best for themselves.

I sacrificed a little here (and a little there) for PCManFM's convenience.

The issue is...the kernel. All of the other fluff is a matter of a person's choice...and whether they know how to keep out the extra fluff that comes in with a package.

Unless you're willing (and able) to build your own kernel, you'll bring in tons of stuff you don't really need.

...Just like most of the USA...sacrifice freedom for convenience. roll

It will rear it's head and bite you one day.  tongue

#396 Re: Off-topic » The Joke Thread » 2023-11-16 18:29:19

Q.  Why did the non-binary gold prospector head out west?

A.  Because there was gold in them/their hills.

tongue

#397 Re: Devuan » The insanity continues... BSOD coming to a systemd near you? » 2023-11-16 18:14:35

swanson wrote:

It's really terrible! What's the world coming to?

Yes. The world is coming to whatever...

#398 Re: Off-topic » The Joke Thread » 2023-11-11 19:39:21

I asked my North Korean friend what it's like to live there.

He said, "Well, I can't complain."

tongue

#399 Re: Devuan » A report about systemd on linuxnews.de » 2023-11-04 21:22:40

rolfie wrote:

There is no need for any init script for simple applications like firefox(-esr), libreoffice, vlc, virtualbox ....

I agree. However, I do use the latest .deb file from the official libreoffice site.

It's a pain with all of their constant updates though. tongue

#400 Re: Off-topic » The Joke Thread » 2023-11-04 19:51:38

I met a lady last night and asked her when her birthday was.

She said, "March 1st."

So, I walked around the room and asked her again.

tongue

Board footer

Forum Software