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

    • Microsoft faces shareholder lawsuit over masking AI costs and slowing Azure growth by Karthik Mudaliar Microsoft is facing a class action lawsuit from shareholders who allege that the company intentionally overhyped its artificial intelligence initiatives to distract from slowing cloud revenue and an exploding infrastructure bill. The complaint was filed in a Seattle federal court by the Michigan-based City of St. Clair Shores Police and Fire Retirement System. The plaintiffs argue that Microsoft’s leadership painted an overly optimistic picture of its Copilot rollout and complex OpenAI partnership. They say that the company did this while downplaying the harsh reality that building the data centers required to power these next-generation tools requires a huge amount of capital. Back at the company's Q2 2026 earnings report from late January, Microsoft revealed that its flagship Azure cloud growth had slipped to 39% (down from 40% the prior quarter) and guided investors to expect a further deceleration to 37% or 38% for the first three months of 2026. Now, under normal circumstances, a slight percentage point drop in cloud growth is a minor operational hiccup. But the Redmond giant paired that guidance with $37.5 billion in quarterly capital expenditures. This figure, which is a 66% year-over-year surge, blew past any analyst estimates at that time. Much of this amount went into buying high-priced GPUs and custom silicon that were required to train and run large language models. This is why the market reacted violently and just a day after its earnings call on January 29, the company's stock plummeted 10%, and wiped out $357 billion of capital in just a trading session. Microsoft is doing better now, though. Its Q3 2026 results showed its run rate from its AI business was hitting $37 billion, proving that enterprise demand for its infrastructure is very real and continuing to scale. Microsoft isn't the only company pouring billions into infrastructure for the AI boom. We've seen most Big Tech companies, including Amazon and Google, also get the results of these **** with stronger-than-ever growth and increased income. via Reuters
    • Firefox 152.0 by Razvan Serea Firefox is a fast, full-featured Web browser. It offers great security, privacy, and protection against viruses, spyware, malware, and it can also easily block pop-up windows. The key features that have made Firefox so popular are the simple and effective UI, browser speed and strong security capabilities. Firefox has complete features for browsing the Internet. It is very reliable and flexible due to its implemented security features, along with customization options. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified privacy controls, a streamlined browser window that shows you more of the page than any other browser and a number of additional features that work with you to help you get the most out of your time online. Firefox key features Enhanced Tracking Protection (ETP) – Blocks trackers, cookies, cryptominers, and fingerprinters by default. Private Browsing Mode – Deletes history, cookies, and temporary files when closed. Lightweight & Fast Performance – Optimized memory usage with efficient page loading. Cross-Platform Sync – Sync bookmarks, passwords, history, and open tabs across devices. Customizable Interface – Toolbars, themes, and extensions can be tailored to user needs. Strong Privacy Controls – Options to manage cookies, permissions, and site data easily. Reader Mode – Strips away clutter for distraction-free reading. Pocket Integration – Save and read articles offline with Pocket built into Firefox. Picture-in-Picture (PiP) – Watch videos in a floating window while multitasking. Extensions & Add-ons – Vast library for productivity, security, and personalization. Built-in PDF Viewer – No need for external software to view PDFs. Firefox Monitor – Alerts users if their email is part of a known data breach. Multi-Account Containers – Isolate browsing sessions (e.g., work, personal, shopping). Performance & Resource Efficiency – Uses fewer system resources than some competitors. Open Source & Community-Driven – Transparent development with global contributions. Download: Firefox 64-bit | Firefox 32-bit | ARM64 | ~70.0 MB (Freeware) Download: Firefox for MacOS | 145.0 MB View: Firefox Home Page | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Visio 2024 Professional for Windows is still at 90% off by Steven Parker Created by ChatGPT Today's highlighted Neowin Deal comes from our Apps & Software section of the Neowin Deals store, where you can save 90% on Microsoft Visio 2024 Professional for Windows [Digital License]. Microsoft Visio: Turn Complex Ideas into Clear Visuals Microsoft Visio 2024 is a robust diagramming software designed to empower individuals and businesses to visually represent complex data, processes, and workflows. With a host of advanced features, it caters to professionals from various industries, including IT, engineering, business, and architecture. Visio 2024 makes it easy for individuals and teams to create and share clear, professional diagrams that simplify complex information. It offers updated shapes, templates, and styles, along with a new search bar to improve your experience. Visio 2024 also has a fresh design that matches other Office apps you use. Create stunning diagrams Extensive Diagramming Capabilities: Visio 2024 offers a wide array of diagram types, including flowcharts, process maps, floor plans, network diagrams, and organizational charts. The software comes with a comprehensive set of pre-built templates and shapes, making it easier to get started on projects quickly. Professional Templates and Shapes: The software includes over 250,000 shapes across multiple diagram types, ensuring that users from any field-whether creating a simple flowchart or a complex engineering design-have the tools they need to represent their ideas visually. Data-Linked Diagrams: One of the most powerful features of Visio 2024 is its ability to link data to diagrams, allowing users to visualize real-time data directly within their diagrams. Whether you're pulling data from Excel, SQL Server, or other databases, the software ensures that your diagrams are automatically updated as data changes, giving users better insights and control. Advanced Formatting Options: Visio 2024 comes equipped with a range of formatting tools to create highly customized diagrams. These include shape formatting, text adjustments, and the ability to apply various themes, ensuring diagrams not only serve their functional purpose but also look professional. Enhanced Visual Styles: This version of Visio includes new visual styles and layouts that make complex diagrams easier to interpret. Whether you're designing an IT network, a business process flow, or a floor plan, the enhanced visual options improve clarity and presentation quality. Easy, secure collaboration Real-Time Collaboration: With Visio 2024's improved collaboration tools, multiple users can work on the same diagram simultaneously from anywhere, with changes being tracked in real-time. This makes it a highly efficient tool for teams working remotely or across different locations. Mobile and Cloud Access: Users can view and edit diagrams on the go with the Visio web app. This ensures that even when you're away from your desktop, you can access and make critical changes to diagrams via mobile devices. Integration with Microsoft 365: Visio 2024 integrates seamlessly with the Microsoft 365 suite, allowing users to easily embed diagrams into PowerPoint presentations, Word documents, or Teams chats. You can also store diagrams in OneDrive or SharePoint for easy sharing and access from any device. Security and Compliance: Built with enterprise-grade security, Visio 2024 ensures that your diagrams are protected. Microsoft's trusted cloud infrastructure means that your data is encrypted and safeguarded, with compliance with international standards. Good to know Length of access: lifetime Redemption deadline: redeem your code within 7 days of purchase Access options: desktop Bound to account - Limited to one device activation at a time Only available to existing and new users Version: 2024 Updates included Click here to verify Microsoft partnership Microsoft Visio 2024 Professional for Windows normally costs $579.99, but it can be yours for just $39.97 for a limited time, that's a saving of $520 (90%). For terms, specifications, and license info please click the link below. Microsoft Visio 2024 Professional for Windows for $54.97 (was $579.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I totally disagree. Very little good comes out of governments all around the world manipulating everything they can and usually the people are not the benefactors. What you say about being restricted and expensive sounds almost like the arguments against firearms and why banning them will protect people as if making something illegal somehow will prevent the criminals from having and using them. AI being far less mainstream could simply mean the average person will not benefit, but "big brother" and the corporations will benefit, which is almost for sure NOT a good thing.
    • I do apologize to the author Mr. Sen for my rude comment, questioning his knowledge of the subject. It is I whom lacked knowledge of the subject. Sorry!
  • 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
      500
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!