Re: Modify user PATH in GNOME in Debian 12

2023-11-25 Thread Max Nikulin

On 25/11/2023 10:50, Greg Wooledge wrote:

On Sat, Nov 25, 2023 at 10:28:13AM +0700, Max Nikulin wrote:

SDDM does read /etc/profile and ~/.profile when starting a user session:
https://sources.debian.org/src/sddm/0.20.0-1/data/scripts/Xsession/


Interesting.  I wondered whether that might be a Debian patch, since I
couldn't see mention of it in the upstream SDDM changelog.


You are right. I posted a link to a wrong file. It should be
https://sources.debian.org/src/sddm/0.20.0-1/debian/Xsession/
Perhaps added in

sddm (0.11.0-4) unstable; urgency=medium
[...]
  * Add the Xsession script. (Closes: #794419)
[...]
 -- Maximiliano Curia   Thu, 03 Sep 2015 17:23:08 +0200


I expect that GDM contains similar code reading /etc/profile and ~/.profile.
LightDM Ubuntu package (but not Debian one) has it.


Ubuntu makes a change of that nature?  That surprises me.  It seems
uncharacteristically nerdy for their mission goal of dumbing everything
down to a common denominator.  Could it be an upstream change instead,
with Ubuntu simply using a newer upstream version than Debian?


I think that patch was added when Unity was the default session and 
LightDM was the default display manager. Nowadays it is Gnome and GDM.





Re: Modify user PATH in GNOME in Debian 12

2023-11-24 Thread Greg Wooledge
On Sat, Nov 25, 2023 at 10:28:13AM +0700, Max Nikulin wrote:
> SDDM does read /etc/profile and ~/.profile when starting a user session:
> https://sources.debian.org/src/sddm/0.20.0-1/data/scripts/Xsession/

Interesting.  I wondered whether that might be a Debian patch, since I
couldn't see mention of it in the upstream SDDM changelog.  But it's
in the upstream repository as well, and it seems it's been there for a
rather long time:

https://github.com/sddm/sddm/blob/develop/data/scripts/Xsession

The cute little unquoted $0 is practically mandatory -- you can't release
a shell script without massively stupid quoting bugs, right?  Ah well,
I'm sure no operating system vendor would **EVER** make a directory
with a space in its name, so it should be **just fine**, right?? :-(

> (wayland-session is a sibling file). I do not like that a part of code is
> similar, but not identical to /etc/X11/Xsession from x11-common. Ideally
> there should be no code duplication.

Well, if the ultimate goal is to have everything work consistently, then
there's gonna be code duplication.  Of course, we're nowhere near that
goal.

> I expect that GDM contains similar code reading /etc/profile and ~/.profile.
> LightDM Ubuntu package (but not Debian one) has it.

Ubuntu makes a change of that nature?  That surprises me.  It seems
uncharacteristically nerdy for their mission goal of dumbing everything
down to a common denominator.  Could it be an upstream change instead,
with Ubuntu simply using a newer upstream version than Debian?



Re: Modify user PATH in GNOME in Debian 12

2023-11-24 Thread Max Nikulin

On 25/11/2023 00:15, Greg Wooledge wrote:

On Fri, Nov 24, 2023 at 11:51:53PM +0700, Max Nikulin wrote:


On the other hand I can not say that I understand what happens with PATH.
Likely modifications made through environment.d are overwritten by
/etc/profile. The latter is called by /etc/sddm/Xsession (or
wayland-session).

/etc/profile is only read by login shells of the Bourne family, unless
something goes out of its way to read that file explicitly.  Does KDE
spawn login shells instead of regular ones?


I see no evidences that launching konsole or xterm using menu or krunner 
causes starting bash as a login shell. I added a "logger" call to 
~/.bash_profile and log entries appear during login only.


SDDM does read /etc/profile and ~/.profile when starting a user session:
https://sources.debian.org/src/sddm/0.20.0-1/data/scripts/Xsession/
(wayland-session is a sibling file). I do not like that a part of code 
is similar, but not identical to /etc/X11/Xsession from x11-common. 
Ideally there should be no code duplication.


I expect that GDM contains similar code reading /etc/profile and 
~/.profile. LightDM Ubuntu package (but not Debian one) has it.


I suspect that startplasma does a bit more and transfers environment 
variables to systemd user session. The reason is the following.


plasma X11:

echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/added-by-etc-profile-d
systemctl --user show-environment | grep '^PATH'
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/added-by-etc-profile-d

fluxbox

echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/added-by-etc-profile-d
systemctl --user show-environment | grep '^PATH'
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/added-by-user-config-environment-d

Notice that a component from ~/.config/evironment.d appears only in 
systemd and only in the case of fluxbox.




Re: Modify user PATH in GNOME in Debian 12

2023-11-24 Thread Greg Wooledge
On Fri, Nov 24, 2023 at 11:51:53PM +0700, Max Nikulin wrote:
> I guess you are not running Gnome.

I'm using fvwm.

> A window manager still might do some magic by calling "systemctl
> set-environment". My impression is that nowadays an application spawned by
> systemd is not something unusual.

The world is definitely changing, and user sessions are becoming more
diverse and more complex.  I certainly don't understand all of the
cases in use today.

> I experimented a bit with KDE and SDDM (I do not have a Gnome VM ready for
> tests). Terminal applications (konsole, xterm) are started as children of
> systemd user session, not startplasma that is spawned by the display
> manager. So /etc/environment.d and ~/.config/environment.d *affect*
> environment of shell in terminal applications.

Well, that's new to me, and very interesting.  I can't say whether it's
a good or bad change, but it's good to know about it.

> On the other hand I can not say that I understand what happens with PATH.
> Likely modifications made through environment.d are overwritten by
> /etc/profile. The latter is called by /etc/sddm/Xsession (or
> wayland-session).

/etc/profile is only read by login shells of the Bourne family, unless
something goes out of its way to read that file explicitly.  Does KDE
spawn login shells instead of regular ones?

> I am puzzled why neither environment.d nor /etc/profile works in the case of
> the topic starter. I suspect a typo somewhere. I am unsure if various bugs
> like https://github.com/systemd/systemd/issues/6414 are relevant.

My reading was that /etc/profile *would* work for them, if they
reconfigured their desktop environment to launch login shells instead
of regular shells, but that isn't what they want to do.

They also pointed out that /etc/bash.bashrc or ~/.bashrc would work,
but only for bash, whereas they were looking for something independent of
the user's shell.

> Just a reminder: BASH does not read ~/.profile if ~/.bash_login or
> ~/.bash_profile exists.

And none of them are read by regular shells.  Those read ~/.bashrc instead.

> You post is great in respect to details concerning current state of affairs.
> I tried to ask if you see a way to make configuration easier for users. E.g.
> /etc/profile is suitable when a shell is involved. It was fine decades ago,
> but display managers may start sessions bypassing shells. Perhaps
> environment.d may be sourced by shells in the case of console login and
> xinit. I still hope that it is possible to create a single point for
> environment configuration and to provide helper tools for various ways to
> login.

The way everything is diversifying right now, it appears that the
situation is going to become more complicated, not simpler, in the next
few years/decades.

If *simple* and *consistent* user configuration across session types
and shells is a goal that any of the desktop environment authors care
about, they need to talk to each other and come up with *one* scheme
that they can all agree on, and implement that.

I've yet to see any evidence that this is a priority for them.

Even if they do come up with one scheme and implement it, we'll still
have legacy environments (like fvwm and fluxbox, presumably) that won't
use it.  And of course direct login shells (console, ssh) will remain
separate entities.



Re: Modify user PATH in GNOME in Debian 12

2023-11-24 Thread Max Nikulin

On 24/11/2023 00:20, Greg Wooledge wrote:

For me, all of the environment.d(5) stuff goes into the systemd --user
service manager which spawns... nothing that's visible to me.  Nothing
at all.

All of my visible applications (terminals, web browsers, etc.) are
spawned by my window manager, which is spawned by my X session, which
is spawned by startx, which is spawned by my console login shell, when
I type the "startx" command.


I guess you are not running Gnome. I am not surprised that environment.d 
and /etc/profile and other shell settings are almost not connected in 
your case. A window manager still might do some magic by calling 
"systemctl set-environment". My impression is that nowadays an 
application spawned by systemd is not something unusual.

- emacs.service (optional)
- Gtk and Qt application may activate various D-Bus services ("busctl 
--user" to get list of ones ready to start)
- MIME type or URI scheme handlers advertised through .desktop files may 
be invoked by GUI applications through D-Bus: "grep DBusActivatable 
/usr/share/applications/*.desktop" see

https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html#key-dbusactivatable

Certainly for particular set of application there may be almost no 
systemd services. Alternatives may be available, e.g. XDG autostart is 
implemented in KDE and Gnome using systemd user session, but other 
window managers may invoke them directly.


Due to these reasons I would not neglect environment.d completely.

I experimented a bit with KDE and SDDM (I do not have a Gnome VM ready 
for tests). Terminal applications (konsole, xterm) are started as 
children of systemd user session, not startplasma that is spawned by the 
display manager. So /etc/environment.d and ~/.config/environment.d 
*affect* environment of shell in terminal applications.


On the other hand I can not say that I understand what happens with 
PATH. Likely modifications made through environment.d are overwritten by 
/etc/profile. The latter is called by /etc/sddm/Xsession (or 
wayland-session).


Another observation is that /etc/profile settings (besides PATH!) do not 
affect "systemctl --user show-environment", but the same settings are 
present in children processes of systemd obtained using


tr '\0' '\n' Fluxbox session has both trees: systemd and window manager. 
environment.d does not affect terminals launched by fluxbox. 
(fbautostart was not installed.)


I am puzzled why neither environment.d nor /etc/profile works in the 
case of the topic starter. I suspect a typo somewhere. I am unsure if 
various bugs like https://github.com/systemd/systemd/issues/6414 are 
relevant.


Just a reminder: BASH does not read ~/.profile if ~/.bash_login or 
~/.bash_profile exists.



Greg, do you have ideas how to relieve pain with environment configuration?
E.g. to not override pam_environment by PATH hardcoded in /etc/profile, to
negotiate what files display managers should read, etc.


Didn't I just post a long message about this?


You post is great in respect to details concerning current state of 
affairs. I tried to ask if you see a way to make configuration easier 
for users. E.g. /etc/profile is suitable when a shell is involved. It 
was fine decades ago, but display managers may start sessions bypassing 
shells. Perhaps environment.d may be sourced by shells in the case of 
console login and xinit. I still hope that it is possible to create a 
single point for environment configuration and to provide helper tools 
for various ways to login.





Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread gene heskett

On 11/23/23 09:18, Greg Wooledge wrote:

On Thu, Nov 23, 2023 at 05:43:18AM -0500, gene heskett wrote:

I'm user 1000 and have had the expected results by putting a modified path
in my .profile but it is not automatic, I have to . .profile for every
terminal I start. I have 2 non-stock dirs in my /home/me path, bin and
AppImages, and I put them ahead of the rest of the default path. Now if
someone would tell me how to make that automatic I'd be delighted.


There's nothing that will work in *all* setups.  You have to do what
works for *your* setup.

Last I heard, you use a third-party desktop environment (Trinity or
something like that), and from your context above it looks like you use a
GUI Display Manager to login.  I also believe you're using an X session
(not Wayland) and I'm guessing that your DE is normal, not GNOME-like,
in its terminal spawning.

For this setup, I'd go with the ~/.xsessionrc file.  Create the
file /home/gene/.xsessionrc and put this in it:

 PATH=$HOME/bin:$HOME/AppImages:$PATH
 GENETEST=hello
 export PATH GENETEST

Then on your next login, see whether you have the correct PATH, and
whether you have the GENETEST variable in your environment (this is just a
debugging aid, to be sure the file was used).  If all works as expected,
you can get rid of the GENETEST variable later.  It shouldn't hurt
anything, just uses a few extra bytes of memory, so it's a low priority.

If you don't get the GENETEST variable in any program's environment,
then your OS isn't Debian enough (or your DE clears it out, or your
terminals are spawned in a GNOME-like manner...), and you'll have to
find a different solution.


Got it, thanks Greg


.


Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Greg Wooledge
On Thu, Nov 23, 2023 at 10:52:25PM +0700, Max Nikulin wrote:
> On 23/11/2023 21:02, Greg Wooledge wrote:
> > Usually, creating ~/.xsessionrc (on Debian only, as it's specific to
> > Debian) will suffice for this, as it gets read in by the X session
> > before it spawns your window manager, and then the WM spawns everything
> > else, all with your desired environment.  (Again, assuming X, not Wayland.)
> 
> I would verify that changes are reflected in
> 
> systemctl --user show-environment
> 
> output. XDG autostart instances, applications activated through D-Bus may be
> spawned by systemd user session, not X session & window manager.

Well, the important thing here is knowing what's spawned by whom, in
your particular setup.

In a traditional window manager setup like I use, *nothing* is spawned
by dbus or by the systemd --user manager.  (Well, maybe not nothing.
Maybe pulseaudio or whatever does audio now?  I have no idea how that
stuff works.  I just login, check whether audio works, and if it does,
I *do not touch it*.)

If you've got things that are actually spawned by systemd --user, then
this may be relevant for you.  For me, it's not.  Nothing that I put
in any of the files mentioned in environment.d(5) has EVER become
part of my environment upon login.  I've been down all of these roads
before, you see.

For me, all of the environment.d(5) stuff goes into the systemd --user
service manager which spawns... nothing that's visible to me.  Nothing
at all.

All of my visible applications (terminals, web browsers, etc.) are
spawned by my window manager, which is spawned by my X session, which
is spawned by startx, which is spawned by my console login shell, when
I type the "startx" command.

So, for *me*, configuring the environment in my login shell's dot files
works.

> Greg, do you have ideas how to relieve pain with environment configuration?
> E.g. to not override pam_environment by PATH hardcoded in /etc/profile, to
> negotiate what files display managers should read, etc.

Didn't I just post a long message about this?

People have been searching for this holy grail for DECADES.  It does not
exist.



Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Max Nikulin

On 23/11/2023 21:02, Greg Wooledge wrote:

Usually, creating ~/.xsessionrc (on Debian only, as it's specific to
Debian) will suffice for this, as it gets read in by the X session
before it spawns your window manager, and then the WM spawns everything
else, all with your desired environment.  (Again, assuming X, not Wayland.)


I would verify that changes are reflected in

systemctl --user show-environment

output. XDG autostart instances, applications activated through D-Bus 
may be spawned by systemd user session, not X session & window manager.


Greg, do you have ideas how to relieve pain with environment 
configuration? E.g. to not override pam_environment by PATH hardcoded in 
/etc/profile, to negotiate what files display managers should read, etc.




Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Max Nikulin

On 23/11/2023 21:16, Greg Wooledge wrote:

For this setup, I'd go with the ~/.xsessionrc file.  Create the
file/home/gene/.xsessionrc and put this in it:

 PATH=$HOME/bin:$HOME/AppImages:$PATH


SDDM (default for KDE and I assume it is Gene's case) reads ~/.profile 
that contains the following


 >8 
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
 8< 

so perhaps it is enough to add similar blocks for other custom 
directories. In Ubuntu LightDM reads this file as well, but in Debian it 
is not so by default.





Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Greg Wooledge
On Thu, Nov 23, 2023 at 05:43:18AM -0500, gene heskett wrote:
> I'm user 1000 and have had the expected results by putting a modified path
> in my .profile but it is not automatic, I have to . .profile for every
> terminal I start. I have 2 non-stock dirs in my /home/me path, bin and
> AppImages, and I put them ahead of the rest of the default path. Now if
> someone would tell me how to make that automatic I'd be delighted.

There's nothing that will work in *all* setups.  You have to do what
works for *your* setup.

Last I heard, you use a third-party desktop environment (Trinity or
something like that), and from your context above it looks like you use a
GUI Display Manager to login.  I also believe you're using an X session
(not Wayland) and I'm guessing that your DE is normal, not GNOME-like,
in its terminal spawning.

For this setup, I'd go with the ~/.xsessionrc file.  Create the
file /home/gene/.xsessionrc and put this in it:

PATH=$HOME/bin:$HOME/AppImages:$PATH
GENETEST=hello
export PATH GENETEST

Then on your next login, see whether you have the correct PATH, and
whether you have the GENETEST variable in your environment (this is just a
debugging aid, to be sure the file was used).  If all works as expected,
you can get rid of the GENETEST variable later.  It shouldn't hurt
anything, just uses a few extra bytes of memory, so it's a low priority.

If you don't get the GENETEST variable in any program's environment,
then your OS isn't Debian enough (or your DE clears it out, or your
terminals are spawned in a GNOME-like manner...), and you'll have to
find a different solution.



Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Greg Wooledge
NOTE: the original Subject: header of this thread includes the keyword
"GNOME" which does not appear in the body of the original message, but
which is *terribly* important here.  See below.

On Thu, Nov 23, 2023 at 09:49:13AM +, Bernhard Walle wrote:
> I want to add some directory to $PATH for each user. In the past, I added a
> file /etc/profile.d/path.sh, but that doesn't work any more, only when I
> manually start bash as login shell (or modify the setting of
> gnome-terminal).

OK, good.  You already understand the basics, so we don't need to explain
those in detail.

> My next attempt was to use systemd's /etc/environment.d/path.conf
> 
> PATH=${PATH}:/opt/vendor/product/bin
> XPATH=${PATH}:/opt/vendor/product/bin
> 
> but that doesn't work either. While XPATH appears, PATH is still the
> default.
> 
> systemctl show-environment --user

"systemctl --user" does not show you the environment that a login
session uses.  It only shows you the environment that the "per-user
service manager" uses when it starts --user units.

Systemd actually has nothing to do with login session configuration
at all.  It's a gigantic dead end.

> To be honest, I'm quite confused where that default path is defined. Even
> when I modify /etc/login.defs (ENV_PATH) or /etc/profile, I still get the
> default value.

/etc/login.defs only works with the login(1) program, which is for the
console.  Even then, the value of PATH set by login(1) can and will be
overridden by other programs before you finally get a shell prompt.
Among those overrides are PAM (see pam_env(7)) and your shell (as you
already knew, since you mentioned /etc/profile).

As such, ENV_PATH in /etc/login.defs is pretty much useless.  It's never
going to survive to see the light of day, even on a console login.  And
it's not used at all by Display Manager (GUI) logins.

Even pam_env ends up being useless for PATH, as the shell overrides it.
It might be useful to set *other* variables, but it's extremely limited.
You can set MYVAR=/some/absolute/path but you *cannot* for example set
MAIL=$HOME/Maildir/ because it will not expand $HOME for you.  It's
just so frustatingly inept that you ultimately end up forgetting about
it (but not until you've wasted hours trying to get it to work).

> Of course I can edit my own ~/.bashrc or /etc/bashrc, but that's not what I
> want since then only bash gets the PATH environment, not other shells or
> other programs.

The sad news is that there IS no holy grail here.  I've searched for it
myself, as have many other people.  It just *does not* exist.

There is no single point of configuration that can customize all user
login sessions, across all login methods, all shells, all desktop
environments, etc.

What ends up happening in practice is that you have to identify *all*
of the configuration points for all of the login methods and shells
that you care about.  For console logins with Bourne-family shells,
you can customize a default PATH in /etc/profile (or one of the files
that it dots in).  For console logins with csh-family shells, you can
use /etc/csh.login.  For Debian X sessions, there is no recommended
global access point, but you can create a ~/.xsessionrc file in your
home directory.  I don't know how you do it with Wayland.  Nobody who
uses Wayland has ever cared enough to figure it out and publically
announce how to do it (or at least, not here).

Now, I mentioned GNOME at the top of this reply, because GNOME was in the
Subject: header.  This is important because GNOME adds one additional
wrinkle to this problem.  In a normal X session, there is a single
parent process from which all the other X client processes are spawned.
Getting the correct environment into that parent process is sufficient
to have it propagated into every program that gets launched thereafter.
Usually, creating ~/.xsessionrc (on Debian only, as it's specific to
Debian) will suffice for this, as it gets read in by the X session
before it spawns your window manager, and then the WM spawns everything
else, all with your desired environment.  (Again, assuming X, not Wayland.)

Not so with GNOME.  In GNOME, all gnome-terminal processes are spawned
by dbus, instead of by the user's X/Wayland session.  Therefore,
gnome-terminal and the shell inside it derive from a completely
different ancestry, and come up with a completely different environment.
(And don't even ask me how to configure dbus's environment.  I have no
idea.)

So, *specifically* for GNOME, what you end up doing in practice is
precisely the thing you didn't want to do: customizing ~/.bashrc or
~/.cshrc or whatever shell-equivalent RC file, to establish the desired
environment in the shell itself, bypassing whatever crap dbus gives you.



Re: Modify user PATH in GNOME in Debian 12

2023-11-23 Thread gene heskett

On 11/23/23 05:06, Bernhard Walle wrote:

Hello,

I want to add some directory to $PATH for each user. In the past, I 
added a file /etc/profile.d/path.sh, but that doesn't work any more, 
only when I manually start bash as login shell (or modify the setting of 
gnome-terminal).


My next attempt was to use systemd's /etc/environment.d/path.conf

     PATH=${PATH}:/opt/vendor/product/bin
     XPATH=${PATH}:/opt/vendor/product/bin

but that doesn't work either. While XPATH appears, PATH is still the 
default.


     systemctl show-environment --user

     PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
NCP_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/ncp/clnt/bin:/opt/ncp/clnt/bin

To be honest, I'm quite confused where that default path is defined. 
Even when I modify /etc/login.defs (ENV_PATH) or /etc/profile, I still 
get the default value.


Of course I can edit my own ~/.bashrc or /etc/bashrc, but that's not 
what I want since then only bash gets the PATH environment, not other 
shells or other programs.


Can somebody help me, please? Thanks a lot.


Kind regards,
Bernhard


I'm user 1000 and have had the expected results by putting a modified 
path in my .profile but it is not automatic, I have to . .profile for 
every terminal I start. I have 2 non-stock dirs in my /home/me path, bin 
and AppImages, and I put them ahead of the rest of the default path. Now 
if someone would tell me how to make that automatic I'd be delighted.




.


Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Bernhard Walle

Hello,

I want to add some directory to $PATH for each user. In the past, I 
added a file /etc/profile.d/path.sh, but that doesn't work any more, 
only when I manually start bash as login shell (or modify the setting of 
gnome-terminal).


My next attempt was to use systemd's /etc/environment.d/path.conf

PATH=${PATH}:/opt/vendor/product/bin
XPATH=${PATH}:/opt/vendor/product/bin

but that doesn't work either. While XPATH appears, PATH is still the 
default.


systemctl show-environment --user

PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

NCP_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/ncp/clnt/bin:/opt/ncp/clnt/bin

To be honest, I'm quite confused where that default path is defined. 
Even when I modify /etc/login.defs (ENV_PATH) or /etc/profile, I still 
get the default value.


Of course I can edit my own ~/.bashrc or /etc/bashrc, but that's not 
what I want since then only bash gets the PATH environment, not other 
shells or other programs.


Can somebody help me, please? Thanks a lot.


Kind regards,
Bernhard




Modify user PATH in GNOME in Debian 12

2023-11-23 Thread Bernhard Walle

Hello,

I want to add some directory to $PATH for each user. In the past, I 
added a file /etc/profile.d/path.sh, but that doesn't work any more, 
only when I manually start bash as login shell (or modify the setting of 
gnome-terminal).


My next attempt was to use systemd's /etc/environment.d/path.conf

PATH=${PATH}:/opt/vendor/product/bin
XPATH=${PATH}:/opt/vendor/product/bin

but that doesn't work either. While XPATH appears, PATH is still the 
default.


systemctl show-environment --user

PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

NCP_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/ncp/clnt/bin:/opt/ncp/clnt/bin


To be honest, I'm quite confused where that default path is defined. 
Even when I modify /etc/login.defs (ENV_PATH) or /etc/profile, I still 
get the default value.


Of course I can edit my own ~/.bashrc or /etc/bashrc, but that's not 
what I want since then only bash gets the PATH environment, not other 
shells or other programs.


Can somebody help me, please? Thanks a lot.


Kind regards,
Bernhard





Re: GNOME y Debian muestra parte del texto en inglés...

2014-08-02 Thread Camaleón
El Sat, 02 Aug 2014 00:16:27 -0430, Miguel Matos escribió:

 El día 24 de julio de 2014, 11:18, Camaleón noela...@gmail.com
 escribió:

(...)

 Se trata de comparar la salida que te daba antes con la actual, por lo
 que tienes que ejecutar el mismo comando que ejecutaste antes:

 dpkg-reconfigure locales

 Y manda la salida.

(...)

 Hasta ahora estoy como quien dice atorado en una glorieta, una redoma,
 o una rotonda. Como la quieran llamar, como sea, dando vueltas redondas.
 De nuevo:

(...)

 Pues entonces sigo sin saber qué hacer...

Tienes una mezcolanza de locales es_VE y es_ES y según el artículo 
que te mandé¹ tienes que generar las locales que el sistema use, que en 
tu caso son estas dos (además del en_US).

Es decir, cuando reconfigures las locales con dpkg-reconfigure locales 
selecciona *las dos variantes de español* que usa el sistema (además de 
en_US) y después reinicia la sesión.

¹http://hexample.com/2012/02/05/fixing-locale-problem-debian/

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.08.02.15.42...@gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-08-01 Thread Miguel Matos
El día 24 de julio de 2014, 11:18, Camaleón noela...@gmail.com escribió:
 El Thu, 24 Jul 2014 10:52:50 -0430, Miguel Matos escribió:

 El día 24 de julio de 2014, 9:03, Camaleón noela...@gmail.com
 escribió:

 (...)

 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:

 (...)

 Ejecuta dpkg-reconfigure locales y pon la salida.

 Primero, la pantalla para seleccionar los locales (no puedo
 seleccionarla apropiadamente); luego, seleccionar el predeterminado de
 entre las opciones antes escogidas (escojo es_VE.UTF-8); luego:
 Generating locales (this might take a while)...
   es_VE.UTF-8... done
 Generation complete.

 Se trata de comparar la salida que te daba antes con la actual, por lo
 que tienes que ejecutar el mismo comando que ejecutaste antes:

 dpkg-reconfigure locales

 Y manda la salida.

 Y sigo con el problema de Chrome de no escribir signos de
 interrogación ni exclamación de apertura; mas sin embargo el resto de
 caracteres sí puede leerlos bien.

 Hombre, si tienes mal configurado el locale (y por ende el mapa de
 teclado) pues es normal que puedas teclear esos caracteres ;-)

 Los caracteres numéricos:
 `1234567890'=
 (con la tecla Shift) ~!#$%/()=?+
 (con la tecla AltGr) \|@#~56{[]}\~
 a la derecha de las letras:
 `+\';-.,
 (con la tecla Shift) ^*|_:;:
 (con la tecla AltGr) []}{̣.,

 ahí debe verse las que me faltan: signos de interrogación/exclamación de
 apertura, tecla eñe. (y si lo preguntas, uso el charactermap para
 escribirla).

 Ahora mismo el sistema está usando el locale C por lo que a efectos
 prácticos es como si tuvieras un mapa de teclado en inglés, es decir:

 http://en.wikipedia.org/wiki/QWERTY#mediaviewer/File:Qwerty.svg

 Tienes que solucionar la configuración del locale.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/pan.2014.07.24.15.48...@gmail.com


Hasta ahora estoy como quien dice atorado en una glorieta, una redoma,
o una rotonda. Como la quieran llamar, como sea, dando vueltas
redondas.
De nuevo:
bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
miguel@miguel-LT:~$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=es_ES.utf8
LANGUAGE=
LC_CTYPE=es_ES.utf8
LC_NUMERIC=es_ES.utf8
LC_TIME=es_ES.utf8
LC_COLLATE=es_ES.utf8
LC_MONETARY=es_ES.utf8
LC_MESSAGES=es_ES.utf8
LC_PAPER=es_ES.utf8
LC_NAME=es_ES.utf8
LC_ADDRESS=es_ES.utf8
LC_TELEPHONE=es_ES.utf8
LC_MEASUREMENT=es_ES.utf8
LC_IDENTIFICATION=es_ES.utf8
LC_ALL=es_ES.utf8
miguel@miguel-LT:~$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
C.UTF-8
POSIX
es_VE.utf8
miguel@miguel-LT:~$ sudo locale-gen es_VE
[sudo] password for miguel:
Generating locales (this might take a while)...
  es_VE.UTF-8... done
Generation complete.
miguel@miguel-LT:~$ sudo update-locale LANG=es_VE
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES.utf8,
LC_MONETARY = es_VE.utf8,
LC_NUMERIC = es_VE.utf8,
LC_MEASUREMENT = es_VE.utf8,
LC_TIME = es_VE.utf8,
LANG = es_ES.utf8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
miguel@miguel-LT:~$ sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES.utf8,
LC_MONETARY = es_VE.utf8,
LC_NUMERIC = es_VE.utf8,
LC_MEASUREMENT = es_VE.utf8,
LC_TIME = es_VE.utf8,
LANG = es_ES.utf8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file
or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such
file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
  es_VE.UTF-8... done
Generation complete.
miguel@miguel-LT:~$

Pues entonces sigo sin saber qué hacer...

-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, 

Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-24 Thread Camaleón
El Wed, 23 Jul 2014 19:43:04 -0430, Miguel Matos escribió:

 El día 21 de julio de 2014, 9:14, Camaleón noela...@gmail.com
 escribió:

(...)

 Pues hombre, sin tener más detalles te diría que probaras a
 reconfigurar el locale (dpkg-reconfigure locales). Eso no te va a
 ayudar con el hecho de tener el GNOME en inglés (para lo cual
 tendrías que asegurarte de que tienes el paquete de idioma instalado
 y debidamente configurado desde el panel de control de GNOME) pero sí
 con la configuración del teclado.



 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:

(...)

 Ahora reinicio y veo los resultados.

 Ah, vale, entonces sigue estos pasos:

 Fixing the locale problem in Debian
 http://hexample.com/2012/02/05/fixing-locale-problem-debian/


 Saludos, ya seguí los pasos que especifican. Reinicio el sistema.
 Sorpresa!... no pasó nada. 

Ejecuta dpkg-reconfigure locales y pon la salida.

 Y sigo con el problema de Chrome de no escribir signos de interrogación
 ni exclamación de apertura; mas sin embargo el resto de caracteres sí
 puede leerlos bien.

Hombre, si tienes mal configurado el locale (y por ende el mapa de 
teclado) pues es normal que puedas teclear esos caracteres ;-)

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.07.24.13.33...@gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-24 Thread Miguel Matos
El día 24 de julio de 2014, 9:03, Camaleón noela...@gmail.com escribió:
 El Wed, 23 Jul 2014 19:43:04 -0430, Miguel Matos escribió:

 El día 21 de julio de 2014, 9:14, Camaleón noela...@gmail.com
 escribió:

 (...)

 Pues hombre, sin tener más detalles te diría que probaras a
 reconfigurar el locale (dpkg-reconfigure locales). Eso no te va a
 ayudar con el hecho de tener el GNOME en inglés (para lo cual
 tendrías que asegurarte de que tienes el paquete de idioma instalado
 y debidamente configurado desde el panel de control de GNOME) pero sí
 con la configuración del teclado.



 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:

 (...)

 Ahora reinicio y veo los resultados.

 Ah, vale, entonces sigue estos pasos:

 Fixing the locale problem in Debian
 http://hexample.com/2012/02/05/fixing-locale-problem-debian/


 Saludos, ya seguí los pasos que especifican. Reinicio el sistema.
 Sorpresa!... no pasó nada.

 Ejecuta dpkg-reconfigure locales y pon la salida.

Primero, la pantalla para seleccionar los locales (no puedo
seleccionarla apropiadamente); luego, seleccionar el predeterminado de
entre las opciones antes escogidas (escojo es_VE.UTF-8); luego:
Generating locales (this might take a while)...
  es_VE.UTF-8... done
Generation complete.

 Y sigo con el problema de Chrome de no escribir signos de interrogación
 ni exclamación de apertura; mas sin embargo el resto de caracteres sí
 puede leerlos bien.

 Hombre, si tienes mal configurado el locale (y por ende el mapa de
 teclado) pues es normal que puedas teclear esos caracteres ;-)

Los caracteres numéricos:
`1234567890'=
(con la tecla Shift) ~!#$%/()=?+
(con la tecla AltGr) \|@#~56{[]}\~
a la derecha de las letras:
`+\';-.,
(con la tecla Shift) ^*|_:;:
(con la tecla AltGr) []}{̣.,

ahí debe verse las que me faltan: signos de interrogación/exclamación
de apertura, tecla eñe. (y si lo preguntas, uso el charactermap para
escribirla).

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/pan.2014.07.24.13.33...@gmail.com




-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALEvJmSGU+uz�1jnxxfkocyxb_m8t6u39a7zjubapg0y5...@mail.gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-24 Thread Camaleón
El Thu, 24 Jul 2014 10:52:50 -0430, Miguel Matos escribió:

 El día 24 de julio de 2014, 9:03, Camaleón noela...@gmail.com
 escribió:

(...)

 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:

(...)

 Ejecuta dpkg-reconfigure locales y pon la salida.

 Primero, la pantalla para seleccionar los locales (no puedo
 seleccionarla apropiadamente); luego, seleccionar el predeterminado de
 entre las opciones antes escogidas (escojo es_VE.UTF-8); luego:
 Generating locales (this might take a while)...
   es_VE.UTF-8... done
 Generation complete.

Se trata de comparar la salida que te daba antes con la actual, por lo 
que tienes que ejecutar el mismo comando que ejecutaste antes:

dpkg-reconfigure locales

Y manda la salida.

 Y sigo con el problema de Chrome de no escribir signos de
 interrogación ni exclamación de apertura; mas sin embargo el resto de
 caracteres sí puede leerlos bien.

 Hombre, si tienes mal configurado el locale (y por ende el mapa de
 teclado) pues es normal que puedas teclear esos caracteres ;-)

 Los caracteres numéricos:
 `1234567890'=
 (con la tecla Shift) ~!#$%/()=?+
 (con la tecla AltGr) \|@#~56{[]}\~
 a la derecha de las letras:
 `+\';-.,
 (con la tecla Shift) ^*|_:;:
 (con la tecla AltGr) []}{̣.,
 
 ahí debe verse las que me faltan: signos de interrogación/exclamación de
 apertura, tecla eñe. (y si lo preguntas, uso el charactermap para
 escribirla).

Ahora mismo el sistema está usando el locale C por lo que a efectos 
prácticos es como si tuvieras un mapa de teclado en inglés, es decir:

http://en.wikipedia.org/wiki/QWERTY#mediaviewer/File:Qwerty.svg

Tienes que solucionar la configuración del locale.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.07.24.15.48...@gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-24 Thread Aradenatorix Veckhom Vacelaevus
 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:

 (...)

 Ejecuta dpkg-reconfigure locales y pon la salida.

 Primero, la pantalla para seleccionar los locales (no puedo
 seleccionarla apropiadamente); luego, seleccionar el predeterminado de
 entre las opciones antes escogidas (escojo es_VE.UTF-8); luego:
 Generating locales (this might take a while)...
   es_VE.UTF-8... done
 Generation complete.

 Se trata de comparar la salida que te daba antes con la actual, por lo
 que tienes que ejecutar el mismo comando que ejecutaste antes:

 dpkg-reconfigure locales

 Y manda la salida.

 Y sigo con el problema de Chrome de no escribir signos de
 interrogación ni exclamación de apertura; mas sin embargo el resto de
 caracteres sí puede leerlos bien.

 Hombre, si tienes mal configurado el locale (y por ende el mapa de
 teclado) pues es normal que puedas teclear esos caracteres ;-)

 Los caracteres numéricos:
 `1234567890'=
 (con la tecla Shift) ~!#$%/()=?+
 (con la tecla AltGr) \|@#~56{[]}\~
 a la derecha de las letras:
 `+\';-.,
 (con la tecla Shift) ^*|_:;:
 (con la tecla AltGr) []}{̣.,

 ahí debe verse las que me faltan: signos de interrogación/exclamación de
 apertura, tecla eñe. (y si lo preguntas, uso el charactermap para
 escribirla).


Concuerdo con Camaleón en que la codificacicòn de caracteres que
muestras parece ser más bien la de unt eclado en inglés que uno en
español.

 Ahora mismo el sistema está usando el locale C por lo que a efectos
 prácticos es como si tuvieras un mapa de teclado en inglés, es decir:

 http://en.wikipedia.org/wiki/QWERTY#mediaviewer/File:Qwerty.svg

 Tienes que solucionar la configuración del locale.

Como dato cultural hay basicamente 2 opciones par español en cuanto al
mapa de caracteres del teclado:

1. Español (alfabetización internacional/tradicional segun microsuave) y
2. Español latinoamericano

La mayor diferencia entre ambos estriba en que el 1 contiene la ç y el
latinomaericano la omite. Las otras diferencias suelen ser en la
ubicacion de ciertos signos que difieren entre uno y otro.

Verifica que la configuracion obedezca a tu teclado fisico. Es bien
comun que la gente tenga un teclado latinoaemricano configurado como
español y viceversa.

Suerte y saludos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAACnk7Ztr4=8LGCvFKQSmx1Bu6ZLRE5vsUymEgASuN=o+8-...@mail.gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-23 Thread Miguel Matos
El día 21 de julio de 2014, 9:14, Camaleón noela...@gmail.com escribió:
 El Sun, 20 Jul 2014 21:28:13 -0430, Miguel Matos escribió:

 Ahora que lo pienso... qué yo ya no tuve este problema antes??

 Pues yo diría que sí... al menos recuerdo haber leído un problema similar
 en la lista.

 (fijaos que no puedo abrir los signos de interrogación por el susodicho
 problema)

 Ná, excusas... aún te queda el unicode (U+00BF) :-P

 El día 20 de julio de 2014, 10:08, Camaleón noela...@gmail.com
 escribió:

 (...)

 Mejor si nos dices qué mensaje te aparece exactamente y cuándo te
 aparece.
 La terminal dice:
 bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
 bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
 Por ahí sé que algo hice mal...

 (...)

 Hum...

 Pues hombre, sin tener más detalles te diría que probaras a
 reconfigurar el locale (dpkg-reconfigure locales). Eso no te va a
 ayudar con el hecho de tener el GNOME en inglés (para lo cual tendrías
 que asegurarte de que tienes el paquete de idioma instalado y
 debidamente configurado desde el panel de control de GNOME) pero sí con
 la configuración del teclado.



 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = es_ES.utf8,
 LC_MONETARY = es_VE.utf8,
 LC_NUMERIC = es_VE.utf8,
 LC_MEASUREMENT = es_VE.utf8,
 LC_TIME = es_VE.utf8,
 LANG = es_ES.utf8
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or
 directory locale: Cannot set LC_ALL to default locale: No such file or
 directory /usr/bin/locale: Cannot set LC_CTYPE to default locale: No
 such file or directory /usr/bin/locale: Cannot set LC_MESSAGES to
 default locale: No such file or directory /usr/bin/locale: Cannot set
 LC_ALL to default locale: No such file or directory Generating locales
 (this might take a while)...
   es_VE.UTF-8... done
 Generation complete.

 Ahora reinicio y veo los resultados.

 Ah, vale, entonces sigue estos pasos:

 Fixing the locale problem in Debian
 http://hexample.com/2012/02/05/fixing-locale-problem-debian/


Saludos, ya seguí los pasos que especifican. Reinicio el sistema.
Sorpresa!... no pasó nada. Y sigo con el problema de Chrome de no
escribir signos de interrogación ni exclamación de apertura; mas sin
embargo el resto de caracteres sí puede leerlos bien.


-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALEvJmSK31MNWJj1gW=dncevfjdfq_p7pfcefmk_gm_zvwa...@mail.gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-21 Thread Camaleón
El Sun, 20 Jul 2014 21:28:13 -0430, Miguel Matos escribió:

 Ahora que lo pienso... qué yo ya no tuve este problema antes??

Pues yo diría que sí... al menos recuerdo haber leído un problema similar 
en la lista.

 (fijaos que no puedo abrir los signos de interrogación por el susodicho
 problema)

Ná, excusas... aún te queda el unicode (U+00BF) :-P

 El día 20 de julio de 2014, 10:08, Camaleón noela...@gmail.com
 escribió:

(...)

 Mejor si nos dices qué mensaje te aparece exactamente y cuándo te
 aparece.
 La terminal dice:
 bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
 bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
 Por ahí sé que algo hice mal...

(...)

Hum...

 Pues hombre, sin tener más detalles te diría que probaras a
 reconfigurar el locale (dpkg-reconfigure locales). Eso no te va a
 ayudar con el hecho de tener el GNOME en inglés (para lo cual tendrías
 que asegurarte de que tienes el paquete de idioma instalado y
 debidamente configurado desde el panel de control de GNOME) pero sí con
 la configuración del teclado.



 Pues a ver:
 $ dpkg-reconfigure locales [sudo] password for miguel:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = es_ES.utf8,
 LC_MONETARY = es_VE.utf8,
 LC_NUMERIC = es_VE.utf8,
 LC_MEASUREMENT = es_VE.utf8,
 LC_TIME = es_VE.utf8,
 LANG = es_ES.utf8
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or
 directory locale: Cannot set LC_ALL to default locale: No such file or
 directory /usr/bin/locale: Cannot set LC_CTYPE to default locale: No
 such file or directory /usr/bin/locale: Cannot set LC_MESSAGES to
 default locale: No such file or directory /usr/bin/locale: Cannot set
 LC_ALL to default locale: No such file or directory Generating locales
 (this might take a while)...
   es_VE.UTF-8... done
 Generation complete.
 
 Ahora reinicio y veo los resultados.

Ah, vale, entonces sigue estos pasos:

Fixing the locale problem in Debian
http://hexample.com/2012/02/05/fixing-locale-problem-debian/

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.07.21.13.44...@gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-21 Thread Haylem Candelario Bauzá del INOR
aptitude install locales-all
-- 
Si dominas los Bits, dominas el mundo


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201407211217.12063.hay...@inor.sld.cu



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-20 Thread Camaleón
El Sat, 19 Jul 2014 15:58:24 -0430, Miguel Matos escribió:

 Hola de nuevo a la lista, ahora este es mi problema: luego de hacer una
 limpieza con bleachbit, se corrompió parte del gdm, el gestor de
 GNOME. 

Hay que ir con mucho cuidado cuando se usa ese tipo de herramientas 
limpiadoras automatizadas.

 Cuando pude reiniciar, me mostró todo el texto en inglés. Excepto
 por los menú de Applications. Buscando la forma de resolverlo hallé un
 blog para poder modificarlo; pero, cometí un peque(enye)ito error, y
 ahora intenta buscar el locale es_ES.UTF-8, cuando uso la terminal. Y no
 sé cómo borrarlo. 

Mejor si nos dices qué mensaje te aparece exactamente y cuándo te aparece.

 Adicionalmente, no me acepta la letra al lado de la ele (no la puedo
 escribir). Y tampoco el signo de interrogación y admiración de
 apertura. Bueno, sólo me pasa en los navegadores, los editores de texto
 sí los aceptan. Exactamente dónde y cómo debo reparar eso?

Pues hombre, sin tener más detalles te diría que probaras a reconfigurar 
el locale (dpkg-reconfigure locales). Eso no te va a ayudar con el 
hecho de tener el GNOME en inglés (para lo cual tendrías que asegurarte 
de que tienes el paquete de idioma instalado y debidamente configurado 
desde el panel de control de GNOME) pero sí con la configuración del 
teclado.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2014.07.20.14.38...@gmail.com



Re: GNOME y Debian muestra parte del texto en inglés...

2014-07-20 Thread Miguel Matos
Ahora que lo pienso... qué yo ya no tuve este problema antes??
(fijaos que no puedo abrir los signos de interrogación por el
susodicho problema)

El día 20 de julio de 2014, 10:08, Camaleón noela...@gmail.com escribió:
 El Sat, 19 Jul 2014 15:58:24 -0430, Miguel Matos escribió:

 Hola de nuevo a la lista, ahora este es mi problema: luego de hacer una
 limpieza con bleachbit, se corrompió parte del gdm, el gestor de
 GNOME.

 Hay que ir con mucho cuidado cuando se usa ese tipo de herramientas
 limpiadoras automatizadas.

 Cuando pude reiniciar, me mostró todo el texto en inglés. Excepto
 por los menú de Applications. Buscando la forma de resolverlo hallé un
 blog para poder modificarlo; pero, cometí un peque(enye)ito error, y
 ahora intenta buscar el locale es_ES.UTF-8, cuando uso la terminal. Y no
 sé cómo borrarlo.

 Mejor si nos dices qué mensaje te aparece exactamente y cuándo te aparece.
La terminal dice:
bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
bash: warning: setlocale: LC_ALL: cannot change locale (es_ES.utf8)
Por ahí sé que algo hice mal...


 Adicionalmente, no me acepta la letra al lado de la ele (no la puedo
 escribir). Y tampoco el signo de interrogación y admiración de
 apertura. Bueno, sólo me pasa en los navegadores, los editores de texto
 sí los aceptan. Exactamente dónde y cómo debo reparar eso?

 Pues hombre, sin tener más detalles te diría que probaras a reconfigurar
 el locale (dpkg-reconfigure locales). Eso no te va a ayudar con el
 hecho de tener el GNOME en inglés (para lo cual tendrías que asegurarte
 de que tienes el paquete de idioma instalado y debidamente configurado
 desde el panel de control de GNOME) pero sí con la configuración del
 teclado.



Pues a ver:
$ dpkg-reconfigure locales
[sudo] password for miguel:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES.utf8,
LC_MONETARY = es_VE.utf8,
LC_NUMERIC = es_VE.utf8,
LC_MEASUREMENT = es_VE.utf8,
LC_TIME = es_VE.utf8,
LANG = es_ES.utf8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file
or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such
file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
  es_VE.UTF-8... done
Generation complete.

Ahora reinicio y veo los resultados.
-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/calevjmrawk3shvu1qmnm8opjbssoyrmv9cc6580bodecx-y...@mail.gmail.com



GNOME y Debian muestra parte del texto en inglés...

2014-07-19 Thread Miguel Matos
Hola de nuevo a la lista, ahora este es mi problema: luego de hacer
una limpieza con bleachbit, se corrompió parte del gdm, el gestor de
GNOME. Cuando pude reiniciar, me mostró todo el texto en inglés.
Excepto por los menú de Applications. Buscando la forma de
resolverlo hallé un blog para poder modificarlo; pero, cometí un
peque(enye)ito error, y ahora intenta buscar el locale es_ES.UTF-8,
cuando uso la terminal. Y no sé cómo borrarlo. Adicionalmente, no me
acepta la letra al lado de la ele (no la puedo escribir). Y tampoco el
signo de interrogación y admiración de apertura. Bueno, sólo me pasa
en los navegadores, los editores de texto sí los aceptan. Exactamente
dónde y cómo debo reparar eso?

-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CALEvJmT8HZYExq=hbuoewt0uwpigmsr9egsb0jpe0vdrt_b...@mail.gmail.com



Configuracion gnome 3 debian wheezy 64

2014-01-14 Thread Santiago Paleka
Hola, soy nuevo en la lista.
Los últimos años usé ubuntu, desde hace un mes uso debian y estoy conforme,
pero tengo un problema con gnome, mas precisamente con gnome-control-center
No puedo guardar los cambios de de configuraciones que realizo, no puedo
cambiar fondo de escritorio, configuración del teclado, del mouse, nada, no
hay botones de aplicar y si simplemente salgo de la aplicación, los cambios
nunca se realizan.

Gracias.


Re: Configuracion gnome 3 debian wheezy 64

2014-01-14 Thread Camaleón
El Tue, 14 Jan 2014 11:17:18 -0200, Santiago Paleka escribió:

 Hola, soy nuevo en la lista.

Pues bienvenido :-)

Recuerda desactivar el formato html cuando mandes mensajes a la lista.

 Los últimos años usé ubuntu, desde hace un mes uso debian y estoy
 conforme,
 pero tengo un problema con gnome, mas precisamente con
 gnome-control-center No puedo guardar los cambios de de configuraciones
 que realizo, no puedo cambiar fondo de escritorio, configuración del
 teclado, del mouse, nada, no hay botones de aplicar y si simplemente
 salgo de la aplicación, los cambios nunca se realizan.

El botón aplicar no existe: lo que cambies se tiene por seleccionado y 
se aplica automáticamente (este comportamiento es cortesía de los 
desarrolladores de GNOME).

Crea un usuario nuevo, inicia sesión con él y comprueba si le pasa lo 
mismo. Yo al menos no puedo reproducir ese problema en Debian testing.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2014.01.14.13.59...@gmail.com



Re: Configuracion gnome 3 debian wheezy 64

2014-01-14 Thread Santiago Paleka
El día 14 de enero de 2014, 10:59, Camaleón noela...@gmail.com escribió:
 El Tue, 14 Jan 2014 11:17:18 -0200, Santiago Paleka escribió:

 Hola, soy nuevo en la lista.

 Pues bienvenido :-)

 Recuerda desactivar el formato html cuando mandes mensajes a la lista.

 Los últimos años usé ubuntu, desde hace un mes uso debian y estoy
 conforme,
 pero tengo un problema con gnome, mas precisamente con
 gnome-control-center No puedo guardar los cambios de de configuraciones
 que realizo, no puedo cambiar fondo de escritorio, configuración del
 teclado, del mouse, nada, no hay botones de aplicar y si simplemente
 salgo de la aplicación, los cambios nunca se realizan.

 El botón aplicar no existe: lo que cambies se tiene por seleccionado y
 se aplica automáticamente (este comportamiento es cortesía de los
 desarrolladores de GNOME).

 Crea un usuario nuevo, inicia sesión con él y comprueba si le pasa lo
 mismo. Yo al menos no puedo reproducir ese problema en Debian testing.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/pan.2014.01.14.13.59...@gmail.com


Efectivamente era alguna configuración, borré todos los .config de
gnome y kde que tenía por ahí y ahora anda bien, Gracias!


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAHhTqtU8qks4Yp-v=mw2zk0oxaiwz83nbhpgdvmf21miz5b...@mail.gmail.com



Re: Gestión de perfiles Gnome en Debian

2012-08-20 Thread C. L. Martinez
2012/8/17 Camaleón noela...@gmail.com:
 El Fri, 17 Aug 2012 08:42:44 +0200, C. L. Martinez escribió:

 (...)

  Mi pregunta es: ¿existe alguna herramienta que lo haga (y por
 supuesto que no se pueda ejecutar a menos que se ponga el passwd de
 root)? ¿o solo es posible mediante la edición de archivos planos?

 Supongo que buscas algo parecido a un modo kiosco con un entorno
 limitado, el problema es que GNOME3+gnome-shell está aún muy verde en ese
 aspecto (GConf/Dconf) y la herramienta que indicas (sabayon) parece que
 es para GNOME 2.

 ¿Qué haría yo? Simplificar.

 Una cuenta de usuario sin privilegios te evita que se hagan estropicios
 gordos en la máquina virtual pero aún así, podrías programar una copia de
 la VM con intervalo semanal para que en caso de ruina total puedas volver
 a cargar la última VM completa.

Correcto, eso ya lo tenía programado.


 Después, para que los perfiles de los usuarios sólo muestren las
 aplicaciones que elijas, tendrás que hacerlo a mano¹ porque la
 herramienta con la se hacía esto (el editor de menús alacarte) creo (digo
 creo porque hace mucho que no he mirado como está esto) que no funciona
 en gnome-shell.

Por lo que yo he podido averiguar, es correcto. Alacarte no funciona
en esta versión ...


 De todas formas, una reflexión: si Edubuntu funciona o se acerca a lo que
 buscas ¿por qué no usarla? :-?

Por un sencillo motivo: Ubuntu LTS 12.04 es inestable hasta límites
insospechados ... máxime si la haces correr como máquina virtual ...


 ¹http://superuser.com/questions/298198/gnome-shell-application-menu-customization


Si, creo que al final va a tener que ser a manija ...


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEjQA5K6gv7+VOnbC9Q-BiZsiiGRoJsZOXr97+y=jvmxyov...@mail.gmail.com



Re: Gestión de perfiles Gnome en Debian

2012-08-17 Thread Camaleón
El Fri, 17 Aug 2012 08:42:44 +0200, C. L. Martinez escribió:

(...)

  Mi pregunta es: ¿existe alguna herramienta que lo haga (y por
 supuesto que no se pueda ejecutar a menos que se ponga el passwd de
 root)? ¿o solo es posible mediante la edición de archivos planos?

Supongo que buscas algo parecido a un modo kiosco con un entorno 
limitado, el problema es que GNOME3+gnome-shell está aún muy verde en ese 
aspecto (GConf/Dconf) y la herramienta que indicas (sabayon) parece que 
es para GNOME 2.

¿Qué haría yo? Simplificar.

Una cuenta de usuario sin privilegios te evita que se hagan estropicios 
gordos en la máquina virtual pero aún así, podrías programar una copia de 
la VM con intervalo semanal para que en caso de ruina total puedas volver 
a cargar la última VM completa.

Después, para que los perfiles de los usuarios sólo muestren las 
aplicaciones que elijas, tendrás que hacerlo a mano¹ porque la 
herramienta con la se hacía esto (el editor de menús alacarte) creo (digo 
creo porque hace mucho que no he mirado como está esto) que no funciona 
en gnome-shell.

De todas formas, una reflexión: si Edubuntu funciona o se acerca a lo que 
buscas ¿por qué no usarla? :-?

¹http://superuser.com/questions/298198/gnome-shell-application-menu-customization

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/k0lkm5$o53$6...@ger.gmane.org



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy [Solucionado]

2012-03-27 Thread José Maldonado
El día 26 de marzo de 2012 16:07, Camaleón noela...@gmail.com escribió:
 El Mon, 26 Mar 2012 13:08:31 -0430, José Maldonado escribió:

 El día 26 de marzo de 2012 12:55, Camaleón noela...@gmail.com
 escribió:

 (...)

 Entonces compara los permisos de los directorios de los temas entre
 ambos equipos, a ver si hay alguna diferencia.

 Ya comprobé los permisos, todos son iguales, tanto el Adwaita como el
 resto de mis temas, incluso las rutas de los mismos ya las revise.

 Ej.: /usr/share/themes/gaia-shine/gnome-shell

 Hum...

 ¿Te fallan otros temas o sólo estos?

 Solo me fallan estos temas que están instalados, Gaia, Zukini y Zukitwo.

 (...)

 Curioso. Voy a probarlos a ver.

 Gaia
 http://half-left.deviantart.com/art/GNOME-Shell-Gaia-207574700

 Al intentar instalarlo desde gnome-tweak-tool, nada más seleccionar el
 archivo .zip, me dice: tema no válido

 Zukini
 http://browse.deviantart.com/?qh=section=global=1q=zukini#/d4ic1u2

 Este se instala correctamente, selecciono el tema y lo carga bien.

 Zukitwo
 http://lassekongo83.deviantart.com/art/Zukitwo-203936861

 Este también se instala correctamente, selecciono el tema y lo carga bien.

 Ojo, que ambos temas aparecen dentro del home del usuario, no en /usr/
 share/themes...

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/jkqk2h$4vf$1...@dough.gmane.org


Probé purgando e instalando el paquete nuevamente, y funciona puedo
ver los temas sin problemas. Como dato curioso, ya había probado lo
que tu hiciste, instalar los temas usando la opción del
Gnome-Tweak-Tool y tampoco me había funcionado, y llamando al programa
desde una terminal tampoco me generaba algún error.

Gracias por toda la ayuda Camaleón.


-- 
Dios en su Cielo, todo bien en la Tierra
***


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caggkdums6hw1k_yimxpm83ot6ato+ewtrozf5xnvekfmw4w...@mail.gmail.com



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy [Solucionado]

2012-03-27 Thread Camaleón
El Tue, 27 Mar 2012 10:38:26 -0430, José Maldonado escribió:

 El día 26 de marzo de 2012 16:07, Camaleón noela...@gmail.com
 escribió:

(...)

 Curioso. Voy a probarlos a ver.

(...)

 Ojo, que ambos temas aparecen dentro del home del usuario, no en /usr/
 share/themes...

 Probé purgando e instalando el paquete nuevamente, y funciona puedo ver
 los temas sin problemas. Como dato curioso, ya había probado lo que tu
 hiciste, instalar los temas usando la opción del Gnome-Tweak-Tool y
 tampoco me había funcionado, y llamando al programa desde una terminal
 tampoco me generaba algún error.

No sé por dónde he leído que para instalar los temas es mejor hacerlo 
siempre desde gnome-tweak-tool ya que se encarga de todo, es decir, eso 
de poner manualmente los temas en el directorio ~/.themes ya no se 
debería hacer.
 
 Gracias por toda la ayuda Camaleón.

De nada :-)

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jksn04$di0$1...@dough.gmane.org



Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread José Maldonado
Bueno vengo con una consulta más, tengo Gnome 3 instalado en mi
sistema con Debian Wheezy, todo bien excepto por una cosa,
Gnome-Tweak-Tool no me reconoce ciertos temas, por ejemplo el Gaia,
Zukini y Zukitwo, no me aparecen para nada, y lo extraño del caso es
que use esos mismos temas en otra maquina con Gnome3 y van perfectos.
Revise los permisos, en /usr/share/themes/ y .themes, y todo está bien
(root para el primero, mi usuario para el segundo). Mi pregunta
alguien ha tenido este problema, como ha podido solucionarlo.
Obviamente no es algo con lo que no se pueda vivir, pero me gustaría
tunear un poco al feo Gnome3.

Gracias por todo de antemano.

-- 
Dios en su Cielo, todo bien en la Tierra
***


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGGkdumSO=5jo1ao9_40bjo--pd-ajbezoljfu1kfyb2ken...@mail.gmail.com



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread Camaleón
El Mon, 26 Mar 2012 11:46:30 -0430, José Maldonado escribió:

 Bueno vengo con una consulta más, tengo Gnome 3 instalado en mi sistema
 con Debian Wheezy, todo bien excepto por una cosa, Gnome-Tweak-Tool no
 me reconoce ciertos temas, por ejemplo el Gaia, Zukini y Zukitwo, no me
 aparecen para nada, y lo extraño del caso es que use esos mismos temas
 en otra maquina con Gnome3 y van perfectos. 

¿En otra máquina con la misma versión de Debian?

 Revise los permisos, en /usr/share/themes/ y .themes, y todo está bien
 (root para el primero, mi usuario para el segundo). Mi pregunta alguien
 ha tenido este problema, como ha podido solucionarlo. 

Si sólo te fallan algunos temas es posible que te falte algún requisito 
para poder instalarlos. Mira a ver qué piden y comprueba que cumplas con 
los requerimientos.

 Obviamente no es algo con lo que no se pueda vivir, pero me gustaría
 tunear un poco al feo Gnome3.

:-)

Je, yo estaba esperando como agua de mayo poder instalar temas desde 
gnome-tweak-tool pero al final los he eliminado todos. Me he dado cuenta 
de que como mejor está gnome-shell es con Adwaita (va más suelto) y con 
unas cuantas modificaciones básicas que he hecho manualmente.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jkq730$4vf$8...@dough.gmane.org



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread José Maldonado
El día 26 de marzo de 2012 12:26, Camaleón noela...@gmail.com escribió:
 El Mon, 26 Mar 2012 11:46:30 -0430, José Maldonado escribió:

 Bueno vengo con una consulta más, tengo Gnome 3 instalado en mi sistema
 con Debian Wheezy, todo bien excepto por una cosa, Gnome-Tweak-Tool no
 me reconoce ciertos temas, por ejemplo el Gaia, Zukini y Zukitwo, no me
 aparecen para nada, y lo extraño del caso es que use esos mismos temas
 en otra maquina con Gnome3 y van perfectos.

 ¿En otra máquina con la misma versión de Debian?


Si otra maquina con Debian Wheezy y al día.

 Revise los permisos, en /usr/share/themes/ y .themes, y todo está bien
 (root para el primero, mi usuario para el segundo). Mi pregunta alguien
 ha tenido este problema, como ha podido solucionarlo.

 Si sólo te fallan algunos temas es posible que te falte algún requisito
 para poder instalarlos. Mira a ver qué piden y comprueba que cumplas con
 los requerimientos.


Los únicos requerimientos son gtk2-engines-pixbuf y
gtk3-engines-unico, ambos instalados.

 Obviamente no es algo con lo que no se pueda vivir, pero me gustaría
 tunear un poco al feo Gnome3.

 :-)

 Je, yo estaba esperando como agua de mayo poder instalar temas desde
 gnome-tweak-tool pero al final los he eliminado todos. Me he dado cuenta
 de que como mejor está gnome-shell es con Adwaita (va más suelto) y con
 unas cuantas modificaciones básicas que he hecho manualmente.

 Saludos,

 --
 Camaleón

Yo también lo estaba esperando, pero al final ya sabes lo que ha pasado.



 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/jkq730$4vf$8...@dough.gmane.org




-- 
Dios en su Cielo, todo bien en la Tierra
***


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caggkdun4imemrpddsvvjsbagszhom_cbbak5m1ekxd5g7+n...@mail.gmail.com



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread Camaleón
El Mon, 26 Mar 2012 12:37:12 -0430, José Maldonado escribió:

 El día 26 de marzo de 2012 12:26, Camaleón noela...@gmail.com
 escribió:
 El Mon, 26 Mar 2012 11:46:30 -0430, José Maldonado escribió:

 Bueno vengo con una consulta más, tengo Gnome 3 instalado en mi
 sistema con Debian Wheezy, todo bien excepto por una cosa,
 Gnome-Tweak-Tool no me reconoce ciertos temas, por ejemplo el Gaia,
 Zukini y Zukitwo, no me aparecen para nada, y lo extraño del caso es
 que use esos mismos temas en otra maquina con Gnome3 y van perfectos.

 ¿En otra máquina con la misma versión de Debian?


 Si otra maquina con Debian Wheezy y al día.

(...)

Entonces compara los permisos de los directorios de los temas entre ambos 
equipos, a ver si hay alguna diferencia.

¿Te fallan otros temas o sólo estos?

Otra cosa que puedes probar es iniciar sesión con un nuevo usuario e 
intentar instalar los temas desde ahí para ver si se trata de algún error 
con el perfil de tu usuario habitual. 

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jkq8qo$4vf$1...@dough.gmane.org



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread José Maldonado
El día 26 de marzo de 2012 12:55, Camaleón noela...@gmail.com escribió:
 El Mon, 26 Mar 2012 12:37:12 -0430, José Maldonado escribió:

 El día 26 de marzo de 2012 12:26, Camaleón noela...@gmail.com
 escribió:
 El Mon, 26 Mar 2012 11:46:30 -0430, José Maldonado escribió:

 Bueno vengo con una consulta más, tengo Gnome 3 instalado en mi
 sistema con Debian Wheezy, todo bien excepto por una cosa,
 Gnome-Tweak-Tool no me reconoce ciertos temas, por ejemplo el Gaia,
 Zukini y Zukitwo, no me aparecen para nada, y lo extraño del caso es
 que use esos mismos temas en otra maquina con Gnome3 y van perfectos.

 ¿En otra máquina con la misma versión de Debian?


 Si otra maquina con Debian Wheezy y al día.

 (...)

 Entonces compara los permisos de los directorios de los temas entre ambos
 equipos, a ver si hay alguna diferencia.

Ya comprobé los permisos, todos son iguales, tanto el Adwaita como el
resto de mis temas, incluso las rutas de los mismos ya las revise.

Ej.: /usr/share/themes/gaia-shine/gnome-shell

 ¿Te fallan otros temas o sólo estos?

Solo me fallan estos temas que están instalados, Gaia, Zukini y Zukitwo.

 Otra cosa que puedes probar es iniciar sesión con un nuevo usuario e
 intentar instalar los temas desde ahí para ver si se trata de algún error
 con el perfil de tu usuario habitual.


Tendré que probar así ya comentaré los resultados.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/jkq8qo$4vf$1...@dough.gmane.org




-- 
Dios en su Cielo, todo bien en la Tierra
***


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGGkduk25BXin7RLM1=eyr+rpzffkxbvb0nyheu-w6zyjeg...@mail.gmail.com



Re: Problema con temas GTK3 en Gnome Shell Debian Wheezy

2012-03-26 Thread Camaleón
El Mon, 26 Mar 2012 13:08:31 -0430, José Maldonado escribió:

 El día 26 de marzo de 2012 12:55, Camaleón noela...@gmail.com
 escribió:

(...)

 Entonces compara los permisos de los directorios de los temas entre
 ambos equipos, a ver si hay alguna diferencia.

 Ya comprobé los permisos, todos son iguales, tanto el Adwaita como el
 resto de mis temas, incluso las rutas de los mismos ya las revise.
 
 Ej.: /usr/share/themes/gaia-shine/gnome-shell

Hum...

 ¿Te fallan otros temas o sólo estos?

 Solo me fallan estos temas que están instalados, Gaia, Zukini y Zukitwo.

(...)

Curioso. Voy a probarlos a ver.

Gaia
http://half-left.deviantart.com/art/GNOME-Shell-Gaia-207574700

Al intentar instalarlo desde gnome-tweak-tool, nada más seleccionar el 
archivo .zip, me dice: tema no válido

Zukini
http://browse.deviantart.com/?qh=section=global=1q=zukini#/d4ic1u2

Este se instala correctamente, selecciono el tema y lo carga bien.

Zukitwo
http://lassekongo83.deviantart.com/art/Zukitwo-203936861

Este también se instala correctamente, selecciono el tema y lo carga bien.

Ojo, que ambos temas aparecen dentro del home del usuario, no en /usr/
share/themes...

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jkqk2h$4vf$1...@dough.gmane.org



New Gnome in debian/testing - how to find details of program shown as an icon in Programs?

2011-11-08 Thread Wojtek Zabolotny

Hi,

I'm still confused after the old good Gnome in my laptop got upgraded today...
When I click Programs on the desktop I can see a lot of icons corresponding 
to different programs. Unfortunately names of some programms are too long to be fully 
displayed.

In the previous version of Gnome interface I was able at least to find the full path of the executable associated with any icon. In the new version, if I click with the right button, I have only two 
options: New window or Add to favorites (options translated from Polish). There is no way to find which program is run by the particular icon :-(.


Is there any advanced view available in the new interface?
--
Regards,
Wojtek


--
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/4eb962e8.7090...@elka.pw.edu.pl



Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-13 Thread fred

Merci de ton aide, problème réglé comme ça :
désinstaller vlc+deps+udev0
garder juste les dépots de Lenny
mettre à jour Clam udev et qlqs paquets par ci par là
rebooter pour voir si ok : ok !
repasser en Sid
prendre vlc
libudev0 toujours cassé, mais tout marche après reboot...
ça va bien comme ça, udev restera cassé jusqu'à Squeeze s'il faut, vlc 
trop cool !


Bon long week end à toi si c'est le cas  :-))



Pour supprimer le paquet cassé, vas dans synaptic en tapant gksudo 
synaptic dans le terminal ou par le panel de gome, tu devrait pouvoir 
y remédier.


Mais je pense que ça n'a pas de rapport... voilà ce que tu devrai faire:

* Ressort un terminal comme je t'ai montré et tape:
* mv -v ~/.gnome2 ~/gnome.bak cela déplacera toute la
  configuration de gnome dans le dossier gnome.bak, donc, si du
  réouvre ta session, gnome croiras qu'il n'y a plus ce
  configuration et va recréer dans la configuration par défaut :-)
* Si ça viens de ça, le problème sera réglé, sinon, tape rm -Rf
  ~/.gnome2 puis mv -v ~/gnome.bak ~/.gnome2 et au moins, tu
  aura restauré tes paramètres.

--
╭─╮ 
│ ⬚[ xterm - r...@skami ]   − □ X │ 
├─┤ 
│| r...@skami# cat /proc/info|│ 
│| Mail:sk...@skami-laptop.dyndns.org  |│ 
│| Site:http://sk18_website.sfhost.net |│ 
│| Projet:  http://pspmt.googlecode.com|│ 
│| Skami_18 is free software: you can|│

│| redistribute it and/or modify it under|│
│| the terms of the GNU General Public   |│
│| License as published by the Free Software |│
│| Foundation, either version 3 of the   |│
│| License, or any later version.|│
│| r...@skami#   |│
└─┘ 




Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-12 Thread fred

François Cerbelle a écrit :

Le Tuesday 11 May 2010 à 16:10:51 (+), frederic rech a écrit :
  

Bonjour à tou(te)s,
hier soir j'ai éteint la machine qui fonctionnait nickel depuis
plusieurs mois
Ce matin, plus rien sur le bureau, à part le papier peint et les
barres d'icones. Nautilus ne fonctionne plus non plus, en le démarrant
à la console ça dit erreur de segmentation.
Quelqu'un a t il déja vu ça ? Ai un peu cherché sur la toile mais rien
trouvé pour l'instant.
Merci du coup de main, bonne soirée.



Avant de faire compliqué, je soupçonne un problème dans tes fichiers de
configuration. Pourrais tu simplement créer un nouvel utilisateur tout
frais, tout vierge et te connecter avec ce compte pour voir si Nautilus
démarre et gère bien son bureau.
  

En fait, Nautilus se lance comme ça :  nautilus --no-desktop --browser %U
Si ma mémoire est bonne, ça veut dire qu'il s'occupe pas du bureau ?

En créant un nouvel utilisateur, ya la même erreur.

Si c'est bon avec ce nouvel utilisateur, tu sauras que ca vient des
fichiers .gnome*, .gconf*, ... à toi de voir ensuite ce que tu fais. Moi
dans un tel cas, je les déplace pour tout réinitialiser et je pioche peu
à peu ce qui me manque dans la sauvegarde.
  

La méthode a l'air sympa, vais essayer !

Fanfan

  




Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-12 Thread fred

François LE GAD a écrit :

Le 11/05/2010 18:10, frederic rech a écrit :


Ce matin, plus rien sur le bureau, à part le papier peint et les barres
d'icones. Nautilus ne fonctionne plus non plus, en le démarrant à la
console ça dit erreur de segmentation.


Les deux problèmes sont liés, le bureau étant géré par Nautilus.

Bin, Nautilus démarre avec : nautilus --no-desktop --browser %U
du coup, il devrai pas gérer le bureau, non ?



Quelqu'un a t il déja vu ça ?


J'ai déjà eu un problème de ce genre il y a quelque temps. C'est 
rentré dans l'ordre en réinstallant Nautilus.
Pour l'instant, je ne peux pas faire de mise à jour. Depuis que VLC 
1.0.5 a été compilé, ya un problème de
libudev0 cassé qui veut désinstaller VLC si on tente de le réparer... 
Parcontre, jusqu'à hier tout fonctionnait,

et depuis 2 mois environ. Je comprend pas bien.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4bea4f6e.7020...@yahoo.fr



plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread frederic rech
Bonjour à tou(te)s,

hier soir j'ai éteint la machine qui fonctionnait nickel depuis plusieurs mois

Ce matin, plus rien sur le bureau, à part le papier peint et les barres 
d'icones. Nautilus ne fonctionne plus non plus, en le démarrant à la console ça 
dit erreur de segmentation.

Quelqu'un a t il déja vu ça ? Ai un peu cherché sur la toile mais rien trouvé 
pour l'instant.

Merci du coup de main, bonne soirée.



  

Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread Gaëtan PERRIER
Le Tue, 11 May 2010 16:10:51 + (GMT)
frederic rech f.r...@yahoo.fr a écrit:

 Bonjour à tou(te)s,
 
 hier soir j'ai éteint la machine qui fonctionnait nickel depuis plusieurs
 mois
 
 Ce matin, plus rien sur le bureau, à part le papier peint et les barres
 d'icones. Nautilus ne fonctionne plus non plus, en le démarrant à la console
 ça dit erreur de segmentation.
 
 Quelqu'un a t il déja vu ça ? Ai un peu cherché sur la toile mais rien
 trouvé pour l'instant.
 

Salut,

As-tu fais un test de la mémoire ?

Gaëtan

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20100511182631.b37ea1a9.gaetan.perr...@neuf.fr



Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread frederic rech
Euh... c'est quoi donc un test de la mémoire ??



--- En date de : Mar 11.5.10, Gaëtan PERRIER gaetan.perr...@neuf.fr a écrit :

De: Gaëtan PERRIER gaetan.perr...@neuf.fr
Objet: Re: plus de raccourcis sur le bureau Gnome sous Debian
À: debian-user-french@lists.debian.org
Date: Mardi 11 mai 2010, 18h26

Le Tue, 11 May 2010 16:10:51 + (GMT)
frederic rech f.r...@yahoo.fr a écrit:

 Bonjour à tou(te)s,
 
 hier soir j'ai éteint la machine qui fonctionnait nickel depuis plusieurs
 mois
 
 Ce matin, plus rien sur le bureau, à part le papier peint et les barres
 d'icones. Nautilus ne fonctionne plus non plus, en le démarrant à la console
 ça dit erreur de segmentation.
 
 Quelqu'un a t il déja vu ça ? Ai un peu cherché sur la toile mais rien
 trouvé pour l'instant.
 

Salut,

As-tu fais un test de la mémoire ?

Gaëtan

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20100511182631.b37ea1a9.gaetan.perr...@neuf.fr




  

Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread Skami 18
Salut,

Essaye de faire un truc:
tu entres dans ta console (Ctrl+Alt+F1) et tu tapes:
 export DISPLAY=:0.0
Et ensuite tu tapes:
 gnome-terminal
Et tu reviens en mode graphique (Ctrl+Alt+F7)

Ci c'est ce que je pense (une défaillance de nautilus ou GNOME), la
première ligne indiquera aux programmes le chemin du mode graphique te
ça te permettra de lancer dans programmes graphiques depuis ta console.
La deuxième ligne lance justement le terminal de GNOME: tu pourras taper
des commandes dedans :-)

Ensuite essaye des commandes du style:
nautilus ~ , pour démarrer nautilus manuellement.
gnome-panel pour démarrer le panel manuellement.

Si ça réussi, c'est que le problème ne viens pas d'eux mais de celui qui
les lancent: gnome-session...

À ce moment là essaye une autre session, pour voir si le problème ne
viens pas de tes fichiers de config' de gnome, et si c'est le cas, un
rm -Rf ~/.gnome2 suffira, mais cela perdra tes paramètres...


-- 
╭─╮ 
│ ⬚[ xterm - r...@skami ]   − □ X │ 
├─┤ 
│| r...@skami# cat /proc/info|│ 
│| Mail:sk...@skami-laptop.dyndns.org  |│ 
│| Site:http://sk18_website.sfhost.net |│ 
│| Projet:  http://pspmt.googlecode.com|│ 
│| Skami_18 is free software: you can|│
│| redistribute it and/or modify it under|│
│| the terms of the GNU General Public   |│
│| License as published by the Free Software |│
│| Foundation, either version 3 of the   |│
│| License, or any later version.|│
│| r...@skami#   |│
└─┘ 

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4be98c39.5050...@skami-laptop.dyndns.org



Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread François LE GAD

Le 11/05/2010 18:10, frederic rech a écrit :


Ce matin, plus rien sur le bureau, à part le papier peint et les barres
d'icones. Nautilus ne fonctionne plus non plus, en le démarrant à la
console ça dit erreur de segmentation.


Les deux problèmes sont liés, le bureau étant géré par Nautilus.


Quelqu'un a t il déja vu ça ?


J'ai déjà eu un problème de ce genre il y a quelque temps. C'est rentré 
dans l'ordre en réinstallant Nautilus.


--
François


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/4be9b818.2060...@free.fr



Re: plus de raccourcis sur le bureau Gnome sous Debian

2010-05-11 Thread François Cerbelle
Le Tuesday 11 May 2010 à 16:10:51 (+), frederic rech a écrit :
 Bonjour à tou(te)s,
 hier soir j'ai éteint la machine qui fonctionnait nickel depuis
 plusieurs mois
 Ce matin, plus rien sur le bureau, à part le papier peint et les
 barres d'icones. Nautilus ne fonctionne plus non plus, en le démarrant
 à la console ça dit erreur de segmentation.
 Quelqu'un a t il déja vu ça ? Ai un peu cherché sur la toile mais rien
 trouvé pour l'instant.
 Merci du coup de main, bonne soirée.

Avant de faire compliqué, je soupçonne un problème dans tes fichiers de
configuration. Pourrais tu simplement créer un nouvel utilisateur tout
frais, tout vierge et te connecter avec ce compte pour voir si Nautilus
démarre et gère bien son bureau.

Si c'est bon avec ce nouvel utilisateur, tu sauras que ca vient des
fichiers .gnome*, .gconf*, ... à toi de voir ensuite ce que tu fais. Moi
dans un tel cas, je les déplace pour tout réinitialiser et je pioche peu
à peu ce qui me manque dans la sauvegarde.

Fanfan

-- 
Une lecture amusante est aussi utile à la santé que l'exercice du
corps.  
   [ Emmanuel Kant ]


signature.asc
Description: Digital signature


Re: Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-25 Thread Nuno Magalhães
I've been using devede, it seems to support multisession but i seldom
use it. Last time i did, the iso worked fine but my home dvd-player
wouldn't read the disc :(

For burning you can also try growisofs.

HTH

-- 
()  ascii ribbon campaign - against html e-mail
/\  ascii-rubanda kampajno - kontraŭ html-a retpoŝto


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-24 Thread Foss User
Hi,

I am a GNome user and I am looking for some good tool to burn DVDs. I
have a couple of DVD+R and DVD-R discs. I want to do one of the
following when I burn discs:

1. Burn .ISO into a disc.
2. Copy a disc as .ISO to my hard disk.
3. Copy data to discs with multisession support.

I have the following questions.

1. What tool do you use or recommend to achieve all the above?
2. Will multisession discs be usable on other operating systems such
as Ubuntu, Windows, etc.?
3. Does Nautilus Write to Disc feature supports multisession?
4. In Debian systems that don't have GNome or GUI, what command line
tool do you use or recommend?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-24 Thread Harry Rickards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/24/09 12:15, Foss User wrote:
 Hi,
 
 I am a GNome user and I am looking for some good tool to burn DVDs. I
 have a couple of DVD+R and DVD-R discs. I want to do one of the
 following when I burn discs:
 
 1. Burn .ISO into a disc.
 2. Copy a disc as .ISO to my hard disk.
 3. Copy data to discs with multisession support.
 
 I have the following questions.
 
 1. What tool do you use or recommend to achieve all the above?
 2. Will multisession discs be usable on other operating systems such
 as Ubuntu, Windows, etc.?
 3. Does Nautilus Write to Disc feature supports multisession?
 4. In Debian systems that don't have GNome or GUI, what command line
 tool do you use or recommend?
 
 
I think Brasero supports all of those. The only thing is I *think* you
may have to have DVD RW's (of - or +) to have multi session support.

I think (and http://ubuntuforums.org/showthread.php?t=798680 seems to
agree) that multi-session discs will work with other OS's, but if not
you could give K3B a try as multi-session discs burnt with that
definetely will. However K3B is a KDE app, so you'll have to install the
KDE libraries for it to work in GNOME.

I think the 'Write to Disc' option in Nautilus uses nautilus-burner, and
nautilus-burner doesn't support multi-session burning (see
http://bugzilla.gnome.org/show_bug.cgi?id=120384 and
https://bugs.launchpad.net/ubuntu/+source/nautilus-cd-burner/+bug/11264).

To burn an ISO to a disc from the command line, use cdrecord:

e.g, cdrecord -v -pad speed=1 dev=0,0,0 isofile.iso

If you're not using an IDE burner you may have to change the 'dev=' bit.
Contrary to the name, cdrecord does support burning DVD's.


To create an iso from a disc, use dd.

e.g, dd if=/dev/cdrom of=isofile.iso


You could probably also swap the input and output around, and use

dd if=isofile.iso of=/dev/cdrom

to burn an iso to disc.

I'm not sure about multi-session burning, but you could try reading the
man page of cdrecord.

- -- 
Many thanks
Harry Rickards

- -BEGIN GEEK CODE BLOCK-
Version: 3.1
GAT/GCM/GCS/GCC/GIT/GM d? s: a? C UL P- L+++ E--- W+++ N o K+
w--- O- M- V- PS+  PE Y+ PGP++ t 5 X R tv-- b+++ DI D G e* h! !r y?
- --END GEEK CODE BLOCK--
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkoZNG4ACgkQ1kZz3mRu0GrC5gCgtn8Ff82ybYdMTk3HXX/uYTSR
IsgAnRPZ5ggVimvv6f4T5ayauz1N4CDc
=MBWr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-24 Thread Foss User
On Sun, May 24, 2009 at 5:38 PM, Tony Baldwin photodha...@gmail.com wrote:
 Foss User wrote:

 Hi,

 I am a GNome user and I am looking for some good tool to burn DVDs. I
 have a couple of DVD+R and DVD-R discs. I want to do one of the
 following when I burn discs:

 1. Burn .ISO into a disc.
 2. Copy a disc as .ISO to my hard disk.
 3. Copy data to discs with multisession support.

 I have the following questions.

 1. What tool do you use or recommend to achieve all the above?
 2. Will multisession discs be usable on other operating systems such
 as Ubuntu, Windows, etc.?
 3. Does Nautilus Write to Disc feature supports multisession?
 4. In Debian systems that don't have GNome or GUI, what command line
 tool do you use or recommend?



 Try gnomebaker or brasero.
 Gnomebaker is a lot like.

 /tony

 --
 http://www.photodharma.com
 art  photos | tony baldwin





On Sun, May 24, 2009 at 5:38 PM, Tony Baldwin photodha...@gmail.com wrote:
 Foss User wrote:

 Hi,

 I am a GNome user and I am looking for some good tool to burn DVDs. I
 have a couple of DVD+R and DVD-R discs. I want to do one of the
 following when I burn discs:

 1. Burn .ISO into a disc.
 2. Copy a disc as .ISO to my hard disk.
 3. Copy data to discs with multisession support.

 I have the following questions.

 1. What tool do you use or recommend to achieve all the above?
 2. Will multisession discs be usable on other operating systems such
 as Ubuntu, Windows, etc.?
 3. Does Nautilus Write to Disc feature supports multisession?
 4. In Debian systems that don't have GNome or GUI, what command line
 tool do you use or recommend?



 Try gnomebaker or brasero.
 Gnomebaker is a lot like.

 /tony

 --

I am unable to find any multisession option in gnomebaker. When I hit
the 'burn' button in the mode i get only two options: auto and
dao. Which one is for multisession? I don't get any tao option.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Complaint from Xfce[GNOME] and Debian Reference

2008-03-25 Thread peasthope
Douglas  others,

dt Does it[/etc/hosts] work?

Yes.  No problems evident.

dt Read the debian-reference.

Yes, http://www.debian.org/doc/manuals/reference/ch-gateway.en.html
and http://wiki.debian.org/DebianReference/Network
explain things not in man hosts.  

In particular, I was on the wrong track about 
the complaint from Xfce[GNOME].  resolvconf 
doesn't settle it.  In addition to the first line 
127.0.0.1 ... I need 
127.0.1.1 joule.petershouse.invalid joule.
Actually the html document doesn't mention the 
domain_name but the wiki does.  So the wiki 
document is the best authority here.

dt Do you have any firewall doing network address translation?  If you want
fire-and-forget just use ipmasq, if you want to really understand it use
shorewall after reading shorewall-doc.

ipmasq has been running on joule for a few years 
and even on the 486 predecessor.  shorewall will 
run first on one of two almost identical 
machines.  If I make a real snarl on the shorewall 
machine, the sister machine can substitute until 
the problem is solved.

dt What about supplying DNS services to your network?  The easiest is to
install dnsmasq.

The subordinate systems refer to upstream dns 
servers with static addresses.  dnsmasq works 
on another linux router which I just gave to 
a brother.

dt I don't know what this line
[Desktops.OpenDoc  http://carnot.yi.org/] is for.

The message signature.  OK, I've demarcated 
it better.

Thanks,... Peter E.


Epilogue or Signature
Desktops.OpenDoc  http://carnot.yi.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Complaint from Xfce[GNOME] and Debian Reference

2008-03-25 Thread Andrei Popescu
On Mon, Mar 24, 2008 at 11:30:45PM -0700, [EMAIL PROTECTED] wrote:
 
 dt I don't know what this line
 [Desktops.OpenDoc  http://carnot.yi.org/] is for.
 
 The message signature.  OK, I've demarcated 
 it better.
 
 Thanks,... Peter E.
 
 
 Epilogue or Signature
 Desktops.OpenDoc  http://carnot.yi.org/

Please use the standard sig delimiter dash dash space.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


gnome su debian testing

2007-10-13 Thread mydeb
salve
ho aggiornato a debian testing e all'avvio di gnome mi da il
seguente errore
GSlice: g_thread_init() must be called before all other GLib
functions;
 memory corruption due to late invocation of g_thread_init() has been
 detected; this program is likely to crash, leak or unexpectedly abort
 soon...

mi può aiutare qualcuno grazie mille



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Damian Fossi
On 9/7/07, Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] wrote:
 Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
 clase de cosas tú sólo, quizá no deberías usar sid.

Pregunto: ¿Existe una clausula en la organización Debian, que prohiba
a los novatos usar sid?. ¿El amigo Fernando no tiene los mismos
derechos de usar (libertad 0) debian sid igual-que-todos-los-demás?.

Creo que le debes una disculpa al compañero.


Saludos,

-- 
Damián D. Fossi Salas
¡Software Libre hasta el 2 mil siempre!

Uso:
Debian Etch  Kernel 2.6.18-5-686
Debian Lenny  Kernel 2.6.21-2-686
Ubuntu Feisty Fawn  Kernel 2.6.20-16-amd64
Slackware 12  Kernel 2.6.22.6-686
FreeBSD 6.2  6.2-STABLE

Linux User: 188464
GPG Key Fingerprint = EC09 9ABA DFD8 83F0 36F3  CA89 356E 27FD E666 E6A4
Jabber ID: damianfossi en jabberes.org
VoIP SIP: merovingio en ekiga.net
www.damianfossi.com
blog.damianfossi.com



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Fernando C. Estrada
On Thu, 2007-09-06 at 23:12 -0500, Luis Rodrigo Gallardo Cruz wrote:
 Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
 clase de cosas tú sólo, quizá no deberías usar sid.

Te agradezco la información, ya encontré la información de lo que
mencionas y te concedo razón, ya que debí hacer una búsqueda mas
completa.

Por otro lado, en cuanto a no usar sid, ¿Cuál crees que es el momento
apropiado para migrar?. Lo pregunto ya que me interesa profundizar en
Debian, y creo que aparte de la documentación, me puede ayudar el
arreglar problemas que se me vayan presentando sobre la marcha en mis
configuraciones, y por lo tanto recurrir a la documentación. (Un círculo
vicioso en mi beneficio).

Saludos
-- 
Fernando C. Estrada - http://www.fcestrada.com
[EMAIL PROTECTED] - 1024D/45D559A2 2007-08-09
6BC0 293A 9C7A 9DD5 2D12 6DCB 6A99 02A1 45D5 59A2



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Guillermo Salas M.
On Fri, 2007-09-07 at 13:16 +0200, Alvaro Vega Garcia wrote:
 Hola,
 
 On Thu, 2007-09-06 at 22:11 -0500, Fernando C. Estrada wrote:
  ¡Hola!
  
  Acabo de migrar mi Debian desde Lenny a Sid en mi laptop. Como uso
  GNOME, en Lenny existía una aplicación llamada network-manager-gnome que
  me permitía, mediante madwifi (debido a mi chip atheros de la tarjeta
  inalámbrica) conectarme a una red inalámbrica, pero viendo los paquetes
  de Sid, me doy cuenta que ahí no esta.
  
  ¿Alguien conoce una alternativa a esta aplicación que me permita
  conectarme y administrar mis conexiones inalámbricas?
  
 wifi-radar funciona bastante bien.
 


Tienes razon, wifi-radar funciona bastante bien debes
editar /etc/wifiradar.conf y especificar ahi tu interfaz inhalambrica.

No obstante network-manager es de  mi particular preferencia , tiene
opciones que te permiten concetarte a servidores VPN.

Saludos,


-- 
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net
SIP  : [EMAIL PROTECTED]
FWD  : 558563

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Luis Rodrigo Gallardo Cruz
On Fri, Sep 07, 2007 at 01:03:24AM -0500, Fernando C. Estrada wrote:
 On Thu, 2007-09-06 at 23:12 -0500, Luis Rodrigo Gallardo Cruz wrote:
  Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
  clase de cosas tú sólo, quizá no deberías usar sid.

 Por otro lado, en cuanto a no usar sid, ¿Cuál crees que es el momento
 apropiado para migrar?. Lo pregunto ya que me interesa profundizar en
 Debian, y creo que aparte de la documentación, me puede ayudar el
 arreglar problemas que se me vayan presentando sobre la marcha en mis
 configuraciones, y por lo tanto recurrir a la documentación. (Un círculo
 vicioso en mi beneficio).

Pues, si estás dispuesto a que tu sistema se descomponga con cierta
regularidad mientras averiguas, migra cuando quieras ;-)

La verdad en mi opinión usar sid en vez de testing no tiene ninguna
ventaja. Mi preferencia personal es usar testing y, para unos cuantos
paquetes, usar su versión de sid. Y la mayoría de las veces sólo porque
algún otro programa lo requiere. Ha mucho que me di cuenta que es rara
la vez que la _última_ versión de programa favorito realmente tiene
algo que haga indispensable tenerla.

signature.asc
Description: Digital signature


Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread CHristophe T
El 7/09/07, boube elboubegmail.com escribió:
 On Fri, Sep 07, 2007 at 02:20:50AM -0400, Damian Fossi wrote:
  On 9/7/07, Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] wrote:
   Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
   clase de cosas tú sólo, quizá no deberías usar sid.
 
  Pregunto: ¿Existe una clausula en la organización Debian, que prohiba
  a los novatos usar sid?. ¿El amigo Fernando no tiene los mismos
  derechos de usar (libertad 0) debian sid igual-que-todos-los-demás?.
 
  Creo que le debes una disculpa al compañero.
 
 

 Con todos mis respetos, pero yo estoy de acuerdo con la respuesta
 y no creo que deba disculparse.

 Dijo quizá no deberías usar sid, la verdad, no encuentro la más
 ínfima intención de prohibir nada a nadie, más bien de aconsejar.

Estoy perfectament de acuerdo con boulbe. Usar sid exige conocimientos
bastante profundizados del sistema y del modo de desarrollo de linux
lo que lo hace una distro bastante dificil para los 'simples'
usuarios, entre los cuales me incluyo. He Intentado usarlo varias
veces y siempre al muy poco tiempo me encontré con un sitema ya
imposible de usar (por no no arrancar correctamente, por algun kernel
panic, por tno tener acceso al servidor X o por otros motivos).
Lo dicho por Luis es un consejo avisado a mi opinion ;)

-- 
Christophe T



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Fernando C. Estrada
On Fri, 2007-09-07 at 09:16 -0500, Luis Rodrigo Gallardo Cruz wrote:
 On Fri, Sep 07, 2007 at 01:03:24AM -0500, Fernando C. Estrada wrote:
  On Thu, 2007-09-06 at 23:12 -0500, Luis Rodrigo Gallardo Cruz wrote:
   Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
   clase de cosas tú sólo, quizá no deberías usar sid.
 
  Por otro lado, en cuanto a no usar sid, ¿Cuál crees que es el
 momento
  apropiado para migrar?. Lo pregunto ya que me interesa profundizar en
  Debian, y creo que aparte de la documentación, me puede ayudar el
  arreglar problemas que se me vayan presentando sobre la marcha en mis
  configuraciones, y por lo tanto recurrir a la documentación. (Un círculo
  vicioso en mi beneficio).
 
 Pues, si estás dispuesto a que tu sistema se descomponga con cierta
 regularidad mientras averiguas, migra cuando quieras ;-)

Me voy a aventurar a usar unstable, obviamente respaldando de manera muy
frecuente mi información, de cualquier manera, lo peor que puede pasar
es que me tenga que regresar a testing.

 La verdad en mi opinión usar sid en vez de testing no tiene ninguna
 ventaja. Mi preferencia personal es usar testing y, para unos cuantos
 paquetes, usar su versión de sid. Y la mayoría de las veces sólo porque
 algún otro programa lo requiere. Ha mucho que me di cuenta que es rara
 la vez que la _última_ versión de programa favorito realmente tiene
 algo que haga indispensable tenerla.

Te agradezco la respuesta, y como mi intención no es que este tema se
haga un offtopic, aclaro que estoy totalmente de acuerdo con boube, ya
que en ningún momento lo tomé como ofensa, al contrario, te agradezco el
consejo.

Por último, gracias por la recomendación de wifi-radar, ya lo tengo
instalado y corriendo, aunque a decir verdad lo usaré de manera
temporal, ya que en cuanto vuelva a salir network-manager-gnome
(network-manager-applet) me cambio.

Saludos y Gracias
-- 
Fernando C. Estrada - http://www.fcestrada.com
[EMAIL PROTECTED] - 1024D/45D559A2 2007-08-09
6BC0 293A 9C7A 9DD5 2D12 6DCB 6A99 02A1 45D5 59A2



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread mariodebian
El vie, 07-09-2007 a las 09:16 -0500, Luis Rodrigo Gallardo Cruz
escribió:
 On Fri, Sep 07, 2007 at 01:03:24AM -0500, Fernando C. Estrada wrote:
  On Thu, 2007-09-06 at 23:12 -0500, Luis Rodrigo Gallardo Cruz wrote:
   Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
   clase de cosas tú sólo, quizá no deberías usar sid.
 
  Por otro lado, en cuanto a no usar sid, ¿Cuál crees que es el momento
  apropiado para migrar?. Lo pregunto ya que me interesa profundizar en
  Debian, y creo que aparte de la documentación, me puede ayudar el
  arreglar problemas que se me vayan presentando sobre la marcha en mis
  configuraciones, y por lo tanto recurrir a la documentación. (Un círculo
  vicioso en mi beneficio).
 
 Pues, si estás dispuesto a que tu sistema se descomponga con cierta
 regularidad mientras averiguas, migra cuando quieras ;-)
 
 La verdad en mi opinión usar sid en vez de testing no tiene ninguna
 ventaja. Mi preferencia personal es usar testing y, para unos cuantos
 paquetes, usar su versión de sid. Y la mayoría de las veces sólo porque
 algún otro programa lo requiere. Ha mucho que me di cuenta que es rara
 la vez que la _última_ versión de programa favorito realmente tiene
 algo que haga indispensable tenerla.


Como este hilo va sobre opiniones, me gustaría dejar la mía.


Hace ya unos cuantos años que soy usuario de Debian y en los comienzos
uno se instala una versión estable (por aquel entonces woody), pero para
ser sinceros, Debian y su política de liberar versión estable para
cuando este lista (en la que estoy totalmente a favor) es
aburrida

Por eso una vez te sabes desenvolver con las herramientas de
administración (apt-get/aptitude etc...) cuando se da el paso a testing
o sid es cuando realmente se aprende a usar, ya que hay continuos
cambios y a veces (muy pocas) algo deja de funcionar...

Se aprende a usar google, a usar el gestor de fallos de debian e incluso
a proponer soluciones para arreglarlos. Llevo más de 4 años usando
debian sid y no lo cambio por nada.


En resumen, si estas dispuesto a tener un sistema que no sabes si mañana
va a funcionar y estas dispuesto a aprender debian sid es tu distro.

Saludos

-- 
http://soleup.eup.uva.es/mariodebian


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread boube
On Fri, Sep 07, 2007 at 02:20:50AM -0400, Damian Fossi wrote:
 On 9/7/07, Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] wrote:
  Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
  clase de cosas tú sólo, quizá no deberías usar sid.
 
 Pregunto: ¿Existe una clausula en la organización Debian, que prohiba
 a los novatos usar sid?. ¿El amigo Fernando no tiene los mismos
 derechos de usar (libertad 0) debian sid igual-que-todos-los-demás?.
 
 Creo que le debes una disculpa al compañero.
 
 

Con todos mis respetos, pero yo estoy de acuerdo con la respuesta 
y no creo que deba disculparse. 

Dijo quizá no deberías usar sid, la verdad, no encuentro la más
ínfima intención de prohibir nada a nadie, más bien de aconsejar. 

Saludos a todos. 


-- 
trucosdebian.cjb.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Alvaro Vega Garcia
Hola,

On Thu, 2007-09-06 at 22:11 -0500, Fernando C. Estrada wrote:
 ¡Hola!
 
 Acabo de migrar mi Debian desde Lenny a Sid en mi laptop. Como uso
 GNOME, en Lenny existía una aplicación llamada network-manager-gnome que
 me permitía, mediante madwifi (debido a mi chip atheros de la tarjeta
 inalámbrica) conectarme a una red inalámbrica, pero viendo los paquetes
 de Sid, me doy cuenta que ahí no esta.
 
 ¿Alguien conoce una alternativa a esta aplicación que me permita
 conectarme y administrar mis conexiones inalámbricas?
 
wifi-radar funciona bastante bien.

Salu2





Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-07 Thread Martin Marques

Damian Fossi escribió:

On 9/7/07, Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] wrote:

Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
clase de cosas tú sólo, quizá no deberías usar sid.


Pregunto: ¿Existe una clausula en la organización Debian, que prohiba
a los novatos usar sid?. ¿El amigo Fernando no tiene los mismos
derechos de usar (libertad 0) debian sid igual-que-todos-los-demás?.


Si, pero despues cuando tenga problemas... lola.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-06 Thread Luis Rodrigo Gallardo Cruz
On Thu, Sep 06, 2007 at 10:11:08PM -0500, Fernando C. Estrada wrote:
 Lenny existía una aplicación llamada network-manager-gnome 
 ... viendo los paquetes
 de Sid, me doy cuenta que ahí no esta.

Lo que pasa es que ese paquete ahora es generado por un nuevo paquete
fuente. Cuando entre va a volver a tener el mismo nombre, pero va a
tardar un poco en regresar, porque está actualmente en la cola de
revisión de paquetes nuevos. El tiempo promedio de espera en esa cola
es de 2 semanas, y lleva una.

Por cierto y sin ánimo de ofender. Si no sabes como averiguar esta
clase de cosas tú sólo, quizá no deberías usar sid. 


signature.asc
Description: Digital signature


Alternativa de Network-Manager-Gnome en Debian Sid

2007-09-06 Thread Fernando C. Estrada
¡Hola!

Acabo de migrar mi Debian desde Lenny a Sid en mi laptop. Como uso
GNOME, en Lenny existía una aplicación llamada network-manager-gnome que
me permitía, mediante madwifi (debido a mi chip atheros de la tarjeta
inalámbrica) conectarme a una red inalámbrica, pero viendo los paquetes
de Sid, me doy cuenta que ahí no esta.

¿Alguien conoce una alternativa a esta aplicación que me permita
conectarme y administrar mis conexiones inalámbricas?

¡Saludos!
-- 
Fernando C. Estrada - http://www.fcestrada.com
[EMAIL PROTECTED] - 1024D/45D559A2 2007-08-09
6BC0 293A 9C7A 9DD5 2D12 6DCB 6A99 02A1 45D5 59A2



Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-26 Thread Angel L. Mateo
Hola,

Comprueba si tienes instalado el paquete gnome-menus.

-- 
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información   _o)
y las Comunicaciones Aplicadas (ATICA)  / \\
http://www.um.es/atica_(___V
Tfo: 968367590
Fax: 968398337



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re[3]: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-26 Thread Eric Pap (Debian)
 Gracias por tu respuesta.
 Ya tengo instalado el paquete y actualizado... algo mas se les ocurre?
 formatee el disco, empece de 0, CD de sarge, upgrade, dist-upgrade a etch, 
 instalacion de gnome y me pasa lo mismo...

Hola y gracias por la respuesta! contesto entre lineas...

 Problema de dependencias ni cosas raras no es. Yo estoy creando a diario
 un livecd basado en debian Etch con gnome y no tengo ese problema.
 Utilizo debootstrap (que instala el sistema base) y apt-get, nada más.
 Hace unos minutos he terminado una iso y todo funciona correctamente.
 Tengo varias máquinas instaladas con ese método y nunca me ha pasado.

 ¿Seguro que entre medio no haces nada más que esas órdenes?

Si te refieres entre medio de apt-get update y apt-get upgrade, no no hago nada 
en el medio...
Mi instalacion la inicie con un cd de sarge viejo (solo el CD1) para montar el 
sistema base.
Luego configure internet e hice el apt-get update y upgrade, el cual me bajo e 
instalo un monton de cosas. Las fuentes que tengo en mi sources.list son:

deb ftp://ftp.us.debian.org/debian etch main
deb-src ftp://ftp.us.debian.org/debian etch main

y
deb http://security.debian.org/ stable/updates main

 Si la repsuesta es no... ¿has probado con otro usuario?

si ya probe. Cree un usuario nuevo luego de instalar gnome y lo mismo...

 ¿tu sources.list contiene solo repositorios OFICIALES de Debian?

Supongo... ahi arriba lo transcribi

 ¿te has bajado el último cd de sarge por si acaso?

no, pero supongo que hacer el apt-upgrade me deja el sistema igual que el 
ultimo CD de etc verdad?

 ¿has probado el instalador de Etch?
no
 ¿apt-get dist-upgrade y apt-get -f install te devuelven cero paquetes?
a ver... hago
apt-get update
apt-get upgrade -  0 paquetes (10 retenidos, pero supongo no tiene nada 
que ver)
apt-get -f install  -  0 paquetes
apt-get dist-upgrade-  0 paquetes

 La última vez que formatee una máquina siguiendo ese método (la semana
 pasada) no existía ese problema. Si estás seguro y persiste, busca en
 los bugs conocidos y si a nadie le pasa lo mismo, abre un nuevo bug a
 ver que te responden.


Bueno tengo algunas pistas mas. Mi kernel es version 2.6.16-2-686 (no se si 
tendra algo que ver) Suponiendo que el problema era con gnome, borre todos los 
paquetes (apt-get remove gnome* --purge) y luego instale completo kde 3.5 desde 
cero (apt-get install kde)
una vez que me bajo los 200 y pico de megas, se configuro todo bien, etc etc. 
hice un upgrade por las dudas. reinicio, aparece kdm, con la pantalla de 
bienvenida, pongo usuario y contraseña. hasta aca todo bien. luego aparece el 
cartel de Iniciando... de kde. el que tiene varios iconos que van titilando 
marcando el progreso. cuando llega al segundo (initializing system services...) 
se queda titilando y no pasa al siguiente. se queda ahi, supongo entonces que 
un problema con algun servicio o algo asi como puedo hacer para ubicarlo?

desde ya mil gracias por su invalorable ayuda



Re: Re[3]: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-26 Thread Iñigo Tejedor Arrondo
El mar, 26-09-2006 a las 14:20 -0300, Eric Pap (Debian) escribió:

  ¿Seguro que entre medio no haces nada más que esas órdenes?
 
 Si te refieres entre medio de apt-get update y apt-get upgrade, no no hago 
 nada en el medio...
 Mi instalacion la inicie con un cd de sarge viejo (solo el CD1) para montar 
 el sistema base.
 Luego configure internet e hice el apt-get update y upgrade, el cual me bajo 
 e instalo un monton de cosas. Las fuentes que tengo en mi sources.list son:
 
 deb ftp://ftp.us.debian.org/debian etch main
 deb-src ftp://ftp.us.debian.org/debian etch main
 
 y
 deb http://security.debian.org/ stable/updates main

este último no concuerda, debería ser etch/updates


  ¿te has bajado el último cd de sarge por si acaso?
 
 no, pero supongo que hacer el apt-upgrade me deja el sistema igual que el 
 ultimo CD de etc verdad?

En teoría sí... Yo suelo usar aptitude:
primero hago upgrades hasta que solo quedan paquetes retenidos
hago el dist-upgrade
instalo el nuevo kernel de etch
cuando me quedo a cero paquetes retenidos, desde el nuevo kernel, purgo
el kernel de sarge y hotplug.

  ¿has probado el instalador de Etch?
 no
  ¿apt-get dist-upgrade y apt-get -f install te devuelven cero paquetes?
 a ver... hago
 apt-get update
 apt-get upgrade   -  0 paquetes (10 retenidos, pero supongo no tiene 
 nada que ver)

mmm ¿cuales son?

 Bueno tengo algunas pistas mas. Mi kernel es version 2.6.16-2-686 (no se si 
 tendra algo que ver) Suponiendo que el problema era con gnome, borre todos 
 los paquetes (apt-get remove gnome* --purge) y luego instale completo kde 3.5 
 desde cero (apt-get install kde)
 una vez que me bajo los 200 y pico de megas, se configuro todo bien, etc etc. 
 hice un upgrade por las dudas. reinicio, aparece kdm, con la pantalla de 
 bienvenida, pongo usuario y contraseña. hasta aca todo bien. luego aparece el 
 cartel de Iniciando... de kde. el que tiene varios iconos que van titilando 
 marcando el progreso. cuando llega al segundo (initializing system 
 services...) se queda titilando y no pasa al siguiente. se queda ahi, supongo 
 entonces que un problema con algun servicio o algo asi como puedo hacer 
 para ubicarlo?

lanzándo las X como usuario. cuando veas kdm, te pasas a una consola
(ctrl + alt + f1)
como root matas las X (/etc/init.d/kdm stop)
como usuario lanzas kde  (startkde)
y luego vuelves a la consola y miras los mensajes (mayúsculas + Re
Pag/Av Pag)
Si quieres guardárte los mensajes: startkde 2errores.log 1kde.log
También puedes mirar el log de arranque, de la primera consola, a ver si
algún servicio falla al iniciar... 

Pero, insisto... no es el comportamiento por defecto de debian ;)
Lo del UID del usuario que comentaron...¿lo has mirado?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread Eric Pap
Hol amigos.
Instale Debian Etch en base a un Sarge que instale desde CD y luego
upgrade a etch por internet
baje todas las actualizaciones y parches de seguridad
luego instale gnome con

apt-get install gnome

Bajo todo, se instalo sin problemas
luego el servidor x:

apt-get install xserver-xorg

se instalo todo bien
reinicio, arranca gdm, me pide el login
arranca gnome, pero no tengo ningun menu, nada
la pantalla en gris, con las barras arriba y abajo vacias.
y el unico boton escritorio

Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?

ayuda! eric


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread ericpap_debian
OK. Admito ser principiante pero no pa tanto...
ya hice el apt-get update y upgrade antes de consultar a la lista...


alguna otra sugerencia?

-- Mensaje Original --
Enviado por: Felix Perez [EMAIL PROTECTED]
Fecha: 25/09/2006 03:00:22
Para: Debian (Lista)debian-user-spanish@lists.debian.org
Título:  Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

El 24/09/06, Eric Pap[EMAIL PROTECTED] escribió:
 Hol amigos.
 Instale Debian Etch en base a un Sarge que instale desde CD y luego
 upgrade a etch por internet
 baje todas las actualizaciones y parches de seguridad
 luego instale gnome con

 apt-get install gnome

 Bajo todo, se instalo sin problemas
 luego el servidor x:

 apt-get install xserver-xorg

 se instalo todo bien
 reinicio, arranca gdm, me pide el login
 arranca gnome, pero no tengo ningun menu, nada
 la pantalla en gris, con las barras arriba y abajo vacias.
 y el unico boton escritorio

 Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
 solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?

Proba desde consola:
apt-get update
apt-get upgrade
o tambien con aptitude si prefieres.

 Ahi nos cuentas.

 ayuda! eric


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




--
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista


__

Datafull - 100% Internet Gratis
http://www.datafull.com




Re: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread humano

Creo que ahy problemas con eso, pues yo no he podido actualizar el
gnome pues si paso a etch la cadena de actualizacion de librerias me
hace ir hasta actualizar a mysql 5.0 y esto ya es un caos.

Por lo pronto tuve que regresar a Sarge y seguir con paquetes stables
y los del repositorio de seguridad

On 9/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

OK. Admito ser principiante pero no pa tanto...
ya hice el apt-get update y upgrade antes de consultar a la lista...


alguna otra sugerencia?

-- Mensaje Original --
Enviado por: Felix Perez [EMAIL PROTECTED]
Fecha: 25/09/2006 03:00:22
Para: Debian (Lista)debian-user-spanish@lists.debian.org
Título:  Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

El 24/09/06, Eric Pap[EMAIL PROTECTED] escribió:
 Hol amigos.
 Instale Debian Etch en base a un Sarge que instale desde CD y luego
 upgrade a etch por internet
 baje todas las actualizaciones y parches de seguridad
 luego instale gnome con

 apt-get install gnome

 Bajo todo, se instalo sin problemas
 luego el servidor x:

 apt-get install xserver-xorg

 se instalo todo bien
 reinicio, arranca gdm, me pide el login
 arranca gnome, pero no tengo ningun menu, nada
 la pantalla en gris, con las barras arriba y abajo vacias.
 y el unico boton escritorio

 Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
 solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?

Proba desde consola:
apt-get update
apt-get upgrade
o tambien con aptitude si prefieres.

 Ahi nos cuentas.

 ayuda! eric


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




--
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista


__

Datafull - 100% Internet Gratis
http://www.datafull.com






--
SE PILO USA LINUX !

Visita mi blog en http://acontista.blogspot.com
--
Para chatear con fredyrivera: en Yahoo  fredyrivera_com
En MSN y GTalk [EMAIL PROTECTED]
Internet - Software GNU - Colombia



Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread Nelson Lopez V
El dom, 24-09-2006 a las 22:17 -0300, Eric Pap escribió:
 Hol amigos.
 Instale Debian Etch en base a un Sarge que instale desde CD y luego
 upgrade a etch por internet
 baje todas las actualizaciones y parches de seguridad
 luego instale gnome con
 
 apt-get install gnome
 
 Bajo todo, se instalo sin problemas
 luego el servidor x:
 
 apt-get install xserver-xorg
 
 se instalo todo bien
 reinicio, arranca gdm, me pide el login
 arranca gnome, pero no tengo ningun menu, nada
 la pantalla en gris, con las barras arriba y abajo vacias.
 y el unico boton escritorio
 
 Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
 solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?
 
 ayuda! eric


prueba con 

apt-get install gnome-desktop-environment

saludos.

 
 
-- 
Nelson Lopez V [EMAIL PROTECTED]
C.CH.E.N.


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


RE: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread ericpap_debian

-- Mensaje Original --
Enviado por: Nelson Lopez V [EMAIL PROTECTED]
Fecha: 25/09/2006 16:29:24
Para: debian-user-spanish@lists.debian.org
Título:  Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

El dom, 24-09-2006 a las 22:17 -0300, Eric Pap escribió:
 Hol amigos.
 Instale Debian Etch en base a un Sarge que instale desde CD y luego
 upgrade a etch por internet
 baje todas las actualizaciones y parches de seguridad
 luego instale gnome con

 apt-get install gnome

 Bajo todo, se instalo sin problemas
 luego el servidor x:

 apt-get install xserver-xorg

 se instalo todo bien
 reinicio, arranca gdm, me pide el login
 arranca gnome, pero no tengo ningun menu, nada
 la pantalla en gris, con las barras arriba y abajo vacias.
 y el unico boton escritorio

 Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
 solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?

 ayuda! eric


prueba con
apt-get install gnome-desktop-environment

saludos.


Gracias por tu respuesta.
Ya tengo instalado el paquete y actualizado... algo mas se les ocurre?
formatee el disco, empece de 0, CD de sarge, upgrade, dist-upgrade a etch, 
instalacion de gnome y me pasa lo mismo...
__

Datafull - 100% Internet Gratis
http://www.datafull.com




RE: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread Iñigo Tejedor Arrondo
El lun, 25-09-2006 a las 15:43 -0300, [EMAIL PROTECTED]
escribió:

 
 Gracias por tu respuesta.
 Ya tengo instalado el paquete y actualizado... algo mas se les ocurre?
 formatee el disco, empece de 0, CD de sarge, upgrade, dist-upgrade a etch, 
 instalacion de gnome y me pasa lo mismo...

Problema de dependencias ni cosas raras no es. Yo estoy creando a diario
un livecd basado en debian Etch con gnome y no tengo ese problema.
Utilizo debootstrap (que instala el sistema base) y apt-get, nada más.
Hace unos minutos he terminado una iso y todo funciona correctamente.
Tengo varias máquinas instaladas con ese método y nunca me ha pasado.

¿Seguro que entre medio no haces nada más que esas órdenes?
Si la repsuesta es no... ¿has probado con otro usuario?
¿tu sources.list contiene solo repositorios OFICIALES de Debian?
¿te has bajado el último cd de sarge por si acaso?
¿has probado el instalador de Etch?
¿apt-get dist-upgrade y apt-get -f install te devuelven cero paquetes?

La última vez que formatee una máquina siguiendo ese método (la semana
pasada) no existía ese problema. Si estás seguro y persiste, busca en
los bugs conocidos y si a nadie le pasa lo mismo, abre un nuevo bug a
ver que te responden.

Saludos

P.D. Perdón por el largo tiempo sin escribir a la lista... algo así como
unos 2300 mensajes sin leer :S

-- 

,-,
| Iñigo Tejedor Arrondohttp://navarrux.org   inigo(a)navarrux.org |
|-|
| |
| Debian - The universal operative system.|
| |
| You can choose, get the freedom, get the power, apt-get in to it. |
| |
·-·


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread Guillermo Salas M.
On Mon, 2006-09-25 at 15:43 -0300, [EMAIL PROTECTED] wrote:
 -- Mensaje Original --
 Enviado por: Nelson Lopez V [EMAIL PROTECTED]
 Fecha: 25/09/2006 16:29:24
 Para: debian-user-spanish@lists.debian.org
 Título:  Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!
 
 El dom, 24-09-2006 a las 22:17 -0300, Eric Pap escribió:
  Hol amigos.

[..]


  se instalo todo bien
  reinicio, arranca gdm, me pide el login
  arranca gnome, pero no tengo ningun menu, nada
  la pantalla en gris, con las barras arriba y abajo vacias.
  y el unico boton escritorio
  
  Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
  solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?
  
  ayuda! eric
 
 
 prueba con 
 apt-get install gnome-desktop-environment
 
 saludos.
 
 
 Gracias por tu respuesta.
 Ya tengo instalado el paquete y actualizado... algo mas se les ocurre?
 formatee el disco, empece de 0, CD de sarge, upgrade, dist-upgrade a etch, 
 instalacion de gnome y me pasa lo mismo...


No se si te pueda ayudar en algo el eliminar los directorios .gnome
y .gnome2 de tu home.

Saludos,


 __
 
 Datafull - 100% Internet Gratis
 http://www.datafull.com
 
 
-- 
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-25 Thread Felix Perez

El 25/09/06, Guillermo Salas M.[EMAIL PROTECTED] escribió:

On Mon, 2006-09-25 at 15:43 -0300, [EMAIL PROTECTED] wrote:
 -- Mensaje Original --
 Enviado por: Nelson Lopez V [EMAIL PROTECTED]
 Fecha: 25/09/2006 16:29:24
 Para: debian-user-spanish@lists.debian.org
 Título:  Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

 El dom, 24-09-2006 a las 22:17 -0300, Eric Pap escribió:
  Hol amigos.

[..]


  se instalo todo bien
  reinicio, arranca gdm, me pide el login
  arranca gnome, pero no tengo ningun menu, nada
  la pantalla en gris, con las barras arriba y abajo vacias.
  y el unico boton escritorio
 
  Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
  solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?
 
  ayuda! eric


 prueba con
 apt-get install gnome-desktop-environment

 saludos.


 Gracias por tu respuesta.
 Ya tengo instalado el paquete y actualizado... algo mas se les ocurre?
 formatee el disco, empece de 0, CD de sarge, upgrade, dist-upgrade a etch, 
instalacion de gnome y me pasa lo mismo...


No se si te pueda ayudar en algo el eliminar los directorios .gnome
y .gnome2 de tu home.

Saludos,


Como experiencia te comento que me acaba de sucerder en un sarge, sin
instalaciones extrañas y con repositorios oficiales.
cree un usuario probando el kuser y este tenia la opcion de crearlo
con un uid de 500, resulta que al ingresar con este usuario a gnome
primero no cargaba y luego de un reinicio ingresaba pero no me
mostraba las barras de menu.  Despues de varias pruebas, elimine el
usuario y lo cree a traves del adduser y este lo creo con un uid
superior a 1000, luego  ingrese nuevamente y ningun problema.

No se si tendra que ver, pero tal ves te sirva.





 __

 Datafull - 100% Internet Gratis
 http://www.datafull.com


--
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista



GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-24 Thread Eric Pap
Hol amigos.
Instale Debian Etch en base a un Sarge que instale desde CD y luego
upgrade a etch por internet
baje todas las actualizaciones y parches de seguridad
luego instale gnome con

apt-get install gnome

Bajo todo, se instalo sin problemas
luego el servidor x:

apt-get install xserver-xorg

se instalo todo bien
reinicio, arranca gdm, me pide el login
arranca gnome, pero no tengo ningun menu, nada
la pantalla en gris, con las barras arriba y abajo vacias.
y el unico boton escritorio

Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?

ayuda! eric


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: GNome Sobre Debian Etch SIN Menus!!! Ayuda!

2006-09-24 Thread Felix Perez

El 24/09/06, Eric Pap[EMAIL PROTECTED] escribió:

Hol amigos.
Instale Debian Etch en base a un Sarge que instale desde CD y luego
upgrade a etch por internet
baje todas las actualizaciones y parches de seguridad
luego instale gnome con

apt-get install gnome

Bajo todo, se instalo sin problemas
luego el servidor x:

apt-get install xserver-xorg

se instalo todo bien
reinicio, arranca gdm, me pide el login
arranca gnome, pero no tengo ningun menu, nada
la pantalla en gris, con las barras arriba y abajo vacias.
y el unico boton escritorio

Al iniciar la sesion aparece el cartelito de cargando gnome, pero llega
solo hasta el tercer item (Nautilus) tendra algo que ver con Nautilus?


Proba desde consola:
apt-get update
apt-get upgrade
o tambien con aptitude si prefieres.

Ahi nos cuentas.


ayuda! eric


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista



Re: Installation de Gnome sur Debian SID ?

2006-07-13 Thread Florentin Duneau
On 23:23 Wed 12 Jul, Xavier Maillard wrote:
 Bonsoir,
 

Bonsoir

 J'ai, il y a un jour ou deux, envoy� un message sur cette liste pour
 vous faire part de mes difficult�s � installer Gnome sur SID.
 Visiblement il n'est jamais arriv� (je ne l'ai pas trouv� dans mes
 messages), du coup je rentente ;)

Il est bien arriv� sur la liste.
 
 Donc, mon soucis est de savoir si il y a une m�thode particuli�re pour
 installer l'environnement Gnome sous SID ou pas. En effet, lorsque je
 tente un simple apt-get install gnome, je me fais renvoyer avec des
 probl�mes de d�pendances multiples.

Un log serait utile, quels paquets posent probl�me ?

Le paquet gnome est un m�ta-paquet de m�ta-paquet, donc si un de ses
paquets est cass�, le m�ta-paquet est cass�...

Une solution possible est d'installer gnome par morceaux, peut-�tre en
commen�ant par gnome-core (qui installe un environnement gnome minimal
sans gnome-office, etc...).

apt-cache show gnome-core pour plus d'info.

Florentin


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Installation de Gnome sur Debian SID ?

2006-07-12 Thread Xavier Maillard
Bonsoir,

J'ai, il y a un jour ou deux, envoyé un message sur cette liste pour vous
faire part de mes difficultés à installer Gnome sur SID. Visiblement il n'est
jamais arrivé (je ne l'ai pas trouvé dans mes messages), du coup je rentente ;)

Donc, mon soucis est de savoir si il y a une méthode particulière pour
installer l'environnement Gnome sous SID ou pas. En effet, lorsque je tente un
simple apt-get install gnome, je me fais renvoyer avec des problèmes de
dépendances multiples.

Je me doute bien que dans cette assemblée, nombreux doivent être les personnes
utilisant Gnome et de surcroit sous SID, alors j'en appelle à votre expertise.

Quelle est donc la formule magique ?

Merci pour votre aide.

Xavier Maillard


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Installer Gnome sur Debian GNU/linux SID ?

2006-07-10 Thread Xavier Maillard
Hello,Je voudrais savoir si certains parmi vous utilisaient Gnome sur Sid et si oui, par quel miracle vous aviez realise cet exploit car ici, j'obtiens ceci:The following packages have unmet dependencies.
 gnome: Depends: gnome-desktop-environment (= 1:2.14.2) but it is not going to be installed Depends: gnome-office (= 1:2.14.2) but it is not going to be installed Depends: rhythmbox (= 0.9.2
) but it is not going to be installedE: Broken packagesCa vous cause ?Merci-- Xavier Maillard


Re: Can not use Gnome in Debian Sid

2006-06-24 Thread Liam O'Toole
On Fri, 23 Jun 2006 23:44:01 -0400
Sridhar Srinivasan [EMAIL PROTECTED] wrote:

 Richard van der Veen [EMAIL PROTECTED] [06/06/23 11:56]
 typed :
  ... when i open a menu in the top -bar the last two (places 
  System) are opening OK, but when i open the application menu it
  starts flickering and i can not click any item in it. Did anybody
  recognize this and maybe knows what is wrong? ... Do i just need to
  wait for new updates? ...
 
 I run Gnome on Sid and I face the exact problem. I don't recall when
 it appeared but I have been experiencing this for at least a couple of
 months now.
 
 For me, gnome starts up normally. When I click on the application
 menu, the menu starts flickering. Running top shows that the
 gnome-panel is consuming almost all the CPU. Killing it (causing the
 panel to restart) fixes the CPU consumption problem.
 
 I have been updating anything that I can find related to gnome panel
 but as I said earlier, the problem has persisted for a while. It
 doesn't bother me too much as I have learned to use Alt-F2 to start my
 applications.
 
 I tried moving my .gnome* files out of the way as suggested in another
 response, but the problem is still there.
 
 sridhar

Make sure that all of the following packages are installed:

gnome-menus
libgnome-menu2
menu
menu-xdg

That should fix it.

menu-xdg is recommended by gnome-panel. The dependency should be
stronger.


-- 

Liam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Can not use Gnome in Debian Sid

2006-06-24 Thread Richard van der Veen
On Saturday 24 June 2006 16:25, Liam O'Toole wrote:
 On Fri, 23 Jun 2006 23:44:01 -0400

 Sridhar Srinivasan [EMAIL PROTECTED] wrote:
  Richard van der Veen [EMAIL PROTECTED] [06/06/23 11:56]
 
  typed :
   ... when i open a menu in the top -bar the last two (places 
   System) are opening OK, but when i open the application menu it
   starts flickering and i can not click any item in it. Did anybody
   recognize this and maybe knows what is wrong? ... Do i just need to
   wait for new updates? ...
 
  I run Gnome on Sid and I face the exact problem. I don't recall when
  it appeared but I have been experiencing this for at least a couple of
  months now.
 
  For me, gnome starts up normally. When I click on the application
  menu, the menu starts flickering. Running top shows that the
  gnome-panel is consuming almost all the CPU. Killing it (causing the
  panel to restart) fixes the CPU consumption problem.
 
  I have been updating anything that I can find related to gnome panel
  but as I said earlier, the problem has persisted for a while. It
  doesn't bother me too much as I have learned to use Alt-F2 to start my
  applications.
 
  I tried moving my .gnome* files out of the way as suggested in another
  response, but the problem is still there.
 
  sridhar

 Make sure that all of the following packages are installed:

 gnome-menus
 libgnome-menu2
 menu
 menu-xdg

 That should fix it.

Wow ... Thanks a lot. I only had the package menu not installed and 
installing that indeed did fix the problem. Very strange in my opinion. It 
was with me also the same as Sridhar described. Although i did not try 
the killall gnome-panel option. 

Thanks a lot

 menu-xdg is recommended by gnome-panel. The dependency should be
 stronger.


 --

 Liam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Can not use Gnome in Debian Sid

2006-06-24 Thread Sridhar Srinivasan
Liam O'Toole [EMAIL PROTECTED] [06/06/24 04:26] typed :
 
 Make sure that all of the following packages are installed:
 
 gnome-menus
 libgnome-menu2
 menu
 menu-xdg
 
 That should fix it.

Thanks!!! I didn't have menu installed. It works fine now.

 
 menu-xdg is recommended by gnome-panel. The dependency should be
 stronger.

The funny thing is that I had menu-xdg installed. Should menu also be
a dependency?

thanks again,
sridhar
-- 
Sridhar Srinivasan ([EMAIL PROTECTED])
http://www.zsridhar.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Can not use Gnome in Debian Sid

2006-06-24 Thread Liam O'Toole
On Sat, 24 Jun 2006 11:58:13 -0400
Sridhar Srinivasan [EMAIL PROTECTED] wrote:

 Liam O'Toole [EMAIL PROTECTED] [06/06/24 04:26] typed :
  
  Make sure that all of the following packages are installed:
  
  gnome-menus
  libgnome-menu2
  menu
  menu-xdg
  
  That should fix it.
 
 Thanks!!! I didn't have menu installed. It works fine now.
 
  
  menu-xdg is recommended by gnome-panel. The dependency should be
  stronger.
 
 The funny thing is that I had menu-xdg installed. Should menu also be
 a dependency?

That would make sense for GNOME purposes.

 
 thanks again,
 sridhar

You're welcome.

-- 

Liam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Can not use Gnome in Debian Sid

2006-06-23 Thread Richard van der Veen
Hi

i am normaly using KDE, but was curious about the status of Gnome in Debian 
Sid. I did see they are already on 2.14 but now i have everything installed i 
found out i can not use it at all. The strange thing is, when i search on the 
web i don't find any messages about the problems i am experiencing. When 
gnome is running i see in the applet i have loaded for the CPU monitoring 
that the CPU use is almost 100% ... when i open a menu in the top -bar the 
last two (places  System) are opening OK, but when i open the application 
menu it starts flickering and i can not click any item in it. Did anybody 
recognize this and maybe knows what is wrong? ... Do i just need to wait for 
new updates? ... 

tia

Richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Can not use Gnome in Debian Sid

2006-06-23 Thread Jochen Schulz
Richard van der Veen:
 
 i am normaly using KDE, but was curious about the status of Gnome in Debian 
 Sid. I did see they are already on 2.14 but now i have everything installed i 
 found out i can not use it at all. The strange thing is, when i search on the 
 web i don't find any messages about the problems i am experiencing. When 
 gnome is running i see in the applet i have loaded for the CPU monitoring 
 that the CPU use is almost 100% ...

Didn't you try to find out which process is running amok? Press Alt-F1,
log in and run top to do that.

You might also want to move your Gnome related configuration files
(~/.gnome2/, ~/.gnome2_private) out of the way.

J.
-- 
A passionate argument means more to me than a blockbuster movie.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Re: Can not use Gnome in Debian Sid

2006-06-23 Thread Sridhar Srinivasan
Richard van der Veen [EMAIL PROTECTED] [06/06/23 11:56] typed :
 ... when i open a menu in the top -bar the last two (places 
 System) are opening OK, but when i open the application menu it
 starts flickering and i can not click any item in it. Did anybody
 recognize this and maybe knows what is wrong? ... Do i just need to
 wait for new updates? ...

I run Gnome on Sid and I face the exact problem. I don't recall when
it appeared but I have been experiencing this for at least a couple of
months now.

For me, gnome starts up normally. When I click on the application
menu, the menu starts flickering. Running top shows that the
gnome-panel is consuming almost all the CPU. Killing it (causing the
panel to restart) fixes the CPU consumption problem.

I have been updating anything that I can find related to gnome panel
but as I said earlier, the problem has persisted for a while. It
doesn't bother me too much as I have learned to use Alt-F2 to start my
applications.

I tried moving my .gnome* files out of the way as suggested in another
response, but the problem is still there.

sridhar
-- 
Sridhar Srinivasan ([EMAIL PROTECTED])
http://www.zsridhar.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mudar incio do gnome no debian-br-cdd

2006-04-03 Thread Savio Ramos
On Fri, 31 Mar 2006 22:42:57 -0300
Guilherme Rocha [EMAIL PROTECTED] wrote:

 tente aptitude search corporate

Na Sid não tem... Estaria com outro nome?



-- 
Sávio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não! Seja livre: Linux
http://www.debian.org



Re: Mudar incio do gnome no debian-br-cdd

2006-04-03 Thread Guilherme Rocha
Em 03/04/06, Savio Ramos [EMAIL PROTECTED] escreveu:
On Fri, 31 Mar 2006 22:42:57 -0300Guilherme Rocha [EMAIL PROTECTED] wrote: tente aptitude search corporateNa Sid não tem... Estaria com outro nome?



Cara o BR_CDD é baseado no sarge, esse pacotes estão exclusivamente no
repositório do cdd. Não sei se eé recomendável utilizá-lo no sid,
apesar de eu ter feito upgrade do BR-CDD pro sid e o tema estar rodando
bem.

abraço,

--Sávio Martins Ramos -ArquitetoRio de JaneiroICQ 174972645Pirataria não! Seja livre: Linux
http://www.debian.org-- Guilherme Rochahttp://e-gui.homelinux.org-
Conheça o Debian-BR-CDD  http://cdd.debian-br.orgConheça o eGroupWare  https://e-gui.homelinux.org/egroupware
#Linux Registered User: 391180 


Re: Mudar incio do gnome no debian-br-cdd

2006-04-01 Thread Guilherme Rocha


2006/3/31, Carlos Eduardo [EMAIL PROTECTED]:



  
  


ola

pode instalar todos :D


depois dentro do gnome mude o tema para o ambiente de trabalho. ;)

abraço,

guilherme


apareceu esta linhas tem a lgum comando q
tenho q fazer? ou instalar algo?

i gdm-corporate-theme-debian-br-c - Debian-BR-CDD GDM Corporate Theme
i A gnome-corporate-theme-debian-br - Debian-BR-CDD GNOME Corporate Theme
i A gnome-icon-corporate-theme-debi - Debian-BR-CDD Corporate Icon Theme
i gnome-settings-corporate-debian - Debian-BR-CDD GNOME Corporate Settings
i grub-corporate-theme-debian-br- - Debian-BR-CDD GRUB Corporate Theme


obrigado



Em Sex, 2006-03-31 às 22:42 -0300, Guilherme Rocha escreveu:





instale o ambiente de trabalho. ;)


tente aptitude search corporate


2006/3/31, Carlos Eduardo [EMAIL PROTECTED]:

ola


oque mudar para o gnome começar com esta tela no inicio e naum o domestico


http://cdd.debian-br.org/artes/screenshots/pre6/corp_pre6_02_logando.jpg




desde ja



carlos eduardo




-- 
Guilherme Rocha
http://e-gui.homelinux.org
-
Conheça o Debian-BR-CDD  http://cdd.debian-br.org
Conheça o eGroupWare  https://e-gui.homelinux.org/egroupware

#Linux Registered User: 391180 





-- Guilherme Rochahttp://e-gui.homelinux.org-Conheça o Debian-BR-CDD  
http://cdd.debian-br.orgConheça o eGroupWare  https://e-gui.homelinux.org/egroupware#Linux Registered User: 391180 



Mudar incio do gnome no debian-br-cdd

2006-03-31 Thread Carlos Eduardo




ola


oque mudar para o gnome comear com esta tela no inicio e naum o domestico


http://cdd.debian-br.org/artes/screenshots/pre6/corp_pre6_02_logando.jpg



desde ja


carlos eduardo




Re: Mudar incio do gnome no debian-br-cdd

2006-03-31 Thread Guilherme Rocha



instale o ambiente de trabalho. ;)


tente aptitude search corporate

2006/3/31, Carlos Eduardo [EMAIL PROTECTED]:



  
  


ola


oque mudar para o gnome começar com esta tela no inicio e naum o domestico


http://cdd.debian-br.org/artes/screenshots/pre6/corp_pre6_02_logando.jpg




desde ja


carlos eduardo



-- Guilherme Rochahttp://e-gui.homelinux.org-Conheça o Debian-BR-CDD  
http://cdd.debian-br.orgConheça o eGroupWare  https://e-gui.homelinux.org/egroupware#Linux Registered User: 391180 



Re: como atualizar gnome no debian amd64bits?

2005-10-31 Thread hamacker

acho que só compilando...
não tem repositório para o novo gnome nem para unstable, eu nunca usei 
mas outros usam o garnome para compilar e instalar o gnome a partir dos 
sources.


[]'s

Anubis escreveu:

olá galera.

como é q eu atualizo o gnome no debian amd 64 bits? já q não tem uma nova 
versão disponivel nos repositórios debian.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



como atualizar gnome no debian amd64bits?

2005-10-30 Thread Anubis
olá galera.como é q eu atualizo o gnome no debian amd 64 bits? já q não tem uma nova versão disponivel nos repositórios debian.


Re: [Gnome] installation debian Sarge

2005-05-26 Thread Florent Bayle
Le Vendredi 27 Mai 2005 00:17, honore jonathan a écrit :
 Bonsoir,
je suis un Jeune linuxien et encore plus jeune chez Debian .
 Je trouve vraiment ce sytème magnifique et tout et tout et j'essaie de
 convertir mon entourage à son utilisation . Mais voila il y a un
 problème . Certains d'entre eux refusent d'installer ce système à cause
 du package gnome. Celui ci contient enormément d'appli qui ne servent
 pas forcement . Abiword, gnumeric ou dia par exemple sont des
 applications encombrant un PC si l'on en veut pas . cdrecord n'est pas
 non plus tres utile quand on installe cette distribution sur un portable
 sans graveur.
   D'ou mes questions, est-ce que l'un d'entre vous saurait ce qui
 justifie le nombre impressionant de d'appli inutile dans ce package et
 est-ce qu'il existe un gnome-light .

Le paquet gnome (tout comme le paquet kde) est un méta-paquet (un paquet qui 
se contente d'avoir des dépendances vers d'autres paquets). Cela te permet 
d'avoir rapidement un environnement de bureau fonctionnel (apt-get install 
gnome, et hop). Ce paquet peut donc être enlevé sans pour autant que tu ne 
puisse plus utiliser gnome. Donc deux solutions :
- installer gnome, puis désinstaller les paquets dont tu n'as pas besoin 
(ce qui vas conduire à la désinstallation du méta-paquet gnome, ce qui n'est 
pas grave).
- installer les paquets à la main.
Il faut bien comprendre que les dépendances de gnome sont choisies 
arbitrairement par les développeurs des paquets Debian. Si tu n'est pas 
d'accord avec leurs choix, tu peut envoyer un rapport de bug, ou 
éventuellement créer/demander la création d'un paquet gnome-light.

-- 
Florent

-- Citation aléatoire --
Judaïsme : n.m. Religion des juifs, fondée sur la croyance en un Dieu 
   unique, ce qui la distingue de la religion chrétienne, qui
   s'appuie sur la foi en un seul Dieu, et plus encore de la 
   religion musulmane, résolument monothéiste.
-+- Pierre Desproges -+-


pgpyT0zPXl8ET.pgp
Description: PGP signature


Re: [Gnome] installation debian Sarge

2005-05-26 Thread honore jonathan
Le vendredi 27 mai 2005 à 00:37 +0200, Florent Bayle a écrit :
 Le Vendredi 27 Mai 2005 00:17, honore jonathan a écrit :
  Bonsoir,
   je suis un Jeune linuxien et encore plus jeune chez Debian .
  Je trouve vraiment ce sytème magnifique et tout et tout et j'essaie de
  convertir mon entourage à son utilisation . Mais voila il y a un
  problème . Certains d'entre eux refusent d'installer ce système à cause
  du package gnome. Celui ci contient enormément d'appli qui ne servent
  pas forcement . Abiword, gnumeric ou dia par exemple sont des
  applications encombrant un PC si l'on en veut pas . cdrecord n'est pas
  non plus tres utile quand on installe cette distribution sur un portable
  sans graveur.
  D'ou mes questions, est-ce que l'un d'entre vous saurait ce qui
  justifie le nombre impressionant de d'appli inutile dans ce package et
  est-ce qu'il existe un gnome-light .
 
 Le paquet gnome (tout comme le paquet kde) est un méta-paquet (un paquet qui 
 se contente d'avoir des dépendances vers d'autres paquets). Cela te permet 
 d'avoir rapidement un environnement de bureau fonctionnel (apt-get install 
 gnome, et hop). Ce paquet peut donc être enlevé sans pour autant que tu ne 
 puisse plus utiliser gnome. Donc deux solutions :
 - installer gnome, puis désinstaller les paquets dont tu n'as pas besoin 
 (ce qui vas conduire à la désinstallation du méta-paquet gnome, ce qui n'est 
 pas grave).
 - installer les paquets à la main.
 Il faut bien comprendre que les dépendances de gnome sont choisies 
 arbitrairement par les développeurs des paquets Debian. Si tu n'est pas 
 d'accord avec leurs choix, tu peut envoyer un rapport de bug, ou 
 éventuellement créer/demander la création d'un paquet gnome-light.
 
Merci monsieur, je ne savais pas que l'on pouvait desintaller le paquet
sans desintaller le reste. 
Par contre, ou est ce que j'envoie ma demande, et/ou comment je cree mon
paquet ?


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   >