Software :: Looking To Change The Theme Of Puppy?

Apr 25, 2011

I'm pretty new to Linux's. I've been slowly learning, and I really enjoy these. I have a speech in class to persuade the class about anything of my choice. I chose to try and convince them that Linux is a much better operating system than either Mac or Windows. I got a lot of data and had a thought that if i were to get an old computer to run very fast it would definitely turn some heads. So I loaded Puppy Linux on it and I want to find a way to make it look like Windows 7 and give the power point on it, then to pull back the podium and show them that I did all of it on a HP6633C computer made for Windows 98. I thought that it would definitely bring my point across. Any advice on how to get the effect I'm looking for?

View 1 Replies


ADVERTISEMENT

Fedora :: Mouse Theme / Only Some Symbols Change / Other Stay Standard Theme

Feb 21, 2011

I updated my laptop from F12 to F14 via preupgrade. After doing so, the standard mouse theme was active. So I installed the one I like again and set it as mouse theme. For some reason it is now a mixture of the one I installed and the standard theme. If I open a place in nautilus the displayed symbol is the right one while waiting, if I open something in control center I get the standard icon. Same problem with drag and drop, I always get the hand from the standard theme. I also tried the former standard theme Bluecurve and it was the same problem.Can anyone tell me what goes wrong with the theme? What has changed in F14, that the older themes won't work?

View 3 Replies View Related

Ubuntu :: Gtk-theme-switch To Change Theme In Openbox?

Mar 7, 2010

I want to use gtk-theme-switch to change my theme in openbox (would rather not use any gnome/kde/etc.. tools for this), but after installing it I cannot get it to run:

Quote:
tr@linux:~$ sudo apt-get install gtk-theme-switch
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 2 Replies View Related

Installation :: When Installing Puppy - Get Stuck After Searching For Puppy Files

Jun 21, 2009

I am new to Linux and I am trying to install puppy on an old IBM thinkpad 600X (10gb hd, 196mb ram) When installing puppy from a cd, it loads up and does the kernel stuff before "Searching for Puppy files in computer disk drives" - this takes about 10 minutes before saying "pup_421.sfs not found. Dropping out to initial ramdisk console" then it goes to "/bin/sh can't access tty; jon control turned off". then it stays like that and doesn't continue.

View 8 Replies View Related

General :: Change The Size Of Desktop/window Fonts In Puppy 4.1?

Apr 12, 2010

How to change the size of desktop/window fonts in Puppy Linux 4.1?

View 2 Replies View Related

General :: Change The Screen Resolution Of Puppy Running With Virtual Box?

Jun 18, 2010

I am running Puppy from a usb in Windows 7 using Virtual Box and I can't get the 1280 x 800 screen resolution to work. The probe doesn't recognize my monitor initially in the video setup. When I choose this screen resolution in the xorgwizard it ignores the resolution I select and uses 1600 x 1200. If I try to reduce the resolution in the resolution changer, it decreases the window size but the desktop stays at the same resolution effectively cutting off the majority of the desktop from view. I have been trying the intel, radeon, vesa, and vmware drivers but none of them seem to work. Do I need to install a special video driver? I am using a unibody macbook.

View 3 Replies View Related

Fedora :: How To Change KDM Theme

Aug 11, 2009

I am using KDE 4.3 on Fedora 11, but I could not find how to change KDM theme.

View 8 Replies View Related

OpenSUSE :: Change Theme In 11.3?

Oct 27, 2010

I've tried openSUSE 11.2 live and I've appreciated very much the default theme.
In 11.2 you can change theme by right-click on wallpaper->Dekstop Settings->theme.

In 11.3 there's no more that "Desktop Settings" voice from right-click's menu, there's only a "Desktop Activity Settings" which only let me choose wallpaper.

I've saved from live cd icons, themes and wallpapers of 11.2 and now I want them all in 11.3 as I don't like its default theme.

View 9 Replies View Related

Ubuntu :: How To Change Gdm Theme

Mar 12, 2010

How do you change your gdm theme?

View 5 Replies View Related

Ubuntu :: Cannot Change GDM Theme Any More

Mar 29, 2010

I can't change my GDM theme any more nor will I be able to in the next version of Ubuntu! I know why (the gnome developers took the feature out in the re-write of GDM). I have two questions. Why is GDM so bloated that they can't re-write all of the features? It also seems to take a lot of resources (more than the others). My second question. When, if ever, will I be able to customize my gdm theme again?

View 1 Replies View Related

Ubuntu :: Change Gdm Theme In 10.04?

May 22, 2010

What happened to the gdm configuration screen where I could change the default gdm theme? This seems to have disappeared from ubuntu 10.04, and in my personal opinion, the white/purple default theme of the new gdm is terrible and I would like to change it. Where is the GUI for this in lucid, and why has it disappeared?

EDIT: System -> Administration -> Login Screen only allows me to change automatic logins and other features like that. The GUI I'm referring to isn't there.

View 9 Replies View Related

Ubuntu :: Change To Another Available Theme?

Sep 27, 2010

I can get to System / Preference / Appearance / Theme in 10.04 but when I decide I want to use the Clearbooks theme and open it, there is no icon to click to install it. Exactly how does this work, step by step?

View 1 Replies View Related

Ubuntu :: Change The GDM Theme In X?

May 21, 2011

Is there any way to change the GDM theme in Xubuntu?

View 3 Replies View Related

Debian :: How To Change Gnome 3 Theme

Sep 8, 2015

From gnome-tweak-tool, window is "Adwaita" . I can't see much options to change it. Which package do i have to install to have "Mist" as theme and icons?

View 2 Replies View Related

Fedora :: How To Change GDM GTK3 Theme With F15

Jun 29, 2011

How you can change you're gdm gtk3 theme with fedora 15.
Prerequisite: gnome-tweak-tool and a terminal (gnome-terminal)
Open gnome-terminal:

Code:
su -
( insert password)
Now we are root and the first step is to install gnome-tweak-tool if you already did this skip this. Install gnome-tweak-tool

Code:
yum install gnome-tweak-tool
Now we make the gdm user available to make changes:

Code:
# xhost +SI:localuser:gdm
If you did this right you get this message:

Code:
localuser:gdm being added to access control list
Next we will fire up gnome-tweak-tool

Code:
# sudo -u gdm gnome-tweak-tool

This will start gnome-tweak-tool as the user gdm (sudo -u username will start the application as designated user). Now we can change the interface gtk+theme, icon theme and cursor theme to whatever you like. Don't forget to change windows current theme to what you want.

How to change gdm login background:
Code:
# sudo -u gdm gnome-control-center
Here you can change the background

And when you're done exit the gnome-tweak-tool or gnome-control-center and type:
Code:
# exit
(ps the # sign is the sign you're running the command as ROOT don't copy it!!

View 7 Replies View Related

Fedora :: Cannot Change Shell Theme?

Jul 10, 2011

I overwrote this laptop from an Ubuntu installation to Fedora 15 (Gnome 3 doesn't work, in fallback mode) and unfortunately the theme is messed up. Using Gnome-Tweak tool I cannot change the shell theme, instead I get the message Quote:Could not list shell extensionsAny way to bypass or clear out so it returns to default?---------- Post added at 10:36 PM ---------- Previous post was at 07:12 PM ----------After reboot I had kernel crashes and the system would not boot up anymore. So I re-installed over the previous one, and modified the .gconf, .gconfd, .gnome2 and .gnome2_private before connecting my /home directory to the folder

View 2 Replies View Related

OpenSUSE Install :: Take To Change The Kdm Theme?

Aug 26, 2010

I have installed some kdm themes (ethais, NewEssenceFinal, oxygen, oxygen-air, MIB-Ossigeno-Kdm-Neutral-2.2) that I would like to try out and they are present in "/usr/share/kde4/apps/kdm/themes/".

Changing the theme through SystemSettings>Login Screen changed nothing, logging out still defaulted to the default SUSE theme. So I tried the SysConfig editor through YAST and changed DISPLAYMANAGER_KDM_THEME to the theme I wanted, still no change after logging out. I have also changed DISPLAYMANAGER to kdm4.

Opened the "/etc/sysconfig/displaymanager" file to make sure the correct line had changed, and it was.

I deleted the SUSE theme, again made sure the theme I wanted was selected, but now it defaults to a background wallpaper and rather plain looking login screen. I don't know if this is correct but I am using the folder name of the theme I want as the string I enter into SysConfig. I have even rebooted several times just in case it was required. I have tried this through my regular account, obviously entering my root password when required, and also through the root account itself.

View 4 Replies View Related

Ubuntu :: Change The Plymouth Theme In 10.04?

May 11, 2010

just what the title says. i installed a theme from synaptic, but it has no effect.for those of you who don't know, plymouth is the program that shows the boot screen.

View 3 Replies View Related

Ubuntu :: Change The Login Theme In 10.04?

Jun 2, 2010

I remember back with 7.10, 8.04, 8.10, and I think even Ubuntu 9.xx I was able to change the login theme but now I cannot do that anymore with 10.04.

Does anyone know how I can do this?

If you do not understand what I mean, look here:

[URL]

Before I could have installed all those themes and switched between them, even modify how they look...

View 3 Replies View Related

Ubuntu :: LXAppearance - How To Change GTK Theme

Jun 3, 2010

I've decided to migrate from gnome to openbox but I'm having a few issues with lxappearance in order to change the gtk theme. When I run lxappearance I get the following error
(lxappearance:3812): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
And I'm unable to change any of the themes. When I do try and change the theme I get the following
(lxappearance:381: Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated.

View 1 Replies View Related

Ubuntu :: Cannot Change Desktop Theme

Jun 20, 2010

I turned my computer on today and I had a realy weird theme I had never seen before. Is there any command I could run to go back to defaults?

View 1 Replies View Related

Ubuntu :: Theme Doesn't Change?

Jul 8, 2010

I am trying to use Emerald Theme Manager and I have downloaded a theme, imported it and it's showing there but it won't change on the desktop.licking thheme...pressing enter while its highed...nothing changes

View 3 Replies View Related

Ubuntu :: Metacity Theme Won't Change?

Jul 11, 2010

Got a simple question about xubuntu. I installed it from ubuntu via 'xubuntu-desktop' package and all seems to be working fine. My ubuntu programs and files appear in xubuntu and run normally. However, when I change the theme, the metacity window frame remains the same. How do I change it? It's stuck with the last used ubuntu metacity theme.

View 3 Replies View Related

Ubuntu :: Can't Change System Theme

Jul 21, 2010

Recently I noticed my system theme changed itself to a grey blocky look that I can only assume is the gnome default. I cannot change it back to anything else, like Ambiance or Dust through the appearance window.

I run Compiz and Emerald for effects and themes. Compiz effects and Emerald's window borders work fine, I have my Emerald theme but the icons, menus and buttons are all this ugly old look and I cannot change it. I have tried reloading the window manager, rebooting, switching Compiz and Emerald off and using Metacity and GTK Window Decorator, but the theme doesn't change. I can't change buttons, menus, colors or icons.

When I open System > Prefs > Appearance, I can choose a theme and oddly enough it changes the theme for the appearance window, but only the appearance window and nothing else.

How can I fix this and get my old theme back?

View 5 Replies View Related

Ubuntu :: Change The Theme Without Using The Menus?

Nov 9, 2010

I have a customized Ubuntu 10.04 TLS Desktop running. I have all the task and tool bars removed and only icons on the desktop are left.My question is how do I change the Theme without using the menus but by editing the config files instead? What config files do I edit to make the change?So far I added these 2 files:.gconf/desktop/gnome/interface/%gconf.xml

Code:
<?xml version="1.0"?>
<gconf>

[code]...

View 1 Replies View Related

Ubuntu :: How To Change Desktop Theme

Jun 25, 2011

I am running 11.04 on a Dell Inspiron 1500 series laptop. I updated my computer yesterday, and now my desktop theme is different. In 10.04, changing the theme was easy, just go to appearance settings and choose. For some reason, when I go to appearance and select a theme now, the only options I get are customize and install, neither of which do anything to help me change my theme. The install button takes me to my home directory...presumably to pick a theme file. But I can't find any themes in my home directory.

View 3 Replies View Related

Fedora :: How To Change The Login Theme

Jan 12, 2009

How can I change the login theme in Fedora 10. I googled for so long but I am not able to get an answer for Fedora 10. And unlike Fedora 8 there is no option in System -> Administration -> Login Window . This option is no there in Fedora 10 . is it some missing components or do I need to install additional package.

View 4 Replies View Related

Software :: Emerald Won't Change Theme?

Jun 16, 2011

I have Ubuntu 11.04 installed on my laptop. I've installed Compiz and Emerald, and I am trying use Emerald to change the themes. I open Emerald, import a theme, and select it. Nothing happens. I've searched on Google, and people have said to type "emerald --replace". This is what I get when I try it:Code:colin@TheDarkSideOfTheMoon:~$ emerald --replace
Segmentation faultThen the top bar on all my windows disappears. I've reinstalled it multiple times, but it still won't cooperate

View 3 Replies View Related

Ubuntu :: How To Change Wine's Theme

Jan 4, 2010

How do one change the theme of wine that is set to default as windows classic?

View 2 Replies View Related

Fedora Installation :: Change Theme In KDE4?

Mar 2, 2010

I used to be able to right click the desktop and then there would be an option to change themes. After I updated KDE that is now gone Does anyone know how to change KDE themes now?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved