Dropbox on Mageia 4

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Dropbox on Mageia 4

Postby amrit » Jul 3rd, '14, 14:39

I have Mageia 4 Gnome edition.After installing nautilus-dropbox I cannot see the GUI.On starting the GUI box appears for half a second and disappears.
On running the command
dropbox start
Code: Select all
[root@localhost amrit]# dropbox start
Starting Dropbox...Done!
[root@localhost amrit]# dropbox status
Dropbox isn't running!
Last edited by isadora on Jul 3rd, '14, 17:02, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, for better readability. ;)
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 3rd, '14, 20:53

Please use the search function and check the existing threads about dropbox issues.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 3rd, '14, 21:05

I have checked the threads, they are on older releases of dropbox with problems which can be fixex by removing libz.so.1.Other threads are on kde.Can you point me to to the specific thread because unlessif I am not mistaken, it doesnt exist.
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 3rd, '14, 22:43

Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 4th, '14, 06:23

Still cant get it to work.It installs fine.On starting there is a blink of the Dropbox configuration GUI and it disappears.
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 4th, '14, 17:37

Why do you run it as root?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 5th, '14, 19:28

same issue even on non root.
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 5th, '14, 19:52

How do you start it as user, and how did you install it exactly?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 5th, '14, 19:55

As a user, I run"dropbox start" or through gnome dashboard.Installation initially done by "urpmi nautilus-dropbox "and starting it from gnome dash .After facing the symptom, I tried reinstalling through command line by following instructions here for x64.https://www.dropbox.com/install?os=lnx
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 5th, '14, 20:04

What does
Code: Select all
which dropbox
ls -ald ~/.dropbox*

return?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 5th, '14, 20:06

Code: Select all
[amrit@localhost ~]$ which dropbox
/usr/bin/dropbox
[amrit@localhost ~]$ ls -ald ~/.dropbox*
drwx------ 4 amrit amrit 4096 Jul  5 23:23 /home/amrit/.dropbox/
drwxr-xr-x 7 amrit amrit 4096 Jun 20 09:36 /home/amrit/.dropbox-dist/
drwx------ 2 amrit amrit 4096 Jul  4 10:28 /home/amrit/.dropbox-master/
[amrit@localhost ~]$
amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 5th, '14, 20:24

Code: Select all
[doktor5000@Mageia4 .dropbox-dist]$ urpmf /usr/bin/dropbox                                                                                                             
nautilus-dropbox:/usr/bin/dropbox
nautilus-dropbox:/usr/bin/dropbox

edit doktor5000: seems to belong to nautilus-dropbox.

As I don't use GNOME, can only recommend what naother user has done: Install kfilebox, see thread linked above.

You could still try to debug it via
Code: Select all
cd ~/.dropbox-dist; gdb dropbox
run
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox on Mageia 4

Postby amrit » Jul 5th, '14, 20:28

Code: Select all
(gdb) run
Starting program: /home/amrit/.dropbox-dist/dropbox
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 6796.
Detaching after fork from child process 6798.
Detaching after fork from child process 6800.
Detaching after fork from child process 6802.
Detaching after fork from child process 6804.
Detaching after fork from child process 6806.
Missing separate debuginfo for /home/amrit/.dropbox-dist/libpopt.so.0
Detaching after fork from child process 6808.
gobject.pyc: gdb was not built with custom backtrace support, disabling.
Detaching after fork from child process 6815.
Detaching after fork from child process 6817.
[New Thread 0x7fffe0a0d700 (LWP 6819)]
[New Thread 0x7fffdbfff700 (LWP 6820)]
[New Thread 0x7fffdb7fe700 (LWP 6821)]
Detaching after fork from child process 6822.
Detaching after fork from child process 6823.
Detaching after fork from child process 6824.
[New Thread 0x7fffd8c21700 (LWP 6825)]
[New Thread 0x7fffcac1a700 (LWP 6826)]
[New Thread 0x7fffc9bec700 (LWP 6832)]
[New Thread 0x7fffc93eb700 (LWP 6833)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffffffe7980 in ?? ()
Missing separate debuginfos, use: debuginfo-install adwaita-gtk2-theme-3.10.0-2.mga4.x86_64 glibc-2.18-9.mga4.x86_64 lib64atk1.0_0-2.10.0-2.mga4.x86_64 lib64bzip2_1-1.0.6-4.mga4.x86_64 lib64cairo2-1.12.16-2.mga4.x86_64 lib64canberra-gtk0-0.30-4.mga4.x86_64 lib64canberra0-0.30-4.mga4.x86_64 lib64dbus-glib1_2-0.100.2-2.mga4.x86_64 lib64dbus1_3-1.6.18-1.1.mga4.x86_64 lib64drm2-2.4.51-1.mga4.x86_64 lib64fontconfig1-2.11.0-2.mga4.x86_64 lib64freetype6-2.5.0.1-3.1.mga4.tainted.x86_64 lib64gbm1-10.0.5-1.mga4.tainted.x86_64 lib64gdk_pixbuf2.0_0-2.30.1-1.mga4.x86_64 lib64gio2.0_0-2.38.2-4.mga4.x86_64 lib64glapi0-10.0.5-1.mga4.tainted.x86_64 lib64glib2.0_0-2.38.2-4.mga4.x86_64 lib64graphite2_3-1.2.4-1.mga4.x86_64 lib64gtk+-x11-2.0_0-2.24.22-3.mga4.x86_64 lib64gtk+2.0_0-2.24.22-3.mga4.x86_64 lib64harfbuzz0-0.9.22-2.mga4.x86_64 lib64ice6-1.0.8-4.mga4.x86_64 lib64ltdl7-2.4.2-11.mga4.x86_64 lib64lzma5-5.1.2-0.alpha.4.mga4.x86_64 lib64mesaegl1-10.0.5-1.mga4.tainted.x86_64 lib64mesagl1-10.0.5-1.mga4.tainted.x86_64 lib64nss-mdns2-0.10-12.mga4.x86_64 lib64ogg0-1.3.1-2.mga4.x86_64 lib64pango1.0_0-1.36.1-1.mga4.x86_64 lib64pango1.0_0-modules-1.36.1-1.mga4.x86_64 lib64pcre1-8.33-2.mga4.x86_64 lib64pixman1_0-0.32.4-1.mga4.x86_64 lib64png16_16-1.6.8-1.1.mga4.x86_64 lib64sm6-1.2.2-2.mga4.x86_64 lib64tdb1-1.2.12-2.mga4.x86_64 lib64udev1-208-10.5.mga4.x86_64 lib64uuid1-2.24-2.mga4.x86_64 lib64vorbis0-1.3.3-4.mga4.x86_64 lib64vorbisfile3-1.3.3-4.mga4.x86_64 lib64wayland-client0-1.3.0-2.mga4.x86_64 lib64wayland-server0-1.3.0-2.mga4.x86_64 lib64x11-xcb1-1.6.2-2.mga4.x86_64 lib64x11_6-1.6.2-2.mga4.x86_64 lib64xau6-1.0.8-3.mga4.x86_64 lib64xcb-dri2_0-1.9.1-2.mga4.x86_64 lib64xcb-glx0-1.9.1-2.mga4.x86_64 lib64xcb-render0-1.9.1-2.mga4.x86_64 lib64xcb-shm0-1.9.1-2.mga4.x86_64 lib64xcb-xfixes0-1.9.1-2.mga4.x86_64 lib64xcb1-1.9.1-2.mga4.x86_64 lib64xcomposite1-0.4.4-5.mga4.x86_64 lib64xcursor1-1.1.14-3.mga4.x86_64 lib64xdamage1-1.1.4-5.mga4.x86_64 lib64xdmcp6-1.1.1-5.mga4.x86_64 lib64xext6-1.3.2-3.mga4.x86_64 lib64xfixes3-5.0.1-2.mga4.x86_64 lib64xi6-1.7.2-3.mga4.x86_64 lib64xinerama1-1.1.3-2.mga4.x86_64 lib64xml2_2-2.9.1-2.1.mga4.x86_64 lib64xrandr2-1.4.2-2.mga4.x86_64 lib64xrender1-0.9.8-2.mga4.x86_64 lib64xxf86vm1-1.1.3-3.mga4.x86_64 lib64zlib1-1.2.8-3.mga4.x86_64 libgcc1-4.8.2-3.mga4.x86_64 libstdc++6-4.8.2-3.mga4.x86_64
(gdb)

amrit
 
Posts: 13
Joined: Jun 17th, '14, 11:20

Re: Dropbox on Mageia 4

Postby doktor5000 » Jul 6th, '14, 16:57

Seems the same as viewtopic.php?p=48233#p48233 only that you don't have the debuginfo packages installed, and so won't see all symbols in gdb, but that doesn't matter.

Maybe it's enough if you simply uninstall nautilus-dropbox, install kfilebox, switch the icon theme as mentioned in viewtopic.php?f=7&t=7443 and then logout/login or reboot.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest