horst3180 / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
8.28k stars 612 forks source link

Messed up after Ubuntu upgraded from 16.04 to 16.10 #683

Open sevar83 opened 7 years ago

sevar83 commented 7 years ago

Many textual visual elements became very thin and without any feedback for mouse actions - hover, click. http://imgur.com/a/pVGJH

horst3180 commented 7 years ago

Did you use this repo? If yes, remove the repo with sudo rm /etc/apt/sources.list.d/arc-theme.list, refresh your packages list with sudo apt-get update and install the theme from the official repositories with sudo apt-get install arc-theme.

sevar83 commented 7 years ago

I reinstalled it and it worked. Thanks!

On Thu, 20 Oct 2016 at 11:25 horst3180 notifications@github.com wrote:

Did you use this repo http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme? If yes, remove the repo with sudo rm /etc/apt/sources.list.d/arc-theme.list, refresh your packages list with sudo apt-get update and install the theme from the official repositories with sudo apt-get install arc-theme.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/horst3180/arc-theme/issues/683#issuecomment-255041305, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHS1WWfv8TiP3h7BxFMer2qbeYgd7-tks5q1yV8gaJpZM4Kb0tM .

Best Regards, Svetlozar Kostadinov Tech Support @ GeoWorld app

nirfse commented 7 years ago

Thanks @horst3180, this solved my problem too.

guillecro commented 7 years ago

Im having the same problem I upgraded from 16.04 to 16.10 and arc was a mess like in the picture (No padding in menues, tabs, etc) I tried to reinstall, remove, purge, etc. But nothing worked. Still, im having the same problem. Any ideas?

horst3180 commented 7 years ago

@guillecro I posted the solution above. https://github.com/horst3180/arc-theme/issues/683#issuecomment-255041305

guillecro commented 7 years ago

Hi @horst3180 But I did everything and still get the same errors. http://pix.toile-libre.org/upload/original/1477533794.png http://pix.toile-libre.org/upload/original/1477533845.png

I did sudo rm /etc/apt/sources.list.d/arc-theme.list sudo apt-get update sudo apt-get install arc-theme.

I also did

sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark}
rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark}

And then sudo apt-get update sudo apt-get install arc-theme.

But still the same.. Maybe its something on my unity tweak options? I dont remember to have touched anything.. Or the GPU drivers? Its weird cause in 16.04 LTS I used to have everything working properly without problems... Any ideas?

horst3180 commented 7 years ago

Hmm, try

sudo apt-get clean
sudo apt-get --reinstall install arc-theme

or if that doesn't work

sudo apt-get remove arc-theme
sudo apt-get install arc-theme
Drummersbrother commented 7 years ago

I had the same problem, but @horst3180 's solution didn't work, I used sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark} rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark} rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark} (from @guillecro ) and then sudo apt-get install arc-theme which solved it for me :+1: Thanks @guillecro for posting your process even if it didn't work for you :smile:

guillecro commented 7 years ago

Thanks @Drummersbrother and @horst3180 for your responses. But I've tried and tried but nothing works...

I dont know what happened.. i might have to try, I dont know, reinstall Unity.. What do you think?

R3D2 commented 7 years ago

Did have the same problem has @guillecro !

Fixed it with those commands...

sudo apt clean sudo apt remove arc-theme sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark} rm -rf ~/.local/share/themes/{Arc,Arc-Darker,Arc-Dark} rm -rf ~/.themes/{Arc,Arc-Darker,Arc-Dark} sudo apt install arc-theme

Then a little restart of the system, and done.

mariabibik commented 7 years ago

same problem I've tried to do everything that was mentioned here, but problem is still here I love so much this theme, so I don't know what else should I do