LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 01-12-2021, 11:41 AM   #1
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Rep: Reputation: Disabled
Question [SOLVED] No Login at Startup


Greeting Y'all:

With Manjaro 20.1 Cinnamon, there is no request for a password.
When returning from sleep or upgrading there is the demand for
a password.

Is this a PAM issue? Is there a module missing?

I also have both Electron and Electron 9 in my software directory. I have searched the net and found very little information, regarding this problem.

https://forum.manjaro.org/t/cant-log...pdate/16231/13

https://developer.ibm.com/tutorials/l-pam/


Last edited by blueicetwice; 01-13-2021 at 07:47 PM. Reason: more info
 
Old 01-12-2021, 12:52 PM   #2
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Original Poster
Rep: Reputation: Disabled
[SOLVED] No Login at Startup

Click image for larger version

Name:	Screenshot from 2021-01-11 14-24-46.png
Views:	62
Size:	23.4 KB
ID:	35243

Last edited by blueicetwice; 01-13-2021 at 08:01 PM.
 
Old 01-12-2021, 01:13 PM   #3
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
I am confused - are there 2 separate issues here? Electron has nothing to do with the ability to login.

It has been years since I have used cinnamon but there must be a configuration item in the "control panel" or whatever cinnamon calls it, that determines whether auto login to the desktop is enabled. I would check that and disable auto login so you are prompted to login to the desktop. That is your desired behavior, correct?
 
1 members found this post helpful.
Old 01-12-2021, 01:48 PM   #4
Lucko666
Member
 
Registered: Apr 2017
Location: Olympia WA
Distribution: Mint, Raspbian, Debian, elementaryOS, LinuxLite, Puppy, Manjaro, Armbian
Posts: 72

Rep: Reputation: Disabled
Well, as for Electron it's a framework for certain cross-platform software. You don't specifically install it but if you install any packages that require it will load on your machine.

Some common programs that Linux users would be likely to have are BitWarden, Skype,and balenaEtcher.
 
Old 01-12-2021, 02:24 PM   #5
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
I know what Electron is; I was trying to figure out why it was included in the OP's post because Electron has zilch to do with logging in. Perhaps OP had a separate issue with Electron and included that in the post.
 
Old 01-12-2021, 03:50 PM   #6
Lucko666
Member
 
Registered: Apr 2017
Location: Olympia WA
Distribution: Mint, Raspbian, Debian, elementaryOS, LinuxLite, Puppy, Manjaro, Armbian
Posts: 72

Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
I know what Electron is; I was trying to figure out why it was included in the OP's post because Electron has zilch to do with logging in. Perhaps OP had a separate issue with Electron and included that in the post.
Yes, I think it was a separate question and I meant the reply to be to OP.
 
1 members found this post helpful.
Old 01-12-2021, 05:39 PM   #7
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Original Poster
Rep: Reputation: Disabled
[SOLVED] No Login at Startup

Quote:
Originally Posted by sevendogsbsd View Post
I am confused - are there 2 separate issues here? Electron has nothing to do with the ability to login.

It has been years since I have used cinnamon but there must be a configuration item in the "control panel" or whatever cinnamon calls it, that determines whether auto login to the desktop is enabled. I would check that and disable auto login so you are prompted to login to the desktop. That is your desired behavior, correct?
7 Dog, I mention Electron, solely because I have it and Electron 9 in my
software menu. I assumed that one can be deleted?

Yes, you are correct that I wish to require a password to open the
desktop and get on the Internet.

No options in either Account Details or Window Login.

Last edited by blueicetwice; 01-13-2021 at 08:02 PM.
 
Old 01-13-2021, 01:15 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I also have python2 and python3 in my repositories, and GTK2 and GTK3, and Fiefox in 3 different versions, and and and...

If no program depends on it, you can uninstall Electron.
 
Old 01-13-2021, 06:41 AM   #9
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Original Poster
Rep: Reputation: Disabled
[SOLVED] No Login at Startup

Quote:
Originally Posted by ondoho View Post
I also have python2 and python3 in my repositories, and GTK2 and GTK3, and Fiefox in 3 different versions, and and and...

If no program depends on it, you can uninstall Electron.
Thank you the clarification, Ondoho! How do I determine which if any
programs are dependent up pond it? I did not install Electron or Electron 9
on my own. Is it posted when the uninstall attempt is made?

https://www.electronjs.org/docs/tutorial/quick-start

"Electron is a framework that enables you to create desktop applications with JavaScript, HTML, and CSS. These applications can then be packaged to run directly on macOS, Windows, or Linux, or distributed via the Mac App Store or the Microsoft Store.

Typically, you create a desktop application for an operating system (OS) using each operating system's specific native application frameworks. Electron makes it possible to write your application once using technologies that you already know."

"How Electron Works

Electron takes a main file defined in your package.json file and executes it. This main file creates application windows which contain rendered web pages and interaction with the native GUI (graphical user interface) of your Operating System.

As you start an application using Electron, a main process is created. This main process is responsible for interacting with the native GUI of the Operating System. It creates the GUI of your application.

Just starting the main process does not give the users of your application any application window. These are created by the main process in the main file by using the BrowserWindow module. Each browser window then runs its own renderer process. The renderer process takes an HTML file which references the usual CSS files, JavaScript files, images, etc. and renders it in the window.

The main process can access the native GUI through modules available directly in Electron. The desktop application can access all Node modules like the file system module for handling files, request to make HTTP calls, etc."

By this definition, it appears that it has some value to the user, however, I suspect the average Manjaroian will have little or no use for.

Last edited by blueicetwice; 01-13-2021 at 08:02 PM. Reason: more info
 
Old 01-13-2021, 09:27 AM   #10
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Original Poster
Rep: Reputation: Disabled
[SOLVED] No Login at Startup

There does seem good reason to keep Electron on one's rig.

https://www.electronjs.org/docs

Last edited by blueicetwice; 01-13-2021 at 08:03 PM.
 
Old 01-13-2021, 09:40 AM   #11
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by blueicetwice View Post
You're clearly already logged in. The problem is that the system cannot find "path-to-app" - because it clearly doesn't exist. You're also passing "path-to-app" as an argument, therefore you need to actually replace "path-to-app" with the name of a program that does actually exist.
 
1 members found this post helpful.
Old 01-13-2021, 09:51 AM   #12
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
I think OP wants to auto-login to the desktop but I am not a cinnamon user and have no idea where or even if this option exists in Manjaro.
 
Old 01-13-2021, 09:58 AM   #13
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
If I remember rightly, they would have to configure their display manager to do auto-logins.
 
1 members found this post helpful.
Old 01-13-2021, 12:14 PM   #14
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by blueicetwice View Post
How do I determine which if any programs are dependent up pond it?
https://wiki.archlinux.org/index.php/Pacman
 
1 members found this post helpful.
Old 01-13-2021, 05:55 PM   #15
blueicetwice
Member
 
Registered: Jul 2020
Location: Maoisota
Distribution: Manjaro ; Mint & Solus
Posts: 58

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sevendogsbsd View Post
I think OP wants to auto-login to the desktop but I am not a cinnamon user and have no idea where or even if this option exists in Manjaro.
7 Dog, yes, you put it into better words than me. It does exist because I have a second ManJaro
and it requires a password to open the desktopper.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Fast login via ssh / Slow login via login manager with machine in AD-domain c01d Linux - Server 2 03-01-2016 01:52 AM
how to disable "last login log" & disable "last login message" when start login. hocheetiong Linux - Newbie 4 02-08-2011 05:35 AM
How to configure auto login & after login auto startup some program. hocheetiong Linux - Newbie 1 02-18-2008 12:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 01:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration