You are not logged in.

#1 2017-12-23 23:26:31

ozooha
Member
Registered: 2009-09-29
Posts: 184

Slow start for gedit and nautilus

As the subject states when I start my gedit from the terminal prompt i get the following error:

[ozooha@OZLinux ~]$ gedit
Error creating proxy: Error calling StartServiceByName for org.gtk.vfs.UDisks2VolumeMonitor: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.gtk.vfs.UDisks2VolumeMonitor': timed out (service_start_timeout=120000ms) (g-dbus-error-quark, 20)

Which promted me to look up here and saw a similar issue with UDisks
Here
I have tried to reproduce the same requirements so that one of can see whats wrong.

[ozooha@OZLinux ~]$ sudo -u polkitd /usr/lib/polkit-1/polkitd
[sudo] password for ozooha: 
Error switcing to user polkitd: Error clearing groups: Operation not permitted
Exiting with code 1
[ozooha@OZLinux ~]$ sudo systemctl status udisks2
● udisks2.service - Disk Manager
   Loaded: loaded (/usr/lib/systemd/system/udisks2.service; disabled; vendor preset: disabled)
   Active: active (running) since Sat 2017-12-23 14:45:11 EST; 4min 1s ago
     Docs: man:udisks(8)
 Main PID: 906 (udisksd)
    Tasks: 5 (limit: 4915)
   CGroup: /system.slice/udisks2.service
           └─906 /usr/lib/udisks2/udisksd

Dec 23 14:45:10 OZLinux systemd[1]: Starting Disk Manager...
Dec 23 14:45:10 OZLinux udisksd[906]: udisks daemon version 2.7.4 starting
Dec 23 14:45:11 OZLinux systemd[1]: Started Disk Manager.
Dec 23 14:45:11 OZLinux udisksd[906]: Acquired the name org.freedesktop.UDisks2 on the system message bus
[ozooha@OZLinux ~]$ loginctl session-status
c2 - ozooha (1000)
           Since: Sat 2017-12-23 14:45:03 EST; 5min ago
          Leader: 727 (gdm-session-wor)
            Seat: seat0; vc2
             TTY: tty2
         Service: gdm-password; type x11; class user
           State: active
            Unit: session-c2.scope
                  ├─ 727 gdm-session-worker [pam/gdm-password]
                  ├─ 752 /usr/bin/gnome-keyring-daemon --daemonize --login
                  ├─ 775 /usr/lib/gdm/gdm-x-session --run-script gnome-session
                  ├─ 778 /usr/lib/xorg-server/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -verbose 3
                  ├─ 786 /usr/lib/gnome-session-binary
                  ├─ 799 /usr/bin/google-drive-ocamlfuse /home/ozooha/GoogleDrive
                  ├─ 841 /usr/bin/gnome-shell
                  ├─1205 /usr/lib/gnome-settings-daemon/gsd-mouse
                  ├─1207 /usr/lib/gnome-settings-daemon/gsd-power
                  ├─1211 /usr/lib/gnome-settings-daemon/gsd-print-notifications
                  ├─1214 /usr/lib/gnome-settings-daemon/gsd-rfkill
                  ├─1217 /usr/lib/gnome-settings-daemon/gsd-screensaver-proxy
                  ├─1218 /usr/lib/gnome-settings-daemon/gsd-sharing
                  ├─1224 /usr/lib/gnome-settings-daemon/gsd-wacom
                  ├─1231 /usr/lib/gnome-settings-daemon/gsd-xsettings
                  ├─1237 /usr/lib/gnome-settings-daemon/gsd-smartcard
                  ├─1238 /usr/lib/gnome-settings-daemon/gsd-sound
                  ├─1244 /usr/lib/gnome-settings-daemon/gsd-a11y-keyboard
                  ├─1248 /usr/lib/gnome-settings-daemon/gsd-a11y-settings
                  ├─1249 /usr/lib/gnome-settings-daemon/gsd-clipboard
                  ├─1254 /usr/lib/gnome-settings-daemon/gsd-color
                  ├─1255 /usr/lib/gnome-settings-daemon/gsd-datetime
                  ├─1256 /usr/lib/gnome-settings-daemon/gsd-housekeeping
                  ├─1257 /usr/lib/gnome-settings-daemon/gsd-keyboard
                  ├─1259 /usr/lib/gnome-settings-daemon/gsd-media-keys
                  ├─1319 /usr/lib/gnome-settings-daemon/gsd-printer
                  ├─1321 /usr/bin/python3 /usr/share/system-config-printer/applet.py
                  ├─1322 /usr/lib/tracker-miners/tracker-extract
                  ├─1326 /usr/lib/tracker-miners/tracker-miner-apps
                  ├─1330 python /home/ozooha/.local/share/gnome-shell/extensions/desk-changer@eric.gach.gmail.com/desk-changer-daemon.py
                  ├─1339 /usr/lib/tracker-miners/tracker-miner-fs
                  ├─1344 /usr/lib/evolution/evolution-alarm-notify
                  ├─1353 /usr/bin/gnome-software --gapplication-service
                  ├─1355 conky
                  ├─1356 /usr/lib/gsd-disk-utility-notify
                  ├─2274 /usr/lib/firefox/firefox --new-window
                  ├─2329 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -intPrefs 5:50|6:-1|18:0|28:1000|34:20|35:5|36:10|45:128|46:10000|51:0|53:400|54:1|55:0|56:0|61:0|62:120|63:120|98:2|99:1|114:5000|124:0|126:0|137:100
                  ├─2405 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -intPrefs 5:50|6:-1|18:0|28:1000|34:20|35:5|36:10|45:128|46:10000|51:0|53:400|54:1|55:0|56:0|61:0|62:120|63:120|98:2|99:1|114:5000|124:0|126:0|137:100
                  └─2447 /usr/bin/python /usr/bin/chrome-gnome-shell /usr/lib/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json chrome-gnome-shell@gnome.org

Dec 23 14:46:25 OZLinux tracker-extract[1322]: Could not insert metadata for item "file:///media/WDC_COMBO/Music/The_Roots-Undun_(iTunes_Version)-2011/06%20The%20OtherSide%20(feat.%20Bilal%20Oliver.m4a": Not a ISO 8601 date string. Allowe
Dec 23 14:46:25 OZLinux tracker-extract[1322]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additiona
Dec 23 14:46:25 OZLinux tracker-extract[1322]: Could not insert metadata for item "file:///media/WDC_COMBO/Music/The_Roots-Undun_(iTunes_Version)-2011/13%20Will%20to%20Power%20(3rd%20Movement).m4a": Not a ISO 8601 date string. Allowed for
Dec 23 14:46:25 OZLinux tracker-extract[1322]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additiona
Dec 23 14:46:25 OZLinux tracker-extract[1322]: Could not insert metadata for item "file:///media/WDC_COMBO/Music/The_Roots-Undun_(iTunes_Version)-2011/14%20Finality%20(4th%20Movement).m4a": Not a ISO 8601 date string. Allowed form is [-]C
Dec 23 14:46:25 OZLinux tracker-extract[1322]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additiona
Dec 23 14:46:25 OZLinux tracker-extract[1322]: Could not insert metadata for item "file:///media/WDC_COMBO/Music/The%20Mighty%20Mighty%20Bosstones-discography(13%20albums)/The%20Mighty%20Mighty%20Bosstones%20-%20a%20jackknife%20to%20a%20s
Dec 23 14:46:25 OZLinux tracker-extract[1322]: If the error above is recurrent for the same item/ID, consider running "tracker-extract" in the terminal with the TRACKER_VERBOSITY=3 environment variable, and filing a bug with the additiona
Dec 23 14:47:11 OZLinux org.gnome.Shell.desktop[841]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x22000f8 (Untitled D)
Dec 23 14:50:38 OZLinux gnome-shell[841]: [desk-changer@eric.gach.gmail.com/ui.js:188:9] setting preview to /media/NTFSDrive/Photos/Wallpaper/029 - QgYl7MH.jpg
[ozooha@OZLinux ~]$ loginctl user-status
Could not get properties: Unknown object '/org/freedesktop/login1/user/self'.
[ozooha@OZLinux ~]$ echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus

Let me know if you require anymore information.
Thanks for taking a look and appreciate your time.
OZooHA

Offline

Board footer

Powered by FluxBB