Mageia Bugzilla – Attachment 2907 Details for
Bug 7695
nautilus-dropbox icon does not appear in system tray
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
nautilus-dropbox patch
dropbox.patch (text/plain), 678 bytes, created by
Derek Jennings
on 2012-10-03 19:39:03 CEST
(
hide
)
Description:
nautilus-dropbox patch
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2012-10-03 19:39:03 CEST
Size:
678 bytes
patch
obsolete
>*** /usr/bin/dropbox 2012-05-16 19:36:42.000000000 +0100 >--- dropbox 2012-10-03 18:23:56.653699882 +0100 >*************** >*** 700,705 **** >--- 760,769 ---- > > def start_dropbox(): > db_path = os.path.expanduser(u"~/.dropbox-dist/dropboxd").encode(sys.getfilesystemencoding()) >+ # Patch for Mageia to remove libz.so.i from Dropbox distribution >+ if os.path.exists(os.path.expanduser(u"~/.dropbox-dist/libz.so.1")): >+ os.remove(os.path.expanduser(u"~/.dropbox-dist/libz.so.1")) >+ # end of mageia patch > if os.access(db_path, os.X_OK): > f = open("/dev/null", "w") > # we don't reap the child because we're gonna die anyway, let init do it
*** /usr/bin/dropbox 2012-05-16 19:36:42.000000000 +0100 --- dropbox 2012-10-03 18:23:56.653699882 +0100 *************** *** 700,705 **** --- 760,769 ---- def start_dropbox(): db_path = os.path.expanduser(u"~/.dropbox-dist/dropboxd").encode(sys.getfilesystemencoding()) + # Patch for Mageia to remove libz.so.i from Dropbox distribution + if os.path.exists(os.path.expanduser(u"~/.dropbox-dist/libz.so.1")): + os.remove(os.path.expanduser(u"~/.dropbox-dist/libz.so.1")) + # end of mageia patch if os.access(db_path, os.X_OK): f = open("/dev/null", "w") # we don't reap the child because we're gonna die anyway, let init do it
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7695
: 2907