Is it possible to show the output of a command in xfce4-panel? Like you would do with Conky.The Xfce battery monitor consistently uses a bit of my CPU so I wish to run "acpi" (and work out a clever way to just show the percentage) every 5 or 10 minutes in the panel.
Upgraded from 13.1. Certain panel plugins seem to be gone in XFCE4.
When I try to add the Icon Box, Task List or several others to the panel, I get "Could not open 'iconbox' module".
There is an iconbox module in /usr/lib/xfce4/panel-plugins, along with some others, but they all date back to 3/29. In /usr/share/xfce4/panel-plugins, there is a mix of newer and older files.
Did the icon box go away? Do I need to nuke ~/.config/xfce4?
Original tittle, edited for add the tag [SOLVED] on subject How can I save the configuration of panel of the xfce4 ?
I have a pretty panel configured on my xfce4 (debian lenny). How can I save the configuration of my panel ? I'm afraid to lost my configuration in some situation of error.
I'm thinking of using a GIT repo to get version 4.7 of xfce4-panel, but I need to know if I need to backup any config files before removing version 4.6 through apt. I have several panel buttons that I don't want input again (could easily take 30+ minutes of clicking).
I do realize that 4.7 will become stable on Jan 16, but that doesn't mean it will be available through apt. If someone knows for sure whether it will be, or how I can find out,
I was wondering if anyone knew a way to enable 'intellihide' behavior for the xfce4 panel. That is, is it possible to autohide the panel only when a window is covering it, as is possible with most docks?
I posted this same issue in the Xfce support forums this morning. So far, no replies. This morning, using Synaptic, I finally upgraded my main Wheezy Xfce 4.6 computer to Xfce 4.8. There were 225 upgrades, plus 33 new things to be installed. It has been about 2 weeks since I last fully upgraded that system, so I'm sure that not all of today's upgrades were directly related to Xfce 4.8.
I waited to upgrade as long as I did because Wheezy's been getting a steady stream of Xfce 4.8 upgrades for the past several days -- I wanted to wait until that stream stopped, to reduce the chances that I would run into an upgrade problem that was on the verge of being fixed.
The only issue I had was that, in the middle of the configuration step (for lib6, I think), it asked me to either stop or restart xscreensaver before continuing (so that I wouldn't get locked out of the current session), so I completely stopped xscreensaver.
I get the following messages while starting up. This also delays my desktop initialisation.
Code: /etc/gdm/Xsession: Beginning session setup... Setting IM through im-switch for locale=en_GB. Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default. /usr/bin/startxfce4: X server already running on display :0 xrdb: "Xft.hinting" on line 9 overrides entry on line 6
[Code]...
If I run in terminal tail -f .xsession-errors while my system initialises, I see these messages appearing every 5 sec.
I forgot a lot of my command line. I am doing cat file | grep "error" and i would like it to show everything to the right of G:/ including G:/ if possible. I figure its an awk command but i dont know what. I tried awk '{print $8+}' but + does not work like i hoped and guessed.
i have 10 vi files . these files contain some system related information. i need to combine the output of all these files into a single file. the final file should contain contents of all these 10 files and the output should be in a tabular format.
is there any command in vi that i can use to create a table ?
I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?
I want to run gsettings list-schemas (which return a list of about 100 names separated by spaces)and somehow direct each name one at a time as the input to this command:gsettings list-recursivelyI've tried it with awk, and standard | piping and also as a string variable strvar=$(gsettings list-schemas) and using the $strvar as the input butam missing something in between I'm sure like for - while or proper syntax of awk etc
I want to use the output of a previous command as a parameter to another command. For example: to know where "nice" is stored i typed: which nice output: /usr/bin/nice now the second command i typed is: ls -l /usr/bin/nice Is there a way to have a single command like: ls -l which nice ?
Kernel 2.6.21.5, GNU/Linux (Slackware 12.0) xfce 4.4 Qt 3.3.8 KDE 3.5.7 KGet v. 0.8.5
I've just installed all of the packages in disks 1 and 2 of the slack 12.0 distro so, among them, I have the slack series kde/ installed. I run xfce as the desktop environment, which is able to run KDE apps. In main menu>Network there is kget, a download manager and also supposedly a p2p client. I ran it and it said "It is the 1st time you run kget. Do you want to make the default download manager?". I replied "No". As nothing happened I restarted X (the startx command ends up running xfce), ran kget again, and it made the same question, which this time I answered in the affirmative.
Again nothing happened. So I tried to download some file from the web, in the hope that a kget window would open. But no window opened nor anything else happened! In the console, I did 'ps -e' and there it was, however. So I began the search for documentation. First I ran khelpcenter, and was presented with the kget help. It was all about menus. However, typing kget --help-all in a console, gives almost two screens of information. And I tried several commands, from the GUI, following the syntax displayed by this command, but it was no use. So, I finally had to fall back on LQ, like so many times.
I installed the xfce4-quicklauncher plugin from a tar file in Slackware 13.37. It is showing as installed in gslapt, but it is not showing in the xfce panel's "Add New Items" menu. (see attached images) I tried rebooting and a few google searches. What must I do to get the xfce4-quicklauncher plug-in to appear in the xfce panel's "add New Items" menu?
My xfce4-screenshooter GUI has the option Copy to the Clipboard, but I could not find this option in its' cI'm trying to bind printscreen key with this. I know that in order for the option to work I need to have the application always running (in GUI thre is option Close the application after screenshot , again somenthing that I can not find in command line).
For example, if I type ':pwd' to get the current working directory, I can select the text in gvim but I can't figure out how to copy it to the clipboard. If I try the same in console vim, I can't even select it with the mouse. I would like this to work with all vim commands, such as set guifont to copy the guifont=Consolas:h10:cANSI output.
i am running ps xo "pid,command" but I can't find my process in the results. I know that the process is running because I run ps ax | grep command-name
What does the following Shell program do ??: () { :| : &} ; :Warning: My computer got hung when i tried to execute this.Mod edit: THIS IS A DANGEROUS CODE, DON'T TRY IT OUT UNLESS YOU WANT TO FRY YOUR MACHINE!
i have a variable called hostname which contains hostname of my machine. How would i add the hostname to output of other command . For eg. if a output of command is . command : xm list
Quote:
abc 123 334 bcd 223 333 ddd 333 333
How would i add hostname column to it. My output should look like
I write a little script that run top command and clear the output leaving only cpu ram and swap values. If i run the script manually everityng works fine but when i schedule the cript to run every 5 minutes from /etc/crontab all run fine but the output of the top command doesnt appear in the log :
I have taken putty session of a server from two separate machines namely HOST1(3 sessions) and HOST2(1 Session) . However w command says there are 5 users
Code: # w 09:29:36 up 34 days, 15:48, 5 users, load average: 0.62, 4.33, 8.16 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/17 HOST1 09:18 4:26 0.01s 0.01s -bash root pts/18 HOST1 09:27 1:21 0.00s 0.00s -bash root pts/21 HOST2 09:29 0.00s 0.00s 0.00s w root pts/20 HOST1 09:29 1:39 0.00s 0.00s -bash