General :: Make Curses Or GUI For JWM Theme Switcher

Mar 3, 2010

I need to make a simple GUI or even commandline based theme switcher for my JWM slackware 13-current setup.Basically, to change themes I just use a cp command from menu.However, the more themes, the bigger the menu gets and so it would be nice to have a app/script something that will allow me to click on theme I want and when I hit "apply" it cp's the theme for me.

View 5 Replies


ADVERTISEMENT

Programming :: Python And Curses : Unable To Getch() For A Curses.KEY Event

Nov 8, 2010

When I getch() a key event (UP arrow key), the getch() function return a string of characters that I cannot compare with curses.KEY_UP constant. Here is the code I use :

while True:
w = gb.scrn.getch()
c = chr(w)
otp = 'touche:'+str(w)+' '+str(c)+"

[Code]...

It seems like getch() return three distincts bytes while I would retrieve it with a single ord() instruction in python like describes in curses/python documentation.

View 1 Replies View Related

General :: Scriptable / Non Curses IM Clients

Apr 16, 2011

Just something I've been curious about. I've been messing a fair bit with some of my own scripts, and in some cases, getting sent an IM would be useful to let me know when a task is done. the ability to set account information in a text file.It'd be okay if I can designate only a single recipient, or set recipients in the config file at the very least, jabber support.Be able to be controlled via standard shell commands - for example I should be able to pipe a message output into the program for example.

View 1 Replies View Related

Fedora :: How To Make A Theme

Jan 20, 2011

I'm taking a UNIX Linux class and we have to do a project involving Linux so i thought it would be cool to make a theme

View 4 Replies View Related

OpenSUSE :: Curses.h Not Found?

Oct 25, 2010

i have installed suse 11.3 and c and c++ programs are running fine but when i try to execute any code with curses.h header included error is shown that curses.h not found what can i do?

View 1 Replies View Related

Programming :: Errors Using Curses.h?

Feb 28, 2010

I am trying to compile a program for my assignment at school that uses curses.I have installed libncurses5-dev, and curses.h is now in /usr/include, but I am getting all these errors(it compiles fine at school).

Code:
grcunning@grcunning-desktop:~/school/cs474/assign7$ gcc -o proj7 proj7.c
/tmp/cc2ZFXrs.o: In function `main':

[code]....

View 2 Replies View Related

Ubuntu :: Make Docky Use Different Icon Theme Then System

Jun 28, 2010

I have got my Ubuntu desktop looking exactly how I want it apart from one little thing. I would like Docky to use a different icon theme then the one I am using for gnome. See these are the icons I want to use on Gnome/Nautilus: But these are the icons I want for Docky: So what I want to end up with is this: I have had a look in gconf-editor to see if there are any settings to do this but there doesn't seem to be any, I even tried adding a stringvalue with "icon_theme" and putting in the theme I wanted to use but that didn't work. Is there anyway I can manual edit a Docky config file to tell it what icon theme to use?

View 1 Replies View Related

Networking :: Inputting WPA Password With Wicd-curses?

Jan 17, 2010

I'm reviving an aging Thinkpad X22 by installing Debian and running only in text mode. I've installed wicd to control the wireless network connections. When I run wicd-curses from the cli, it finds the network and I'm able to obtain an IP address. The wireless ESSID that I'm connecting to is encrypted with WPA. I can't seem to figure out how to input the encryption password so I can connect.

View 2 Replies View Related

Fedora :: Make Compiz Fusion Not To Mess With Cursor Theme?

Jun 12, 2010

I have official Compiz Fusion running on my Fedora 13 64-bit. I also installed some custom cursor themes and I'm seeing some strange behaviour. When mouse is on my Desktop the custom cursor theme is replaced by the default one. When I launch Firefox, for example, and move cursor inside Firefox window, then my custom cursor is being shown. Also, if I go to resize some window the custom "resize cursor" is being shown, or if system is processing something then custom hourglass cursor is shown again.

Basically while on Desktop or Gnome panels the custom cursor is being replaced by the default Fedora cursor.
This only happens when I choose Compiz as my window manager. With metacity my custom cursor theme is behaving properly. Is it possible to make Compiz Fusion not to mess with my cursor theme? Or maybe it is a Compiz bug?

Ok, this indeed is a bug, but I'm not sure if it's a Gnome or Compiz bug. Here is a fix (a bad one for now) which might save someone time. The credit for this does not belong to me, I got it form this link. So, here it goes:

1. Install gconf-editor by running "yum -y install gconf-editor"
2. Change your windows manager to metacity temporarily
3. Change your cursor theme to the desired custom one
4. Run gconf-editor and go to "desktop->gnome->peripherals->mouse" and remember the value of "cursor theme" option this gconf-editor branch.
5. Create directory with name "default" in "/home/yourUserName/.icons/" directory.
6. Inside newly created "default" directory create file with name "index.theme" with the following content:

Code:
[Icon Theme]
Name = <anything you want>
Comment = <anything you want>
Example = <anything you want>
Inherits = <THEME NAME YOU FOUND IN STEP 4>

7. After saving the file re-enable Compiz as your window manager and logout/login to your account. The problem with this fix is that you will have to modify "index.theme" file every time you will want to change your icon theme, but it works nevertheless.

View 5 Replies View Related

General :: Create A Key-binding For The Workspace Switcher?

Sep 13, 2010

I have a problem with GNOME and virtual desktops. I use Compiz, and when I use the keys to rotate the cube the cube will spin, but all the programs remain in the panel. It works if I manually press the buttons on the "Workspace Switcher" which I've included on my panel.can I create a key-binding for the Workspace Switcher so I don't have to press on the buttons on the panel?

View 1 Replies View Related

General :: Auto-start A App On Another Window (from Panel Switcher)?

Aug 25, 2011

I want to start a virtual machine on another window panel, but I'm not sure what the command for this would be.

I have:

virtualbox --startvm myvin &

in my autostart.sh.

View 1 Replies View Related

Ubuntu :: Current Theme Defaults To Silver Theme For No Reason Randomly On Login

May 4, 2011

For some reason, from time to time on login, as my normal theme starts to load, it changes to some sort of silver theme (a very basic one), and I am unable to change it over to any other theme. Checking the theme being used, it still says my desired one is set, but it is not. Also, no matter what theme I change it to, that basic silver theme is the one being used. This includes a default icon theme, not the one I prefer.

The only option that seems to fix things is a restart, and the hope that on this login it won't mess up like before.I am using Natty, from a fresh install, with Ubuntu Classic as my desktop, and have reinstalled things more than once to try and fix a few of the Natty-related issues, but this one keeps coming back.

View 9 Replies View Related

Ubuntu :: Error Saving Theme To /home/perlsyntax/.irssi/default.theme

Jun 10, 2011

What does this error mean i try to save it and get this? Irssi: Error saving theme to /home/perlsyntax/.irssi/default.theme: Permission denied

View 3 Replies View Related

Fedora :: FVWM Theme Needs Habak And Trayer - Theme Depends On Various Programs

Nov 1, 2009

Im trying to use a downloaded theme (from [URL]) om my FVWM window manager, but the theme depends on various programs that isn`t in the Fedora repository. Namely habak, trayer and rox-filer (the last one is optional though). Is there any way to download these programs and install them independantly?

View 2 Replies View Related

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 :: There Was An Error Installing The Selected File, Index.theme Doesn't Appear To Be A Valid Theme

Mar 31, 2011

I backed up .themes from /home, but on trying to install them (files don't show as theme packages) it says "There was an error installing the selected file, index.theme doesn't appear to be a valid theme". Did I backup the right thing?

View 1 Replies View Related

Debian Multimedia :: Qpdfview Appears With Generic Theme Instead Of Gtk Theme

Jul 5, 2015

Since I updated my system a couple of days ago, qpdfview uses a generic theme instead of the Gtk theme. Apparently by adding

Code: Select allexport QT_STYLE_OVERRIDE=gtk.

to /etc/profile all QT5 apps should use the gtk theme but for some reason this doesn't seem to work.

Adding -style=gtk to the launcher options works but I want to change the theme setting for all QT5 apps.

View 8 Replies View Related

OpenSUSE Install :: Changing Cursor Theme / Login Theme

Jun 3, 2011

i am using opensuse 11.4 and i reinstalled it 4 days before.i have changed the cursor theme,login theme etc.after the reinstall i forgot how to change them.so please tell me how to change cursor theme,login theme,boot splash?

View 7 Replies View Related

Debian Multimedia :: Dark Theme Vs Light Theme

Aug 4, 2011

I enjoy using vim from lxterminal with the black background, as well as awesome with its dark theme. I configured xfe manually to be darkish, and i use darklooks as a GTK theme to suit it as well. I could say all my desktop looks pretty dark, which my eyes thank me for. I also use redshift.But problems come along when surfing the web. Most web pages (including this one) have very bright styles. They are not the problem themselves, but switching from my windows hurts my eyes since it's a quick change to a much brighter screen.What would you do, either:

1. Use everything with a brighter background and putting the screen brightness a bit lower. (changing the GTK theme to clearlooks, using lxterminal with a white background, etc.)

2. Use some color theme with uzbl so that pages would look much darker. (like when you set manually the text and background colors in Firefox/Iceweasel)

I would myself go with the second one if most pages wouldn't look that bad when modified that way. For example, many pages use non-transparent images with white backgrounds on white pages, so if you change the background to black not only it looks horrible but it too is a mess.

View 4 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

Ubuntu :: Install And Use Theme In Emerald Theme Manager

Aug 15, 2010

I installed a theme in emerald, and it didn't do anything, like, it had no effect on my windows or anything. So i did some searching and the only thing i could find was to run "emerald --replace" in the terminal, and it worked, but if I exit out of the terminal, it reverts back to the old theme.How do I keep emerald's theme, even after I exit the terminal?

View 5 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

Fedora :: Index.theme Does Not Appear To Be Valid Theme

Jun 27, 2009

I'm running Fedora 11 x86_64 (GNOME) and I'm having a problem installing ANY themes from http://art.gnome.org. Any time I try to install a theme I get an error that it's "appears to not be a valid theme" When I first click the install button and navigate to my theme packages, I don't see the [dot] theme file, which is a red-flag. I change to "All files" and I tend to see an "index.theme". Is this the correct file?

View 3 Replies View Related

Ubuntu :: Remove The Theme From 11.04 To Use Default Theme Of 11.04??

May 5, 2011

I was ubuntu 10.10 user and i installed macubuntu theme there but recently i upgraded my ubuntu to 11.04 and now the macubuntu theme is still exist. But i don want to make it avail anymore. how can i remove the theme from ubuntu 11.04 to use default theme of 11.04?

View 1 Replies View Related

Ubuntu Installation :: The Screen Stops At Plymouth Theme Or Goes Blank After Loading Plymouth Theme?

Aug 3, 2011

really wish to customize my GDM for ubuntu 11.4 but failed to do so.....therefore i decided to use alt. such as SLiM.....I could install it properly in virtualbox but when i went to do it on my real ubuntu 11.4 ......the screen stops at plymouth theme or goes blank after loading plymouth theme......then i read further more blogs and made changes and now even if i configure SLim the GDM starts no matter what i do .........

PS : I am new to ubuntu and dont have any knowledge about scripting programming and stuff....

View 5 Replies View Related

Ubuntu :: Bug In Workspace Switcher

Nov 11, 2010

Maverick 10.10

I believe these are bugs or omissions.

When using the Workspace switcher you can no longer drag an application from one screen (workspace) to another. I like to use 8 different screens to avoid clutter.

You also were allowed on the Preferences menu to change the default name of the workspace from "workspace 1" to just "1".

Before Maverick you could hover the mouse over a workspace and the name would appear. Now the only things that appears is workspace 1 without regard for whatever workspace you are on.

To me an omission of a necessary or important feature is a Bug. If this was done by design than it is a design bug.

View 1 Replies View Related

Ubuntu :: Worhspace Switcher On 11.04?

Jun 8, 2011

I notice that by default there is only 4 workspaces available on Natty Narwhal. Can I get more as I could with 10.10?

View 8 Replies View Related

Fedora :: 10 'user Switcher' Crash?

Jan 5, 2009

Fedora 10 64bit install from DVD. Working my way through the how to's, this is my first linux experience!When I choose the user switcher > other OR system > Logout user > Switch user my system goes to a blank screen and I can only get it back by using the reset switch (or power off)If user1 logs out, user2 can then log on and vise versa.I can go to applications > terminal as user1 and su user2 no problem ( and back to user1)but if I use the user switcher = problem.I am fairly sure that the users are set up correctly, they all work individually.I searched the forums and there seems to be no current similar problems mentioned.My system is a gigabyte GA K8VM800M (onboard graphics and sound) AMD Sempron 1GB ram 40GB HD I used the DVD to install on to previously used HD with no other OS on it, I chose the 'use the whole hard drive for fedora' option and had no reported problems with the install.Have I got something set up incorrectly? or where should a look for help on this.

View 14 Replies View Related

OpenSUSE :: Lost Desktop Switcher In KDE 4.4.4?

Sep 2, 2010

I can logto another account on my machine and it's there in the panel with the other widgets. Go back to my regular user account and its gone. How do I add it back? I have tried using "add widgets from the panel but I do not find it there .

View 1 Replies View Related

Ubuntu :: 3D Flip-up Window Switcher?

Jan 1, 2010

I'm pretty sure I saw this described on this board, with a screenshot, but I simply can't find anything about it: A window switcher (probably a compiz plugin) that displays a 3D view of all windows lying flat on a receding surface, with the selected one flipping up upright.

I assumed it was built in to compiz, but when I went to look it was not any one of the ones I can find in ccsm - must be a separate package. And by then I had closed the post.

View 8 Replies View Related







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