Re: [arch-general] The font and themes used in terminal and editor

2019-09-21 Thread lists--- via arch-general
Hello,
> Hello, 
> Does anyone know what kind of font and color themes used in this terminal and
> editor setting,
> https://s3.amazonaws.com/f.cl.ly/items/1e2F0A123h331c1G0L0R/SadBart.gif,
The colorscheme could be gruvbox[1]:

[1] https://github.com/morhetz/gruvbox

Best,
Paul


Re: [arch-general] The font and themes used in terminal and editor

2019-09-21 Thread ml
> Does anyone know what kind of font and color themes used in this terminal
> and editor setting,
> https://s3.amazonaws.com/f.cl.ly/items/1e2F0A123h331c1G0L0R/SadBart.gif,

Hi Mark,

looks like Monofur.

Check it out: https://app.programmingfonts.org/#monofur

Regards,
ml


Re: [arch-general] How to get the app folders in Gnome?

2019-09-21 Thread Manuel Reimer

On 21.09.19 12:51, Jesse Jaara via arch-general wrote:

I've updated my laptop now, too. Again nothing at all when dropping
application icons onto some other application icon...

Am I doing it wrong???

Manuel



You did restart gnome after updating, did you?




Several times.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1652

Can be worked around and works for me now


Manuel


[arch-general] The font and themes used in terminal and editor

2019-09-21 Thread CSO--- via arch-general
Hello, 
Does anyone know what kind of font and color themes used in this terminal and
editor setting,
https://s3.amazonaws.com/f.cl.ly/items/1e2F0A123h331c1G0L0R/SadBart.gif,
?
Thanks 
Mark


Re: [arch-general] How to get the app folders in Gnome?

2019-09-21 Thread Jesse Jaara via arch-general
> I've updated my laptop now, too. Again nothing at all when dropping
> application icons onto some other application icon...
>
> Am I doing it wrong???
>
> Manuel


You did restart gnome after updating, did you?


[arch-general] SOLVED Re: Aur push error, now can't fix -- need help? [was Re: Linux 5.3 - Virtualbox 5.2.32 modules fail to build - upstream bug opened]

2019-09-21 Thread David C. Rankin
On 09/21/2019 03:24 AM, David C. Rankin wrote:
> I updated virtualbox-bin-5 and it builds and runs with 5.2.X & 5.3. However I
> forgot to add a patch to the git repo before pushing and now I can't figure
> out how to undo (I have since added the patch to git). The error is:
> 
> git push
> Enumerating objects: 10, done.
> Counting objects: 100% (10/10), done.
> Delta compression using up to 8 threads
> Compressing objects: 100% (7/7), done.
> Writing objects: 100% (7/7), 1.92 KiB | 1.92 MiB/s, done.
> Total 7 (delta 4), reused 0 (delta 0)
> remote: error: The following error occurred when parsing commit
> remote: error: 3d54a4581d3c0731c53c5cc6b232c2d58864f6e1:
> remote: error: missing source file: 015-linux-5-3.patch
> remote: error: hook declined to update refs/heads/master
> To ssh://aur.archlinux.org/virtualbox-bin-5
>  ! [remote rejected] master -> master (hook declined)
> error: failed to push some refs to 
> 'ssh://a...@aur.archlinux.org/virtualbox-bin-5'
> 
> What do I do to tell it to forget about that commit and let me try again?

I got it sorted, I just reset to head and did the commit again after adding
the new file.

-- 
David C. Rankin, J.D.,P.E.


[arch-general] Aur push error, now can't fix -- need help? [was Re: Linux 5.3 - Virtualbox 5.2.32 modules fail to build - upstream bug opened]

2019-09-21 Thread David C. Rankin
On 09/21/2019 01:03 AM, David C. Rankin wrote:
> Thank you Ralf,
> 
>   I have the kernel modules building with a combination of the following 
> patches:
> 
> 009-include-path.patch
> 015-linux-5-3.patch
> 
>   The 013-Makefile patch must be specific to 6.X as on 5.2.32 is throws an 
> error:
> 
> Reversed (or previously applied) patch detected!  Skipping patch.
> 
>   Still have testing, but it looks promising.

I updated virtualbox-bin-5 and it builds and runs with 5.2.X & 5.3. However I
forgot to add a patch to the git repo before pushing and now I can't figure
out how to undo (I have since added the patch to git). The error is:

git push
Enumerating objects: 10, done.
Counting objects: 100% (10/10), done.
Delta compression using up to 8 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.92 KiB | 1.92 MiB/s, done.
Total 7 (delta 4), reused 0 (delta 0)
remote: error: The following error occurred when parsing commit
remote: error: 3d54a4581d3c0731c53c5cc6b232c2d58864f6e1:
remote: error: missing source file: 015-linux-5-3.patch
remote: error: hook declined to update refs/heads/master
To ssh://aur.archlinux.org/virtualbox-bin-5
 ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 
'ssh://a...@aur.archlinux.org/virtualbox-bin-5'

What do I do to tell it to forget about that commit and let me try again?

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] Linux 5.3 - Virtualbox 5.2.32 modules fail to build - upstream bug opened

2019-09-21 Thread David C. Rankin
On 09/20/2019 11:57 AM, Ralf Mardorf via arch-general wrote:
> virtualbox-bin from AUR is already patched with a fix.
> https://aur.archlinux.org/cgit/aur.git/commit/?h=virtualbox-bin=83f1870f15d86179a665dc0c6b36815a385f6fbe
> 
> You could try to adapt it to your virtualbox-bin-5 tarball from AUR without 
> much editing...
> 
> $ wget -q 
> https://aur.archlinux.org/cgit/aur.git/snapshot/virtualbox-bin{,-5}.tar.gz
> $ tar xf virtualbox-bin.tar.gz; tar xf virtualbox-bin-5.tar.gz
> $ diff -r virtualbox-bin virtualbox-bin-5
> [snip]
> 
> ...perhaps you have good luck. Sometimes patches apply with an offset and 
> work out of the box.
> 

Thank you Ralf,

  I have the kernel modules building with a combination of the following 
patches:

009-include-path.patch
015-linux-5-3.patch

  The 013-Makefile patch must be specific to 6.X as on 5.2.32 is throws an 
error:

Reversed (or previously applied) patch detected!  Skipping patch.

  Still have testing, but it looks promising.

-- 
David C. Rankin, J.D.,P.E.