Few things


Recommended Posts

I finally got portage working properly in Gentoo, soI got KDE running properly and I gotta say it's quite an improvement to the previous versions.

Anyways, here are a few wuestions:

1) Startup Login

Does anybody here know how to change this to something other than the fugly grey boxes?

edit: I'm talking about the ogin screen. It seems to load before it loads KDE - I'm assuming it;'s normal?

2) End new Session

When I go to the menu > Log Out, the only option is to End Session( see image below) How do I add at least the shutdown?

post-54262-1112616389.jpg

3) Excess Baggage

How do I remove all the crap that I don;t need that Gentoo installed?

I know I'm forgetting something, I'll edit if I do find out.

I'm talking about the KDE packages.

--------EDIT---------

4) How do I cover that boot-up text with a splash screen?

Edited by Codegen
Link to comment
https://www.neowin.net/forum/topic/304787-few-things/
Share on other sites

1) If you're talking about the login manager, KDM, there are various themes you can use to customise it. Alternatively, use another login manager. Entrance is good looking.

2) Gentoo has the shutdown command available for root only. You can bypass this with suid on the appropriate binaries. Refer to this gentoo forum thread for more.

3) Use the KDE split ebuilds.

4) Use vesafb-tng for a framebuffer console and then fbsplash for a nice, high-res animated bootsplash logo.

Link to comment
https://www.neowin.net/forum/topic/304787-few-things/#findComment-585724192
Share on other sites

1) If you're talking about the login manager, KDM, there are various themes you can use to customise it. Alternatively, use another login manager. Entrance is good looking.

2) Gentoo has the shutdown command available for root only. You can bypass this with suid on the appropriate binaries. Refer to this gentoo forum thread for more.

3) Use the KDE split ebuilds.

4) Use vesafb-tng for a framebuffer console and then fbsplash for a nice, high-res animated bootsplash logo.

585724192[/snapback]

1) Oops, just realised that I acciderntily left that line commented in rc.conf

2) ...I'll stick to shutdown-h now

3) I've already put enought ime into this

4) I'll try it.

Thanks.

edit: and nice broken link to your fbsplash ;)

Link to comment
https://www.neowin.net/forum/topic/304787-few-things/#findComment-585724349
Share on other sites

To install only parts of KDE, don't use the split ebuilds. They are intended for people not running KDE, but with the desire to use at least some KDE apps (Kate, for example). To reduce the KDE applications, add this to your /etc/make.conf (just an example):

DO_NOT_COMPILE="debian noatun kpackage juk krec kaudiocreator kolourpaint kpovmodeler kppp kget kuickshow artsbuilder kedit kmid kscd kfax kiconedit test examples kruler faxview klaptopdaemon charselectapplet kdelirc kjots lisa cervisia kbabel kbugbuster kcachegrind kmtrace kspy umbrello kstartperf kprofilemethod "

And don't install useless 'krap' like kdetoys, kdeedu or kdegames if you don't need it. That one's simple - instead of using 'emerge kde', use (another example):

emerge arts kdelibs kdebase kdenetwork kdeartwork kdemultimedia kdeadmin kdepim kdeaddons kdeutils kdegraphics

Link to comment
https://www.neowin.net/forum/topic/304787-few-things/#findComment-585726550
Share on other sites

To install only parts of KDE, don't use the split ebuilds. They are intended for people not running KDE, but with the desire to use at least some KDE apps (Kate, for example). To reduce the KDE applications, add this to your /etc/make.conf (just an example):

585726550[/snapback]

There are numerous advantages to running the split ebuilds over the monolithic ones, as outlined on the page linked, even if you wish to install all or most of KDE. Use the meta and then emerge -C && emerge depclean, or use /etc/portage/package.provided to keep unwanted packages out.

DO_NOT_COMPILE="debian noatun kpackage juk krec kaudiocreator kolourpaint kpovmodeler kppp kget kuickshow artsbuilder kedit kmid kscd kfax kiconedit test examples kruler  faxview klaptopdaemon charselectapplet kdelirc kjots lisa cervisia kbabel kbugbuster kcachegrind kmtrace kspy umbrello kstartperf kprofilemethod "

This is the old way of doing things, and certainly not the recommended way now that we have proper split ebuilds. Build-time flags are no substitute for proper package management and dependency handling.

Here is what the Gentoo page says about DO_NOT_COMPILE:

DO_NOT_COMPILE is an environment variable internal to the KDE build system. It allows selectively disabling subdirectories from compilation. Some people used to use it to compile subsets of the monolithic KDE ebuilds. For instance, running DO_NOT_COMPILE=konqueror emerge kdebase would install a kdebase without the konqueror application.

However, DO_NOT_COMPILE was never intended to be used to interfere with the operation of a package manager's automated builds. It does not work, it can break your system, and it was never supported. We request everyone to refrain from using it.

Here is a partial list of the problems with DO_NOT_COMPILE:

  • It completely breaks portage's dependency tracking. Portage does not know about DO_NOT_COMPILE, and thinks the entire monolithic package has been installed and can satisfy other packages' deps. This can cause other packages not to emerge or not to run.
  • It forces the user to know the names and meanings of all the different existing subdirs of the KDE modules. Very few users do know this, unless they're KDE developers, so they can't use DO_NOT_COMPILE properly.
  • KDE module subdirs can have interdependencies between them, require a particular build order, require another dir to be present even if it does not have to be installed, and so forth. We put a lot of work into the split ebuilds to make them work properly in this regard. DO_NOT_COMPILE is not nearly a fine enough tool to achieve the same results, even given sufficient knowledge on the user's part. The only thing you can do with it is disable a few applications from compiling. It is practically impossible to use it to install only a few selected applications from modules like kdebase or kdepim.
  • If I installed kmail yesterday and want to add korn today, using DO_NOT_COMPILE, it entails recompiling kmail as well. This means DO_NOT_COMPILE is always much slower than split ebuilds.
  • DO_NOT_COMPILE can't be used to make precompiled packages (such as the GRP) containing individual KDE apps.

Link to comment
https://www.neowin.net/forum/topic/304787-few-things/#findComment-585727078
Share on other sites

furry_goat,

while you are right, the split ebuilds are a) cumbersome to use compared to DO_NOT_COMPILE right now, and b) not really that relevant for the dependency handling if you know what packages to keep out. Nothing in the whole wide world depends on kedit or kpovmodeler anyway... :-)

So I'll guess I'll stick to DO_NOT_COMPILE for now, 'till gentoo comes up with an easier, more intuitive way to handle the split ebuilds that is (Like simply using DO_NOT_COMPILE if provided in make.conf to select the split ebuilds accordingly - they could also rename it to KDE_DO_NOT_COMPILE or something while keeping the format, so it wont affect KDE's build system. That would be convenient and made the transition really easy)...

Link to comment
https://www.neowin.net/forum/topic/304787-few-things/#findComment-585728184
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Close, but it is for any application starting, not just during boot time. In fact, it probably will not improve boot time at all because during a boot, the CPU is already boosting, so a pre-boost wouldn't change anything. I agree that it isn't exciting (especially considering every other OS already does it), but it is a good thing, even if they are just playing catch up.
    • Any so called performance increase will be in milliseconds, which nobody will actually notice in real world usage.
    • All it does is use the CPU more efficiently during boot to speed up boot times. That's it. Yawn....
    • It's not a one or the other kind of thing. Software should run efficiently, and the operating system should appropriately manage the CPU clocks. You could have the best most optimized software on earth, and it will still run faster if the CPU does a better job of boosting as needed. All this is doing is pre-boosting the CPU based on user actions, instead of waiting for the normal detection mechanism to kick in. If the OS knows it is about to need more CPU, why shouldn't it use that knowledge? It's the same idea of downshifting before passing someone, instead of just burying your foot into the peddle and waiting for the transmission to figure out what you want to do.
    • Audacity 3.7.8 by Razvan Serea Audacity is a free, open source digital audio editor and recording application. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. You can use Audacity to: Record live audio. Record computer playback on any Windows Vista or later machine. Convert tapes and records into digital recordings or CDs. Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files. AC3, M4A/M4R (AAC), WMA and other formats supported using optional libraries. Cut, copy, splice or mix sounds together. Numerous effects including change the speed or pitch of a recording. Write your own plug-in effects with Nyquist. And more! See the complete list of features. Audacity 3.7.8 changelog: #10688 Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!) #10870, #10884, #10775, #10629 Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!) #11106 Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!) #10947 Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!) #10776 Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!) #9938 Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!) #9935 Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!) #10103 Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!) #10099 Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!) #10681 Fixed multichannel FLAC import #10999 Fixed envelope being broken after joining clips Download: Audacity 64-bit | Standalone ~20.0 MB (Open Source) Download: Audacity 32-bit | Standalone Download: Audacity ARM64 | Standalone View: Audacity Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      71
  • Tell a friend

    Love Neowin? Tell a friend!