Search found 8 matches
- 2024-10-22 20:56
- Forum: Graphical Environments & Desktops
- Topic: Cinnamon: Unable to change panel & menu background color
- Replies: 0
- Views: 160
Cinnamon: Unable to change panel & menu background color
I have book worm here which I have built my own little bootable Live ISO flash drive. I have the desktop theme basically looking like I want it, except for the panel and menu color. Screenshots of the theme suggest it should be black, but I am seeing a a dark gray which looks like the default Debian...
- 2024-10-22 18:59
- Forum: Graphical Environments & Desktops
- Topic: Issue installing Firefox from Mozilla repo
- Replies: 20
- Views: 1900
Re: Issue installing Firefox from Mozilla repo
It appears the Mozilla Debian repo has been shut down.
- 2020-04-01 00:49
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Re: Building .deb package with Meson/Ninja
I found the source online that Debian is using. I see there was some patch files making it compatible with the older version of Glib. However, when trying to enter your suggested command, " dh $@ --with meson" it is returning "dh: error: Unknown sequence --buildsystem=meson (options s...
- 2020-03-09 20:06
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Re: Building .deb package with Meson/Ninja
Thanks for all this helpful information. This does lead me to more questions though. My end result is to try to learn to build the Budgie Desktop as a package. I see Debian 10 Buster already has version 10.5.1 built. Which is the same version I am trying to at least just straight compile for now. So...
- 2020-03-07 20:01
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Re: Building .deb package with Meson/Ninja
The version in Debian 10 is 3.30.2, plus I am trying to learn how to build different packages.
I need version 3.34,
Which option are needed for dh_auto_build?
I need version 3.34,
Which option are needed for dh_auto_build?
- 2020-03-07 19:33
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Re: Building .deb package with Meson/Ninja
Exactly my point, dh_auto_build is calling configure and make. It does not seem work with this, that is why I keep mentioned Meson & Ninja I have also tried dh_make I am trying to build Mutter. https://github.com/GNOME/mutter Using dh_auto_build returns: dh_auto_configure: Package-field must be ...
- 2020-03-07 17:07
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Re: Building .deb package with Meson/Ninja
Thanks for taking the time to respond, but those you listed are for the traditional configure and make, not for Meson and Ninja.
That is why I am asking as I previously mentioned, I cannot find anything about building for Meson & Ninja
That is why I am asking as I previously mentioned, I cannot find anything about building for Meson & Ninja
- 2020-03-07 03:46
- Forum: Debian Development Discussion
- Topic: Building .deb package with Meson/Ninja
- Replies: 12
- Views: 20671
Building .deb package with Meson/Ninja
I have seen a lot of guides/How-Tos on building .deb packages using the traditional configure & make method, and those work out great. However, I am not seeing anything on building packages based on the Meson & Ninja build setup. Not even Debian's own guide mentions anything on this. Can any...