Seite 1 von 1

Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Samstag 14. Mai 2022, 20:59
von Fangi
Bei meinem Manjaro Cinnamon habe ich die Leiste nach oben geschoben, während ich am unteren Bildrand das Cairo-Dock nutze. Daran bin ich seid Jahren gewöhnt und ganz gut vertraut damit. Nach dem gestrigen Update funktioniert das Cairo-Dock aber nicht mehr wie gewohnt. Zwar kann ich über die angedockten Symbole noch die jeweiligen Anwendungen starten, jedoch nicht den Rechner neu starten oder herunterfahren, da das nötige Fenster nicht über das Abmelden-Symbol gestartet wird, außerdem, wenn ich mit Maus-Rechts-Klick in den Zwischenraum zwischen zwei Symbolen im Cairo-Dock klicke um z.B. in das Menü zu gelangen, lande ich sofort im Anmeldebereich und muss mich mit meinem Passwort neu legitimieren...??? Hat hier jemand einen Rat, oder vielleicht ein ähnliches Problem.

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Samstag 14. Mai 2022, 21:03
von Fangi

Code: Alles auswählen

cairo-dock
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/implementations/cairo-dock-egl.c:gldi_register_egl_backend:232)  
  Cairo-Dock was not built with EGL support
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:129)  
  couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

 ============================================================================
	Cairo-Dock version : 3.4.1
	Compiled date      : Jul  7 2020 16:01:22
	Built with GTK     : 3.24
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:260)  
  »/desktop/gnome/interface/font_name« wurde kein Wert zugewiesen

g_file_test: assertion 'filename != NULL' failed
g_file_test: assertion 'filename != NULL' failed

(cairo-dock:5443): Gtk-WARNING **: 21:02:34.828: Theme parsing error: <data>:7:1467: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(cairo-dock:5443): Gtk-WARNING **: 21:02:34.828: Theme parsing error: <data>:7:3649: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Shift><Ctrl>F4' (Schreibtisch anzeigen: Alle Schreibtische anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F1' (Anwendungsmenü: Das Anwendungsmenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F2' (Anwendungsmenü: Den Schnellstartdialog anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>L' (Abmelden: Bildschirm sperren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F12' (Abmelden: Das Abmeldemenü anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>Return' (Mit der Tastatur steuern: Die Tastatursteuerung des Docks aktivieren oder deaktivieren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F6' (Schnellanzeiger: Das Ordnermenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F10' (Kürzlich erfolgte Ereignisse: Letzte Ereignisse anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed



Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 13:39
von country
Versuch mal im Terminal wie unten aufgeführt cairo-dock zu starten...

Run the dock with OpenGL backend:

Code: Alles auswählen

cairo-dock -o &
oder

Run the dock with Cairo backend:

Code: Alles auswählen

 cairo-dock -c &

https://wiki.archlinux.org/title/Cairo-Dock

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 14:06
von Fangi

Code: Alles auswählen

cairo-dock -o &
[1] 15608
[claus@manjaro-desktop ~]$ warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/implementations/cairo-dock-egl.c:gldi_register_egl_backend:232)  
  Cairo-Dock was not built with EGL support
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:129)  
  couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

 ============================================================================
	Cairo-Dock version : 3.4.1
	Compiled date      : Jul  7 2020 16:01:22
	Built with GTK     : 3.24
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:260)  
  »/desktop/gnome/interface/font_name« wurde kein Wert zugewiesen

g_file_test: assertion 'filename != NULL' failed
g_file_test: assertion 'filename != NULL' failed

(cairo-dock:15608): Gtk-WARNING **: 14:04:25.843: Theme parsing error: <data>:7:1467: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(cairo-dock:15608): Gtk-WARNING **: 14:04:25.843: Theme parsing error: <data>:7:3649: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Shift><Ctrl>F4' (Schreibtisch anzeigen: Alle Schreibtische anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F1' (Anwendungsmenü: Das Anwendungsmenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F2' (Anwendungsmenü: Den Schnellstartdialog anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>L' (Abmelden: Bildschirm sperren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F12' (Abmelden: Das Abmeldemenü anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>Return' (Mit der Tastatur steuern: Die Tastatursteuerung des Docks aktivieren oder deaktivieren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F6' (Schnellanzeiger: Das Ordnermenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F10' (Kürzlich erfolgte Ereignisse: Letzte Ereignisse anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed



Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 14:09
von Fangi

Code: Alles auswählen

cairo-dock -c &
[1] 15718
[claus@manjaro-desktop ~]$ warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/implementations/cairo-dock-egl.c:gldi_register_egl_backend:232)  
  Cairo-Dock was not built with EGL support

 ============================================================================
	Cairo-Dock version : 3.4.1
	Compiled date      : Jul  7 2020 16:01:22
	Built with GTK     : 3.24
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:260)  
  »/desktop/gnome/interface/font_name« wurde kein Wert zugewiesen

g_file_test: assertion 'filename != NULL' failed
g_file_test: assertion 'filename != NULL' failed

(cairo-dock:15718): Gtk-WARNING **: 14:07:20.881: Theme parsing error: <data>:7:1467: The :insensitive pseudo-class is deprecated. Use :disabled instead.

(cairo-dock:15718): Gtk-WARNING **: 14:07:20.881: Theme parsing error: <data>:7:3649: The :inconsistent pseudo-class is deprecated. Use :indeterminate instead.
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Shift><Ctrl>F4' (Schreibtisch anzeigen: Alle Schreibtische anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F1' (Anwendungsmenü: Das Anwendungsmenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F2' (Anwendungsmenü: Den Schnellstartdialog anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>L' (Abmelden: Bildschirm sperren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F12' (Abmelden: Das Abmeldemenü anzeigen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Super>Return' (Mit der Tastatur steuern: Die Tastatursteuerung des Docks aktivieren oder deaktivieren)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F6' (Schnellanzeiger: Das Ordnermenü anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application
warning :  (/build/cairo-dock/src/cairo-dock-core-3.4.1/src/gldit/cairo-dock-keybinder.c:init_object:358)  
  Couldn't bind '<Control>F10' (Kürzlich erfolgte Ereignisse: Letzte Ereignisse anzeigen oder verbergen)
 This shortkey is probably already used by another applet or another application

(cairo-dock:15718): Gtk-WARNING **: 14:07:20.978: drawing failure for widget 'GtkWindow': invalid matrix (not invertible)
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed



Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 14:14
von Fangi
...also, ich kann es zwar nicht nach vollziehen, aber jetzt läuft das Dock wieder ganz normal, ich komme in das Cairo-Dock-Menü und ich bekomme auch wieder mein Abmeldemenü...???

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 14:56
von denonom
Spontanheilung O:-)

Ist immer gut, nicht groß weiter drüber nachdenken.

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 15:46
von country
Fangi hat geschrieben: Sonntag 15. Mai 2022, 14:14 ...also, ich kann es zwar nicht nach vollziehen, aber jetzt läuft das Dock wieder
wahrscheinlich war dein letzter Kommando

Code: Alles auswählen

cairo-dock -c &
damit deaktiviert man das opengl im dock.

für die Zukunft kann man mit

Code: Alles auswählen

cairo-dock &
(Neustart)

auswählen ob OpenGL unterstützt wird oder nicht, aber würde jetzt nichts mehr machen. 1)

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Sonntag 15. Mai 2022, 16:59
von Fangi
country hat geschrieben: Sonntag 15. Mai 2022, 15:46
Fangi hat geschrieben: Sonntag 15. Mai 2022, 14:14 ...also, ich kann es zwar nicht nach vollziehen, aber jetzt läuft das Dock wieder
wahrscheinlich war dein letzter Kommando

Code: Alles auswählen

cairo-dock -c &
damit deaktiviert man das opengl im dock.

für die Zukunft kann man mit

Code: Alles auswählen

cairo-dock &
(Neustart)

auswählen ob OpenGL unterstützt wird oder nicht, aber würde jetzt nichts mehr machen. 1)


...ich hatte das Cairo-Dock in Cinnamon einfach über die System-Einstellungen - Startprogramme als Programm hinzugefügt. Das funktioniert bisher eigentlich immer. Von XFCE kannte ich den Befehl cairo-dock -c um das Dock automatisch zu starten...
...und ja, mein letzter Befehl war wie von Dir angenommen...

Code: Alles auswählen

cairo-dock -c &

Re: Nach gestrigem Update Probleme mit meinem Cairo-Dock

Verfasst: Montag 13. Juni 2022, 07:07
von Fangi
...leider hatte das alles nichts geholfen und einen ganzen Monat hatte ich das Problem mit meinem Cairo-Dock weiter. Entweder stürzte das System beim Start des Docks ab, oder es fror auch einfach ein. Manchmal ging es, manchmal nicht, dass war einfach total vertrackt...
Nun hat aber das gestrige große Update (12.06.2022) wie es scheint nachhaltig Besserung gebracht und nun kann ich mein geliebtes Cairo-Dock auch wieder automatisch starten lassen... :)