You are not logged in.
Probably there was no “human” interface.
Hahaha!
My early experiences led me to actually RTFM and read man pages.
However, if a certain someone hadn't seen who I was for what I was at the time...and taken me under their wing...I would have thrown GNU/Linux away because of how I was treated.
I don't claim to know nor understand everything about GNU/Linux, but I know more now than I did back then...thanks to someone who actually cared enough to help me be successful back then.
By the way, back then, I looked, looked, and looked for a source so that I could RTFM, and this is all that I could find...
https://www.amazon.com/Photographic-Man … B00179S1PE
It's the only F'n manual that I could find. I read it like 69 times, but I never could find the answer to my Linux questions...
![]()
Some people just need help. They may not understand "forum etiquette". They may not understand what are the right questions to ask. They may not know what to do when told to RTFM.
That was me many years ago. I just needed help.
I knew nothing about GNU/Linux, but due to circumstances, I had to install a GNU/Linux distro if I wanted my family and myself to continue having a computer.
I was met with penguin-hostility and people who tried to make me feel like I didn't belong if I couldn't RTFM. I didn't even know what RTFM meant. ![]()
Some folks just need help.
Now, I don't know if that's the case for the person who asked about "How to set a default desktop", but if we can help, we should...and help gladly. ![]()
Do you have a .dmrc file in your HOME folder?
If so, you can set it there.
I've never used Cinnamon, so I don't know what should be written there to set Cinnamon as the default...sorry. Here's what is written in my .dmrc file...
[Desktop]
Session=kwin-sessionI'm using kwin as a standalone window manager. If you can find out what needs to be written for the Cinnamon desktop to be the default, you many need to log out (or reboot) for it to take effect.
Also, if you're using lightdm as your session manager, it "should" set Cinnamon as the default if you choose it???
Hope that helps in some way.
This is our dog, Juliette.

Well, not really. It's just a picture of her.
![]()
I used to work at a fire hydrant factory.
But I couldn't park there.
![]()
They say you can tell someone's personality from the car they drive.
I don't have a car.
![]()
Q: Why did the libertarian chicken cross the road?
A: None of your business, am I being detained?
Why did the North Korean chicken cross the road?
It doesn't matter; she was just following orders!
My wife asked me why I don't buy her flowers.
I said, "I didn't know you sold them."
![]()
I bought a sweater that kept picking up static electricity, so I returned it.
They gave me another one free of charge.
To the guy who created zero...
Thanks for nothin'.
Thank you! ![]()
No problem my man! Just wanted you to know who the idiot was sending you a message. ![]()
I searched the forum asking users not do "full quote posting". I could find nothing through the search. Then I found this manually.
If I may, could I suggest that a "Sticky" be enabled for this thread? That way, a user could kindly point another user to this.
fwiw, on the subject of "full posting", I'm totally with Alex;
Very well, and thank you Ralph.
To be fully honest, I never knew that it was an issue. I never even thought about it.
It won't happen again.
Thank you for your kind reproof.
Ah. So you do full-post quotes here as well. Stop it!
It unnecessarily increases server space, load & network travel-times. Thread viewers other than you hate it & are forced to plough through acres of duplicate content. Search engines mark down sites that suffer from it. It may well bloat your ego but it is bloating this site as well, and only demonstrates your childish inability to edit down any quote to the essentials that you wish to highlight.
Just stop it, please.
Okay. I've tried to be kind with you despite how you've treated me, I've tried to be respectful, but you seem to have an issue with me.
Yes, I "full-post" quoted you.
What's your deal man?
Are you an administrator of this forum?
If so, then I will stop "full-post quoting" per your obnoxious, pompous, self-grandiose request. Else, if an actual administrator of this forum asks me to stop "full-post quoting", I will.
However, if you're not an administrator of this forum, then shut the hell up.
Here's another "Full-post quote" for you to have another nervous-jerkdown about...
Ah. So you do full-post quotes here as well. Stop it!
It unnecessarily increases server space, load & network travel-times. Thread viewers other than you hate it & are forced to plough through acres of duplicate content. Search engines mark down sites that suffer from it. It may well bloat your ego but it is bloating this site as well, and only demonstrates your childish inability to edit down any quote to the essentials that you wish to highlight.
Just stop it, please.
![]()
BRRRAAAaaa!
I sent you a message via the forum. Hopefully, you received it???
GREAT to see you and have you around again!
Gone but still screwing up my life/linux...
I don't watch videos online generally, so didn't know, but wife wanted to listen to some music on youtube yesterday, so, quick backstory:
Still using Vuu-do I finished in early 2018, works great and very stable, but of course outdated and no repo anymore. Browser started having issues so found and downed a Firefox 116 appimage, works fine EXCEPT, it apparently requires friggin Pulseaudio to deliver sound, which does not exist on my beautiful pure ALSA system.
Got a lil geek fury going on right now, arrrrrgh. Stupid Mozilla. Audio works fine in Chromium without crappy pottyhead yuckware.
BRAAAAAaaaaa!
You can download and use Mozilla Firefox or Firefox ESR (without Pulsification) like this...
Make sure you have the REQUIRED libraries installed...
glibc 2.17 or higher
GTK+ 3.14 or higher
libstdc++ 4.8.1 or higher
X.Org 1.0 or higher (1.7 or higher is recommended)
_____________________________________________________________
For sound in Firefox...
a) If you are using only alsa for sound, you will need to install apulse to have sound in Firefox.
b) If you are using pulseaudio, sound should work automatically.
_____________________________________________________________
Download and install Firefox...
1. Open a terminal, and cd into the folder where your download will be saved. For example...
cd Downloads
2. Download Firefox (or Firefox-ESR) 64 or 32 bit version.
NOTE: To download the 32 bit version, change os=linux64 to os=linux in the command(s) below.
NOTE: If you need Firefox with a language other than English-US, find your language in the list at the bottom of this file, then substitute lang=en-US with your desired language in the command(s) below.
To download Firefox, enter the following command...
wget "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" -O firefox.tar.bz2
To download Firefox-ESR, enter the following command...
wget "https://download.mozilla.org/?product=firefox-esr-latest&os=linux64&lang=en-US" -O firefox-esr.tar.bz2
3. Extract the file...
tar xjf firefox*.tar.bz2
4. Move the extracted firefox folder to /opt...
sudo mv firefox /opt/
5. Create a symlink to the Firefox executable...
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
6. Create a Desktop File...
First, enter the following in the terminal to become root...
su
After becoming root, enter the following command...
cd /usr/local/share/applications
If that directory doesn't exist, create it...
mkdir /usr/local/share/applications
...then use the cd command again.
Now enter the following command to create a desktop file...
nano firefox.desktop
If you are using alsa for sound, enter the following...
[Desktop Entry]
Version=1.0
Name=Firefox
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=apulse firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
If you are using pulseaudio for sound, remove apulse from...
Exec=apulse firefox %u
so that it looks like this...
Exec=firefox %u
Save the file and close nano with the following 3 actions...
Ctrl + x
y
Enter
Firefox should now be installed and available in your menu.
_____________________________________________________________
For other languages replace 'lang=en-US' with...
Acholi lang=ach
Afrikaans lang=af
Albanian lang=sq
Arabic lang=ar
Aragonese lang=an
Armenian lang=hy-AM
Assamese lang=as
Asturian lang=ast
Azerbaijani lang=az
Basque lang=eu
Belarusian lang=be
Bengali (Bangladesh) lang=bn-BD
Bengali (India) lang=bn-IN
Bosnian lang=bs
Breton lang=br
Bulgarian lang=bg
Catalan lang=ca
Chinese (Simplified) lang=zh-CN
Chinese (Traditional) lang=zh-TW
Croatian lang=hr
Czech lang=cs
Danish lang=da
Dutch lang=nl
English (British) lang=en-GB
English (South African) lang=en-ZA
Esperanto lang=eo
Estonian lang=et
Finnish lang=fi
French lang=fr
Frisian lang=fy-NL
Fulah lang=ff
Gaelic (Scotland) lang=gd
Galician lang=gl
German lang=de
Greek lang=el
Gujarati (India) lang=gu-IN
Hebrew lang=he
Hindi (India) lang=hi-IN
Hungarian lang=hu
Icelandic lang=is
Indonesian lang=id
Irish lang=ga-IE
Italian lang=it
Kannada lang=kn
Kazakh lang=kk
Khmer lang=km
Korean lang=ko
Latvian lang=lv
Ligurian lang=lij
Lithuanian lang=lt
Lower Sorbian lang=dsb
Macedonian lang=mk
Maithili lang=mai
Malay lang=ms
Malayalam lang=ml
Marathi lang=mr
Norwegian (Bokmål) lang=nb-NO
Norwegian (Nynorsk) lang=nn-NO
Oriya lang=or
Persian lang=fa
Polish lang=pl
Portuguese (Brazilian) lang=pt-BR
Portuguese (Portugal) lang=pt-PT
Punjabi (India) lang=pa-IN
Romanian lang=ro
Romansh lang=rm
Russian lang=ru
Serbian lang=sr
Sinhala lang=si
Slovak lang=sk
Slovenian lang=sl
Songhai lang=son
Spanish (Argentina) lang=es-AR
Spanish (Chile) lang=es-CL
Spanish (Mexico) lang=es-MX
Spanish (Spain) lang=es-ES
Swedish lang=sv-SE
Tamil lang=ta
Telugu lang=te
Thai lang=th
Turkish lang=tr
Ukrainian lang=uk
Upper Sorbian lang=hsb
Uzbek lang=uz
Vietnamese lang=vi
Welsh lang=cy
Xhosa lang=xhGood deal! Good luck Gregors!
They say that money grows on trees. I guess that's why banks have branches...
![]()
I just thought of something else...
In addition to disabling the (trackpad), have you tried using a screen lock?
There are several out there in the wild (and I assume most desktop environments include one), but I use slock on all of my window managers. It comes in as part of the suckless-tools package.
If you install it...
apt install suckless-tools...nothing will show in your menu after installing it; however, you can run slock from your run-command or terminal. I always make a "Shutdown" utility that includes that screen lock, but that's another post for another time. ![]()
Basically, if you "lock" the screen when you step away from the computer for a while, the screen goes blank, and it won't "unlock" until you correctly enter your username's password. So unless your cat knows your password, he/she can't do any damage.
![]()
Six months ago, my wife and I talked about how we need to get in shape, so my wife started walking two miles a day.
I have no idea where she is now.
![]()
What is the favourite book of any serial killer?
A Graphic novel!
Hahahaha! ![]()
I got fired from the bank today.
A customer asked me to check her balance.
So, I pushed her.
![]()