You are not logged in.
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...
![]()
Many Americans (USA) can't afford to buy "organic", so they're left with buying things like Ramen Noodles and such.
The FDA wins...
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. ![]()
Geesh...
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. ![]()
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.
I rarely adjust screen brightness (hence, why I use the console for it)...but I decided to get all fancy-n-stuff
...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. ![]()

Click a button, and screen-brightness adjusts to that percentage. ![]()
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. ![]()
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" \Welcome to Devuan!
I use the brightnessctl package. Works well for my needs. ![]()
apt install brightnessctlman brightnessctlGood 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: 255user@devuan:~$ brightnessctl set 100
Updated device 'radeon_bl0':
Device 'radeon_bl0' of class 'backlight':
Current brightness: 100 (39%)
Max brightness: 255EDIT #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: 255it's not broken so no need to fix it
![]()
In my case the reason was the included repository
deb http://packages.devuan.org/devuan/ unstable mainDisabling 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.
![]()
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. ![]()
/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...
![]()
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?
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.
YOU"RE THE MAN aluma!!! ![]()
Damn Yankees - "Come Again"
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. ![]()
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! ![]()
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. ![]()
No charge. You're welcome.
![]()
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... ![]()
xrdb -load .Xresources.xsession-errors
.xsession-errors
I just delete that file every so often, but the pensive penguin just starts it all over again afterward...
![]()
JWM-Kit,
Thanks; good!
By the way, you produce good things! Take care man!
PS Read the whole article
PPS I didn't. (Hiding in the corner)
It's a quick read. YOU CAN DO IT!!! ![]()
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.
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. ![]()
It will rear it's head and bite you one day. ![]()
Q. Why did the non-binary gold prospector head out west?
A. Because there was gold in them/their hills.
![]()
It's really terrible! What's the world coming to?
Yes. The world is coming to whatever...
I asked my North Korean friend what it's like to live there.
He said, "Well, I can't complain."
![]()
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. ![]()
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.
![]()