Sponsored Content
Operating Systems Linux Debian LM 17.3 xfce constant lagging Post 303024047 by bakunin on Thursday 27th of September 2018 12:35:31 PM
Old 09-27-2018
Quote:
Originally Posted by 69Rixter
However, I now have issues with persistence. I just can't seem to get it to apply.
Sorry if this sounds incompetent, but: what do you mean by "persistence"? Does the system crash often?

Quote:
Originally Posted by 69Rixter
I did have persistence when I was using 17.3
In general i noticed that Xubuntu 17.x did a lot better than 18. I have XUbuntu installed on my laptop and the suspend-to-RAM worked flawlessly before. Now every second time i have to either use the power button because the session won't come back or it comes back but with deactivated Wifi which can't be reactivated. Suspend-to-disk (aka "hibernate") worked before but doesn't work at all now. Whenever i shutdown the system i get an error message from systemd (this thing i hate with a passion - what was wrong with init?) that it can't stop this job or that job (usually my user sessions). A job running with root privileges should be able to kill user processes IMHO - not wait for indefinite time (well, i think it is indefinite - after 10 minutes at longest my patience was used up and i pressed the power switch).

So, yes, Xubuntu 18 (the "LTS" - i suppose this is a typo for "TLS" and means "tough luck, sonny") is a major PITA. I am considering switching over to Fedora, but i hate desktops in general and GNOME and KDE in particular even more. Xfce is the "least insufferable" IMHO.

I hope this helps. (Sorry, i know, commiserating helps you not one bit but i feel better now. Thanks.)

bakunin
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Xfce?

I'm running Debian and doesn't really like gnome nor KDE and read about this XFce that ought to be a more simple X which is exactly what I'm looking for. So I re-installed the bare minimums of Debian and here I am, with nothing but Links/Lynx vim and apt-get (lovely isn't it?) trying to configure... (1 Reply)
Discussion started by: riwa
1 Replies

2. Shell Programming and Scripting

tail | grep lagging badly

I'm trying to use tail/grep to monitor a log file. The command I cooked up is: tail -n 50 -f output.log | grep 'type:system' | cut -f 5- A sample line from the log file is: 1208894862 type:system session:0 severity:4 load started the columns are tab delimited. this works ok, except... (3 Replies)
Discussion started by: WasabiVengeance
3 Replies

3. UNIX Desktop Questions & Answers

xfce like cde

At the moment I am using Ubuntu hardy on my desktop. I am going to be adding other Linux's and maybe FreeBSD. I use gnome for special effects, eye candy, and plain old show off stuff. But I want to have a simple DE in my computer installed. I like the way CDE looks and the reviews about its... (7 Replies)
Discussion started by: Texasone
7 Replies

4. Ubuntu

Webcam on xfce?

Hey guys. I'm about as new to Linux as you can get, so bear with me please. I installed Xubuntu on my old laptop to tinker with.. figured it would be a good use of an old machine. One thing I'd like to set up is some security with a webcam. Logitech QuickCam Pro 4000 to be exact. I went about... (22 Replies)
Discussion started by: Chesh
22 Replies

5. Shell Programming and Scripting

Constant mirroring

I'm not sure how to best explain what I'd like to do, so let me give an example. I used to work in a department that deals with internet security. This department had an "internal" website (only people in the building can get on it) and an "external" website (anyone in the world can get on it --... (1 Reply)
Discussion started by: sstevens
1 Replies

6. Red Hat

Where's the XFCE folder?

If a few of you look on FedoraForums, you'll find that a little while ago, I went on a desktop installing spree. I just have a small question about XFCE desktop. In my user directory, I see .kde, .mate, and .trinity. (all three are directories), but I have XFCE 4.8 installed along with the others.... (0 Replies)
Discussion started by: Ihatewindows
0 Replies

7. Programming

String Constant C

I wonder string constant exists permanently or temporary. For example, printf("hello, world"); the function printf access to it is through a pointer. Does it mean storage is allocated for the string constant to exist permanently in memory? :confused: (4 Replies)
Discussion started by: kris26
4 Replies
TZ_CONVERT(1)															     TZ_CONVERT(1)

NAME
tz_convert - Timezone converter from operating system tz format into libical format used by Orage and several other calander tools. SYNOPSIS
tz_convert [OPTION...] [INFILE] DESCRIPTION
tz_convert is a command line tool, which can be used to convert timezone data from so called tz binary format, usually used in operating systems, to libical format, used by several calenders like Orage. There are several options available to only convert certain files or files in certain directory. Or only convert part of the file and ignore for example old data. It is also possible to add new timezone files, which are based on old timezone data. There are tools, which generate ical timezones data from tz source database, but those are often not available for normal users and are difficult to use. So often libical timezones are not upto date. tz_convert reads directly the binary tz data and makes it possible to keep libical timezones up to date. The tool is mainly meant to be used by distro maintainers, but it should be easy and clear enough for all users. FILES
tz timezone files often can be found in directory /usr/share/zoneinfo. For example Europe/Helsinki. libical timezone files needs to be where you calendar can find them. For Xfce and Orage systems they are located under your Xfce directory in share/orage/libical/zoneinfo. For example Europe/Helsinki.ics. (use locate to find them.) OPTIONS
-V, --version Print version information and exit. -?, --help Show this help message and exit. --usage Show short usage summary. -i, --infile tz file name from operating system to convert from. If this is directory, all files in it are processed. Default is /usr/share/zoneinfo -o, --outfile ical timezone file name to be written. This can not be directory. It is meant to be used together with timezone parameter. This is very seldom used. Default is timezone/infile.ics -m, --message debug message level. How much exra information is shown. 0 is least and 10 is highest (1=default). May give usefull information when things do not work as expected. -l, --limit limit processing to newer than this year. Often there is a lot of old data available, which is not needed in normal day to day work and skipping unused years helps to improve performance. Default is to ignore older than year 1970 time changes. -t, --timezone timezone name to be used in the actual file. Normally file name is the same as timezone name, but if you want to create your own timezone, you need new file name, which contains some known timezone name. This is used together with outfile parameter. -r, --norecursive process only main directory, instead of all subdirectories. 0 = recursive 1 = only main directory (0=default). -c, --exclude count number of excluded directories. 5 = default (You only need this if you have more than 5 excluded directories). This is used together with exclude parameter. -x, --exclude do not process this directory, skip it. You can give several directories with separate parameters. By default directories right and posix are excluded, but if you use this parameter, you have to specify those also. You need to use exclude count if you have more than 5 exclude directories. -u, --norrule do not use RRULE ical repeating rule, but use RDATE instead. Not all calendars are able to understand RRULE correctly with timezones. (Orage should work fine with RRULE). 0 = use RRULE 1 = do not use RRULE (0=default). BUGS
Please report any bugs and enhancement requests to http://bugzilla.xfce.org/. Note that tz_convert is part of orage so bugs are reported against orage and component tz_convert. Usage related questions can be sent to xfce@xfce.org email list. HOMEPAGE
http://www.xfce.org/projects/orage/ AUTHOR
tz_convert was written by Juha Kautto <juha@xfce.org>. This manual page was written by Juha Kautto <juha@xfce.org>. 05/28/2009 TZ_CONVERT(1)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy