new to ubuntu, having some problems


Recommended Posts

i'm having some trouble setting things up. i'm running 9.10 with kde-minimal on top.

1. bluetooth mouse. i downloaded the bluez package, and when i typed 'sudo hidd --connect <bta>' in the console, i got an error: 'sudo: hidd: command not found'. how can i automatically connect the mouse?

2. how do i get flash working in arora? i downloaded the libflashplayer.so file and put it in ~/.mozilla/plugins, but that didn't work.

3. i'm looking for a lightweight qt-based music player. something small and fast like foobar2000. i tried qmmp, but it keeps refreshing the playlist on start, which makes it slow.

4. where can i find a minimal theme for kde windows and how can i install them?

thanks!

Link to comment
https://www.neowin.net/forum/topic/841228-new-to-ubuntu-having-some-problems/
Share on other sites

i'm having some trouble setting things up. i'm running 9.10 with kde-minimal on top.

1. bluetooth mouse. i downloaded the bluez package, and when i typed 'sudo hidd --connect <bta>' in the console, i got an error: 'sudo: hidd: command not found'. how can i automatically connect the mouse?

2. how do i get flash working in arora? i downloaded the libflashplayer.so file and put it in ~/.mozilla/plugins, but that didn't work.

3. i'm looking for a lightweight qt-based music player. something small and fast like foobar2000. i tried qmmp, but it keeps refreshing the playlist on start, which makes it slow.

4. where can i find a minimal theme for kde windows and how can i install them?

thanks!

2. Nah, that wouldn't work. Just install the flash plugin with "sudo apt-get install adobe-flashplugin", while you are at it also install the ubuntu-restricted-extras package.

Flash working in arora (slick minimal browser BTW):

eu1ulk.jpg

3. Would go for Amarok. If you want to go a bit more simplistic, go with Amarok 1.4 .

4. Here.

The native window decorations for KDE are coded in C++, those can be found in apt. Just do a search, something like "apt-cache search kwin-style" will show a few.

Themes for decorator and aurorae are based on pixmaps and can be installed manually.

Foobar runs on wine. It works perfect as long as you're not crazy about customizing the look of it. I use it mostly for the dsp plugins and stuff. It leaks memory like crazy when I switched to columnsui.

There should be a bluetooth icon on the gnome-panel to connect to stuff.

thanks for the comments.

i've checked out those music players, but they're either too bulky or they lag when they open (loading files).

2. Nah, that wouldn't work. Just install the flash plugin with "sudo apt-get install adobe-flashplugin", while you are at it also install the ubuntu-restricted-extras package.

actually, i decided to go with konqueror with the webkit backend (ran into some issues with aurora and rekonq). putting the plugin file in the directory worked perfectly. i have flash in konqueror.

the only problem i have with 64-bit flash is that playback is choppy. not sure what to do about that.

The native window decorations for KDE are coded in C++, those can be found in apt. Just do a search, something like "apt-cache search kwin-style" will show a few.

Themes for decorator and aurorae are based on pixmaps and can be installed manually.

i'm guessing aurorae is some theming program i have to download. how do you install themes? do you just put them in a specific folder?

i think i might go with foobar2000 on wine. i can't find any suitable replacements. i might try miranda on wine, too.

also, i'm using kde, so there's no gnome panel for bluetooth.

XMMS 1.2 is like WinAmp but in even lighter. It is not Qt based, but start in less than a second and have tens of plugins aound. It is quite old and packages are getting harder to find, but it is **** fast. The best Qt Audio player is amarok, it is flexible and powerfull, but not light at all. VLC is Qt4 and can handle music playlists, but it is better as a video player.

The aurorae theme engine is great, when you anable it in the config, you will see a "get more theme" button. Just click on it, it is a package manager (select, download, manage). It is included by default in KDE 4.4, but you have to manually install it in 4.3

thanks for the comments.

i've checked out those music players, but they're either too bulky or they lag when they open (loading files).

actually, i decided to go with konqueror with the webkit backend (ran into some issues with aurora and rekonq). putting the plugin file in the directory worked perfectly. i have flash in konqueror.

the only problem i have with 64-bit flash is that playback is choppy. not sure what to do about that.

i'm guessing aurorae is some theming program i have to download. how do you install themes? do you just put them in a specific folder?

i think i might go with foobar2000 on wine. i can't find any suitable replacements. i might try miranda on wine, too.

also, i'm using kde, so there's no gnome panel for bluetooth.

OK, glad you've figured out how to get flash working on konqueror. But copying the flash lib file to your home directory is really not the best way to do it. If you do it that way (outside your package manager) it will not update itself, and you might end up running an outdated and unpatched version of Adobe flash. With all the security problems that Adobe software seems to be having, it's not really a good idea to be doing this. Again, if you want an advice on this matter, use your package manager to install the flash plugin.

Elv13 has already replied to some of your other questions. BTW for the window decoration part, some minimalist ones are already included with Kwin, have you tried those already?

For the bluetooth part you just have to run "kbluetooth".

thanks for the info. i have some more questions.

1. is aurorae the best (simplest, most convenient, least disruptive, etc.) way to customize kde?

2. does the command noted above install the 64-bit version of flash?

3. when you say 'kbluetooth', do you mean 'kdebluetooth'? i've noticed that it's fairly large, which is why i wanted to do everything manually. all i want to do is connect my mouse, not a phone, etc. can i ignore certain packages?

4. how can i completely remove a package? i use the 'sudo aptitude purge' command, but files remain (e.g., configs, cache, etc.).

5. i want to use the latest version of rekonq (0.2.90), but the latest version in the ubuntu repository is 0.2. can i just download the package separately?

6. what maintenance procedures should i perform? clear cache? temp files? chkdsk?

7. are there any tweaks that you suggest for ubuntu/kde? it's pretty fast already, but i figured i could always try to slim it down some more.

1. aurorae is a theme engine for KWin (window manager). It allows ease of creation for KWin themes (window decorations), which can be based on images (SVG). Themers instead of having to code a window decoration in C++, just design the window decoration in an SVG editor.

2. Oh you wanted the 64bit version. It does not I believe, it will install the 32bit version. If it's working now just keep it as it is, but remember that you have to manually update it if some serious security flaw comes out for flash. It won't update itself automatically.

3. Yes, the package is named "kdebluetooth" on Ubuntu, but the command to launch it is "kbluetooth". The package alone seems to take 930KB, but should have some other dependencies. Running "sudo apt-get install kdebluetooth" will install it and all the necessary dependencies. I don't own a bluetooth mouse, can't provide much help to you there.

4. "purge" will eliminate all traces of the package including its configuration files.

5. A package of rekonq 0.2.90 for Ubuntu doesn't seem to be available yet. You could get the source, compile it and make a deb package from that.

6. You could browse into "/var/log" or "/var/tmp" once a while and clear some logs. There's a few GUI programs that can do those tasks. But a Linux system is pretty low maintenance and takes care of itself. chkdsk to the root filesystem is done automatically when needed.

7. A few. To KDE itself I only change desktop, default file manager (using konqueror instead of dolphin), disabled some services that I do not need, changed session manager settings (to start with a clean session), some default file associations, (...). Depends on everyones needs. For example kubuntu starts up "printer-applet" and "update-notifier-kde" scripts on session start, those can be disabled if you don't have any use for them.

For Ubuntu, there are a few tricks that can be done to it. To have faster boot for instance I've just learned about this site that has a guide explaining how to get faster boot times in Karmic. Some unneeded startup services can also be disabled in "/etc/init.d". It's a matter of tweaking it to fit your needs.

Hope some of this was helpful.

thanks, lechio! almost everything is set up now. aurorae is quite nice and i managed to get the latest version of rekonq by adding a ppa.

i've been using 'sudo apt-get clean' to clear out the cache.

and thanks for the tips. i'll keep doing some research to see how i can slim things down and speed things up (not that i really need to, though).

i'm still looking into bluetooth. apt-get wanted to install about 100mb of packages. that seems like a lot just to get bluetooth.

i'm still looking into bluetooth. apt-get wanted to install about 100mb of packages. that seems like a lot just to get bluetooth.

I suspect kbluetooth needs a lot of KDE dependencies to operate, hence the huge download size. I'm always surprised by the things that are pulled in as dependencies.

I'm always surprised by the things that are pulled in as dependencies.

There's an option in synaptic that defaults to pulling suggested packages as if they were dependencies. I guess you could reduce the cruft by unchecking that.

Then again you might also lose some functionality (that you might or might not want).

Anyway, one of the hardest steps when going from gentoo to ubuntu was getting used to the idea that I could no longer leave dependencies out of my system by selecting only the functionality I intended to use :pinch:

Glad you've managed to figure out how to setup things. Sorry for forgetting to mention clearing the apt cache, that will free a lot of MB.

Now it's me who will ask you for a tip. :D Could you share the URL for the PPA with the latest version of rekonq? I've searched with no luck, still on version 0.2.0. :/

For the mouse part, good news. kbluetooth doesn't seem to even be necessary when installing a bluetooth mouse. A quick search showed this tutorial: http://www.ubuntugeek.com/howto-setup-blue...-in-ubuntu.html

Again, I don't own a bluetooth mouse won't be of much assistance on this. Hope you can get it working.

i'm using kpackagekit, and i don't see an option to disable the installation of suggested packages. also, it looks like the packages are real dependencies, not suggested packages, at least according to my terminal output.

lechio, i got it from here: http://f4l3.net/?q=node/1429

0.2.91 is much better, but still a little buggy. definitely check it out.

as for the mouse, that page is from 2007, so it might not be updated. in particular, i noticed that the new version of bluez doesn't include hidd. i've read that some people use bluez-compat with some success, but that's a transitional package. i'm wondering if it's possible to get bluetooth working with the most recent bluez package.

The restricted-extras package is a meta package, you can install packages that compose it individually. I believe minirok (as well as other KDE applications) uses the Xine frontend for media playback. If that's so, you should at least install libxine1-ffmpeg, libxine1-plugins, (...).

Yeah, minirok is actually a python script and doesn't follow the KDE ways for media playback, it indeed uses Gstreamer. From the README file:

Requirements

============

Minirok is written in Python, version 2.5 or later is required. If it's

available from your distribution, I recommend you install that package,

since it'll take care of installing everything necessary. For Debian and

derivatives, you should be able to install directly with apt-get, and

you can check if there's a more recent version here:

http://chistera.yi.org/~adeodato/code/minirok/packages

For installing from source, here's a list of the *required* libraries

for the program to run:

* PyQt and PyKDE (version 4)

Debian and Ubuntu: python-qt4, python-kde4

Source: http://www.riverbankcomputing.co.uk/pyqt/download.php

http://www.riverbankcomputing.co.uk/pykde/download.php

* Mutagen (audio metadata library)

Debian and Ubuntu: python-mutagen

Source: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen

* The json or simplejson modules (shipped with Python 2.6 already)

Debian and Ubuntu: python-simplejson | python (>= 2.6)

Source: http://undefined.org/python/#simplejson

* The GStreamer media framework, in particular:

+ The GStreamer Python bindings

Debian and Ubuntu: python-gst0.10

+ Plugins, in all the flavours needed to cover your audio formats:

- MP3: gst-plugins-ugly *and* gst-plugins-good

- Ogg Vorbis: gst-plugins-base

- FLAC: gst-plugins-good

- Musepack (MPC): gst-plugins-bad

Debian and Ubuntu: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-base,

gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad

+ A suitable audiosink, for example ALSA.

Debian and Ubuntu: gstreamer0.10-alsa

Source: http://gstreamer.freedesktop.org

Install all of those and it should work. It's working on my system right now.

amazing! it was the last one, gstreamer0.10-alsa. now it works. thank you, lechio! :D

now, i find that it works even if i don't have some of the other packages. which ones can i safely remove?

No idea. Probably none, if those are dependencies. Something may stop working if some is removed.

You have a small HDD?

my root partition is 10gb. it's not a bad size, but i don't like clutter. also, my system felt a little sluggish.

i ended up formatting and installing foobar2000 in wine. so far, so good.

also, i grabbed kdebluetooth and my mouse works perfectly. now i'm just trying to tweak and customize my system. :)

my root partition is 10gb. it's not a bad size, but i don't like clutter. also, my system felt a little sluggish.

i ended up formatting and installing foobar2000 in wine. so far, so good.

also, i grabbed kdebluetooth and my mouse works perfectly. now i'm just trying to tweak and customize my system. :)

So it's all working now... :)

Ubuntu doesn't really seem to be the distro for you. Ever thought about installing a bare bones distro? You could do a custom install of Debian (only requires a minimal CD or 2 floppies) and choose what packages you wish to install right from the installer by choosing custom install. It's an advanced solution, but it just might be what you are looking for. Ubuntu is Debian based, so you can easily find support if you go with pure Debian.

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

    • No registered users viewing this page.
  • Posts

    • Nice, hope they *finally* fixed the issue with the NTFS driver where the system would completely brick during large file copies using the built in driver. It's been broken for years requiring me to use the older, slower, NTFS-3G FUSE driver.
    • Windows 11 KB5094126 BSODing, freezing, forcing BitLocker lockout, breaks OneDrive, and more by Sayan Sen Microsoft released Windows 11 KB5094126 and KB5093998 last week as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. While Microsoft has so far not acknowledged any major problems with the release, some users online are running into problems. These range from OneDrive and Dropbox access issues, BitLocker recovery lockouts, to blue screens and BSODs. The most common one seems to be happening with HP systems wherein affected users say they hit 0xc0430001 BSOD (blue screen of death) error code after the KB5094126 update. We wonder if this could be related to the recent bug we covered on HP devices wherein the ongoing Secure Boot certificate updates are leading to similar issues. While we are not certain, users affected by this issue likely need to ensure that the boot.stl file is included on the installation media (such as a USB installer or ISO), if the above-mentioned dynamic updates are deployed. If this file is missing, computers may fail to boot from the installation media and could display the error 0xc0430001. This STL file is used by Secure Boot to verify that the boot files are trusted, so it must match the same Windows version and system architecture. To ensure the file is included, Microsoft recommends using the Update WinPE script, which automatically updates the image and handles the required files. Alternatively, you can manually copy the boot.stl file from the Windows\Boot\EFI folder on a Windows device and place it in the matching folder on your installation media before deploying the updated image. Aside from blue screening some users also note their systems have been freezing following the update. This could be happening to Lenovo PCs specifically. In the case of the OneDrive and Dropbox access issues, a user figured out that there could be a conflict with UAC. He explained: "Okay, so I did some digging, and in our environment KB5094126 breaks OneDrive and Dropbox in Explorer. I went through all our GPOs and found out that the combination of disabling UAC and having my user being a local admin breaks OneDrive in Explorer. ... If I enable UAC again, then it works, even with KB5094126 still installed." Hopefully, Microsoft will look into these issues. Source: Microsoft forum (link1, link2, link3, link4), Reddit (link1, link2, link3, link4)
    • It is when it's a desktop in my house though for a PC that's lightly used and not really important when it is. If it was a laptop, it would be a different story. The real solution is varied and begins starting at post #22 in that thread.
    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!