You are not logged in.
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
Welcome back!
...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 )
Offline
^ Thank you!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
wb hhh
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
^ Thank you!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
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 )
Offline
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.pngNot 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
^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 )
Offline
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
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
@micko you're ahead of me.
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 )
Offline