Slackware :: Xterm Variants - Configuring Widgets
Apr 10, 2010
Just upgrading to 13.0, and one thing I had in KDE 3.5 was a larger (normal) sized xterm, and a smaller sized one. The small sized ones are handy for CL scripts and don't chew up as much screen-estate.
I know I can change defaults in .xinitrc, but I don't know how to make a widget for the small xterm.
View 2 Replies
ADVERTISEMENT
Jun 13, 2011
Start xpdf or gv. Click an xterm to be active and slide it over xpdf/gv. Vertical lines from xpdf/gv under the xterm stick to the xterm window above and make it unreadable.
The problem does NOT show with KDE default settings with display effects on but does show in fvwm, xfce etc, and in KDE without effects.
On a system with a Sandy Bridge integrated graphics (i5-2400) the problem went away by downgrading to xf86-video-intel-2.13.0. But it was not enough for another system with 945G which needed downgrading to xf86-video-intel-2.12.0.
View 3 Replies
View Related
Dec 4, 2010
My 2 year old daughter likes to "type" on the computers in the house. In actuality she is raking her fingers across the keyboard. This frequently ends up with her adding dozens of panels to the desktop and/or removing existing widgets. Is there a better way to lock the widgets that isn't easily undone with a keystroke, like a password or a settings file?
View 4 Replies
View Related
Jun 15, 2011
i compiled miro with the slackbuild [URL] and i have this message when i launch the program
Code:
Traceback (most recent call last):
File "/usr/bin/miro.real", line 140, in <module>
import miro.storedatabase
File "/usr/lib64/python2.6/site-packages/miro/storedatabase.py", line 68, in <module>
[code]....
View 4 Replies
View Related
Apr 1, 2011
I have RAR archive including some files using Russian file names and I?m unable to display them properly in xterm window in my Slackware 13.1. Instead of the Cyrillic letters I see questions marks, for example ??.txt?.I tried four methods:
Code:
xterm -en iso-8859-5 -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-5
xterm -en koi8-r -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-koi8-r
[code]...
View 2 Replies
View Related
Jan 1, 2010
I'd try here first, since I am running slackware, though it's a firefox problem ... To verify bug, just go into a KDE konsole xterm, and do
[13:35 ~]$ mkdir ~/ffbug
[13:35 ~]$ touch ~/ffbug/_$'31'_
[13:35 ~]$ firefox file://$(echo ~)/ffbug &
(This assumes you didn't already have a ~/ffbug directory, and you have firefox 3.5.6 installed -- the prior firefox id not have this problem) What you will probably see is firefox trying to display a listing of the ~/ffbug directory, but instead showing an error message: XML Parsing Error: not well-formed. I posted this in the mozillazine forum, where it got read 20 times, but no response.
View 5 Replies
View Related
Jan 21, 2010
xterm is scanning lines one by one.It takes time.I did jumpScroll: true ,but it results same. But rxvt is better comparing this. Where would i get the global configuration file for rxvt and xterm?
View 1 Replies
View Related
Jan 11, 2011
Just can't resize xterm or any windows such as firefox. In xterm it seems using the button in the up-right corner could resize the window's width, not height.
View 4 Replies
View Related
Apr 11, 2010
I'm trying to turn on the system bell (pc speaker) in xterm. I have the bell working in console (text mode, not under X), and with X running, even firefox can use the pc speaker (it beeps, when I enter a search term which is not found). Only xterm doesn't seem to work.
Here is my xterm config, and the xset command I'm trying to use to turn the bell on:
-------###--------
xterm*renderFont: true
xterm*faceName: Terminus
xterm*faceSize: 12
xterm*loginShell: true
!xterm*Geometry: 102x48+0+0
xterm*Geometry: 102x48
xterm*scrollBar: false
xterm*background: black
xterm*foreground: white
!xterm*highlightColor: red
xterm*charClass: 46-47:48
xterm*visualBell: false
-------###--------
xset b on
xset bell 100 1000 1000
-------###--------
If I run xterm with the +vb option, it doesn't help either (I'm testing it with printf "a"). What am I missing? How can I make xterm use my pc speaker as bell?
View 4 Replies
View Related
May 4, 2011
I'm having a problem with vim and xterm. When I open a file and press any key, the colour scheme changes slightly. This doesn't happen if I run a 256-colour xterm (export TERM='xterm-256color') but if TERM is set to 'xterm' (the default) I see the colour change. Setting TERM='xterm-256color' in my ~/.bashrc is a "solution", but I'd rather not have to do that since it's never been necessary in the past (e.g., on 13.1) and I don't use any 256-color schemes for vim (usually just the default or possibly "delek"). It doesn't happen with rxvt or with Xfce's terminal. I've tried compiling some other versions of xterm but they either exhibit the same behaviour or don't build. I have tried running without any ~/.vimrc file just to be sure it wasn't one of my settings and I've also tried the sample file at /usr/share/vim/vimrc; the effect is the same.
View 10 Replies
View Related
May 18, 2011
I have the following line in my .Xresources, and it only works when I'm not running KDE:
Code:
XTerm*reverseVideo: true When I start up XTerm in Xfce, TWM, or any other window manager, I get the expected black background. When I launch XTerm in KDE, I get a white background, meaning that the reverseVideo setting is not taking effect. When I'm in KDE, launching XTerm with -rv does give me an XTerm with a black background. Obviously, having to add this switch every time I launch an XTerm in KDE is suboptimal, no matter how you try to automate it. Manually running xrdb -merge ~/.Xresources and then launching XTerm immediately afterwards does not make a difference.
If you're wondering why this is a concern, it's because all 256-color vim color schemes (xoria256, desert256, inkpot) require reverseVideo to be set so that XTerm launches with a black background. You get a black-on-black cursor otherwise.
View 6 Replies
View Related
Aug 19, 2009
I've read about this. Everyone says to use ~/.Xresources or ~/.Xdefaults, and it doesn't work for me. It doesn't do anything at all, in fact. I'm trying to use this:
Code:
XTerm*background: black
XTerm*foreground: white
In the ~/.X* files, it won't work. I read that another way of doing it is using
Code:
xrdb -merge .x_settings_file
This will work for me. It's the only thing I can get to work. But when I restart, it will have to be done again. I'm using Slackware 12.2.
View 1 Replies
View Related
May 2, 2011
i have fluxbox and i need to know how to copy things in xterm and paste them outside of xterm.
View 2 Replies
View Related
Jan 3, 2010
How to change light green text color to dark green of xterm? The xterm background is white. Light green texts are not good for white background. I don't want to change the xterm background.
View 13 Replies
View Related
Sep 1, 2011
I know xboard supports variants, so how do I get the variants to work?
I've gone to file > New Variant and no matter what I select, I always seem to get:
Variant (NAME) is not supported by Fairy-Max 4.8.0
I remember installing xboard, not Fairy-Max? What's going on here?
View 2 Replies
View Related
Oct 30, 2010
I have ubuntu 9.10 I want to install different variants such as KDE, and Netbook remix. How to do that?
View 2 Replies
View Related
Mar 12, 2011
In Slackware 13.1 I configured my keyboard layout via HAL as per the instructions in the Slackware 13.1 CHANGES_AND_HINTS.TXT file.Since I use a Norwegian keyboard it is setup as follows:
Code:
$ cat /etc/hal/fdi/policy/10-keymap.fdi
<?xml version="1.0" encoding="ISO-8859-1"?>
[code]....
View 2 Replies
View Related
Jun 3, 2011
I'm sort of at my wit's end with this one, both with reading what i can of the documentation and online as well. I am running Slackware 13.37 32bit on my netbook and want to use it as a music server over my LAN.
I have many ogg and mp3 files on my machine I want to let people listen to on my local LAN. I have divided them by genre and placed (full path) into /home/icecast/$genre.pls on the machine that I would like to use to serve the music. The music files physically exist on the machine I would like to use as the server, so it's /home/user/Music/$genre/*. I made sure the icecast user on this machine ("asus") is a bonified user and has access to /home/user/Music/$genre as read-only (or read & execute for directories in it). The music stash on asus (the server) is /home/user/Music/$genre/$artist/$album/$title.$extension etc
I configured Icecast the best I know how, then realized I need Shoutcast itself. I configured Shoutcast the best I know how and fired it up with my playlists, same result. I have no streams/sources/anythings.
I've read everything and I don't know why it's not working. Does someone have any example configs for a LAN-only way to stream audio to others (friends) in a way that they cannot copy the music off (similar to shoutcast)?[URL]...
(Passwords and users were removed from the .xml/.conf but exist in the versions I am/was trying to use.)
Please note that it says .ogg but the file is actually a .pls style file (just a text file list of file names in static form, i.e. /home/user/Music/Rock/Who/Are/You.ogg) Icecast starts fine from other computers but no streams are listed. Shoutcast also loads fine from other computers but no streams are listed. I could swear I read or gathered from the pages I read that I can host right from specific .pls-type files (text file with a literal local file listing).
View 3 Replies
View Related
Aug 21, 2010
So when I upgraded to Slack64 13.1 on my asus MB homebrewed desktop and Slack 13.1 on my compaq presario a900 laptop, I started having issues with the xterm title (in Terminal--not Konsole) being too dynamic. By "too dynamic" I mean that I can't actually change the title. The dynamic title (from my .bashrc) is basically just pwd. Whenever I try to set the title (via terminal->set title (menu)), I changes it for a split second, and then reverts back to the dynamic title.
This is merely a petty annoyance, so to get around it, I added an xtitle function that I grabed somewhere online (just echos "�33]0;$*�07"). So for nano-ing some file, I'd type:xtitle some_file.txt; nano some_file.txt
That works just fine (kind of annoying to type though). running xtitle alone won't actually change the name either though (I'm pretty sure it's the same command as what terminal does anyway). That is, running: xtitle some_file.txt
changes the title for a split second, and the reverts back to my old pwd.What I really want is to have it dynamically name it "some_file.txt" whenever I use nano, but that appears to be a functionality of zsh (with the preexec() fxn).I'm wondering if anyone else has had this problem, and if you have a fix for it.
View 3 Replies
View Related
Aug 20, 2010
I've just installed xterm, ant trying to run it from my windows machine using ssh. I have X11Forwarding yes on /etc/ssh/sshd_config when I use, MobaXterm, np, I can use xterm after I log ssh -X xxx
but when I use Cygwin, and do ssh -X xxx, and then xterm, I have: xterm XT error : Can't open display: xterm: Display is not set
View 3 Replies
View Related
Jul 3, 2009
I have a xterm which can have 256 colors. How can I configure the prompt colors and ls output colors to take advantages of the 256 color values?
View 4 Replies
View Related
Mar 6, 2010
I was wonder if there were any live Ubuntu distros variants that had the TTS installed already to try. I've also read that can get sapi 5 vioces running on Ubuntu.
View 4 Replies
View Related
Aug 9, 2010
Very new installation of openSuse 11.3 on T42 laptop. I was having trouble with a persistent notification and in trying to remove it have lost several important widgets including the speaker volume, wifi connection and upgrade notification icons.I cannot identify some of these from the add widgets option. Even tried a new installation with re format of root, (but retaining /home,) thinking that I would get all back to how it was, but no, the fresh installation has the widgets still missing. Is it possible the desktop configuration is on /home partition?
View 1 Replies
View Related
Aug 20, 2010
I installed Suse 11.3 a couple days ago. I have been using Ubuntu for the last 2 years and wanted to try something new. Everything has been working great so far except the widgets.
To add a widget, I click the icon on the right of the toolbar, click "Add Widget", and drag the widget to the desktop. When the widget appears it is stretched to the full width of the display and everything is scrunched vertically. A screenshot of the problem is below.
View 2 Replies
View Related
Apr 10, 2010
Is there a way to add widgets to a Gnome screensaver? I think this can be done with KDE 4, but I've never liked KDE very much. I'm a programmer and comfortable with writing code if needed.
I'd like to be able to:
See the weather and forecast
Control Rhythmbox
Use a flash card widget for reviewing musical concepts
The reason I want these on the screensaver is that I have login restrictions. I would like to be able to do a very limited subset of activities without having to log in.
View 1 Replies
View Related
Jun 5, 2010
I installed adesklets, no big deal, and python compiler too. But when I tried to add a widget, I got this:
Code:
Retrieving data online... OK
Checking locally installed desklets... OK
Downloading acpi_battery desklet... OK
Verifying download integrity... OK
[Code].....
View 1 Replies
View Related
Jun 30, 2010
whenever i add a widget on the plasma dashboardit shows on the default desktop container tooi would like to know how i can add widgets only to the dashboard
View 1 Replies
View Related
Feb 28, 2011
I am building a small intranet website. I need to put a small task list there. I would like to use existing gnome panel widgets e.g. "Sticky Notes for the GNOME Desktop Environment" .
View 4 Replies
View Related
Apr 5, 2011
Occasionally when I start Ubuntu, all desktop widgets get skinned down. This is what it looks like when it's normal:
[URL]
This is what it looks like when something goes wrong:
[URL]
The error only occurs at startup, and happens less often than not. It has been happening for a very long time, under two different machines and several kernels for the past 2 years to be exact.I'm currently running 64-bit Ubuntu with linux-image-2.6.35-28-generic.Let me know if you need any more details about my setup or anything else.
View 9 Replies
View Related
Jun 18, 2011
I have Kubuntu 11.04 with KDE 4.6.4. Under Settings--->System Settings--->Application Appearances--->Style. In the Style area there is Widget style the default is Oxygen. Is there any way to add more choices to this?
I was wondering if there was away if at all to add more widgets then what is currently installed as default?
View 1 Replies
View Related