#0 -1 » Existe t-il un bon logiciel de sauvegarde » Le 04/05/2013, à 16:11
- JUCA
- Réponses : 1
Salut a tous
Je viens de me payer une installation complete suite à un gros crash du server x.
Pour eviter cette corvee,existe t-il un logiciel qui permets de sauvegarder des fichiers systeme:unity,serveur x,themes,profils firefox....
#1 -1 » [Resolu]Quel plugin java pour Firefox? » Le 04/05/2013, à 11:08
- JUCA
- Réponses : 2
Salut à tous
Je viens de faire une installation toute fraiche de Precise.
Je n'ai pas de java dans firefox et quand je lui demande d'installer le pluggin il mouline dans le vide.
Voila ce que j'ai en java:
ubuntero@Dell-Laptop:~$ java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.3) (6b27-1.12.3-0ubuntu1~12.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
Donc la question est:c'est bon ou pas et quel est le pluggin firefox compatible avec cette version?
Merci de votre aide.
#2 Re : -1 » [Resolu]Quel plugin java pour Firefox? » Le 04/05/2013, à 12:21
- JUCA
- Réponses : 2
Salut
J'avais bien tous ces paquets installés mais il manquait une dépendance,bizarre,là ça marche.
Merci de ton aide...
#3 -1 » HPLIP Imprimante non reconnu par le serveur d'imprimante Neuf Box » Le 20/04/2013, à 21:48
- JUCA
- Réponses : 4
Bonsoir
Je suis sur Precise et j'ai HPLIP 3.12.2
J'ai correctement reussi à configurer mon HP6540 en la branchant en USB.
Apres j'ai essayé de la configurer en utilisant le serveur d'impression de ma neuf box et là elle n'est pas reconnue dans le HPLIP.
Par contre je peux imprimer mais je n'ai pas acces aux nettoyages des buses,imprimer des pages de test etc etc...
Les reseaux c'est pas mon truc alors merci de votre aide.
#4 Re : -1 » HPLIP Imprimante non reconnu par le serveur d'imprimante Neuf Box » Le 20/04/2013, à 23:55
- JUCA
- Réponses : 4
Snif...
T'es en train de me dire qu'il n'y a pas de solutions?
#5 Re : -1 » HPLIP Imprimante non reconnu par le serveur d'imprimante Neuf Box » Le 21/04/2013, à 01:02
- JUCA
- Réponses : 4
BOn ben merci
#6 Re : -1 » Nautilus se ferme en demontant un disque » Le 27/08/2012, à 16:10
- JUCA
- Réponses : 4
Je deterre ce sujet.
J'ai toujours le même plantage de nautilus en demontant un volume.
Pas de solution d'aprés vous?
#7 -1 » Terminal et console ne marchent pas » Le 26/06/2012, à 19:32
- JUCA
- Réponses : 28
SAlut a tous
Je suis sur precise/unity.
Je n'ai plus de terminal ,ni de console.
En faisant alt/ctrl/T rien ne se passe et en lançant le terminal a partir du dash,le terminal s'affiche brievement puis disparait.
Est ce que ça peut etre un probleme graphique?
#8 Re : -1 » Terminal et console ne marchent pas » Le 27/06/2012, à 19:27
- JUCA
- Réponses : 28
J'ai deux fichiers bash.bashrc :un c'est un document texte brut (text/plain) et l'autre c'est un script/fonction MATLAB (text/x-matlab),lequel tu veux?
J'ai pas de fichier .bash_history.
Le fichier .bash_logout:
#########################################################################
# .bash_logout: Log-out script for bash #
#########################################################################
# This script file is executed by bash(1) when the login shell terminates.
# By default, no action is taken.
#
# [JNZ] Modified 23-Sep-2004
#
# Written by John Zaitseff and released into the public domain.Merci de ton aide.
#9 Re : -1 » Terminal et console ne marchent pas » Le 29/06/2012, à 18:32
- JUCA
- Réponses : 28
Il s'agit bien des fichiers se trouvant dans /etc/skel?
Voila le fichier .bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fiVoila le fichier .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi#10 Re : -1 » Terminal et console ne marchent pas » Le 02/07/2012, à 21:56
- JUCA
- Réponses : 28
Un p'tit up
#11 Re : -1 » Terminal et console ne marchent pas » Le 09/07/2012, à 20:57
- JUCA
- Réponses : 28
Visiblement je ne maitrise pas la fonction recherche..
J'ai bien les fichiers que tu m'as demande,ils sont bien dans mon home.
.bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi.bash_history
sudo apt-get install gnome-session-fallback
cairo dock
cairo-dock
shutdown
gksudo gedit /etc/lightdm/lightdm.conf
dmesg
sudo apt-get update
sudo apt-get install firmware-b43-lpphy-installer
sudo modprobe b43
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
gksudo gedit /etc/modprobe.d/blacklist.conf
sudo nautu
sudo nautilus
sudo gedit /etc/grub.d/05_debian_theme
sudo update grub
sudo update-grub
sudo fdisk -l
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo smartctl -b $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo smartctl -a /dev/sdb
device=$(mount | sed -n '/\/ /s/[0-9].*//p')
sudo smartctl -a $device
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
gconf-editor
sudo apt-get install gconf-editor
gconf-editor
sudo gedit /etc/default/grub
gedit /etc/grub.d/05_debian_theme
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
cat /etc/fstab
sudo blkid
gksudo gedit /etc/fstab
sudo mkdir /media/windows7
sudo nautilus
gksudo gedit /etc/fstab
cairo-dock
gksudo gedit /etc/fstab
nautilus
gksudo gedit /etc/fstab
nautilus
gksudo gedit /etc/fstab
nautilus
sudo nautilus
java -version
lsusb
lspci
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
lspci
ping www.google.com
sudo gedit /etc/default/grub
java -version
sudo gedit /etc/default/grub
sudo update-grub
gksudo /boot/grub
gksudo nautilus /boot/grub
sudo modprobe wl
LSPCI
lspci
rfkill list
gnome-control-center
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
conky
sudo /gedit/.conkyrc
sudo gedit/.conkyrc
sudo gedit /.conkyrc
sudo nautilus
sudo gedit /home/ubuntero/.conkyrc
conky
sudo gedit /home/ubuntero/.conkyrc
conky
sudo gedit /home/ubuntero/.conkyrc
conky
sudo update-grub
sudo nano /etc/default/grub
sudo gedit /etc/default/grub
sudo gedit /boot/grub/grub.cfg
sudo gedit /etc/lightdm/lightdm.conf
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo update-grub
gksudo gedit /etc/fstab
fdisk-l
fdisk -l
sudo fdisk -l
sudo blkid
gksudo gedit /etc/fstab
sudo nautilus
gksudo gedit /etc/fstab
sudo nautilus
gksudo gedit /etc/fstab
sudo nautilus
gksudo gedit /etc/fstab
sudo nautilus
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo add-apt-repository ppa:artfwo/ppa
sudo gedit /etc/lightdm/lightdm.conf
indicator-multiload
sudo apt-get install indicator-multiload
indicator-multiload
sudo apt-get install indicator-sensors
indicator-multiload
sudo add-apt-repository ppa:alexmurray/indicator-sensors
sudo apt-get update
sudo apt-get install indicator-sensors
synaptic
killall synaptic
sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update
sudo apt-get install indicator-sysmonitor
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
lspci
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
lspci -nn | grep -i net
sudo gedit /etc/modprobe.d/blacklist.conf
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
sudo gedit /etc/modprobe.d/blacklist.conf
sudo rfkill list
cat /etc/lsb-release
lsusb
lspci
lspci -nn | grep -i net
sudo lshw -C network
lsmod
iwconfig
ifconfig
sudo iwlist scan
uname -r -m
cat /etc/network/interfaces
nm-tool
sudo rfkill list
sudo /sbin/iwconfig eth 1 power off.
sudo /sbin/iwconfig eth1 power off.
sudo /sbin/iwconfig eth1 power
sudo /sbin/iwconfig eth1 power off.
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader
sudo chmod +x /home/ubuntero/script luminosite ecran
sudo nautilus
cd /home
cd /ubntero
cd /ubuntero
cd /home/ubuntero
chmod +x script luminosite ecran
sudo chmod +x script luminosite ecran
sudo apt-get install lsb-core
sudo apt-get install bzr
bzr branch lp:unity-launcher-editor
~/unity-launcher-editor/unitylaunchereditor/main.py
sudo gedit /etc/fstab
sudo fdisk-l
sudo fdisk -l
sudo blkid
sudo gedit /etc/fstab
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
lspci -nn | egrep "VGA|Display"
sudo gedit /etc/fstab
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo ./setup
cd /home/ubuntero/Téléchargements/turboprint-1.96-4
./setup
cd /home/ubuntero/Téléchargements/turboprint-1.96-4
./setup
xtpsetup
sudo su
sudo add-apt-repository ppa:artfwo/ppa
sudo apt-get update
sudo apt-get install indicator-cpufreq
indicator-cpufreq
sudo indicator-cpufreq
sudo gedit /usr/bin/indicator-cpufreq
sudo indicator-cpufreq
sudo gedit /usr/bin/indicator-cpufreq
indicator-cpufreq
cd /tmp ; arch=$(uname -p) ; if [[ "$arch" = "x86_64" ]] ; then wget https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_amd64.deb ; else wget https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_i386.deb ; fi ; chmod +x /tmp/indicator-sensors_0.1-1* ; sudo dpkg -i /tmp/indicator-sensors_0.1-1*
sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update
sudo apt-get install indicator-sysmonitor
indicator-sysmonitor
sudo sensors-detect
sensors
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo fdisk -l
sudo hdparm -tT /dev/sdb
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
cd TomTom
java -jar jTomtom.jar
cd TomTom
java -jar jTomtom.jar
cd TomTom
java -jar jTomtom.jar
rirefox
firefox
cd TomTom
java -jar jTomtom.jar
gnome-terminal
sudo nautilus
sudo smartctl -a $(mount | sed -n '/\/ /s/[0-9].*//p') | grep 'Cycle\|Power'
sudo add-apt-repository ppa:artfwo/ppa
sudo apt-get update
sudo apt-get install indicator-cpufreq
indicator#12 Re : -1 » Terminal et console ne marchent pas » Le 10/07/2012, à 20:01
- JUCA
- Réponses : 28
J'ai essaye de changer les icones de la barre unity en passant par l'ancien menu principal de gnome.
Il y a eu une fausse manip et je me suis retrouve sans terminal,avant ça ,ça marchait sans probleme.
/usr/share/applications/gnome-terminal.desktop
[Desktop Entry]
Name=Terminal
Comment=Use the command line
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=utilities-terminal
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.4.1.1
Categories=GNOME;GTK;Utility;TerminalEmulator;
StartupNotify=true
OnlyShowIn=GNOME;Unity;
Keywords=Run;
Actions=New
X-Ubuntu-Gettext-Domain=gnome-terminal
[Desktop Action New]
Name=New Terminal
Exec=gnome-terminal
OnlyShowIn=Unity#13 Re : -1 » Terminal et console ne marchent pas » Le 11/07/2012, à 19:53
- JUCA
- Réponses : 28
Marche pas dans xterm ni dans d'autres terminaux d'ailleurs,le terminal s'affiche brievement puis disparait.
#14 Re : -1 » Terminal et console ne marchent pas » Le 11/07/2012, à 20:25
- JUCA
- Réponses : 28
Dans mon home /home/ton_nom_user/.local/share/applications,il y a bien un terminal mais ça ne marche pas non plus
Sinon la cible du lien /etc/alternatives/gnome-terminal.desktop indique ça ; /usr/bin/gnome-terminal.wrapper
#15 Re : -1 » Terminal et console ne marchent pas » Le 12/07/2012, à 21:10
- JUCA
- Réponses : 28
Merci pour la peine que tu te donnes.
Ça marche pas en supprimant le gnome-terminal qui est dans .local/share/applications.
/usr/bin/gnome-terminal.wrappe
#! /usr/bin/perl -w
my $login=0;
while ($opt = shift(@ARGV))
{
if ($opt eq '-display')
{
$ENV{'DISPLAY'} = shift(@ARGV);
}
elsif ($opt eq '-name')
{
$arg = shift(@ARGV);
push(@args, "--window-with-profile=$arg");
}
elsif ($opt eq '-n')
{
# Accept but ignore
print STDERR "$0: to set an icon, please use -name <profile> and set a profile icon\n"
}
elsif ($opt eq '-T' || $opt eq '-title')
{
push(@args, '-t', shift(@ARGV));
}
elsif ($opt eq '-ls')
{
$login = 1;
}
elsif ($opt eq '+ls')
{
$login = 0;
}
elsif ($opt eq '-geometry')
{
$arg = shift(@ARGV);
push(@args, "--geometry=$arg");
}
elsif ($opt eq '-fn')
{
$arg = shift(@ARGV);
push(@args, "--font=$arg");
}
elsif ($opt eq '-fg')
{
$arg = shift(@ARGV);
push(@args, "--foreground=$arg");
}
elsif ($opt eq '-bg')
{
$arg = shift(@ARGV);
push(@args, "--background=$arg");
}
elsif ($opt eq '-tn')
{
$arg = shift(@ARGV);
push(@args, "--termname=$arg");
}
elsif ($opt eq '-e')
{
$arg = shift(@ARGV);
if (@ARGV)
{
push(@args, '-x', $arg, @ARGV);
last;
}
else
{
push(@args, '-e', $arg);
}
last;
}
elsif ($opt eq '-h' || $opt eq '--help')
{
push(@args, '--help');
}
}
if ($login == 1)
{
@args = ('--login', @args);
}
exec('gnome-terminal',@args);#16 Re : -1 » Terminal et console ne marchent pas » Le 16/07/2012, à 19:47
- JUCA
- Réponses : 28
Oui je l'avais bien supprimé.
J'ai aussi installé puis re installé plusieurs fois sans resultat.
Tout ça est assez etrange ,probablement une question de lien...
J'ai fini par me passer du gnome terminal,j'ai mis à la place guake terminal,c'est pas mal...
Je pense qu'on va en rester là ,peut etre qu'à l'occasion d'une mise à jour ça repartira.
En tout cas merci pour ton aide et pour le temps que tu m'as accordé.
A+
#17 Re : -1 » Terminal et console ne marchent pas » Le 19/07/2012, à 19:57
- JUCA
- Réponses : 28
ça ouvre le terminal admistrateur,lui par contre il a toujours marché.
#18 Re : -1 » Terminal et console ne marchent pas » Le 20/07/2012, à 20:44
- JUCA
- Réponses : 28
Les consoles marchent ,c'est le gnome terminal qui pose probleme.
#19 Re : -1 » Terminal et console ne marchent pas » Le 20/07/2012, à 21:30
- JUCA
- Réponses : 28
Non il n'y a pas de message d'erreur.
Le terminal apparait brievement puis disparait.
#20 -1 » Quel logitiel pour le telechargement de video dans les sites » Le 31/05/2012, à 22:52
- JUCA
- Réponses : 1
Salut à tous
Jusqu'à present j'utilisais dowloadhelper sous firefox pour telecharger des petites videos sur des sites (y compris youtube) mais ça marche de moins en moins.
Qu'est ce que vous me conseillez qui marche bien?
#21 -1 » Comment afficher indicator-cpufreq sur le tableau de bord » Le 18/05/2012, à 23:46
- JUCA
- Réponses : 0
Salut à tous.
Je suis sur precise et unity.
J'essaie d'installer l'indicateur de frequence sur un tableau de bord comme il y avait sur gnome.
Voila ce que j'ai fait:
sudo add-apt-repository ppa:artfwo/ppa
sudo apt-get update
sudo apt-get install indicator-cpufreqA priori je n'ai pas de message d'erreur et il se trouve bien dans la liste des applications au demarrage par contre il ne s'affiche pas sur le tableau de bord.
Qu'est ce que j'ai loupé?
#22 -1 » Partition ntfs pas montee au demarrage » Le 10/05/2012, à 18:27
- JUCA
- Réponses : 2
Salut
Je suis sur precise et j'ai des difficultes à monter une patition ntfs.
Au l'issue de l'installation ,la partition ntfs n'est pas montee mais elle apparait dans nautilus,en cliquant dessus elle se monte sans probleme.
Un point de montage est cree : /media/windows7
Voici mon fstab à ce moment là:
Notez bien que la partition n'apparait pas mais elle apparait quand même dans nautilus
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#Entry for /dev/sda5 :
UUID=0e945d03-91a9-4493-a12b-5961bff0cc37 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda6 :
UUID=b6957362-1ca6-4658-b178-014514dfb69c none swap sw 0 0J'ai essayé sans succes de modifier le fstab ,ça marche pas du tout.
Voici mon fstab modifie:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#Entry for /dev/sda5 :
UUID=0e945d03-91a9-4493-a12b-5961bff0cc37 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda6 :
UUID=b6957362-1ca6-4658-b178-014514dfb69c none swap sw 0 0
#/dev/sda2 windows7
UUID=618121365F2C6E47 ntfs-3g defaults,user,locale=fr_FR.utf8 0 0Avec ce dernier fstab la partition ne se monte pas du tout.
Si je rajoute un point de montage ,la partition apparait 2 fois dans nautilus et en cliquant pour la monter j'ai ça:
En gros il y a un probleme avec ntfs...
#23 Re : -1 » Partition ntfs pas montee au demarrage » Le 11/05/2012, à 12:00
- JUCA
- Réponses : 2
Merci pour ton aide.
auto ne marche pas.
Ce qui m'intrigue le plus dans cette affaire c'est que la partition n'est certes pas montée dans nautilus mais elle est reconnue.
#24 Re : -1 » Lenteur pour copier sur HDD ou USB » Le 09/05/2012, à 19:15
- JUCA
- Réponses : 2
Et on peut pas accelerer tout ça?