FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Technical issues/questions of an intermediate or advanced nature.
sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#1 by sepp1945 » 29 Feb 2024, 01:32

I solved the blank screen, by changing the back ground picture,

BUT STILL ALL OPTIONS ARE THERE BUT GREYED OUT, you can see them when hovering over them... WHY?

i enclose a screenshot
Image

you can see the item when hovering, BUT still greyed out.

Sepp

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#2 by Ed_P » 29 Feb 2024, 01:59

sepp1945 wrote:
29 Feb 2024, 01:32
BUT STILL ALL OPTIONS ARE THERE BUT GREYED OUT,
Have you clicked on any of the ones you selected?
sepp1945 wrote:
29 Feb 2024, 01:32
i enclose a screenshot
:good:
Ed

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#3 by sepp1945 » 29 Feb 2024, 02:30

YES AND THEY WORK ... BUT USELESS AS THE USER CAN'T SEE THEM UNTIL HE HOVERS OVER THEM...and a normal user would not know that..

Sepp

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#4 by ncmprhnsbl » 29 Feb 2024, 02:35

sepp1945 wrote:
29 Feb 2024, 01:32
you can see the item when hovering, BUT still greyed out.
this is because the icon theme is not set, which can be done via the cinnamon settings, but see below, there's more to it.
sepp1945 wrote:
28 Feb 2024, 06:54
WHEN i login with guest(pw=guest) everthing works fine as i setup
BUT when i login with a new user (PW=strong) i get only a blank screen with a "S" in the lower right corner (Menu with all the options) but the exit and logoff greyed out, (can do it when hovering over it)
ok, first off, i recommend changing the guest and root passwords (either using passwd or via Porteus Settings Centre>security section)
regarding, user creation, while possible(as you've seen), it's not well supported, which means there's a few thing you'll need to do manually.
the simple stuff is copying some files from the guest account(/home/guest) to your new user account:

Code: Select all

/home/guest/.config/dconf/users  ## this contains most of the desktop settings
/home/guest/.bashrc
/home/guest/.bash_profile
/home/guest/.cinnamon/ ##directory and  it's contents
/home guest/.local/share/{applications,gvfs-metadata,nemo}  ##three directories and their contents
if you can do this as your new user via terminal, the ownership and permissions should be ok, otherwise if you do it via root or guest you'll need to:

Code: Select all

chown -R <new_user>:users /home/<new_user>
other things: your user needs to be in these user groups: users, wheel and plugdev
if you do:

Code: Select all

groups guest
it should show what other groups your user needs to be a member of.
to add your user to groups: (as root)

Code: Select all

gpasswd -a <your_user> <group>
or

Code: Select all

usermod -aG comma,separated,list,of,groups <your_user>
likely, there could be something else, since this is mostly off the top of my head :)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#5 by sepp1945 » 29 Feb 2024, 03:02

Thank you

will try today... or is renaming the guest account a better solution?

Sepp

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#6 by ncmprhnsbl » 29 Feb 2024, 04:51

sepp1945 wrote:
29 Feb 2024, 03:02
or is renaming the guest account a better solution?
no, or at least i wouldn't think so
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#7 by sepp1945 » 29 Feb 2024, 04:54

OK

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

FURTHER TO BLANK SCREEN & ALL OPTIONS GREYED OUT

Post#8 by Ed_P » 29 Feb 2024, 06:50

sepp1945 wrote:
29 Feb 2024, 01:32
you can see them when hovering over them...
I can see the menu items in your https://postimg.cc/0MwChJvr picture that aren't being hovered over. :happy62: .
Ed

Post Reply