Search found 13 matches
- Mon Oct 12, 2009 11:28 am
- Forum: Artwork
- Topic: SummerMint
- Replies: 7
- Views: 2743
Re: SummerMint
Bump: As far as I know, nothing from http://eternalsolution.co.uk is in the Web Archive, the Google Cache, or any of several other search engines' caches. Does anyone have any of Sputty's wallpapers?
- Sun Oct 11, 2009 10:22 am
- Forum: Suggestions & New Ideas
- Topic: Mint Install Tweak
- Replies: 5
- Views: 960
Re: Mint Install Tweak
yes, i know but imagine, you just installed mint and you are looking for software. If you made a lot of changes and then you hit apply, MAYBE you ticked something to instal or remove and so maybe you end up installing/uninstalling X software by accident +1 apt-get itself does the same thing: $ sudo...
- Fri Oct 09, 2009 4:02 pm
- Forum: Installation & Boot
- Topic: Install LinuxMint-7-XFCE inside Windows XP
- Replies: 3
- Views: 2250
Re: Install LinuxMint-7-XFCE inside Windows XP
I believe that mint4win creates a C:\mint\install\ folder and then downloads the .iso there.
If you put your .iso there, mint4win should see it and install it.
If you put your .iso there, mint4win should see it and install it.
- Mon Oct 05, 2009 5:17 pm
- Forum: Artwork
- Topic: SummerMint
- Replies: 7
- Views: 2743
Re: SummerMint
Downloads KDE: 2560x1600 | 1600x1200 | 1280x1024 Gnome: 2560x1600 | 1600x1200 | 1280x1024 Also, if you want the gnome panel background i made with it, you can download it here . Now what are you doing online, get your shorts on and get out in the sun! :mrgreen: None of these links work for me. My b...
- Tue Sep 29, 2009 2:25 pm
- Forum: Tutorials
- Topic: Howto: Compile the latest Midori web browser
- Replies: 3
- Views: 1755
Re: Howto: Compile the latest Midori web browser
I guess the WebKit version in the PPA's isn't recent enough. I was going to compile WebKit, but it became too much work.beauvin wrote:Thank you! that script works just fine, i am posting this with midori
Edit: the ad blocker doesn't work though it needs WebKitGTK+ 1.1.14
- Mon Sep 28, 2009 1:39 pm
- Forum: Tutorials
- Topic: Howto: Compile the latest Midori web browser
- Replies: 3
- Views: 1755
Howto: Compile the latest Midori web browser
Midori is a lightning-fast web browser based on WebKit. Unfortunately, the version in the repos is really old and it segfaults a lot. These webpages give you all the info you need to compile Midori: http://www.twotoasts.de/index.php?/pages/midori_summary.html http://brainwreckedtech.wordpress.com/20...
- Tue Jul 14, 2009 2:55 am
- Forum: Software & Applications
- Topic: How to Upgrade Amarok???? [solved]
- Replies: 1
- Views: 612
Re: How to Upgrade Amarok???? [solved]
Hi Carl, mintInstall can't uninstall programs yet. A quick forum search revealed that people are discussing how to add this feature to mintInstall. See http://forums.linuxmint.com/viewtopic.php?f=91&t=22843&p=167266&hilit=uninstall+with+mintinstall#p167266 for a post on this and other fe...
- Fri Jul 10, 2009 9:56 pm
- Forum: Newbie Questions
- Topic: Black Screen
- Replies: 3
- Views: 831
Re: Black Screen
Pressing Ctrl+Alt+F7 brings a black screen (no signal) Tried recovery mode, xfix was selected but still no signal I have tried to look at the xorg.conf file but there doesnt appear to be any ( sudo gedit /etc/X11/xorg.conf), maybe this is the problem? You probably got the message: Gtk-WARNING **: C...
- Fri Jul 10, 2009 2:59 pm
- Forum: Newbie Questions
- Topic: Black Screen
- Replies: 3
- Views: 831
Re: Black Screen
By the way, you said you couldn't get to Xfix. You can get to things like Xfix by going into "recovery mode". This is how you go into recovery mode in Mint4Win: Start your computer. When you get that screen that says "Select operating system to boot", select Linux Mint and hit en...
- Fri Jul 10, 2009 2:42 pm
- Forum: Newbie Questions
- Topic: Black Screen
- Replies: 3
- Views: 831
Re: Black Screen
Well, that's weird. Maybe I can still help. startx - get error: server is already running on display 0 If the X server is already running, maybe it's doing something. What happens when you type Ctrl+Alt+F7? This should bring up your 7th "virtual terminal" (or "TTY"), which is the...
- Thu Jul 09, 2009 11:55 pm
- Forum: Suggestions & New Ideas
- Topic: mintTool to select OS for next reboot
- Replies: 7
- Views: 2507
Re: mintTool to select OS for next reboot
echo "savedefault --default=2 --once" | grub --batch According to http://sidvind.com/wiki/GRUB:_Boot_another_OS_once , this will make grub boot into the second choice on the grub menu on the next boot, without changing your default OS. I haven't tested it, but it seems like a good startin...
- Thu Jul 09, 2009 11:25 pm
- Forum: Software & Applications
- Topic: How to Upgrade Amarok???? [solved]
- Replies: 1
- Views: 612
Re: How to Upgrade Amarok????
You can remove an application with: sudo apt-get remove program where "program" is the name of the program you want to remove. If you type the name of more than one program, all the programs whose names you typed will be removed. After you remove a program, you can remove leftover stuff wi...
- Thu Jul 09, 2009 6:06 pm
- Forum: Newbie Questions
- Topic: Black Screen
- Replies: 3
- Views: 831
Re: Black Screen
I'm new to Linux myself. I've only used it for a few months. But I'll take a crack at this. What happens if you log into the terminal window and type "startx"? If that doesn't work, maybe X (the software that gives you a GUI in Linux) is configured wrong. When you're in the grub menu, boot...