Bu adresteki tema yüklemesinde bir takım hatalarım oldu bunlar için çözüm öneri veya yardımcı olacak, bilgisi olan arkadaşlara şimdiden teşekkür ederim.
indirdiğiniz dosyaları .themes çıkarınız ev dizininde eğer göremezsniz gizli dizinleri göster deyin eğer yoksa yeni dizin oluşturup .themes diye bilirsiniz ancak içine attığınız dosyalar index dosyası ve gtk dosyaşrı bulunsun. burada ulaşabilirsiniz dosyaya:
Tema yüklemesinin iki yöntemi var ama kısmen yapabildim birde siz baksanız.
Özet
INSTALLATION
The installation procedure below will install ‘ClassicLooks’ FOR YOUR OWN USER from the ‘classiclooks-n.n.n.zip’ archive.
Alternatively, a ‘ClassicLooks’ package/port may be provied for your distribution by third-party maintaners, which will (typically) install ‘ClassicLooks’ for all users.
The install procedure for your own user consists of the following 3 steps:
Remove your existing ‘ClassicLooks’ files from your themes folder, if any:
rm -R -f ~/.themes/‘ClassicLooks’*
Extract the ‘ClassicLooks’ theme folders from the ‘classiclooks-n.n.n.zip’ archive into your themes folder ‘~/.themes’:
mkdir -p ~/.themes
unzip <full/path/to/classiclooks-n.n.n.zip> ‘ClassicLooks*’ -d ~/.themes
Install/update ‘ClassicLooks’-specific system patches (including dependencies):
run the patch installer ‘~/.themes/ClassicLooks/TOOLS/SETUP/patch.sh’
OR
if you do not wish to run the install script, or if the patch installer does not provide an option for your distribution, then follow the instructions in ‘Manually install system patches’ paragraph below
Manually install system patches
To “manually” install/update the ‘ClassicLooks’-specific system patches for your own user (including dependencies), REPLACE step (3) above with the following:
3a) Install/update the ‘gtk2 murrine engine’ and ‘qt5 style plusings’ dependencies by using your package manager:
e.g. for Ubuntu (and most Ubuntu-based distros):
apt install gtk2-engines-murrine qt5-style-plugins
3b) Set the environment variable ‘QT_QPA_PLATFORMTHEME’ to the value ‘gtk2’ in ALL your shell initialization files (this setting is required for qt5+ applications to use the gtk2 theme), and mark this setting with ‘#classiclooks’ hash-tag such that it can be easily identified and removed on uninstall:
e.g. if ‘bash’ is installed on your system then you will have to add the following line at the end of all bash initialiation files WHICH ALREADY EXIST in your home directory (i.e. ‘~/.bash_profile’ and/or ‘~/.bash_login’ and/or ‘~/.profile’):
export QT_QPA_PLATFORMTHEME=gtk2 #classiclooks
IMPORTANT: DO NOT CREATE ANY NEW SHELL INITIALIZATION FILES, edit only the already existing ones
note: if QT_QPA_PLATFORMTHEME is already set to gtk2 from a previous installation, then leave unchanged
3c) Apply the qt5 font fix patch:
mkdir -p ~/.config/fontconfig/conf.d
cp ~/.themes/‘ClassicLooks’/TOOLS/SETUP/lib/90-classiclooks_qt5fontfix.conf ~/.config/fontconfig/conf.d/
@Burak_Erkus bey anlattıklarınıza kadar bir sorun yok oraya kadar ben zaten yapıyorum yalnız bir dizi sistem ayarları söz konu sanırım temada gtk2 ile gtk3 tema görüntüsü farklı olarak görüntüleniyor bende ise aynı onu yapamadım bir türlü yinede teşekkür ederim.
Normalde kurulumda tema dosyaları arasında patch.sh dosyası bulunuyor çalıştırdığımda dosyanın yüklenebilmesi için debian,ubuntu,freebsd vs. seçenekler var ama pardus haliyle olmadığı için bunu el ile yüklememiz gerekiyor.