
Cet article a été publié il y a
2 ans 15 jours, il est donc possible qu’il ne soit plus à jour. Les informations proposées sont donc peut-être obsolètes.
L’astuce ne pourrais pas être généralisé? Genre avec Firefox/Chromium et les adresses internet, LibreOffice et des documents que l’on utilise souvent, etc…
Avec un truc dans ce genre:
Name=Google
Exec=firefox http://www.google.fr
Suite à ce commentaire de Del sur mon précédent billet à propos de la modification de l’icône “Home” du dock Unity, voici comment paramétrer l’icône Firefox.

Là encore nous allons dans un premier temps copier le fichier firefox.desktop dans notre “home” en ouvrant un terminal et en y entrant la commande suivante :
cp /usr/share/applications/firefox.desktop ~/.local/share/applications
puis nous allons l’ouvrir avec Gedit afin d’y apporter les modifications de notre choix à l’aide de la commande ;
gedit ~/.local/share/applications/firefox.desktop
Recherchons maintenant la ligne X-Ayatana-Desktop-Shortcuts=NewWindow; (chez moi la ligne n°127). Cette ligne recense les raccourcis présents dans l’icône du dock, nous allons donc y renseigner les nouveaux raccourcis souhaités. Pour obtenir la même chose que sur l’image ci-dessus, ce sera :
X-Ayatana-Desktop-Shortcuts=Clapico;NewOnglet;NewWindow;SafeMode;ProfileManager; (Vous pouvez bien sûr enlever “Clapico” et le remplacer par la page de votre choix).
Nous allons maintenant ajouter à la fin du fichier les commandes choisies qui doivent être en corrélation avec la liste ci-dessus sous le format : nom du raccourci, commande, TargetEnvironnement.
[Clapico Shortcut Group]
Name=Ouvrir Clapico's Blog
Exec=firefox http://www.clapico.com
TargetEnvironment=Unity
[NewOnglet Shortcut Group]
Name=Ouvrir un nouvel onglet
Exec=firefox -new-tab about:blank
TargetEnvironment=Unity
[SafeMode Shortcut Group]
Name=Ouvrir Firefox en mode sans échec
Exec=firefox -safe-mode
TargetEnvironment=Unity
[ProfileManager Shortcut Group]
Name=Firefox Profile Manager
Exec=firefox -ProfileManager
TargetEnvironment=Unity
Il ne reste plus qu’ à relancer Unity afin que cette modification soit prise en compte en tapant [Alt] + [F2] et en entrant la commande :
unity --replace
Amusez-vous bien
Billets reliés
Merci pour ces articles/astuces. Au lieu de critiquer à tout va tu proposes des soluces pour améliorer Unity. En espérant que les prochaines versions intégrerons la possibilité de customizer plus facilement.
Cela rappel beaucoup la barre de Windows Seven quand même. Mais pourquoi se priver de reprendre les bonnes idées…
Et je cherche toujours pour modifier l’orientation de la barre, en bas par exemple…
Idée extra mais il m’affiche ne pas trouver le fichier firefox.desktop ? Une solution ? Merci d’avance
Excusez moi, mais on ne serait pas en train de régresser, la ?
Plus moyen de faire un raccourci sans éditer un fichier de config long comme le bras !
@jj – Régresser par rapport à quoi ? En quoi ajouter un sous-menu à un lanceur est-il une régression ?
au contraire ce genre d’astuces démontre que unity est personnalisable aujourd’hui c’est un peu “complexe”, demain sans doute un libriste constructif saura en faire une contrib clé en main
Je vois bien “madame michu” éditer un fichier de config pour rajouter un lien vers le site de la redoute!
Avant (merde, ça fait vieux con ça !), avec (par exemple)ubuntu netbook remix on ajoutait un raccourci pour un site en un clic (si je me rappelle bien). sur mon dell mini9, avec une distrib 8.04 “dell-isée”, on cliquait sur une icone en forme de coeur sur sa page web et hop, elle était rajoutée au lanceur!
bref, ne soyez pas vexés, mais je pense qu’on s’éloigne beaucoup de la philosophie “simple comme ubuntu”…
Merci bcp pour votre guidance dans ce nouveau bureau.
Sympa vos astuces…Y a du boulot pour les développeurs …et les petits bricoleurs.On s’ oriente vers une image en arriere-plan épurée.
On gagne en simplicité.Fini les Docky, les menus à ralonge…Un clic
sur le raccourci en haut à gauche, et hop le PC vous propose
un lot de fonctions basiques, merci Ubuntu.
@ndré
Très bonne astuce !
Je pense que plus tard Canonical intégreras ses fonctionnalités dans son interface Unity.
À noter que cette astuce fonctionne également avec la version de développement de Cairo-Dock (en utilisant le ppa Weekly)!
J’ai essayé de faire de même pour mes connexions à plusieurs serveurs via SSH mais ça n’a pas l’air de marcher pareil. Voici mon gnome-terminal.desktop :
cat ~/.local/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=2.32.1
Categories=GNOME;GTK;Utility;TerminalEmulator;
StartupNotify=true
OnlyShowIn=GNOME;
X-Ubuntu-Gettext-Domain=gnome-terminal
X-Ayatana-Desktop-Shortcuts=Oleane
[Oleane Shortcut Group]
Name=SSH serveur sur Oléane
Exec=ssh root@x.x.x.x
TargetEnvironment=Unity
Par contre, j’ai fait une icone gmail qui fonctionne très bien !
[Desktop Entry]
Version=1.0
Name=Gmail
Exec=firefox https://mail.google.com/mail
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=/home/crash/Images/Logos/gmail-classic.png
Categories=Network;WebBrowser;
StartupNotify=true
StartupWMClass=mail.google.com__mail
X-Ayatana-Desktop-Shortcuts=Compose;Contacts;Calendar
[Compose Shortcut Group]
Name=Créer Nouveau Message
Exec=firefox “https://mail.google.com/mail/?shva=1#compose”
TargetEnvironment=Unity
[Contacts Shortcut Group]
Name=RSS
Exec=firefox https://www.google.com/reader
TargetEnvironment=Unity
[Calendar Shortcut Group]
Name=Agenda
Exec=firefox http://calendar.google.com
TargetEnvironment=Unity
Euh au pif je ferai plutôt:
Exec=gnome-terminal ssh root@x.x.x.x
Je suis allé un peu vite, il doit y avoir des guillemets quelque part:
genre
Exec=gnome-terminal “ssh root@x.x.x.x”
heu oui pardon j’avais vu cette oublie de gnome-terminal, mais tes 2 solutions ne fonctionnent pas
Bonjour,
Ca marche pas chez moi! C’est vrai que je suis un vieux de 75 berges et que j’ai dû louper quelque choses
En tout cas merci pour toutes vos bonnes idées.
Cordialement.
Beaurene
@Beaurene – Le jeune homme de 75 ans peut par le biais de mon formulaire de contact m’envoyer son script afin que j’y jette un coup d’œil !
Fonctionne aussi avec thunderbird :
On rajoute le code suivant a la fin de thunderbird.desktop
X-Ayatana-Desktop-Shortcuts=Compose;
[Compose Shortcut Group]
Name=Rediger un mail
Exec=thunderbird -compose
TargetEnvironment=Unity
et on a un raccourci pour ouvrir une fenêtre de composition de mail!!
les autres option existante pour thunderbird sont dispo lançant thunderbird via un terminal avec le code suivant ” thunderbird -h “
salut, j’applique ton adaptation pour personnaliser ton lanceur (super idée au passage) et j’arrive à y mettre google.be, par contre j’essaie d’y mettre 2 voire 3 raccourcis mais pas moyen.
Pouvez vous m’aider?
Merci
Alain
(Kastor on web)
Hello,
Tout pareil! Un peu d’aide svp.
Cordialement
C’est possible de faire la même avec Epiphany ??
J’ai trouvé mon bonheur sur http://www.tux-planet.fr/des-quicklists-pour-unity/
pour info c’était la ligne OnlyShowIn=GNOME; qu’il fallait supprimer !
Génial comme astuce, j’ai ajouté un raccourcie a Chrome pour commencer
Merci.
@Claude Picot –
Je suis encore plus c.. que je croyais;) J’ai fais un clic droit sur l’icône (par inadvertance) et j’ai vu que cela marchait parfaitement.
merci encore.
cordialement
Bonjour,
j’ai utilisé vos astuces pour pas mal de mes applications, mais ce qui m’intrigue le plus, c’est votre bureau^^ comment arrivez vous a avoir la météo et les infos de config IP? des widgets?? si oui lesquels et comment en ajoute t-on?
Merci pour tout
@julien – Bonjour, il ne s’agit pas de widget mais de Conky. J’avais écrit un billet à ce sujet : http://www.clapico.com/2009/02/28/creer-un-conky-en-integrant-la-meteo-la-messagerie-gmail-rythmbox-et-un-fil-rss-2/
Tu peux également aller faire un tour sur la doc Ubuntu-fr et te renseigner sur Conky et Conkyforecast.
Amuse-toi bien
Bonjour,
Merci pour toutes vos astuces que j’ai réussi à mettre en œuvre, sauf celle-ci. J’ai un problème quelque part et je suis très novice ;
Mon fichier de configuration est le suivant :
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;
StartupWMClass=Firefox
StartupNotify=true
X-Ayatana-Desktop-Shortcuts=NewWindowX;Scroogle;ForumUbuntu;
[NewWindow Shortcut Group]
Name=Open a New Window
Name[ast]=Abrir una ventana nueva
Name[bn]=Abrir una ventana nueva
Name[ca]=Obre una finestra nova
Name[da]=Åbn et nyt vindue
Name[de]=Ein neues Fenster öffnen
Name[es]=Abrir una ventana nueva
Name[fi]=Avaa uusi ikkuna
Name[fr]=Ouvrir une nouvelle fenêtre
Name[gl]=Abrir unha nova xanela
Name[he]=פתיחת חלון חדש
Name[hr]=Otvori novi prozor
Name[hu]=Új ablak nyitása
Name[it]=Apri una nuova finestra
Name[ja]=新しいウィンドウを開く
Name[ku]=Paceyeke nû veke
Name[lt]=Atverti naują langą
Name[nl]=Nieuw venster openen
Name[ro]=Deschide o fereastră nouă
Name[ru]=Открыть новое окно
Name[sv]=Öppna ett nytt fönster
Name[ug]=يېڭى كۆزنەك ئېچىش
Name[uk]=Відкрити нове вікно
Name[zh_CN]=新建窗口
Name[zh_TW]=開啟新視窗
Exec=firefox -new-window about:blank
TargetEnvironment=Unity
[Scroogle Shortcut Group]
Name[fr]=Ouvrir Scroogle
Exec=firefox -http://www.scroogle.fr
TargetEnvironment=Unity
[ForumUbuntu Shortcut Group]
Name[fr]=Ouvrir ForumUbuntu
Exec=firefox -http://www.forum.ubuntu-fr.org
TargetEnvironment=Unity
et quand je fais unity –replace, j’obtiens
** (:686): WARNING **: Failed to fetch view type at /org/ayatana/bamf/window52429670: Method “ViewType” with signature “” on interface “org.ayatana.bamf.view” doesn’t exist
(:686): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)’ in cast to `GObject’
(:686): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)’ failed
(:686): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(:686): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
(:686): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(:686): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
et ça continue sur des pages et je dois forcer l’arrêt du terminal et là je dois rebooter.
Auriez-vous une idée de l’origine du problème?
Merci d’avance,
Jeanphi
@jeanphi – Oui, quelques erreurs à corriger, voici le fichier intégral qui fonctionne sur mon PC :
[Desktop Entry]Version=1.0
Name=Firefox Web Browser
Name[ar]=متصفح الوِب فَيَرفُكْس
Name[ast]=Restolador web Firefox
Name[bn]=ফায়ারফক্স ওয়েব ব্রাউজার
Name[ca]=Navegador web Firefox
Name[cs]=Firefox Webový prohlížeč
Name[da]=Firefox - internetbrowser
Name[es]=Navegador web Firefox
Name[et]=Firefoxi veebibrauser
Name[fa]=مرورگر اینترنتی Firefox
Name[fi]=Firefox-selain
Name[fr]=Navigateur Web Firefox
Name[gl]=Navegador web Firefox
Name[he]=דפדפן האינטרנט Firefox
Name[hr]=Firefox web preglednik
Name[hu]=Firefox webböngésző
Name[it]=Firefox Browser Web
Name[ja]=Firefox ウェブ・ブラウザ
Name[ko]=Firefox 웹 브라우저
Name[ku]=Geroka torê Firefox
Name[lt]=Firefox interneto naršyklė
Name[nb]=Firefox Nettleser
Name[nl]=Firefox webbrowser
Name[nn]=Firefox Nettlesar
Name[no]=Firefox Nettleser
Name[pl]=Przeglądarka WWW Firefox
Name[pt]=Firefox Navegador Web
Name[pt_BR]=Navegador Web Firefox
Name[ro]=Firefox – Navigator Internet
Name[ru]=Веб-браузер Firefox
Name[sk]=Firefox - internetový prehliadač
Name[sl]=Firefox spletni brskalnik
Name[sv]=Webbläsaren Firefox
Name[ug]=Firefox توركۆرگۈ
Name[uk]=Веб-браузер Firefox
Name[vi]=Trình duyệt web Firefox
Name[zh_CN]=Firefox 网络浏览器
Name[zh_TW]=Firefox 網路瀏覽器
Comment=Browse the World Wide Web
Comment[ar]=تصفح الشبكة العنكبوتية العالمية
Comment[ast]=Restola pela Rede
Comment[bn]=ইন্টারনেট ব্রাউজ করুন
Comment[ca]=Navegueu per la web
Comment[cs]=Prohlížení stránek World Wide Webu
Comment[da]=Surf på internettet
Comment[de]=Im Internet surfen
Comment[es]=Navegue por la web
Comment[et]=Lehitse veebi
Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
Comment[fi]=Selaa Internetin WWW-sivuja
Comment[fr]=Naviguer sur le Web
Comment[gl]=Navegar pola rede
Comment[he]=גלישה ברחבי האינטרנט
Comment[hr]=Pretražite web
Comment[hu]=A világháló böngészése
Comment[it]=Esplora il web
Comment[ja]=ウェブを閲覧します
Comment[ko]=웹을 돌아 다닙니다
Comment[ku]=Li torê bigere
Comment[lt]=Naršykite internete
Comment[nb]=Surf på nettet
Comment[nl]=Verken het internet
Comment[nn]=Surf på nettet
Comment[no]=Surf på nettet
Comment[pl]=Przeglądanie stron WWW
Comment[pt]=Navegue na Internet
Comment[pt_BR]=Navegue na Internet
Comment[ro]=Navigați pe Internet
Comment[ru]=Доступ в Интернет
Comment[sk]=Prehliadanie internetu
Comment[sl]=Brskajte po spletu
Comment[sv]=Surfa på webben
Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ
Comment[uk]=Перегляд сторінок Інтернету
Comment[vi]=Để duyệt các trang web
Comment[zh_CN]=浏览互联网
Comment[zh_TW]=瀏覽網際網路
GenericName=Web Browser
GenericName[ar]=متصفح وب
GenericName[ast]=Restolador Web
GenericName[bn]=ওয়েব ব্রাউজার
GenericName[ca]=Navegador web
GenericName[cs]=Webový prohlížeč
GenericName[da]=Webbrowser
GenericName[es]=Navegador web
GenericName[et]=Veebibrauser
GenericName[fa]=مرورگر اینترنتی
GenericName[fi]=WWW-selain
GenericName[fr]=Navigateur Web
GenericName[gl]=Navegador Web
GenericName[he]=דפדפן אינטרנט
GenericName[hr]=Web preglednik
GenericName[hu]=Webböngésző
GenericName[it]=Browser web
GenericName[ja]=ウェブ・ブラウザ
GenericName[ko]=웹 브라우저
GenericName[ku]=Geroka torê
GenericName[lt]=Interneto naršyklė
GenericName[nb]=Nettleser
GenericName[nl]=Webbrowser
GenericName[nn]=Nettlesar
GenericName[no]=Nettleser
GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador Web
GenericName[ro]=Navigator Internet
GenericName[ru]=Веб-браузер
GenericName[sk]=Internetový prehliadač
GenericName[sl]=Spletni brskalnik
GenericName[sv]=Webbläsare
GenericName[ug]=توركۆرگۈ
GenericName[uk]=Веб-браузер
GenericName[vi]=Trình duyệt Web
GenericName[zh_CN]=网络浏览器
GenericName[zh_TW]=網路瀏覽器
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;
StartupWMClass=Firefox
StartupNotify=true
X-Ayatana-Desktop-Shortcuts=Scroogle;ForumUbuntu;NewWindow
[NewWindow Shortcut Group]
Name=Open a New Window
Name[ast]=Abrir una ventana nueva
Name[bn]=Abrir una ventana nueva
Name[ca]=Obre una finestra nova
Name[da]=Åbn et nyt vindue
Name[de]=Ein neues Fenster öffnen
Name[es]=Abrir una ventana nueva
Name[fi]=Avaa uusi ikkuna
Name[fr]=Ouvrir une nouvelle fenêtre
Name[gl]=Abrir unha nova xanela
Name[he]=פתיחת חלון חדש
Name[hr]=Otvori novi prozor
Name[hu]=Új ablak nyitása
Name[it]=Apri una nuova finestra
Name[ja]=新しいウィンドウを開く
Name[ku]=Paceyeke nû veke
Name[lt]=Atverti naują langą
Name[nl]=Nieuw venster openen
Name[ro]=Deschide o fereastră nouă
Name[ru]=Открыть новое окно
Name[sv]=Öppna ett nytt fönster
Name[ug]=يېڭى كۆزنەك ئېچىش
Name[uk]=Відкрити нове вікно
Name[zh_CN]=新建窗口
Name[zh_TW]=開啟新視窗
Exec=firefox -new-window about:blank
TargetEnvironment=Unity
[Scroogle Shortcut Group]
Name=Ouvrir Scroogle
Exec=firefox http://www.scroogle.fr
TargetEnvironment=Unity
[ForumUbuntu Shortcut Group]
Name=Ouvrir ForumUbuntu
Exec=firefox http://forum.ubuntu-fr.org
TargetEnvironment=Unity
Bon week-end
Merci de la réponse.
Cela a l’air d’avoir un peu amélioré les choses. Mais il doit y avoir un problème autre, car j’ai encore le message d’erreur suivant, même s’il semble plus court que le précédent :
jeanphi@Ubuntu-fun:~$ sudo gedit ~/.local/share/applications/firefox.desktop
[sudo] password for jeanphi:
jeanphi@Ubuntu-fun:~$ unity –replace
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options…done
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 1
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Window created on XQueryTree, map state isViewable? 0
Initializing bailer options…done
Initializing detection options…done
Initializing composite options…done
Initializing opengl options…done
Initializing decor options…done
Initializing place options…done
Initializing session options…done
Initializing grid options…done
Initializing commands options…done
Initializing move options…done
Initializing gnomecompat options…done
Initializing vpswitch options…done
Initializing unitymtgrabhandles options…done
Initializing resize options…done
Initializing obs options…done
Initializing mousepoll options…done
Initializing snap options…done
Initializing animation options…done
Initializing wall options…done
Initializing workarounds options…done
Initializing expo options…done
Initializing ezoom options…done
Initializing staticswitcher options…done
Initializing fade options…done
Initializing scale options…done
** (:26652): DEBUG: Unity accessibility initialization
Screen geometry changed:
Monitor 0(primary)
0x0x1440x900
** (:26652): DEBUG: PanelController:: Added Panel for Monitor 0
Initializing unityshell options…done
** (:26652): DEBUG: MaximizeIfBigEnough: Gnome-terminal window size doesn’t fit
Window 0x3406ffa created on ReparentNotify, map state isViewable? 0
Window 0×3407026 created on ReparentNotify, map state isViewable? 0
** (:26652): DEBUG: PlaceEntry: Fichiers et dossiers
** (:26652): DEBUG: PlaceEntry: Applications
** (:26652): DEBUG: PlaceEntry: Commandes
** (:26652): DEBUG: /com/canonical/unity/applicationsplace
** (:26652): DEBUG: /com/canonical/unity/filesplace
** (:26652): DEBUG: Setting to primary screen rect: x=0 y=0 w=1440 h=900
Window 0x340704f created on ReparentNotify, map state isViewable? 0
Window 0×3407078 created on ReparentNotify, map state isViewable? 0
** (:26652): DEBUG: Acquired the name com.canonical.Unity.Launcher on the session bus
(:26652): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)’ failed
** (:26652): DEBUG: IndicatorAdded: libapplication.so
** (:26652): DEBUG: IndicatorAdded: libsoundmenu.so
** (:26652): DEBUG: IndicatorAdded: libmessaging.so
** (:26652): DEBUG: IndicatorAdded: libdatetime.so
** (:26652): DEBUG: IndicatorAdded: libme.so
** (:26652): DEBUG: IndicatorAdded: libsession.so
Setting Update “run_command_terminal_key”
Setting Update “deform”
Setting Update “curve”
Setting Update “fullscreen_visual_bell”
Setting Update “launcher_hide_mode”
Setting Update “backlight_mode”
Setting Update “icon_size”
** (:26652): DEBUG: MaximizeIfBigEnough: window mapped and already maximized, just undecorate
** (:26652): WARNING **: Unable to fetch children: Method “Children” with signature “” on interface “org.ayatana.bamf.view” doesn’t exist
** (:26652): WARNING **: Unable to fetch children: Method “Children” with signature “” on interface “org.ayatana.bamf.view” doesn’t exist
(:26652): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `’
(:26652): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
** (:26652): WARNING **: Unable to fetch children: Method “Children” with signature “” on interface “org.ayatana.bamf.view” doesn’t exist
(:26652): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(:26652): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
(:26652): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(:26652): GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
(:26652): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)’ failed
Désolé, mais je n’ai aucune idée où commencer à chercher pour comprendre ce qui se passe.
En même temps, ce n’est pas vital…
Jeanphi
@jeanphi – Ne tape pas
unity --replacedans le terminal, appuie simultanément sur les touches [Alt] + [F2], ça va t’ouvrir une fenêtre te disant : “Exécuter une commande”. C’est ici que tu entrerasunity --replaceBonsoir,
Cela marche!
Je ne savais qu’il y avait une différence entre le terminal et la ligne de commande par Alt F2.
J’ai refait unity –replace avec Alt + F2, sans succès. Mais j’avais sur le bureau une icône Firefox que j’ai éliminée, et elle a aussi disparu du dock.
Je l’ai réinstallée via application et refait unity — replace. Et cela fonctionne.
Merci beaucoup et bonne fin de week-end,
Jeanphi