You are not logged in.

#81 2018-12-23 03:02:41

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,036
Website

Re: December 2018 Screenshot Thread

xfce4 on sid.

Screenshot_2018-12-22_21-58-40.th.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#82 2018-12-23 04:18:00

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: December 2018 Screenshot Thread

Ive finally bunsened openbsd. I was going to use obmenu-generator but that fails with the perl version in openbsd, anyone else had luck with it in a bsd? I instead used the menu.xml from bunsenlabs and modified it to openbsd.

Dec23141540.th.png Dec23141446.th.png Dec23135715.th.png

Offline

#83 2018-12-23 04:53:50

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: December 2018 Screenshot Thread

S7.L wrote:

Ive finally bunsened openbsd. I was going to use obmenu-generator but that fails with the perl version in openbsd, anyone else had luck with it in a bsd? I instead used the menu.xml from bunsenlabs and modified it to openbsd.

https://cdn.scrot.moe/images/2018/12/23/Dec23141540.th.png https://cdn.scrot.moe/images/2018/12/23/Dec23141446.th.png https://cdn.scrot.moe/images/2018/12/23/Dec23135715.th.png


Most excellent.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#84 2018-12-23 06:40:08

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: December 2018 Screenshot Thread

damo wrote:
Antidentity wrote:

Nice wallpaper mrneilypops! Is it real photograph or 3D render?

That was my first thought as well. Either that means it is fantastic that we have the software and skills to do it, or the world has got to a scary place hmm

It's real.
why's that scary?
I like it. Stranger than fiction. What would life be without reality.

Offline

#85 2018-12-23 06:41:35

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: December 2018 Screenshot Thread

S7.L wrote:

I was going to use obmenu-generator but that fails with the perl version in openbsd, anyone else had luck with it in a bsd?

not openbsd, but i used to have perl version trouble too, with obmenu-generator.
troubleshooting: run it from command line, show us some output etc. you know the drill.
and which versions?

Offline

#86 2018-12-23 06:59:31

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: December 2018 Screenshot Thread

@SL.7
I've been playing with OpenBSD too lately - not to replace my BunsenLabs setup, but on an old laptop.
I didn't go as far as you have in terms of labifying it smile I just copied the most essential dotfiles across.
It's been an interesting journey of discovering what commands/services/etc are Linux specific.

Offline

#87 2018-12-23 08:01:28

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: December 2018 Screenshot Thread

ohnonot wrote:

...
It's real.
why's that scary?
....

Because we don't know when a manipulated image is meant to be manipulating the audience.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#88 2018-12-23 09:26:18

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: December 2018 Screenshot Thread

@ Dobbie, thanks.

@ ohnonot, i followed this quide here to set up obmenu-generator --> https://sysdfree.wordpress.com/2018/02/15/165/

The output says it needs some GDBM module but the perl openbsd uses is not built with it and i have no idea how to rebuild perl with that module file, you cant just install it via cpan ive googled it.

This is perl 5, version 24, subversion 3 (v5.24.3) built for amd64-openbsd

Copyright 1987-2017, Larry Wall
s7 :: ~ » obmenu-generator -p -i
[*] A dynamic menu has been successfully generated!
s7 :: ~ » obmenu-generator 
Can't locate GDBM_File.pm in @INC (you may need to install the GDBM_File module) (@INC contains: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5 .) at /usr/bin/obmenu-generator line 441.

And you know what I just lost the menu.xml file i modified today from the bunsenlabs one cause i didnt back it up before throwing that command, damnit!

Anyhow, the line in the obmenu-generator file on line 441 says below.

441: require GDBM_File;
442: tie my %cache_db, 'GDBM_File', $cache_db, &GDBM_File::GDBM_WRCREAT, 0640;

EDIT:

I tried updating cpan from the cpan shell but still throws this info at me...

cpan[4]> install GDBM_File
Running install for module 'GDBM_File'
The most recent version "1.17" of the module "GDBM_File"
is part of the perl-5.28.1 distribution. To install that, you need to run
  force install GDBM_File   --or--
  install S/SH/SHAY/perl-5.28.1.tar.gz
Failed during this command:
 SHAY/perl-5.28.1.tar.gz                      : make NO isa perl

?

@malm it is a bit of a learning curve openbsd if you come from linux, ive been poking away at it for awhile now and seem to have learned the basics. Would be nice to put it on my laptop but openbsd dont play well with my nvidia card.

Here is a few handy links if you have set your ports tree up to build packages from source,

http://www.bsdua.org/tray-app.html  --> you dont need to download install anythink from this page, if you have ports set up its in ports/sysutils

http://www.bsdua.org/hotplug-diskmount.html --> same with this one.

This is a good link to get your ports tree up and running if you havent --> https://www.cyberciti.biz/faq/openbsd-i … ollection/

Mods if this is offtopic for this part of the forum ill create a thread elsewhere?

Last edited by S7.L (2018-12-23 09:40:58)

Offline

#89 2018-12-23 11:23:36

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: December 2018 Screenshot Thread

Nevermind i figured it out ohnonot!

I tried looking around in the openbsd ports tree and under /usr/share/ports/databases there is a build file called p5-GDBM_file, so built that and run obmenu-generator -p -i again and openbox --reconfigure and it worked!

Offline

#90 2018-12-24 01:59:52

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,036
Website

Re: December 2018 Screenshot Thread

I haven't used xfce in a while. I'm loving the fuzzy clock setting for the panel.

Screenshot_2018-12-23_20-56-05.th.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#91 2018-12-24 02:15:18

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: December 2018 Screenshot Thread

hhh wrote:

I haven't used xfce in a while. I'm loving the fuzzy clock setting for the panel.

https://cdn.scrot.moe/images/2018/12/24/Screenshot_2018-12-23_20-56-05.th.png

I'm not sure I like XFCE.  It feels....I dunno...half done?


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#92 2018-12-24 07:57:50

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: December 2018 Screenshot Thread

Dobbie03 wrote:

...

I'm not sure I like XFCE.  It feels....I dunno...half done?

My thoughts exactly. Its functionality is excellent, but the presentation is....not quite ready?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#93 2018-12-24 19:27:55

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: December 2018 Screenshot Thread

damo wrote:
Dobbie03 wrote:

...

I'm not sure I like XFCE.  It feels....I dunno...half done?

My thoughts exactly. Its functionality is excellent, but the presentation is....not quite ready?

Nail, head...meet hammer.

Yeah exactly what I couldn't put into words.  Yes, you can make it look amazing but like many DE's the vanilla setup is average at best.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#94 2018-12-25 09:02:44

S7.L
Member
Registered: 2018-09-16
Posts: 338

Re: December 2018 Screenshot Thread

Openbsd looking more Bunsened...

Screenshot_2018-12-25_18-39-35.th.png Screenshot_2018-12-25_18-36-12.th.png Screenshot_2018-12-25_18-28-40.th.png

Offline

#95 2018-12-25 17:19:15

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,036
Website

Re: December 2018 Screenshot Thread

All I want for Christmas are sid upgrades.

Screenshot_2018-12-25_12-06-35.th.png

Merry Christmas!

-edit- Gah, embarrassed. How could I forget to match my terminal background-color?

Screenshot_2018-12-25_12-29-45.th.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#96 2018-12-27 20:25:57

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Offline

#97 2018-12-27 21:46:15

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: December 2018 Screenshot Thread

Experiments ...
balls2.th.pngbazinga.th.png

Last edited by brontosaurusrex (2018-12-28 12:43:41)

Online

#98 2018-12-28 03:14:10

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,612

Re: December 2018 Screenshot Thread

been using qutebrowser today; pretty nice once you get use to the key bindings:

2018-12-27-10-13-00.th.png


You must unlearn what you have learned.
    -- yoda

Offline

#99 2018-12-28 03:33:59

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: December 2018 Screenshot Thread

PackRat wrote:

been using qutebrowser today; pretty nice once you get use to the key bindings:

https://cdn.scrot.moe/images/2018/12/28/2018-12-27-10-13-00.th.png

Nice Pack.  I am back on Surf.  Love that browser.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#100 2018-12-29 13:47:44

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: December 2018 Screenshot Thread

31545049117_8218daa1f3.jpg
Wallpaper, somewhere from unsplash collection.


Tumbleweed | KDE Plasma

Offline

Board footer

Powered by FluxBB