new to ubuntu, having some problems


Recommended Posts

thanks. that was it. unfortunately, it turns out to be linked to other elements (e.g., text in dolphin, the taskbar, etc.), so i can't change it without changing everything else. not a big deal, though.

but i wanted to ask you: what browser are you using? i was looking for a good qt webkit browser that is integrated with kde, but the ones i've found are buggy. arora doesn't work properly with some sites and rekonq and konqueror struggle with gmail. i thought about trying iron since iron on windows is extraordinarily fast, but it seems to be gtk, not qt.

i've also thought about opera, but i'm not sure about how well it works on ubuntu. i had some issues with it on windows, but the linux version may be different. i'm looking for a repository with a 64-bit version.

Opera is the Web browser I'm using, and it works great for me. One of the fastest and more complete I've used, never crashed a single time even with multiple tabs open with flash videos playing. For some people Firefox works too, but I find it a bit too slow, limited in options and it uses the GTK toolkit... Opera is built with the QT toolkit it will integrate better with the desktop and save you system resources if you run KDE. As it is a complete browser, no "plugins" or "add-ons" are needed. :)

Get the deb file from here: http://www.opera.com/download/?os=linux-x86-64&list=all

install it, it will then automatically add the repo to apt to allow updating.

i'm assuming if i simply use the deb installer, it won't be installed through the package manager. do you know the repository i can add so that i can use apt?

i found the ftp where the files are stored, but i'm not sure if i can use that.

Using the .deb file is the same as using an apt server to install it. You get these lines added:

# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb http://deb.opera.com/opera/ stable non-free

# The line above will make sure you get all final public releases.
# Uncomment the following line if you want to get alpha and beta
# releases, too.

deb http://deb.opera.com/opera-beta/ stable non-free

As you want the 64bit package, install it from the source that I've provided to you in the previous post. I will appear in synaptic and be upgraded too.

The repos main page is this one: http://deb.opera.com/

Oh then that's simple. System Settings > Appearance > Colors is where to configure that. Works here:

903sxx.png

Is that what you mean? Doesn't it work for you?

Off topic, but is that theme available for Gnome? I like the color.. and would love to use it on my gnome setup.

It's quite easy. Just work on a current theme and edit it with a text editor. Changing the colors on GNOME themes is pretty straight-forward.

For theming tutorials go here: http://live.gnome.org/GnomeArt/Tutorials

Here's the Evening Lilac color scheme:

[ColorEffects:Disabled]
Color=112,111,110
ColorAmount=-0.1
ColorEffect=1
ContrastAmount=0.5
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2

[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.2
ColorEffect=1
ContrastAmount=0.25
ContrastEffect=1
Enable=true
IntensityAmount=0.05
IntensityEffect=0

[Colors:Button]
BackgroundAlternate=95,89,106
BackgroundNormal=98,92,110
DecorationFocus=161,148,175
DecorationHover=224,210,238
ForegroundActive=255,255,255
ForegroundInactive=150,144,162
ForegroundLink=104,160,223
ForegroundNegative=240,103,156
ForegroundNeutral=223,184,116
ForegroundNormal=217,210,231
ForegroundPositive=164,208,122
ForegroundVisited=177,79,154

[Colors:Selection]
BackgroundAlternate=76,112,96
BackgroundNormal=79,116,100
DecorationFocus=161,148,175
DecorationHover=224,210,238
ForegroundActive=255,255,255
ForegroundInactive=146,170,161
ForegroundLink=104,160,223
ForegroundNegative=240,103,156
ForegroundNeutral=223,184,116
ForegroundNormal=209,244,230
ForegroundPositive=164,208,122
ForegroundVisited=177,79,154

[Colors:Tooltip]
BackgroundAlternate=35,33,40
BackgroundNormal=32,30,36
DecorationFocus=161,148,175
DecorationHover=224,210,238
ForegroundActive=255,255,255
ForegroundInactive=150,144,162
ForegroundLink=104,160,223
ForegroundNegative=240,103,156
ForegroundNeutral=223,184,116
ForegroundNormal=216,205,231
ForegroundPositive=164,208,122
ForegroundVisited=177,79,154

[Colors:View]
BackgroundAlternate=50,47,57
BackgroundNormal=57,53,64
DecorationFocus=161,148,175
DecorationHover=224,210,238
ForegroundActive=255,255,255
ForegroundInactive=150,144,162
ForegroundLink=104,160,223
ForegroundNegative=240,103,156
ForegroundNeutral=223,184,116
ForegroundNormal=217,210,231
ForegroundPositive=164,208,122
ForegroundVisited=177,79,154

[Colors:Window]
BackgroundAlternate=82,77,92
BackgroundNormal=86,80,96
DecorationFocus=161,148,175
DecorationHover=224,210,238
ForegroundActive=255,255,255
ForegroundInactive=150,144,162
ForegroundLink=104,160,223
ForegroundNegative=240,103,156
ForegroundNeutral=223,184,116
ForegroundNormal=217,210,231
ForegroundPositive=164,208,122
ForegroundVisited=177,79,154

[General]
Name=Evening_Lilac
shadeSortColumn=true

[KDE]
contrast=7

[WM]
activeBackground=144,133,157
activeForeground=241,230,252
inactiveBackground=86,80,96
inactiveForeground=144,133,157

Let me know if you have any trouble porting it. :)

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

    • No registered users viewing this page.
  • Posts

    • Microsoft now allows you to tweak Visual Studio to new extremes by Usama Jawad Visual Studio 2026 recently netted a powerful feature that finally allows developers to review Git Pull Requests (PRs) directly in the integrated development environment (IDE), without needing to switch to the browser. However, that's not all that Microsoft introduced in the latest version, as it also offered a useful way to customize the IDE to their heart's content. Although Visual Studio 2026 already provides lots of stock themes based on Fluent Design principles, Microsoft understands that people still want to customize them further according to their preferences. The IDE now offers a new configuration page for themes under Tools > Options > Environment > Visual Experience > Theme colors. This allows you to set hex color codes for accent colors, hover states, and more, and apply them without requiring a restart. The Redmond tech giant further says that: Microsoft is also offering granular color tokens that allow you to customize various UX elements like the tab header without impacting the rest of the shell chrome. Your themes are also stored in JSON format in %LOCALAPPDATA%\Microsoft\VisualStudio\18.0_xxxxxxxx\ColorThemes, which basically enables you to share it with others or override existing themes. This is a major improvement in terms of the user experience powering these customization capabilities. This is because extensions were required to replace the theme, and it was not very easy to make minor adjustments. This theme configuration UX solves this problem and is available in Visual Studio 2026 version 18.7, available here.
    • AnyDesk 9.7.6 by Razvan Serea AnyDesk is a fast remote desktop system and enables users to access their data, images, videos and applications from anywhere and at any time, and also to share it with others. AnyDesk is the first remote desktop software that doesn't require you to think about what you can do. CAD, video editing or simply working comfortably with an office suite for hours are just a few examples. AnyDesk is designed for modern multi-core CPUs. Most of AnyDesk's image processing is done con­currently. This way, AnyDesk can utilize up to 90% of modern CPUs. AnyDesk works across multiple platforms and operating systems: Windows, Linux, Free BSD, Mac OS, iOS and Android. Just 7 megabytes - downloaded in a glimpse, sent via email, or fired up from your USB drive, AnyDesk will turn any desktop into your desktop in se­conds. No administrative privileges or installation needed. AnyDesk 9.7.6 changelog: Fixed Bugs Added validation feedback for passwords shorter than five characters Fixed an issue in AnyDesk One Meeting where the account name was used instead of the entered username after logging out Fixed crashes related to message editing and context menu interactions Fixed issues affecting message scrolling, text formatting, typing indicators, quoted messages, and community privacy settings Prevented users from editing automated system messages Corrected download status reporting, temporary file naming, and menu overlap issues affecting the Download History and Reactions pop-ups Other Changes Added chat list grouping settings Added keyboard navigation support (Page Up, Page Down, Home, and End) for the message feed Removed Chat language options Updated translations Download: AnyDesk 9.7.6 | 8.0 MB (Free for private use, paid upgrade available) Links: AnyDesk Home Page | Other platforms | Release History | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • It's interesting to hear that AI growth is not investor driven.
    • A few weeks ago, I had this same exact issue. Unfortunately, I didn't think of disabling the Secure Boot option in BIOS. I updated my BIOS to the latest version for my MB and it resolved the issue.
  • 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
      501
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      127
    4. 4
      Steven P.
      80
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!