MX-23 alpha2 feedback thread

Message
Author
User avatar
siamhie
Global Moderator
Posts: 3241
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23 alpha2 feedback thread

#171 Post by siamhie »

So apparently happens when any of the MX Tools require the root password. I tried every theme including the DarkBlood theme I installed.
Password gets typed (cursor moves to the right) but nothing is shown in the field. I'll check for other programs in the meantime.


*Update: My fluxbox partition doesn't get mounted at boot, so when I select it from Devices, root authentication is required and the password gets typed in but doesn't show the characters.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
i_ri
Posts: 1081
Joined: Tue Jun 30, 2015 12:26 am

Re: MX-23 alpha2 feedback thread

#172 Post by i_ri »

hello dolphin_oracle
There is a menu item "About Xfce"
the command is <xfce4-about>
It is quite nice. Toplevel.
The first xfce4-about Tab >System is similar to mx-welcome --about page, having machine specifics.

The second xfce4-about Tab >About is a support help page with links to xfce documents.
As a help document it can be useful and featured as a desktop shortcut icon. (?)
As a help document it can be useful and featured in the XFCE version of MX-Tour under the "Get Help" tab where there are other icon links to frequent mx-tour "Get Help" Xfce topic links. (?)

A way to call xfce4-about to open to the second >About Tab to expose Xfce Help. (?)

Code: Select all

#!
xfce4-about &
sleep 0.68
xdotool key Right

User avatar
dolphin_oracle
Developer
Posts: 22111
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#173 Post by dolphin_oracle »

Jerry3904 wrote: Wed Apr 12, 2023 8:32 am On that installed (HP) that had no effect, so simply deleted the Power Manager icon altogether and modified the conky to show battery level (thinking we might make that a new variant for MX-23). PA icon looked right with a scale of 0.8, Here's the finished product:revised_systray_2.png

@dolphin_oracle Any interest in adding to Tweak > Display (or somewhere else...) an entry such as
PulseAudio icon scale
with a default value of 0.6 that runs a sed on that css code piece preinstalled? Tooltip: "Adjust the size to fit Panel preferences"
a couple of things on this

1. the update to desktop-defaults-xfce-mx that just went through has a new file, /etc/skel/.config/gtk-3.0/xfce4-panel-tweaks.css which will contain the scale definitions. by default they are set to .8 at the moment. I had tested on a variety of hidPI and low res screens as well as a variety of panel widths and .8 is good compromise that is sane. anything bigger doesn't change much and anything smaller gets really small in some configurations. there is an "includes" statement in /etc/skel/.config/gtk-3.0/gtk.css that will pull in that file's configurations. current alpha2 users can copy the files into their home folders if they wish.

2. I'm working on the requested function in tweak to allow the user to set the scales. for now it can set the power manager plugin as well as the audio plugin. the settings are hidden if one or the other doesn't exist on the panel. Its a little clunky, mostly because you have to reset the panel to see the change. but folks probably won't deal with it more than once, so I think acceptable. for alpha2 users, the tweak update, which isn't ready quite yet, will include the xfce4-panel-tweaks.css file (scale set to 1 in this case so as not to adjust anything without the user's permission) and will copy it into the appropriate home folder location if it doesn't exist already, and put the includes statement in as well.
You do not have the required permissions to view the files attached to this post.
Last edited by dolphin_oracle on Fri Apr 14, 2023 5:58 pm, edited 1 time in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
Jerry3904
Administrator
Posts: 23108
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 alpha2 feedback thread

#174 Post by Jerry3904 »

Thanks for looking at this--I will enjoy testing once it's released.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
siamhie
Global Moderator
Posts: 3241
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23 alpha2 feedback thread

#175 Post by siamhie »

dolphin_oracle wrote: Thu Apr 13, 2023 7:43 pm
siamhie wrote: Thu Apr 13, 2023 7:14 pm How can I get the password field to populate the asterisks when authenticating? I loaded XFCE-21.3 live ISO and I can see them there.


(fluxbox example below)

password.jpg
they should have askteriks the only one I know of that has issues is the network-manager wifi password prompt and then only with certain themes, the mx-comfort-dark theme included.

@dolphin_oracle I couldn't figure out which setting I changed to trigger this (I made a lot), so I went ahead and just reset XFCE altogether.

Code: Select all

mv ~/.config/xfce4  ~/.config/xfce4.bak
then

Code: Select all

cp -r /etc/xdg/xfce4 ~/.config

password field once again shows the asterisks. I'll takes notes as to which setting triggers this in the future. Back to testing again.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
siamhie
Global Moderator
Posts: 3241
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23 alpha2 feedback thread

#176 Post by siamhie »

siamhie wrote: Thu Apr 13, 2023 7:14 pm How can I get the password field to populate the asterisks when authenticating? I loaded XFCE-21.3 live ISO and I can see them there.

@dolphin_oracle Turns out it was font issue on my end.

When changing the default font from preferences to 'monoffur", the password field will be empty.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
dolphin_oracle
Developer
Posts: 22111
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 alpha2 feedback thread

#177 Post by dolphin_oracle »

is that a custom font? you might need t rebuild your font cache.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
asqwerth
Developer
Posts: 7807
Joined: Sun May 27, 2007 5:37 am

Re: MX-23 alpha2 feedback thread

#178 Post by asqwerth »

Interesting, now when I enter password in terminal for a sudo command, I get asterisks for each key entry. Just curious why the change.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Adrian
Developer
Posts: 8894
Joined: Wed Jul 12, 2006 1:42 am

Re: MX-23 alpha2 feedback thread

#179 Post by Adrian »

asqwerth wrote: Sat Apr 15, 2023 12:38 am Interesting, now when I enter password in terminal for a sudo command, I get asterisks for each key entry. Just curious why the change.
I proposed that, it's useful to have feedback when you type a password in terminal otherwise you might type the password in a chat, youtube comment, or other window that might have stolen focus, the downside is that people looking over your shoulder will be able to tell how long is your password but I don't have people looking over my shoulder and the lenght of my password can get them so far... while the possibility of typing the password by mistake in a chat window is more annoying

It's customizable, you can remove /etc/sudoers.d/sudo_password_display

User avatar
asqwerth
Developer
Posts: 7807
Joined: Sun May 27, 2007 5:37 am

Re: MX-23 alpha2 feedback thread

#180 Post by asqwerth »

Thanks, @Adrian . I'll keep it for now, see how I get along with it.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Locked

Return to “General”