General :: Conky's Config / Error Border_margin Is Deprecated, Please Use Window.border_inner_margin Instead?
Jan 6, 2010
I'm using Conky in my Ubuntu 9.10 Karmic. I have an error message like this:
Quote:
Conky: border_margin is deprecated, please use window.border_inner_margin instead
Conky: one or more $endif's are missing
Conky: desktop window (1a00065) is subwindow of root window (10d)
Conky: window type - override
code....
View 3 Replies
ADVERTISEMENT
Jun 13, 2011
Said that all the config i find put all the info in one place of the screen, in this example on the right side:
url
or like conky colors where you can put in either side, or other complex examples that use folders with images..that at least i need one day to study all the variables it has...
What i want is something simple, in my black background i dont want images and effects, only white simple text.
My problem is: i want for instance my specs above, my log info in the middle, my music info bellow (above my clock) and in conky config i'm hitting my head in the wall....
For instance if i use my facebook script to appear in the midle how the hell can i put my music info bellow without ruined the facebook in the midle...do i need 2 conky configs?
View 4 Replies
View Related
Jan 5, 2010
I see these boot.log warning and understand that the directory where these config files are kept has (or is) changing. Okay, but is the correct procedure to just move them over from the /etc/modprobe.conf dir to the /etc/modprobe.d file? I am wondering if some changes to those config files or those that they are related to must be also made? A portion of the boot.log is below.
[Code]....
View 14 Replies
View Related
Mar 1, 2010
i got this warning message while booting
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
View 4 Replies
View Related
Oct 12, 2009
I keep getting this warning when booting Fedora 11: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
View 4 Replies
View Related
Feb 26, 2010
I am new to Samba.I'm running Fedora 10 and I've just download samba successfully and have the smb service running on my system.I'm in GNOME and select System and then Administration and Samba does not appear in the drop down menu.I have an NFS menu selection but no samba selection.I ran yum install and it installed successfully. If I can't get the samba config window is there a way I can configure in terminal window?
View 1 Replies
View Related
Mar 5, 2011
Having not used Clive in over a year I went over to [URL]... and downloaded, built, and installed both Clive and URLgrabber. Here is error message when I tried to run Clive,
[code]...
View 10 Replies
View Related
Aug 18, 2010
I have been trying to install this nice looking piece of software for the last 3/4 days, my lastest error is..
Code:
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
INFO : Loading Exaile 0.3.2.0...
INFO : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last): .....
I have installed:
pygtk-2.16.0
pygobject-2.21.5
gst-python-0.10.19
dbus-python-0.83.0
pycairo-1.2.2
gobject-introspection-0.9.3
libffi-3.0.9
View 8 Replies
View Related
Nov 25, 2009
I'm using them to make a simple firewall on the girlfriends computer that is directly connected to the Internet. I wish to block everything except for a SSH port for me to admin with, and normal use things like a web browser. I grabbed an old template for the config and modified as needed. I'm getting an error that I'm not sure what is causing it. it is saying all incoming packets on any device is accepted. Or since there are explicit rules for eth0, that lines just means for any other device, which in her case there are none, so ends up meaning nothing?
[code]...
View 2 Replies
View Related
Jun 23, 2011
Is there a way to make conky stay behind my active windows?
View 1 Replies
View Related
Jun 7, 2011
if anyone is familiar with conky and have managed to put horizontal scrollbars in a conky window that contains a 'wall of text', and if so.. how? I cant seem to make it.
View 2 Replies
View Related
May 17, 2011
I have conky running a simple script on my Ubuntu 11.04 install. Running conky from using ALT-F2 is fine, but I have have conky added to the startup list, and when it runs from this, the conky window is different (ie not integrated with desktop layer). It has some shadowing around the edge and it seems to be on a layer other than the desktop. In addition to this, it stops running after a short while. I then run conky from ALT-F2 again and it's appears as I want, and stays there all day. I have included what I think is the relevant code below from my conkyrc. Has anyone had similar issues with a suitable way to resolve the problem?
Code:
own_window yes
own_window_transparent yes
own_window_type override
#own_window_type desktop
#own_window_type normal
#
own_window_type conky
own_window_class Conky
View 1 Replies
View Related
Jan 5, 2010
my command is the following:cp -LRuvp --reply=yes /mnt/filename /mnt/usbdrive/filename 2>/mnt/usbdrive/ error.log.i get "the reply option is deprecated try using i or f instead" the problem with the above is the only thing i get in my error log is: "the reply option is deprecated try using i or f instead" and if i use "i , f , /cp , etc..." nothing is generated in my log..what i want to do is copy file from source with "LRuvp" to destination and appened out put to "error.log"
View 14 Replies
View Related
Jun 8, 2010
Code:
nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha
These errors occurred during execution:
[09:37:48] IOError - [Errno 5] Input/output error
Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.
View 2 Replies
View Related
Jul 9, 2011
I have configured a virtual host. Here is what I have did,
<VirtualHost rubby.tob.net:80>
ServerAdmin root@localhost
DocumentRoot /var/www/html/
ServerName rubby.tob.net
# ErrorLog logs/dixie_error_log
ErrorLog syslog | local8.*
CustomLog logs/rubby_access_log common .....
The problem here is how to point the error log to syslogd. Here is my syslog file,
#vim /etc/syslog.conf
og all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages! .....
If I point the file, separatelt at httpd.conf for the errorlog, I'm getting the errog log. I'm using Centos 5.6.
View 4 Replies
View Related
Jan 17, 2010
When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )
View 1 Replies
View Related
Apr 12, 2010
I am trying to install syslog-ng-3.0.2 on Fedora 12 and have run into an issue I don't know how to solve. When runing the "configure --enable-ssl" I get the following "checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.14 checking for GLIB - version >= 2.0... 2.0, bad version string no configure: error: Cannot find GLIB version >= 2.0: is pkg-config in path?" I have glib-2.24.0 installed on this system so I don't understand where this issue is coming from or how to fix it.
Back ground on my system -
[root@syslog-ng]# set PKG_CONFIG=/usr/lib/pkgconfig
[root@syslog-ng]# export PKG_CONFIG
View 8 Replies
View Related
May 1, 2010
I was messing around in the Window Manager Theme settings area and changed the theme to another one and I was immediatley logged off and now I cannot log back in. It seems like X is having a hard time displaying whatever theme I chose.I want to manually switch back to Albatross but I am unsure of where that setting is stored. Where is the configuration file for these themes stored?
View 4 Replies
View Related
Jun 26, 2011
I have conky installed and set up as a startup application, however everytime I log out and back in conky creates itself as a new window:
How can I get conky to start normally without having to do a manual restart everytime I login?
View 3 Replies
View Related
May 7, 2011
I currently can run an old swf on my Chumby 8 device by storing and using these three files on a USB plugged into the device
config
<?xml version="1.0" encoding="utf-8" ?>
- <config>
[code]...
View 1 Replies
View Related
Jun 26, 2011
I have a ubuntu 11.04 system and a lappy with window 7 system on it.I have got samba set up on the ubuntu system so that file sharing is enable between them.However,when I put my files in my samba share and access it from the window 7 laptop.I got some errors as per attach files.
View 15 Replies
View Related
Feb 1, 2011
when I type "conky" in terminal it returns with Conky: invalid configuration file '/home/user/.conkyrc' Conky: missing text block in configuration; exiting ***** Imlib2 Developer Warning ***** : This program is calling the Imlib call: imlib_context_free(); With the parameter: context being NULL. Please fix your program. I've tried completely uninstalling, rebooting, then reinstalling, still same error?
View 3 Replies
View Related
Sep 23, 2010
My conky weather doesnt show any thing and I already got my Partner ID , License Key and Location ID and I tried to run the command below to install ConkyForecast: sudo apt-get update && sudo apt-get install conkyforecast
But I have got this error : E: Couldn't find package conkyforecast and I dont know what to do , Can you guys tell me what should I do ?
View 2 Replies
View Related
May 10, 2010
Worked around the problems with OpenJDK causing slowness/crashes/CPU-hogging on my system by installing Sun JDK.
Why is Sun's Java deprecated? OpenJDK's buggier than an ant farm in my experience, and every time a Java applet starts in my browser, CPU immediately goes to 100%, and doesn't stop, even when I close the tab that the applet was running in. Only way to stop the CPU from getting hogged is to kill Firefox and restart it.
That or switch to Sun Java instead of OpenJDK.
View 1 Replies
View Related
Jun 19, 2010
I have a problem with conky. It draws a black background instead of using pseudo-transparency. I ofc tried to achieve this with feh but to no avail. All the instructions here failed: Conky Hardcore! Conky transparency with KDE (3 and 4)
[Code]...
View 1 Replies
View Related
Aug 27, 2011
I find network-manager inconsistent most of the times and hence use the /etc/init.d/networking script to bring the interfaces up. But for sometime now I have been getting these sort of messages :- $ sudo /etc/init.d/networking restart Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...done. If its being deprecated, then who or what is going to be taking over those functions?
View 3 Replies
View Related
Jul 8, 2011
I like to start Emacs as part of a login script and leave it running for the duration of my login session (which is typically weeks).
I have scripts to call emacs-client which will allow me to use a file-manager or Windows Explorer to locate files and right-click to edit them in Emacs.
I often end up with a lot of emacs windows (frames) open and I like to just be able to close them by clicking on the MS-Windows or KDE X button at the top-right.
The trouble is, if the window is the last one, this will shut down emacs which will lose all kinds of interesting history information.
As a work-around I use C-x 5 0 which won't let me close the last frame but this is often not as convenient as using the mouse
Does anyone know how to configure Emacs so that it can intercept the Window-Close button of the last frame to either request confirmation or simply disallow it?
On MS-Windows, disallowing closing of the last window may cause logoff to hang if emacs is still running but I'm not too worried about that.
View 2 Replies
View Related
Apr 7, 2010
My .zshrc and .zsh/functions/prompt_fhsm_setup have been the same for a long time. I recently upgraded from Hardy to 9.10 and have started having a problem with my prompt. The error is:prompt_fhsm_setup:32: bad math expression: illegal character: I think the line referenced is:prompt_gfx_hyphen=$'xe2x94x80' but that doesn't seem like a likely cause.Here's the whole file
Code:
# fhsm prompt theme
prompt_fhsm_help () {
[code]....
View 4 Replies
View Related
Jul 4, 2010
I have a Dell Inspiron 5160 with a volare xp5 video card (only recently supported under linux most linux distros and OpenBSD)Thus far I have done graphics install of KDE based on 11.2 and -- froze end of install and at at the logon / splash screen dueing the reboot could not get to a successful run level 3 text logon. (commandline was vga=x317, I think if n ot it was closeInstalled gnome using text install -- first boot (vga=normal - (default from install)) succeeded at configuring X and started gnome.
I really want KDE so I tried again Text install == hung near the end of the install after printers -- I assume trying to configure XRebooted no command line parameter at all ( no vga=) -- hung at login password screen (blank)Rebooted again with -- vga=normal 3 -- and got a text mode login prompt and successfully logged in -- now I can not find the page that talks about sax2 configuration from run mode 3. This video card needs to be set for VGA I think maybe vesa at 1024X768 16 colors (I succeeded at this under OpenBSD)I believe if necessary I can probably successfully edit the x config file but I would like to try the recommended approach first (as a non-root user as recommended) -- can anyone direct me to that page I cannot find again. It discussed 11.3 x config recovery with a section at the bottom for 11.2 and earlier
View 3 Replies
View Related
Jul 13, 2011
I am currently having issues with system freeze when unmounting portable hard drives. This happens almost every single time. Normal USB sticks are fine and do not produce the freeze. I am using kernel 3.0.0-rc6, however the issue also persists when switching back to 2.6.39. This is the error message i get when freeze occurs, reverting to terminal output:
WARNING! power/level is deprecated use power/control instead
Jul 13 18:26:49 destiny kernel: [ 6196.892776] Call Trace:
Jul 13 18:26:49 destiny kernel: [ 6196.892803] [<ffffffffa008feec>] ? scsi_setup_blk_pc_cmnd+0x15/0x104 [scsi_mod]
[Code]...
View 2 Replies
View Related