Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Whatever happened to desktop-installer?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
debbiethekiwi
Posts: 33
Joined: 2019-08-31 04:15
Has thanked: 1 time

[Solved] Whatever happened to desktop-installer?

#1 Post by debbiethekiwi »

Or was it DesktopInstaller, or... In my dotage I can't remember the precise spelling, so packages.debian.org can't tell me anything. It was in the repos, a perl script of about 70k, found its home in /usr/sbin. Its purpose is to install xorg and the login manager, and desktop environment chosen from 13 offered, following a cli install. It gives plenty of options, resolves dependencies, and has a default [no] for Firefox, Thunderbird and LibreOffice. It's a console app, so might not be popular for noobs, it was written in 2009, and updated several times since, looks like it should have been the backend to the netinstall CD. I used it 15 months ago on Buster 10.1, but now all the popular search engines are denying any knowledge of it.
Last edited by debbiethekiwi on 2021-01-30 18:08, edited 1 time in total.

mm3100
Posts: 337
Joined: 2020-10-21 21:39
Has thanked: 8 times
Been thanked: 14 times

Re: Whatever happened to desktop-installer?

#2 Post by mm3100 »


debbiethekiwi
Posts: 33
Joined: 2019-08-31 04:15
Has thanked: 1 time

Re: Whatever happened to desktop-installer?

#3 Post by debbiethekiwi »

Maybe not tasksel, because it just dumps a heap of bloatware the maintainers think might be handy. The thing I'm trying to find again took you you thru sensible choices of browser, email, text editor, appropriate to the chosen DE. Even allowing, "No thanks, I'll find my own later"
Solar powered - saving carbon

CwF
Global Moderator
Global Moderator
Posts: 2681
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 196 times

Re: Whatever happened to desktop-installer?

#4 Post by CwF »

Uncheck all in the installer and get to the command line. apt in xorg and aptitude, then startx into an xterm, fix the resolution and fonts, fire up aptitude,..........reboot into a lean desktop!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Whatever happened to desktop-installer?

#5 Post by Head_on_a_Stick »

CwF wrote:apt in xorg [...] reboot into a lean desktop!
Have you seen what the xorg metapackage pulls in? The OP refers to useful desktop applications as "bloatware" so I very much doubt they would be impressed with a whole slew of DDX drivers for graphics cards that they don't use.
deadbang

CwF
Global Moderator
Global Moderator
Posts: 2681
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 196 times

Re: Whatever happened to desktop-installer?

#6 Post by CwF »

Sure. It helps me to pick a full meta package, then take it apart - rather than piece together knowingly in a single step.

I have lately used a recent installer to answer a few questions on the upgrade path. Packages are thicker than they were when I last installed, and the installer much nicer! I didn't have a problem piecing together an 800 package xfce. I did see the 1250+ default result, deleted that...The exercise did fix my existing upgraded to bullseye images, since the fresh install came up with broken networking, the fix worked for all. Fresh not better...

But yes, what better way to do it? And xorg isn't that big, and still works, and for me, required.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Whatever happened to desktop-installer?

#7 Post by Head_on_a_Stick »

CwF wrote:what better way to do it?
It is possible to install the desired components explicitly rather than just accept the cover-all defaults, for example:

Code: Select all

# apt install xorg xserver-xorg-{video-amdgpu,input-libinput}
^ That specifies an xorg-driver-video option, which will be installed instead of the xserver-xorg-video-all metapackage, and an xorg-driver-input option, which will be installed instead of the xserver-xorg-input-all metapackage.
deadbang

debbiethekiwi
Posts: 33
Joined: 2019-08-31 04:15
Has thanked: 1 time

Re: Whatever happened to desktop-installer?

#8 Post by debbiethekiwi »

Head_on_a_Stick wrote: It is possible to install the desired components explicitly rather than just accept the cover-all defaults,
Which is just what this dandy little script did. Perl is not one of my languages, and at a glance I assumed it was making some intelligent choices about what my hardware required to satisfy the choices I gave it. I used it a couple of times when I was messing about trying to find a distro that was stable and comfortable to replace MacOS. I got it from the repos:

Code: Select all

sudo apt-get install [insert whatever its name was]
Then for some unknown reason I settled on mate desktop and just took the default, so now when I want it again its not even in my backups. I've tried the package search functions for "desktop", "Desktop", "desktop*", &c. even the major search engines are pleading ignorance. If it's been dropped I would have expected to see a stub saying "This has gone because..." I'm sure I wasn't smoking anything back when I last saw it... :oops:
Solar powered - saving carbon

CwF
Global Moderator
Global Moderator
Posts: 2681
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 196 times

Re: Whatever happened to desktop-installer?

#9 Post by CwF »

Still, the fastest way is aptitude with a dselect cheat sheet. I did the above in parallel, one allowed defaulted selections and the 800 package from the cheat sheet. 792 actually, and much faster.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Whatever happened to desktop-installer?

#10 Post by Head_on_a_Stick »

deadbang

debbiethekiwi
Posts: 33
Joined: 2019-08-31 04:15
Has thanked: 1 time

Re: Whatever happened to desktop-installer?

#11 Post by debbiethekiwi »

That seems to be a way for sysadmins to maintain consistent user profiles across different desktop environments in a multiuser situation.
debbiethekiwi wrote:I'm sure I wasn't smoking anything back when I last saw it...
No, just senile dementia. No, it wasn't a perl script, it is a bash script, and no, it was never in the Debian repos, but yes, I was booted into Debian, building a Freebsd install in Virtualbox :( But this script works so well, it looks just like it belongs in Debian... Sorry for the distraction
Solar powered - saving carbon

Post Reply