User Tools

Site Tools


linux:notes:chicago95_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:chicago95_git [2025/11/09 21:07] Sean Rhonelinux:notes:chicago95_git [2025/12/31 08:44] (current) Sean Rhone
Line 4: Line 4:
  
   sudo zypper install git-core canberra-gtk-play   sudo zypper install git-core canberra-gtk-play
 +
 +===== TODOs =====
 +
 +  * https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md#start-buttons
  
 ====== Chicago95 ====== ====== Chicago95 ======
Line 14: Line 18:
  
   mkdir -p ~/'.themes' ~/'.icons' ~/'.local/share/sounds'   mkdir -p ~/'.themes' ~/'.icons' ~/'.local/share/sounds'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Theme/Chicago95' '/usr/share/themes'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Icons/Chicago95' '/usr/share/icons'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Cursors/Chicago95_Standard_Cursors' '/usr/share/icons'
 +
 +  echo 'cursor-theme-name = Chicago95_Standard_Cursors' | sudo tee --append '/etc/lightdm/lightdm-gtk-greeter.conf' 
  
   mv '/tmp/Chicago95-master/Theme/Chicago95' ~/'.themes'   mv '/tmp/Chicago95-master/Theme/Chicago95' ~/'.themes'
Line 35: Line 47:
   ln -s -f ~/'.icons/Chicago95/apps/48/firefox_2.png' ~/'.icons/Chicago95/apps/48/firefox.png'   ln -s -f ~/'.icons/Chicago95/apps/48/firefox_2.png' ~/'.icons/Chicago95/apps/48/firefox.png'
  
-====== xfconf-query ======+====== Xfce ====== 
 + 
 +===== xfconf-query =====
  
   xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true'   xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true'
  
   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create
- 
-====== Startup Sound ====== 
- 
-  * Application Autostart -> ''+ Add'' -> Trigger: ''on login'' 
- 
-  xfce4-session-settings 
- 
-  '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg' 
- 
-====== Xfce ====== 
  
 ===== Appearance ===== ===== Appearance =====
Line 89: Line 93:
  
   xfwm4-settings   xfwm4-settings
 +
 +===== Startup Sound =====
 +
 +  * Application Autostart -> ''+ Add'' -> Trigger: ''on login''
 +
 +  xfce4-session-settings
 +
 +  '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg'
 +
 +====== LightDM ======
 +
 +===== gtk-greeter-settings Fix =====
 +
 +  * https://forums.opensuse.org/t/lightdm-gtk-greeter-settings-not-launching/190202/4
 +
 +  su - --command "'/usr/bin/python3' '/usr/bin/lightdm-gtk-greeter-settings'"
  
/usr/local/www/wiki/data/attic/linux/notes/chicago95_git.1762740445.txt.gz · Last modified: by Sean Rhone