NFS, Nautilus, D-Bus and clock settings

2013-10-31 Thread Iuri Guilherme dos Santos Martins
I have around ten computers in a properly configured network all running Debian Wheezy. After I installed task-file-server in all of them I have been able to share the 'Public' folder of every machine and transfer files within the network. It seems that now everytime I try to open the remote fold

Re: Bash script problem [OT?]

2012-04-23 Thread Iuri Guilherme dos Santos Martins
When dealing with paths in bash i usually employ two things: One is declaring arrays like this: FILES_LIST=( ) And everytime I want to append to the array I go like this: FILES_LIST=( ${FILES_LIST[@]} ${NEW_FILE} ) Obviously I will have problems if the paths or files have spaces in their nam

Re: how to change bubble size ?

2012-04-20 Thread Iuri Guilherme dos Santos Martins
exactly... it is notification-daemon available in debian But the bubble is too big and I want to minimize its size as well as it's font size. To me it looks like notification-daemon is not a good thing if you want to edit it. Also googling I found people talking about alternativ

Re: how to change bubble size ?

2012-04-19 Thread Iuri Guilherme dos Santos Martins
Em 19-04-2012 13:07, Camaleón escreveu: On Thu, 19 Apr 2012 20:52:16 +0530, J. Bakshi wrote: On Thu, 19 Apr 2012 14:49:24 + (UTC) Camaleón wrote: A On Thu, 19 Apr 2012 18:42:35 +0530, J. Bakshi wrote: Could any one suggest me a way to change the fontsize of the desktop

Re: Fwd: Running kwrite with root privelige

2011-12-28 Thread Iuri Guilherme dos Santos Martins
Em 27-12-2011 12:49, Tony van der Hoff escreveu: Bump this - Has anyone any suggestions, please? Original Message Subject: Running kwrite with root privelige Resent-Date: Sat, 24 Dec 2011 14:21:08 + (UTC) Resent-From: debian-user@lists.debian.org Date: Sat, 24 Dec 2011 13:4

Re: How to key Esperanto characters

2011-12-12 Thread Iuri Guilherme dos Santos Martins
Use setxkbmap. For permanent changes, you can either send the command everytime the system starts by placing it in init scripts, or manually edit the /etc/default/keyboard file. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

Re: Panning Desktop WITHOUT xorg.conf

2011-12-06 Thread Iuri Guilherme dos Santos Martins
This is from man page of randr: Per-output options [--panning widthxheight[+x+y[/track_widthx‐ track_height+track_x+track_y[/border_left/border_top/border_right/bor‐ der_bottom So i guess that the panning option expect more arguments. I will test here and send my experiences (after lunch).

Re: Unable to boot Debian 6

2011-12-06 Thread Iuri Guilherme dos Santos Martins
I would say that you or someone installed Debian 6.0.1, because when Ubuntu 10.04 was out, i think there was not Debian 6. Anyways it seems like you dropped into a virtual terminal, try to type in your user name, or anything, and in your screen should appear this: Password: If it does, maybe

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Yes, it is important to remember that ALSA is not the only sound system for Linux, where either his ALSA is not configured to handle the pc beep or maybe another sound system is taking care of that. I'm not sure how gnome-volume-control handles sound sytems. -- To UNSUBSCRIBE, email to debian

Re: Viewing contents of AR archive in KDE

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Well, maybe it could be an issue with Ark itself, you have lightweight options you could test, like XArchiver and Squeeze -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian

Re: Viewing contents of AR archive in KDE

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Also check if you have the proper libraries My search returned this package: libarchive-ar-perl Maintained by: Debian Perl Group -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://l

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
What's making that horrible beep is the calling of the funtion sigaction() with the first parameter being SIGALRM, and then it being called the function alarm(). As we said, disabling your pc beep disables this, as disabling only the wall will not solve your problem (other programs will also b

Re: disable beep for wall command

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Those links i sent you are old links i had here, I thought that they were teaching how to disable the beep, but looking at them now make me feel like I sent you the wrong link. What I thought these links would show you is how to disable the beep using the ALSA mixer, as you were already told h

Re: Trying to use Wireshark on Lenny

2011-12-06 Thread Iuri Guilherme dos Santos Martins
Did it worked? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ede185f.1090...@gmail.com

Re: Trying to use Wireshark on Lenny

2011-12-05 Thread Iuri Guilherme dos Santos Martins
If you already know which your system is, there should be a way to tell that to configure (for example, . configure --operational-system GNU\/Linux). Because what this config-guess is trying to do looks like the same thing. If it is not working, I would find it easier to pass the arguments ma

Re: disable beep for wall command

2011-12-05 Thread Iuri Guilherme dos Santos Martins
http://www.smartpixie.com/wiki/Tech/DebianTips.twiki.html http://www.debian-administration.org/articles/110 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4edcc124.3

Re: Trying to use Wireshark on Lenny

2011-12-04 Thread Iuri Guilherme dos Santos Martins
Looks like that .config-guess script is not asking uname -o, which would return your operational system. Check to see if there is a way to pass an argument to configure that tells manually which is your operational system (take the output from uname -o and paste it there) -- To UNSUBSCRIBE,

Re: Creating PXE boot image

2011-12-04 Thread Iuri Guilherme dos Santos Martins
You may look at the ltsp-build-image command, it does exactly what you want. I'm not saying you should use ltsp-server, you could download the source of this ltsp-build-image and see if you can use it in the way you want. What that does, roughly is take a chroot filesystem (in ltsp case norma

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Em 02-12-2011 17:36, Mart Frauenlob escreveu: ok, after reading the online help for xterm: as it calls a shell normally, why not let the shell just execute one command with the '-c' option? xterm -e sh -c 'icedove &' how does that behave? xterm should close after the shell closes, right?

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Your script is very good, by the way. I used that to fix some errors i had in my Openbox menu that I was procrastinating to solve (nothing that couldn't be done by command line anyways). Thanks for sharing :D -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject o

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Well, the way that you could produce a bash script file and then run it with only one command would be like this: echo "#!/bin/bash \nicedove & \nexit" > script.sh && bash script.sh && rm script.sh Just make sure your Lua interpreter can understand the && What that does is create a file call

Re: Detach Icedove from xterm itself called from terminal.

2011-12-02 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 17:28, Mart Frauenlob escreveu: why use a shubshell for icedove, we expect to use the output for something? better use single quotes to protect the `&' to be parsed by the shell and to prevent from word splitting, so we keep it as one 'word' option for xterm. echo exit > xter

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Now I get it, You must use the same command i sent you, however in the Lua language you should have an option to detach the command from the terminal that you are using, and to close the terminal. That should work (assuming that now i did understand what you are doing). -- To UNSUBSCRIBE, e

Re: Release file expired

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Your system clock is properly set? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed7a6a1.3080...@gmail.com

Re: Reload X

2011-12-01 Thread Iuri Guilherme dos Santos Martins
See if your gdm3 appear on the list given by $ service --status-all (this is on sbin, should be run as root) If it is, you should be able to do $ service gdm3 restart But that may not reload X, as gdm3 is just a display manager (unless gdm3 is configured to restart xinit along with it, but tha

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 11:08, Chris Davies escreveu: Paul Isambert wrote: But Icedove still stays attached to the first terminal... Just to check, you want to be able to start icedove from the command line in (say) an xterm, but have it continue to run even when that xterm is closed? And you'

Re: GNOME 3 Alt-Tab takes two hands now

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Em 01-12-2011 03:20, Brian Flaherty escreveu: On 11/30/2011 08:46 AM, Iuri Guilherme dos Santos Martins wrote: You may configure that in the window manager Where does one do that? Well i think the window manager you use is metacity, so you will have luck searching for this. -- To

Re: can't enter into gnome interface

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Nevermind, i was looking in the gdm man pages and there is no way to set the display, unless you manually configure EACH configuration file. It seems that gdm is supposed to work out-of the-box, and no one is supposed to edit the configuration files. What means that if it fails, it's their fa

Re: Detach Icedove from xterm itself called from terminal.

2011-12-01 Thread Iuri Guilherme dos Santos Martins
The first terminal you say is supposed to be closed? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed76b6e.4010...@gmail.com

Re: can't enter into gnome interface

2011-12-01 Thread Iuri Guilherme dos Santos Martins
Try changing your DISPLAY variable. Or open your Display Manager (probably gdm3) with the DISPLAY argument. The DISPLAY variable format is hostname:display.screen As you probaly are running locally, the hostname is not needed. display and screen most of the times work for most of people when t

Re: GNOME 3 Alt-Tab takes two hands now

2011-11-30 Thread Iuri Guilherme dos Santos Martins
You may configure that in the window manager -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ed65deb.2040...@gmail.com

Re: Detach Icedove from xterm itself called from terminal.

2011-11-30 Thread Iuri Guilherme dos Santos Martins
Well, the example i gave you opens another terminal (xterm) and opens icedove without closing the first terminal nor the second (assuming that you was using xterm in the first place). If you want the terminal to be closed, you may use: echo exit > xterm -e `icedove &` & (if you want the xterm

Re: Detach Icedove from xterm itself called from terminal.

2011-11-30 Thread Iuri Guilherme dos Santos Martins
I did not understand what you wanted, but i guess `xterm -e `icedove &` ` is close to the command you are looking for. The `` are used by bash to open a sub shell. (Assuming you are using bash). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: Newly back to Debian/LXDE, now have a blank menu.

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 14-11-2011 13:30, Cybe R. Wizard escreveu: OK, I'll admit that I drank the Ubuntu Kook-Aid for a (n unspecified) number of years. Now I've returned /home Welcome home. preferring to use LXDE/Compiz. Since you are releasing yourself from chains, do yourself a favor and get rid of Compiz. If

Re: GNOME3 Ugh! Reverted to XFCE4

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 12-11-2011 17:57, Walter Hurry escreveu: On Sat, 12 Nov 2011 15:13:49 -0500, Doug wrote: I seem to recall that this Gnome3 and Unity first came from Ubuntu. Unity did. GNOME3 has no origin in Ubuntu. Yes, Unity is still using gtk2. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Re: GNOME3 Ugh! Reverted to XFCE4

2011-11-14 Thread Iuri Guilherme dos Santos Martins
Em 12-11-2011 15:51, Joe escreveu: I wouldn't know, my two-year-old Gigabyte MB is apparently too old for Gnome 3. According to the Gnome site: 'It is our primary focus to build a modern operating environment, platform, and user experience. It doesn't make sense to target the hardware of the pas

Re: Formatting external HDD

2011-10-19 Thread Iuri Guilherme dos Santos Martins
Em 19-10-2011 18:29, Karl Vogel escreveu: On Tue, 18 Oct 2011 17:54:32 +0100, Lisi said: L> I have just acquired a one T HDD for use as an external HDD. I now need L> to decide how to partition it. [...] Would it be feasible to have one L> large partition on the drive, and then use

Re: the best note in debian

2011-10-15 Thread Iuri Guilherme dos Santos Martins
Em 14-10-2011 11:13, lina escreveu: On Fri, Oct 14, 2011 at 9:18 PM, Camaleón wrote: On Fri, 14 Oct 2011 15:45:55 +0800, lina wrote: (lina, remember to disable html in your posts) I did not realize it, until now I found the plain text, (hope this one works) On Fri, Oct 14