You are not logged in.

#121 2025-04-03 14:57:38

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

Re: BunsenLabs-wayland repository - in development

I'm here and checking in regularly again, but I have some catching up to do. I'll have a better handle on things in a day or two. w00t!


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

Offline

#122 2025-04-04 06:27:42

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: BunsenLabs-wayland repository - in development

Welcome back! smile


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#123 2025-04-05 10:06:31

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

Re: BunsenLabs-wayland repository - in development

^ Thank you!


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

Offline

#124 2025-04-07 13:44:07

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: BunsenLabs-wayland repository - in development

wb hhh


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#125 2025-04-08 15:04:18

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

Re: BunsenLabs-wayland repository - in development

^ Thank you!


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

Offline

#126 2025-04-24 04:48:19

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: BunsenLabs-wayland repository - in development

micko01 wrote:

Anyway here's some samples.

labbe-min-[sage,bark,oomox,grey] in that order These can be defaults if you like, but the source needs to be altered, no big deal. Same for the S++
https://thumbs2.imgbox.com/84/34/ojprskob_t.png

Not sure I understand what you mean about setting the default icon theme in the source. What we need is separate icon themes installed to directories in /usr/share/icons which the user can choose from, and the default will be whatever is set in the config files in ~/, coming initially from /usr/share/bunsen/skel


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#127 2025-04-24 09:26:02

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: BunsenLabs-wayland repository - in development

johnraff wrote:
micko01 wrote:

Anyway here's some samples.

labbe-min-[sage,bark,oomox,grey] in that order These can be defaults if you like, but the source needs to be altered, no big deal. Same for the S++
https://thumbs2.imgbox.com/84/34/ojprskob_t.png

Not sure I understand what you mean about setting the default icon theme in the source. What we need is separate icon themes installed to directories in /usr/share/icons which the user can choose from, and the default will be whatever is set in the config files in ~/, coming initially from /usr/share/bunsen/skel

Not what I meant, but if you want to reduce the number of themes the source would have to be altered. (Well that's what I meant at the time).

Really to reduce the themes just delete debian/install files and that would do it.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#128 2025-04-25 04:37:43

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: BunsenLabs-wayland repository - in development

^Sounds right. Maybe leaving unused themes in the source means wasted CPU cycles creating files which aren't packed into the final .deb, but that isn't a huge problem really. And editing debian/install makes it very easy to change your mind later.

For that matter, the same source repo can build multiple .deb packages - just have separate install files (and some other files under /debian). (eg bunsen-configs)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#129 2025-04-25 09:34:49

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Re: BunsenLabs-wayland repository - in development

Already done from the start. Simply deleting *install files and editing control should be right.

mick@dellhome:~/Github/labbe-min-ng/debian$ tree -L1
.
├── changelog
├── control
├── copyright
├── docs
├── labbe-min-60spsycho.install
├── labbe-min-90ssummer.install
├── labbe-min-arrongin.install
├── labbe-min-aurora.install
├── labbe-min-bark.install
├── labbe-min-cyberneon.install
├── labbe-min-fitdance.install
├── labbe-min-grey.install
├── labbe-min-oomox.install
├── labbe-min-rainblue.install
├── labbe-min-sage.install
├── labbe-min-sunrise.install
├── labbe-min-telinkrin.install
├── README.Debian
├── rules
└── source

2 directories, 19 files

AND

mick@dellhome:~/Github/material-solarized-suruplusplus-ng/debian$ tree -L1
.
├── changelog
├── control
├── copyright
├── docs
├── material-solarized-suruplusplus-60spsycho.install
├── material-solarized-suruplusplus-90ssummer.install
├── material-solarized-suruplusplus-arrongin.install
├── material-solarized-suruplusplus-aurora.install
├── material-solarized-suruplusplus-bark.install
├── material-solarized-suruplusplus-common.install
├── material-solarized-suruplusplus-cyberneon.install
├── material-solarized-suruplusplus-fitdance.install
├── material-solarized-suruplusplus-grey.install
├── material-solarized-suruplusplus-oomox.install
├── material-solarized-suruplusplus-rainblue.install
├── material-solarized-suruplusplus-sage.install
├── material-solarized-suruplusplus-sunrise.install
├── material-solarized-suruplusplus-telinkrin.install
├── README.Debian
├── rules
└── source

2 directories, 20 files

These are up at my github. https://github.com/01micko?tab=repositories
smile


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#130 2025-04-26 04:26:59

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: BunsenLabs-wayland repository - in development

@micko you're ahead of me. smile
I rudely thought your "delete debian/install files" was a typo for "delete entries in debian/install" but I see you've got it all set up nicely.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

Board footer

Powered by FluxBB