LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-06-2024, 07:36 AM   #1
marnav1
LQ Newbie
 
Registered: Apr 2015
Location: Nebraska
Distribution: Mint 21.3 Mate 64 bit
Posts: 10

Rep: Reputation: Disabled
Question Issues with Login Window ~ picture size


Running Mint 21.3 Mate/Lenovo T520. I'm experimenting with using the pictures from my pictures folder. I wanted something a little different than the standard Linux fare.
Some of the pictures seem to fit ok but the majority are blown up really big, as to be unusable. I have tried going thru the various settings on the login window with no effect. Is there a way or another place I can adjust the picture sizes for the login window/page?
Thanks ahead of time.

Last edited by marnav1; 05-06-2024 at 09:02 PM.
 
Old 05-08-2024, 05:53 AM   #2
murugesandins
Member
 
Registered: Apr 2024
Location: Bangalore Karnataka India
Distribution: CYGWIN_NT
Posts: 75

Rep: Reputation: 1
When I faced this issue few years before(2020 I guess) I followed following steps:
Press
Window I
Click Local Account at top left corner
At right pane, under Account Settings => Click Your info
At right pane, Choose a file => Browse files => Here I tried many photos after editing each time(including backup) and Viewed related images after pressing Windows L
Finally I have selected an image having 240x240 size
We can view related image using:
regedit(Administrator) => HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users\Each_Key => Image* values

Code using CYGWIN_NT/MINGW at windows:
Code:
$ /usr/bin/cat.exe profile_image_location.sh
#!/bin/bash.exe
if [[ "" = "$LOGNAME" ]]
then
        LOGNAME=$USERNAME
fi
if [[ 0 -eq $# ]]
then
        echo -e "\033H\033[J\033[33m$LOGNAME@127.0.0.1 \033[32m$PWD \033[0m[ $? ]\n$ profile_image_location.sh\n"
else
        echo -e "\033[H\033[J\033[33m$LOGNAME@127.0.0.1 \033[32m$PWD \033[0m[ $? ]\n$ profile_image_location.sh $@\n"
fi
echo "Each profile login image locations:"
for EachKey in $(/cygdrive/c/WINDOWS/system32/reg.exe query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users" 2>&1 |\
/usr/bin/tr -d "\r")
do
        PROFILE_FILE_NAME=$(/cygdrive/c/WINDOWS/system32/reg.exe query $EachKey 2>&1 |\
        /usr/bin/tr -d "\r" 2>&1 |\
        /usr/bin/grep -E -v "^$|HKEY_LOCAL_MACHINE" 2>&1 |\
        /usr/bin/gawk.exe '{ print $NF}')
        echo "Windows r:"
        echo "$PROFILE_FILE_NAME"
done
 
Old 05-09-2024, 07:09 PM   #3
marnav1
LQ Newbie
 
Registered: Apr 2015
Location: Nebraska
Distribution: Mint 21.3 Mate 64 bit
Posts: 10

Original Poster
Rep: Reputation: Disabled
Doesnt seem fixable at least not with my skill level but I'll keep searching for an answer. The great thing about Linux is 99% of the time I've discovered a solution and if not well I get to practice installation. Will mark as solved for now.
 
Old 05-09-2024, 08:03 PM   #4
murugesandins
Member
 
Registered: Apr 2024
Location: Bangalore Karnataka India
Distribution: CYGWIN_NT
Posts: 75

Rep: Reputation: 1
Quote:
Originally Posted by marnav1 View Post
Doesnt seem fixable at least not with my skill level but I'll keep searching for an answer. The great thing about Linux is 99% of the time I've discovered a solution and if not well I get to practice installation. Will mark as solved for now.
Leave my comment on my coding(cat.exe...)

Try modifying your image size.
Location of image size:
Open regedit.exe
drill down to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AccountPicture\Users
Above Users used to have sub keys
Click the available sub keys => Leave (Default) content.
If nothing available other than (Default) content click next sub key.
you can view images there.
Open mspaint before editing that image take a backup.
After that start editing that image and Press => Windows l => to view modified image format at login time.
Quote:
Will mark as solved for now
I am sharing only MY COMMENT:
a) mark the query as solved if resolved.
b) network search used to provide searchers related to current url if resolved and that will help other searchers at network of networks.

Last edited by murugesandins; 05-09-2024 at 08:28 PM.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Virtual Memory size; Page size; Resident Data Size; DB2Database; Explanation ANanalanalyzer Linux - Newbie 1 09-28-2018 04:50 PM
How do I make picture icons larger when selecting a picture file to open? Truepioneer Linux - Newbie 1 07-27-2011 09:26 AM
why can't I get picture in picture on skype? radiodee1 Debian 1 05-20-2009 08:10 AM
Picture and Picture Titus335 Linux - Newbie 4 12-04-2006 01:17 PM
any ideas to reduce log file size or make log file size managed? George2 Programming 2 08-13-2006 06:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:23 PM.

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