Closed in4matix closed 1 year ago
Is this issue only happening in gdm or during an active session? If during an active session, does this problem also occur with other themes or with the default theme?
Worked fine before applying GDM picture. Ever since applying the GDM picture, it is persistent after restarts during active sessions. It is doing it for all tar downloaded variants. On mouse-over, the text lights up.
I am using this script https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background
Thank you for reporting this issue, I will try to replicate the bug in the coming days to see if it is really on the theme side
Can you provide which version of Ubuntu you are using and what commands you used to set the background?
Ubuntu 22.3.04 Gnome 42.9. Running the script:
sudo ./ubuntu-gdm-set-background --image /home/daniel/Store/GdmScript/GdmWP/gdm-12.jpg
Did you apply theme as desribed below or use another way?
Manual installation
- Go to the Files section
- Download Marble-shell-theme.tar.xz
- Unpack it to the ~/.themes folder
- Open GNOME Tweaks, go to Appearance - Themes - Shell.
- Select the shell theme you want.
btw, I tried to recreate the bug on Ubuntu 22.04.3, but did not see it. :(
Can you provide me with screenshots that show the bug?
Yes, that is the exact installation procedure I used. Screencast from 12-11-2023 11:15:51.webm
What extensions you have installed and enabled?
I have many, but that should not affect the theme, right? I am currently using WhiteSur dark theme and it works fine with the GDM script. Your theme worked perfectly fine until I ran the script to change my login picture, and only after doing that the text in the shell menus went dark.
I still managed to repeat this bug.
Your theme worked perfectly fine until I ran the script to change my login picture, and only after doing that the text in the shell menus went dark.
It is not script problem.
This issue arose because the WhiteSur theme was applied globally (the styles were built directly into the GNOME Shell), and the Marble theme was applied on top of it.
The problem is that this theme has a lot of styles marked with !important
. The Marble theme has the corresponding styles, but without the !important
marking (because there is no need for Adwaita (GNOME) or Yaru (Ubuntu) themes).
Because of this, in some places WhiteSur styles have a higher priority than styles from the Marble theme, and therefore some Marble styles cannot overlay WhiteSur styles, and that is why this problem arises.
So, if you wanna use my theme, open your terminal, go to WhiteSur-gtk-theme folder, run the command below and log out:
sudo ./tweaks.sh -g -r
And this issue will disappear.
Let me know if the problem goes away :)
You are brilliant!! Thank you so so very much!! I should have mentioned that I applied the WhiteSur GDM tweak initially, but the background was too blurred and I just wanted a picture for the login background. Once again, brilliant, thank you!!
Marble shell theme is by far the best shell theme available, trust me, I have tried them all.
@in4matix, thank you so muuuuuuuuch 🥹🤗
Sorry to be a pain, is there a way to adjust opacity? Just need a bit more opacity then it is perfect.
Where you want to change opacity?
The opacity of the drop-down menus
Open the terminal.
Clone the git repository and change the directory:
git clone https://github.com/imarkoff/Marble-shell-theme.git
cd Marble-shell-theme
Open colors.json
and find BACKGROUND-COLOR
. 'a'
responses for the transparency, so change its value as you wish.
Run the program (install all accent colors, light & dark mode):
python install.py -a
more vibrant color in active buttons:
python install.py -a --filled
After successful file creation open GNOME Tweaks, go to Appearance - Themes - Shell
.
Select the shell theme you want.
I think I love you. Thank you!!!
As described above. Tried fixing by re-installing the shell theme, but issue is persistent.