-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 2017-01-08 14:57, Patrick Bouldin wrote:
> On Sunday, January 8, 2017 at 11:15:56 AM UTC-5, Andrew David Wong wrote:
> On 2017-01-07 18:27, Patrick Bouldin wrote:
>>>> On Saturday, January 7, 2017 at 3:21:42 AM UTC-5, Andrew David Wong wrote:
>>>> On 2017-01-06 14:37, Patrick Bouldin wrote:
>>>>>>> On Wednesday, December 28, 2016 at 2:41:28 AM UTC-5, Andrew David
>>>>>>> Wong wrote: On 2016-12-27 12:39, Patrick Bouldin wrote:
>>>>>>>>>> On Tuesday, December 27, 2016 at 2:13:48 PM UTC-5, Patrick
>>>>>>>>>> Bouldin wrote:
>>>>>>>>>>> On Tuesday, December 27, 2016 at 2:11:04 PM UTC-5, Patrick
>>>>>>>>>>> Bouldin wrote:
>>>>>>>>>>>> On Tuesday, December 27, 2016 at 2:04:28 PM UTC-5,
>>>>>>>>>>>> Patrick Bouldin wrote:
>>>>>>>>>>>>> On Wednesday, December 21, 2016 at 6:13:24 AM UTC-5,
>>>>>>>>>>>>> Patrick Bouldin wrote:
>>>>>>>>>>>>>> Hi, I saw some threads on this but am not clear at a
>>>>>>>>>>>>>> high level.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I thought I would install dropbox client on one of my
>>>>>>>>>>>>>> Fedora VMs so that working with files is much
>>>>>>>>>>>>>> smoother than from a browser. So, is installing a
>>>>>>>>>>>>>> Fedora Desktop the best plan to do that? Don't assume
>>>>>>>>>>>>>> I know enough of native Qubes ability please - maybe
>>>>>>>>>>>>>> I'm missing a key point!
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks, Patrick
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks David. housekeeping question - before I started
>>>>>>>>>>>>> I copied my Fedora template, just in case. Am I correct
>>>>>>>>>>>>> I can easily undo those changes incorrectly made by
>>>>>>>>>>>>> deleting the template and renaming the backup template
>>>>>>>>>>>>> to the production one (just deleted)?
>>>>>>>>>>>>>
>>>>>>>
>>>>>>> Yes, that's correct.
>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Sorry, I meant Andrew!
>>>>>>>>>>>
>>>>>>>
>>>>>>> No worries.
>>>>>>>
>>>>>>>>>>> And I see it works so disregard, Andrew - thanks again.
>>>>>>>>>>
>>>>>>>>>> Wow, this is a bear for me.
>>>>>>>>>>
>>>>>>>>>> Dropbox said:Add the following to /etc/yum.conf.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> name=Dropbox Repository 
>>>>>>>>>> baseurl=http://linux.dropbox.com/fedora/\$releasever/ 
>>>>>>>>>> gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc
>>>>>>>>>>
>>>>>>>>>> So I performed a sudo gedit on that file and added the above
>>>>>>>>>> three lines. When I saved it I received this:
>>>>>>>>>>
>>>>>>>>>> ** (gedit:1791): WARNING **: Set document metadata failed:
>>>>>>>>>> Setting attribute metadata::gedit-position not supported 
>>>>>>>>>> [user@fedora-24 ~]$
>>>>>>>>>>
>>>>>>>>>> So I do see that you can't save metadata by extending the
>>>>>>>>>> yum.conf file, and tried a few other things that I think it
>>>>>>>>>> was suggesting.
>>>>>>>>>>
>>>>>>>
>>>>>>> No, I think that's just a warning message about the gedit program 
>>>>>>> itself. Should be safe to disregard. You can verify that the
>>>>>>> contents of the file were saved with `cat /etc/yum.conf`.
>>>>>>>
>>>>>>>>>> When I try and run $ sudo dnf install nautilus-dropbox I get
>>>>>>>>>> this: Last metadata expiration check: 0:14:35 ago on Tue Dec
>>>>>>>>>> 27 15:23:35 2016. No package nautilus-dropbox available. 
>>>>>>>>>> Error: Unable to find a match.
>>>>>>>>>>
>>>>>>>
>>>>>>> Try this:
>>>>>>>
>>>>>>> $ sudo dnf --refresh install nautilus-dropbox
>>>>>>>
>>>>>>> If that still doesn't work, try creating a separate repo file, 
>>>>>>> `/etc/yum.repos.d/dropbox.repo`, with this content:
>>>>>>>
>>>>>>> [Dropbox] name=Dropbox Repository 
>>>>>>> baseurl=http://linux.dropbox.com/fedora/$releasever/ 
>>>>>>> gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc
>>>>>>>
>>>>>>> Then try this again:
>>>>>>>
>>>>>>> $ sudo dnf --refresh install nautilus-dropbox
>>>>>>>
>>>>>>>
>>>>>>> Darn, still not working - I noticed this link is not working:
>>>>>>> baseurl=http://linux.dropbox.com/fedora/\$releasever/ 
>>>>>>> gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc
>>>>>>>
>>>>>>>
>>>>>>> So it's not finding the file, tested that just in my browser
>>>>>>> address bar.
>>>>>>>
>>>>>>> Patrick
>>>>>>>
>>>>
>>>> I wouldn't expect that to work in your browser address bar due to the
>>>> backslash, but I have to ask: Why not try following the instructions I
>>>> provided in the previous email (to which you're replying)?
>>>>
>>>> Hi Andrew, I did follow them precisely, I just started fumbling around on 
>>>> my own - basically it still says it can't find the file, errors out - just 
>>>> like before - so I was just adding 2+2, figured it was the one I pointed 
>>>> out. So I did try the suggestions, including a special dropbox.repo in the 
>>>> /etc directory, same result. I need this in the fedora-24 template, right?
>>>>
>>>> So if I:
>>>> [user@fedora-24 etc]$ cat dropbox.repo
>>>>
> 
> It needs to be in /etc/yum.repos.d/
> 
>>>> I get...
>>>>
>>>> [Dropbox] name=Dropbox Repository
>>>> baseurl=http://linux.dropbox.com/fedora/$releasever/
>>>> gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc
>>>>
>>>> Then when I run
>>>> [user@fedora-24 etc]$ sudo dnf --refresh install nautilus-dropbox
>>>>
>>>> I get...
>>>>
>>>> google-chrome                         2.3 kB/s | 3.7 kB     00:01          
>>>>                                                                            
>>>>    
>>>> Fedora 24 - x86_64 - Updates          3.4 MB/s |  20 MB     00:05          
>>>>                                                                            
>>>>    
>>>> Qubes OS Repository for VM (updates)  155 kB/s | 435 kB     00:02          
>>>>                                                    
>>>> No package nautilus-dropbox available.
>>>> Error: Unable to find a match.
>>>> [user@fedora-24 etc]$ 
>>>>
>>>> What do you think?
>>>>
>>>> Thanks,
>>>> Patrick
>>>>
> 
> 
> Ok, still same result - to confirm:
> 
> I created the file dropbox.repo inside the /etc/yum.repos.d folder
> 
> Contents of the file
> 
> [Dropbox]
> name=Dropbox Repository
> baseurl=http://linux.dropbox.com/fedora/$releasever/
> gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc
> 

Note the line break (not sure if this actually matters, but still).

> Then, I assume also from the /etc/yum.repos.d folder ...
> 
> $ sudo dnf --refresh install nautilus-dropbox (but I tried it from several 
> folders)
> 

Doesn't matter which folder you issue this command from.

> And the response is still "No package nautilus-dropbox available"  Error: 
> Unable to find a match. 
> 

In your Firewall rules tab for this VM, check the box "Allow full access for X 
minutes," then try again.

> Also to confirm, I'm doing all this in terminal for Template:Fedora-24
> 

That's right.

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYcxKWAAoJENtN07w5UDAwCNcP/0WPw8gySf85f1fMsO87YWRz
cfrV7+mTNYjEBgUtx/Mabb3SlLPBPB15GppWjl0+huJVkkL+9XjNZ2KCzrh8dMHm
yWupv4znZTPMfZVI9+WwnIJqdm/pOcU0mQgw24FRuvfwmByB5jL8LB/JkGoSGX/Y
lkBG6ZEBbM87TOyzPV36YXpEp5nt0EkQZzyvOpt4KFeFRnOVkpJ0masGVDbM8WGK
Q8xAvh1StfjL9ZbF2h3ZqO5Nyyo/EAducHfwjwa99q1IBXCexpoG7mz9ZRpGssMf
rRkTHpXGTj9Cf08qjlgRSg6AdZ8BuTkenlkLTyibavjum657W4NOSMDnEQDxhWzr
1++fgbPa4yWAKmWGsGu96Jbg75xripl/GL/Yebm9m7h02BiTCbXf3N+QMJlnwIsf
+Ba2ToOueIv3D2NqKnohbGrxwJL4uN3yJqAiw+MXQUjpqEgJ401ZOwamGKuxdQBu
miiDTs7rGfcfAwob/Zqv+DheMFxydNGMS2KK4AtI8Ikw5YsIYrVe3rrq/blsvEGx
NyXbDyze0OjqIGDbpT2oBt/NATGakS6imm0pB/iwu1AqVenFyimx9l8vLLKSIr8j
QE+Qc8uXkFN2ds1gdpdPdKJjUyL5jQoFaAn3wi/UvG3Q47vx34LZI2AaqKWDVHdE
LEKQYD9Yzj7yCbSQ60MU
=uAVV
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/a53641fd-8148-224b-d846-8d0c7bfd65aa%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to